Hi,
I have managed to get this app working on 0.9 with just four dlls in winecfg.
Two I believe to br trivial problems due to lack of version info in the buildin dlls.
The two giving real, ugly issues are ole32 and rpcrt4. Symptoms are similar.
I would like to attack ole32 first since the rest of the ole stuff works and oleaut32 seems to have work very nicely now compared to 20050524, great news there.
Things go well at first then I get the following output:
trace:loaddll:load_builtin_dll Loaded module L"c:\windows\system\oleacc.dll" : builtin fixme:oleacc:AccessibleObjectFromWindow 0x10070 0 {618736e0-3c3d-11cf-810c-00aa00389b71} 0x7876e504 trace:loaddll:load_native_dll Loaded module L"C:\Program Files\ScanSoft\NaturallySpeaking\Program\chartp.dll" : native trace:loaddll:MODULE_FlushModrefs Unloaded module L"C:\Program Files\ScanSoft\NaturallySpeaking\Program\DgnMyCmds_enu.dll" : native trace:loaddll:load_native_dll Loaded module L"C:\Program Files\ScanSoft\NaturallySpeaking\Program\DgnMyCmds_enu.dll" : native err:ole:RPC_StartRemoting Couldn't register endpoint L"\pipe\OLE_000000160000002a" trace:loaddll:load_native_dll Loaded module L"C:\windows\speech\vcmshl.dll" : native trace:loaddll:load_native_dll Loaded module L"C:\windows\system\rpcltc1.dll" : native err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x800706ba err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x800706ba err:x11drv:X11DRV_CreateWindow invalid window height 571100824 err:x11drv:X11DRV_CreateWindow invalid window width -1592141001 err:ntdll:RtlpWaitForCriticalSection section 0x7befd264 "loader.c: loader_section" wait timed out in thread 0019, blocked by 002d, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7befd264 "loader.c: loader_section" wait timed out in thread 002b, blocked by 002d, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7befd264 "loader.c: loader_section" wait timed out in thread 0028, blocked by 002d, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7befd264 "loader.c: loader_section" wait timed out in thread 0027, blocked by 002d, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7befd264 "loader.c: loader_section" wait timed out in thread 0024, blocked by 002d, retrying (60 sec) err:ntdll:RtlpWaitForCriticalSection section 0x7befd264 "loader.c: loader_section" wait timed out in thread 002c, blocked by 002d, retrying (60 sec) ^X [1]+ Stopped WINEDEBUG="+loaddll" wine natspeak
The app. get part way through starting but the main window remains part drawn and the app locks up. I need to ctnl-Z the CLI to break in.
This leaves two processes running. wineserver -k takes out the server but leaves a zombie wine-preloader that I have to powerdown to kill!
Can anyone suggest how to pin this error down?
TIA .