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