Hi Luggers,
I tried using Dreamweaver with wine. However it is not working. Whenever I try to run any windows programs it throws up a kernel32.dll error. Does anybody know how to tackle this?
The exact error message is given below:
err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by C:\windows\system\version.dll) not found err:win32:PE_LoadLibraryExA can't load C:\windows\system\version.dll err:module:MODULE_LoadLibraryExA Loading of native DLL C:\windows\system\version.dll failed (error 14), check this file. err:module:PE_fixup_imports Module (file) VERSION.dll (which is needed by C:\Program Files\Macromedia\Dreamweaver 2\Dreamweaver.exe) not found
I tried including the line "kernel32" = "builtin,native", the result was that I got the error given below:
err:win32:do_relocations FATAL: Need to relocate C:\windows\system\kernel32.dll, but no relocation records present (stripped during link). Try to run that file directly ! err:module:MODULE_LoadLibraryExA Loading of native DLL C:\windows\system\kernel32.dll failed (error 193), check this file. err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by C:\windows\system\version.dll) not found err:win32:PE_LoadLibraryExA can't load C:\windows\system\version.dll err:module:MODULE_LoadLibraryExA Loading of native DLL C:\windows\system\version.dll failed (error 14), check this file. err:module:PE_fixup_imports Module (file) VERSION.dll (which is needed by C:\Program Files\Macromedia\Dreamweaver 2\Dreamweaver.exe) not found
Thanks! Kapil Karekar
I have found the solution to my issue. Now I can use Dreamweaver and many such softwares on my GNU/Linux box :-))
The solution to the kernel32.dll error in wine is to execute the following line:
$export WINEDLLPATH="/usr/lib/wine"
That's it and the issue is resolved!
May everybody get the best of both worlds!
Cheers, Kapil Karekar
On Friday, December 06, 2002 6:55 PM I wrote
I tried using Dreamweaver with wine. However it is not working. Whenever I try to run any windows programs it throws up a
kernel32.dll
error. Does anybody know how to tackle this?
The exact error message is given below: err:win32:do_relocations FATAL: Need to relocate C:\windows\system\kernel32.dll, but no relocation records present (stripped during link). Try to run that file directly !