<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt">Hold that thought.  I may have introduced a dependency from ntdll to kernel32.dll as I tried to debug something else.  I had forgotten about it and now I see it may be problematic.<br><div><span><br></span></div><div><br></div>  <div style="font-family: Courier New, courier, monaco, monospace, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Roger Cruz <roger_r_cruz@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> Wine Devel <wine-devel@winehq.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Thursday, November 22, 2012 1:50 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Why
 is services.exe crashing like this?<br> </font> </div> <br>
<div id="yiv2089025331"><div><div style="color:#000;background-color:#fff;font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt;"><div id="yiv2089025331"><div><div style="color:#000;background-color:#fff;font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt;"><div id="yiv2089025331yui_3_7_2_18_1353300829319_39">I finally was able to figure out how to attach the debugger to determine why services.exe did not start and I can clearly see now that the oem_table is NULL.  It should have been set by LOCALE_Init() when called from kernel32's init function.  However, if you look at the stack trace here, Wine hasn't even gotten to that point.  As part of NTDLL's init, it is setting the DLL callback function which causes it to invoke the callback right away..as seen in the stack trace, it is making a function call which requires the oem_table to be set.<br><br>Does anyone have any ideas why this is
 happening? 
 Why doesn't it happen when other programs such as wineboot and explorer.exe are started?  It only happens with services.exe.  I am using Wine 1.4.2<br><br>Roger R. Cruz <br></div><div style="color:rgb(0, 0, 0);font-size:16px;font-family:Courier New, courier, monaco, monospace, sans-serif;background-color:transparent;font-style:normal;" id="yiv2089025331yui_3_7_2_18_1353300829319_50"><br id="yiv2089025331yui_3_7_2_18_1353300829319_57"></div><div id="yiv2089025331yui_3_7_2_18_1353300829319_54" style="color:rgb(0, 0, 0);font-size:16px;font-family:Courier New, courier, monaco, monospace, sans-serif;background-color:transparent;font-style:normal;">Program received signal SIGSEGV, Segmentation fault.<br>0x4003c304 in wine_cp_wcstombs (table=0x0, flags=0x0, src=0xbecc5648, <br>    srclen=0xc, dst=0x0, dstlen=0x0, defchar=0x0, used=0x0)<br>    at
 /home/rcruz/sandbox/wine.git/libs/wine/wctomb.c:447<br>447        if (table->info.char_size == 1)<br><br>#0  0x4003c304 in wine_cp_wcstombs (table=0x0, flags=0x0, src=0xbecc5648, <br>    srclen=0xc, dst=0x0, dstlen=0x0, defchar=0x0, used=0x0)<br>    at /home/rcruz/sandbox/wine.git/libs/wine/wctomb.c:447<br>#1  0x7bc76f94 in RtlUnicodeStringToOemSize (str=0xbecc5688)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/rtlstr.c:1356<br>#2  0x7bc76a18 in RtlUpcaseUnicodeStringToCountedOemString (oem=0xbecc56b0, <br>    uni=0xbecc5784, doalloc=0x0)<br>    at
 /home/rcruz/sandbox/wine.git/dlls/ntdll/rtlstr.c:1161<br>#3  0x7bc65604 in RtlIsNameLegalDOS8Dot3 (unicode=0xbecc5784, oem=0xbecc56b0, <br>    spaces=0xbecc5783 "{\030")<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/path.c:888<br>#4  0x7bc361bc in find_file_in_dir (<br>    unix_name=0x42952ae0 "/data/winehome/dosdevices/c:/windows/system32", pos=0x36, name=0x42952aa8, length=0xc, check_case=0x0, is_win_dir=0x0)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/directory.c:2125<br>#5  0x7bc3856c in lookup_unix_name (name=0x42952aa8, name_len=0x0, <br>    buffer=0xbecc5cac, unix_len=0x145, pos=0x35, disposition=0x1, <br>    check_case=0x0)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/directory.c:2753<br>#6  0x7bc393b4 in wine_nt_to_unix_file_name (nameW=0xbecc5ed4, <br>    unix_name_ret=0xbecc5e5c,
 disposition=0x1, check_case=0x0)<br>---Type <return> to continue, or q <return> to quit---<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/directory.c:2978<br>#7  0x7bc3888c in nt_to_unix_file_name_attr (attr=0xbecc5e90, <br>    unix_name_ret=0xbecc5e5c, disposition=0x1)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/directory.c:2817<br>#8  0x7bc43120 in NtQueryAttributesFile (attr=0xbecc5e90, info=0xbecc5ea8)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/file.c:2250<br>#9  0x7bc397b8 in RtlDoesFileExists_U (file_name=0x42952a20)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/directory.c:3040<br>#10 0x7bc6412c in RtlDosSearchPath_U (paths=0x42a704ba, search=0xbecc62e4, <br>    ext=0x0, buffer_size=0x40, buffer=0xbecc60c0, file_part=0xbecc5fc4)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/path.c:490<br>#11
 0x7bc54848 in find_dll_file (load_path=0x42a704ba, libname=0xbecc62e4, <br>    filename=0xbecc60c0, size=0xbecc60bc, pwm=0xbecc6330, handle=0xbecc60b8)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/loader.c:2251<br>#12 0x7bc550c8 in load_dll (load_path=0x42a704ba, libname=0xbecc62e4, <br>    flags=0x0, pwm=0xbecc6330)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/loader.c:2354<br>#13 0x7bc4f1c0 in import_dll (module=0x7bc10000, descr=0x7bcca5dc, <br>    load_path=0x42a704ba)<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/loader.c:807<br>#14 0x7bc502d0 in fixup_imports (wm=0x42952970, load_path=0x42a704ba)<br>---Type <return> to continue, or q <return> to quit---<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/loader.c:1057<br>#15 0x7bc52c34 in load_builtin_callback (module=0x7bc10000, <br>   
 filename=0x7bca58b0 "ntdll.dll")<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/loader.c:1836<br>#16 0x40034008 in wine_dll_set_callback (<br>    load=0x7bc527e8 <load_builtin_callback>)<br>    at /home/rcruz/sandbox/wine.git/libs/wine/loader.c:537<br>#17 0x7bc5874c in __wine_process_init ()<br>    at /home/rcruz/sandbox/wine.git/dlls/ntdll/loader.c:3353<br>#18 0x40034694 in wine_init (argc=0x2, argv=0xbecc6b84, error=0xbecc6620 "", <br>    error_size=0x400)<br>    at /home/rcruz/sandbox/wine.git/libs/wine/loader.c:831<br>#19 0x00008870 in main (argc=0x2, argv=0xbecc6b84)<br>    at /home/rcruz/sandbox/wine.git/loader/main.c:230<br></div></div></div></div></div></div></div><br><br><br><br> </div> </div>  </div></body></html>