http://bugs.winehq.org/show_bug.cgi?id=16320
--- Comment #5 from Jos de Kloe dekloe@zonnet.nl 2008-12-09 16:32:28 --- Here are some more experimental results for this software. I followed the following steps:
checked which dll's are loaded by the program: setenv WINEDEBUG +loaddll wine gdpdemo.exe >& dll_list.txt
replaced each of them in turn with a native copy from win2000 (except the ones labelled with "Changing the load order is Not Recommended").
Most changes had no effect on the current problem except two:
changing imm32.dll from builtin to native gives the following warning:
fixme:win:User32InitializeImmEntryTable (0x19650412): stub
changing mpr.dll from builtin to native gives the following errors:
err:module:attach_process_dlls "mpr.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\GDPdemo\gdpdemo.exe" failed, status c0000142
Maybe this helps?
Best regards,
Jos de Kloe