http://bugs.winehq.com/show_bug.cgi?id=1756
Summary: troubles with native dll files: commctrl, comctl, ole32, shell32, comdlg, oleaut32 Product: Wine Version: 20030911 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: 98i7c1c001@sneakemail.com
Forgive me if this is a repeat
All errors were using RedHat 9 and wine 20030911 prebuilt rpm for redhat9 from SourceForge. All dlls are 98se from http://www.drd.dyndns.org/. all errors are created with WinMX and have been created again with Kazaa Lite 2.1 build 3 launcher kpp.exe.
When i am launching WinMX.exe (v 3.31) with no native dlls for the second time wine hangs with the message
err:thunk:_loadthunk Unable to find thunk data 'Cctl1632_ThunkData16' in commctrl.dll, required by comctl32.dll (conflicting/incorrect DLL versions !?). err:thunk:_loadthunk Unable to find thunk data 'Cctl1632_ThunkData16' in commctrl.dll, required by comctl32.dll (conflicting/incorrect DLL versions !?).
Then nothing happens. The cursor is positioned right below the second error message. Breaking the command with Control-c will, without trouble, return to prompt. This also happens when launching kpp.exe from the Kazaa Lite 2.1 ++ build 3 package.
The error was fixed but another was created when using the native ole32.dll from a win98se distrobution. The following error occurs:
err:module:import_dll Loading module (file) ole32.dll (which is needed by C:\WINDOWS\SYSTEM\shell32.dll) failed (error c00000e5). err:module:load_library can't load shell32.dll wine: Unhandled exception (thread 0009), starting debugger... err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 8 24") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x5a98a
attempting to fix this with a native shell32.dll file will only give the next error:
err:module:import_dll Loading module (file) shell32.dll (which is needed by C:\WINDOWS\SYSTEM\comdlg32.dll) failed (error c00000e5). err:module:load_library can't load comdlg32.dll wine: Unhandled exception (thread 0009), starting debugger... err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 8 24") (2) Read the Wine Developers Guide on how to set up winedbg or another debugger err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x5a98a
adding the native comdlg32.dll will simply return the error:
err:module:import_dll Loading module (file) ole32.dll (which is needed by C:\WINDOWS\SYSTEM\shlwapi.dll) failed (error c00000e5). err:module:load_library can't load shlwapi.dll err:module:import_dll Loading module (file) SHLWAPI.dll (which is needed by C:\Windows\System\comdlg32.dll) failed (error c0000017). err:win32:PE_LoadLibraryExA can't load C:\Windows\System\comdlg32.dll err:module:import_dll Loading module (file) comdlg32.dll (which is needed by C:\Program Files\WinMX\WinMX.exe) failed (error c0000017).
adding shwapi.dll will result in the final error message that i can not fix:
err:module:import_dll Loading module (file) SHELL32.dll (which is needed by C:\Windows\System\comdlg32.dll) failed (error c00000e5). err:win32:PE_LoadLibraryExA can't load C:\Windows\System\comdlg32.dll err:module:import_dll Loading module (file) comdlg32.dll (which is needed by C:\Program Files\WinMX\WinMX.exe) failed (error c0000017).
if you have any questions please email me at 98i7c1c001@sneakemail.com. Thanks for your time and effort on this product.