You are not logged in.
Pages: 1
I am working on a new SliTaz-OLA-LiveCD - this time with lightprograms included like Horizon - an old WIndows Program.
Horizon is a bit tricky see https://forum.winehq.org/viewtopic.php?f=2&t=23780
so I need to start it with LANG=en_US.UTF-8
but it does not start
tux@slitaz:~$ wine build680.exe LANG=en_US.UTF-8
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000005
gdi32.dll is present
tux@slitaz:~/.wine/drive_c/windows/system32$ ls |grep gdi
ext-ms-win-gdi-devcaps-l1-1-0.dll
gdi32.dll
gdi.exe
gdiplus.dll
the error does not exist on my Debian testsystem - so it must be a SliTaz problem
until now, I have no solution
Offline
I get this also when I just start winecfg (also have the gdi32.dll):
tux@slitaz:~$ winecfg
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000005
tux@slitaz:~$ wine --version
wine-1.7.16
Slitaz version 5.0 RC2
Offline
another observation:
1. installed fresh slitaz-rolling.iso
2. installed wine
3. start winecfg and this error:
wine: created the configuration directory '/home/tux/.wine'
err:module:DelayLoadFailureHook failed to delay load user32.dll.CreateDialogParamW
wine: Call from 0x7b835409 to unimplemented function user32.dll.CreateDialogParamW, aborting
wine: Unimplemented function user32.dll.CreateDialogParamW called at address 0x7b835409 (thread 000b), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 10 100") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
4. after reboot, only this appears when starting winecfg:
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000005
5. in both cases (3. + 4.) winecfg shows up successfully, though
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]