Can't play a game in 16bit colour mode

Questions about Wine on Linux
Locked
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Can't play a game in 16bit colour mode

Post by Dreamkey »

Hello,

I'm trying to play The Grinch, that requires to be started in 16bit colour mode.

I tried the two options listed here.
With Xephyr (Xephyr :1 -ac -screen 1920x1080x16 -glamor -reset -terminate, from Lutris), or with xinit (xinit /usr/bin/xterm -- :1 -ac -depth 16), the game shows this error message:
You must set your desktop bit depth to 16bit before running this game
I even tried to set Xephyr to 8bpp, the message had weird colours but it was the same.

Is it worth it to open a bug or am I missing something?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Can't play a game in 16bit colour mode

Post by Bob Wya »

Dreamkey wrote:Hello,

I'm trying to play The Grinch, that requires to be started in 16bit colour mode.

I tried the two options listed here.
With Xephyr (Xephyr :1 -ac -screen 1920x1080x16 -glamor -reset -terminate, from Lutris), or with xinit (xinit /usr/bin/xterm -- :1 -ac -depth 16), the game shows this error message:
You must set your desktop bit depth to 16bit before running this game
I even tried to set Xephyr to 8bpp, the message had weird colours but it was the same.

Is it worth it to open a bug or am I missing something?
if you're using Lutris then it already has a builtin Xephyr mode. So obviously you'd want to test this first.
Then - if you have issues using this - file a bug on the Lutris Issue tracker.

This forum is support for using Wine - not 3rd party Wine wrappers.
Nothing against Lutris (well except the use of Gtk 3.x :lol: ) - but they've got plenty of other support channels (Discord, IRC, web forums).

Realistically to troubleshoot this issue...
We'd need to know all the terminal commands you are using, to run your Wine game directly, what graphics driver you are using, what Wine version, what Operating System, etc. :roll:

Bob
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Re: Can't play a game in 16bit colour mode

Post by Dreamkey »

You misunderstood me, I only talked about Lutris to explain where I picked the Xephyr options.

I'm using Archlinux, with Wine 4.12.1, mesa 19.1.3 and nearly the latest Intel video driver (I believe the HD 4600 is enough for this game).

As described, I start Xephyr like so:

Code: Select all

Xephyr :1 -ac -screen 1920x1080x16 -glamor -reset -terminate
Then I open a shell inside:

Code: Select all

DISPLAY=:1 xterm
Which I use to start the game:

Code: Select all

cd ~/.wine/drive_c/Program\ Files\ \(x86\)/The\ Grinch/bin
wine TheGrinch.exe
It shows the error message and prints that after I close it:

Code: Select all

0009:fixme:event:wait_for_withdrawn_state window 0x10052/a00003 wait timed out
0009:fixme:event:wait_for_withdrawn_state window 0x1004e/a00001 wait timed out
If I add WINEDEBUG=warn+all:

Code: Select all

0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\kernel32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\kernelbase.dll" not found (c0000034)
0009:warn:computername:GetComputerNameW Status 3221225524 reading computer name from registry
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernel32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernelbase.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\wineboot.exe" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe.manifest" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\advapi32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\msvcrt.dll" not found (c0000034)
000b:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
000b:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\wininit.ini" not found (c0000034)
000b:warn:file:CreateFileW Unable to create file L"C:\\windows\\wininit.ini" (status c0000034)
000b:warn:profile:PROFILE_Open profile file L"C:\\windows\\wininit.ini" not found
000b:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\dllcache\\" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernel32.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernelbase.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winemenubuilder.exe" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winemenubuilder.exe.manifest" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\windowscodecs.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\ole32.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernel32.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\advapi32.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernelbase.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\user32.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\services.exe" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\gdi32.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\services.exe.manifest" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\version.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\rpcrt4.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\msvcrt.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\advapi32.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\rpcrt4.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\msvcrt.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\oleaut32.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\userenv.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\propsys.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\setupapi.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shlwapi.dll" not found (c0000034)
000f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\version.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shcore.dll" not found (c0000034)
000f:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shell32.dll" not found (c0000034)
0012:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernel32.dll" not found (c0000034)
0012:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernelbase.dll" not found (c0000034)
0012:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\plugplay.exe" not found (c0000034)
0012:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\plugplay.exe.manifest" not found (c0000034)
0012:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\advapi32.dll" not found (c0000034)
0012:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\msvcrt.dll" not found (c0000034)
0012:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
0012:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\rpcrt4.dll" not found (c0000034)
0012:warn:sync:SetNamedPipeHandleState semi-stub: 000000000000000C 000000000023EB54/2 0000000000000000 0000000000000000
0019:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernel32.dll" not found (c0000034)
0019:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernelbase.dll" not found (c0000034)
0019:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winedevice.exe" not found (c0000034)
0019:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winedevice.exe.manifest" not found (c0000034)
0019:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\advapi32.dll" not found (c0000034)
0019:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\ntoskrnl.exe" not found (c0000034)
0019:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\msvcrt.dll" not found (c0000034)
0019:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
0019:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\rpcrt4.dll" not found (c0000034)
0019:warn:sync:SetNamedPipeHandleState semi-stub: 000000000000000C 000000000023EB24/2 0000000000000000 0000000000000000
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winebus.sys" not found (c0000034)
000d:warn:font:new_ft_face Unable to load font "/home/dreamkey/.wine/dosdevices/c:/windows/Fonts/vgasys.fon"/(nil) err = 1
000d:warn:font:new_ft_face Unable to load font "/home/dreamkey/.wine/dosdevices/c:/windows/Fonts/vgaoem.fon"/(nil) err = 1
000d:warn:font:new_ft_face Unable to load font "/usr/bin/../share/wine/fonts/vgaoem.fon"/(nil) err = 1
000d:warn:font:new_ft_face Unable to load font "/home/dreamkey/.wine/dosdevices/c:/windows/Fonts/vgafix.fon"/(nil) err = 1
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\setupapi.dll" not found (c0000034)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/coue1257.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssee1257.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssef1257.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smallet.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sserifeg.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/couree.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sseriffg.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sserifet.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgasyst.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgasysg.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smalle.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sserife.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgas1256.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/coue1255.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssef1256.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sseriffe.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssef1255.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgas1257.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/jsmalle.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smallee.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssee1255.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sserifer.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smalleg.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sserifee.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgasyse.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sseriffr.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/cvgasys.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgas1255.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/courer.fon"/(nil)
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\version.dll" not found (c0000034)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssee874.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/coue1256.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgasysr.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smae1256.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/hvgasys.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssef874.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgafix.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/couret.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sserifft.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/svgasys.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgas874.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/ssee1256.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/coure.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smae1255.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/jvgafix.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/vgasys.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smae1257.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/coureg.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/jvgasys.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/smaller.fon"/(nil)
000d:warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts/sseriff.fon"/(nil)
000d:warn:font:new_ft_face Unable to load font "/home/dreamkey/.wine/dosdevices/c:/windows/Fonts/coure.fon"/(nil) err = 1
000d:warn:font:new_ft_face Unable to load font "/home/dreamkey/.wine/dosdevices/c:/windows/Fonts/sserife.fon"/(nil) err = 1
000d:warn:font:new_ft_face Unable to load font "/home/dreamkey/.wine/dosdevices/c:/windows/Fonts/serife.fon"/(nil) err = 1
000d:warn:font:new_ft_face Unable to load font "/usr/bin/../share/wine/fonts/serife.fon"/(nil) err = 1
000d:warn:font:new_ft_face Unable to load font "/home/dreamkey/.wine/dosdevices/c:/windows/Fonts/smalle.fon"/(nil) err = 1
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winehid.sys" not found (c0000034)
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\hidclass.sys" not found (c0000034)
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\hid.dll" not found (c0000034)
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\user32.dll" not found (c0000034)
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\gdi32.dll" not found (c0000034)
000d:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\imm32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernel32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernelbase.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\explorer.exe" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\explorer.exe.manifest" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\rpcrt4.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\advapi32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\msvcrt.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\user32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\gdi32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\version.dll" not found (c0000034)
001f:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
001b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\imm32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\imm32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\winemac.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winemac.drv" not found (c0000034)
001f:warn:module:find_builtin_dll cannot find builtin library for L"winemac.drv"
001f:warn:module:load_dll Failed to load module L"winemac.drv"; status=c0000135
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winex11.drv" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\setupapi.dll" not found (c0000034)
001f:warn:keyboard:X11DRV_KEYBOARD_DetectLayout 20 keysyms per keycode not supported, set to 4
001f:warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (French keyboard layout) for scan/virtual codes mapping.
001f:warn:keyboard:X11DRV_InitKeyboard vkey 010D is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0124 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0126 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0121 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0125 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0127 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0123 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0128 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0122 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 012D is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 012E is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0035 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 00DB is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 012C is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 01B4 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard vkey 0003 is being used by more than one keycode
001f:warn:keyboard:X11DRV_InitKeyboard No more vkeys available!
001f:warn:class:CLASS_RegisterClass Win extra bytes 80 is > 40
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winex11.drv" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\setupapi.dll" not found (c0000034)
000d:warn:keyboard:X11DRV_KEYBOARD_DetectLayout 20 keysyms per keycode not supported, set to 4
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shell32.dll" not found (c0000034)
000d:warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (French keyboard layout) for scan/virtual codes mapping.
000d:warn:keyboard:X11DRV_InitKeyboard vkey 010D is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0124 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0126 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0121 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0125 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0127 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0123 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0128 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0122 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 012D is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 012E is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0035 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 00DB is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 012C is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 01B4 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard vkey 0003 is being used by more than one keycode
000d:warn:keyboard:X11DRV_InitKeyboard No more vkeys available!
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shlwapi.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shcore.dll" not found (c0000034)
000d:warn:class:CLASS_RegisterClass Win extra bytes 80 is > 40
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\ole32.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\actxprxy.dll" not found (c0000034)
001f:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\oleaut32.dll" not found (c0000034)
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:menubuilder:open_module_icon found no icon
000d:warn:menubuilder:read_ico_direntries Invalid ico file format (hr=0x00000000, bytesRead=6)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\%1.dll" not found (c0000034)
000d:warn:module:find_builtin_dll cannot find builtin library for L"%1.dll"
000d:warn:module:load_dll Failed to load module L"%1"; status=c0000135
000d:warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:menubuilder:open_module_icon found no icon
000d:warn:menubuilder:read_ico_direntries Invalid ico file format (hr=0x00000000, bytesRead=6)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\%1.dll" not found (c0000034)
000d:warn:module:find_builtin_dll cannot find builtin library for L"%1.dll"
000d:warn:module:load_dll Failed to load module L"%1"; status=c0000135
000d:warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:menubuilder:open_module_icon found no icon
000d:warn:menubuilder:read_ico_direntries Invalid ico file format (hr=0x00000000, bytesRead=6)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\%1.dll" not found (c0000034)
000d:warn:module:find_builtin_dll cannot find builtin library for L"%1.dll"
000d:warn:module:load_dll Failed to load module L"%1"; status=c0000135
000d:warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:menubuilder:open_module_icon found no icon
000d:warn:menubuilder:read_ico_direntries Invalid ico file format (hr=0x00000000, bytesRead=6)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\%1.dll" not found (c0000034)
000d:warn:module:find_builtin_dll cannot find builtin library for L"%1.dll"
000d:warn:module:load_dll Failed to load module L"%1"; status=c0000135
000d:warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
000d:warn:menubuilder:open_module_icon found no icon
000d:warn:menubuilder:read_ico_direntries Invalid ico file format (hr=0x00000000, bytesRead=6)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
000d:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\%1.dll" not found (c0000034)
000d:warn:module:find_builtin_dll cannot find builtin library for L"%1.dll"
000d:warn:module:load_dll Failed to load module L"%1"; status=c0000135
000d:warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
000d:warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
0025:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernel32.dll" not found (c0000034)
0025:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\kernelbase.dll" not found (c0000034)
0025:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\winedevice.exe" not found (c0000034)
0025:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winedevice.exe.manifest" not found (c0000034)
0025:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\advapi32.dll" not found (c0000034)
0025:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\ntoskrnl.exe" not found (c0000034)
0025:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\msvcrt.dll" not found (c0000034)
0025:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
0025:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\rpcrt4.dll" not found (c0000034)
0025:warn:sync:SetNamedPipeHandleState semi-stub: 000000000000000C 000000000023EB24/2 0000000000000000 0000000000000000
0027:warn:sync:SetNamedPipeHandleState semi-stub: 0000000000000034 000000000044EB84/2 0000000000000000 0000000000000000
0027:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\mountmgr.sys" not found (c0000034)
0027:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\setupapi.dll" not found (c0000034)
0027:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\version.dll" not found (c0000034)
002a:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\user32.dll" not found (c0000034)
002a:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\gdi32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shell32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shlwapi.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\user32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\gdi32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\version.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\shcore.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\ole32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\rpcrt4.dll" not found (c0000034)
002a:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\imm32.dll" not found (c0000034)
000b:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib\\wine\\imm32.dll" not found (c0000034)
0009:warn:module:alloc_module disabling no-exec because of L"TheGrinch.exe"
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\TheGrinch.exe.manifest" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\USER32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\user32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\gdi32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\gdi32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\advapi32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\advapi32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\version.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\version.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\msvcrt.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\msvcrt.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\AVIFIL32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\avifil32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\msacm32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\msacm32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\winmm.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\winmm.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\ole32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\ole32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\rpcrt4.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\rpcrt4.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\msvfw32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\msvfw32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\comctl32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\comctl32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\usp10.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\usp10.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\imm32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\imm32.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\DINPUT.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\dinput.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\DSOUND.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\dsound.dll" not found (c0000034)
0009:warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\msacm.winemp3" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\msacm.winemp3" not found (c0000034)
0009:warn:module:find_builtin_dll cannot find builtin library for L"msacm.winemp3"
0009:warn:module:load_dll Failed to load module L"msacm.winemp3"; status=c0000135
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\winemp3.acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\winemp3.acm" not found (c0000034)
0009:warn:module:find_builtin_dll cannot find builtin library for L"winemp3.acm"
0009:warn:module:load_dll Failed to load module L"winemp3.acm"; status=c0000135
0009:warn:msacm:acmDriverOpen failed: ret = 00000006
0009:warn:msacm:MSACM_RegisterDriver Couldn't load cache for ACM driver (L"winemp3.acm")
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wbem\\msacm.l3acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\msacm.l3acm" not found (c0000034)
0009:warn:module:find_builtin_dll cannot find builtin library for L"msacm.l3acm"
0009:warn:module:load_dll Failed to load module L"msacm.l3acm"; status=c0000135
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\l3codeca.acm" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\l3codeca.acm" not found (c0000034)
0009:err:module:load_so_dll failed to load .so lib "/usr/bin/../lib32/wine/l3codeca.acm.so": libmpg123.so.0: cannot open shared object file: No such file or directory
0009:warn:module:load_dll Failed to load module L"l3codeca.acm"; status=c000007a
0009:warn:msacm:acmDriverOpen failed: ret = 00000006
0009:warn:msacm:MSACM_RegisterDriver Couldn't load cache for ACM driver (L"l3codeca.acm")
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\winex11.drv" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\setupapi.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\setupapi.dll" not found (c0000034)
0009:warn:keyboard:X11DRV_KEYBOARD_DetectLayout 20 keysyms per keycode not supported, set to 4
0009:warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (French keyboard layout) for scan/virtual codes mapping.
0009:warn:keyboard:X11DRV_InitKeyboard vkey 010D is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0124 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0126 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0121 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0125 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0127 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0123 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0128 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0122 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 012D is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 012E is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0035 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 00DB is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 012C is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 01B4 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard vkey 0003 is being used by more than one keycode
0009:warn:keyboard:X11DRV_InitKeyboard No more vkeys available!
0009:warn:class:CLASS_RegisterClass Win extra bytes 48 is > 40
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\uxtheme.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\Z:\\usr\\bin\\..\\lib32\\wine\\uxtheme.dll" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\bin\\bugs.ini" not found (c0000034)
0009:warn:file:CreateFileW Unable to create file L"..\\bin\\bugs.ini" (status c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\a:\\" not found (c000003a)
0009:warn:ntdll:FILE_CreateFile L"\\??\\b:\\" not found (c000003a)
0009:warn:ntdll:FILE_CreateFile L"\\??\\c:\\.windows-label" not found (c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\c:\\.windows-serial" not found (c0000034)
0009:warn:win:dc_hook Application trying to delete an owned DC 0xe0040
0009:warn:x11settings:X11DRV_ChangeDisplaySettingsEx devmode doesn't specify the resolution: 40000
0009:fixme:event:wait_for_withdrawn_state window 0x10052/c00003 wait timed out
0009:fixme:event:wait_for_withdrawn_state window 0x1004e/c00001 wait timed out
0009:warn:ntdll:FILE_CreateFile L"\\??\\C:\\Program Files (x86)\\The Grinch\\data\\End1.bmp" not found (c0000034)
0009:warn:file:CreateFileW Unable to create file L"..\\data\\End1.bmp" (status c0000034)
0009:warn:ntdll:FILE_CreateFile L"\\??\\c:\\DATAS\\data\\End1.bmp" not found (c000003a)
0009:warn:file:CreateFileW Unable to create file L"c:\\DATAS\\data\\End1.bmp" (status c000003a)
0019:warn:sync:SetNamedPipeHandleState semi-stub: 0000000000000084 000000000023EBC4/2 0000000000000000 0000000000000000
0012:warn:sync:SetNamedPipeHandleState semi-stub: 0000000000000038 000000000023EBF4/2 0000000000000000 0000000000000000
0026:warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
0026:warn:rpc:RPCRT4_io_thread receive failed with error 6be
0029:warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
0029:warn:rpc:RPCRT4_io_thread receive failed with error 6be
0013:warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
0013:warn:rpc:RPCRT4_io_thread receive failed with error 6be
0031:warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
0031:warn:rpc:RPCRT4_io_thread receive failed with error 6be
002f:warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
002f:warn:rpc:RPCRT4_io_thread receive failed with error 6be
001a:warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
001a:warn:rpc:RPCRT4_io_thread receive failed with error 6be
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Can't play a game in 16bit colour mode

Post by Bob Wya »

@Dreamkey

This is probably the problem:

Code: Select all

0009:warn:x11settings:X11DRV_ChangeDisplaySettingsEx devmode doesn't specify the resolution: 40000
As in:

Code: Select all

include/wingdi.h:#define DM_BITSPERPEL           __MSABI_LONG(0x00040000)
So the game is trying to change the display BPP, without setting a display resolution (X or Y size).

Can you try to run the game with:

Code: Select all

export WINEDEBUG=+x11settings
and supply the log from this.

Btw you should be able to start the game directly, as in:

Code: Select all

DISPLAY=:1 wine TheGrinch.exe
from your main X session... Without needing to launch an xterm, in the Xephyr X session.
That might be easier for logging n' stuff! :lol:

Bob
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Re: Can't play a game in 16bit colour mode

Post by Dreamkey »

Bob Wya wrote:Btw you should be able to start the game directly, as in:

Code: Select all

DISPLAY=:1 wine TheGrinch.exe
from your main X session... Without needing to launch an xterm, in the Xephyr X session.
That might be easier for logging n' stuff! :lol:
Ok, I was afraid the game was somehow taking my current Xorg configuration instead of Xephyr's.


Bob Wya wrote:Can you try to run the game with:

Code: Select all

export WINEDEBUG=+x11settings
and supply the log from this.
Here you go:

Code: Select all

0020:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: NoRes
0020:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1920x1080x16 @60 Hz (NoRes)
0020:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: XRandR 1.2
0020:trace:x11settings:X11DRV_Settings_SetHandlers Destroying old display modes array
0020:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1600x1200x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 1: 1400x1050x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 2: 1280x960x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 3: 1280x1024x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 4: 1152x864x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 5: 1024x768x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 6: 832x624x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 7: 800x600x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 8: 720x400x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 9: 480x640x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 10: 640x480x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 11: 640x400x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 12: 320x240x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 13: 240x320x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 14: 160x160x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 15: 1920x1080x16 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 16: 1600x1200x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 17: 1400x1050x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 18: 1280x960x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 19: 1280x1024x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 20: 1152x864x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 21: 1024x768x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 22: 832x624x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 23: 800x600x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 24: 720x400x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 25: 480x640x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 26: 640x480x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 27: 640x400x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 28: 320x240x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 29: 240x320x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 30: 160x160x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 31: 1920x1080x8 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 32: 1600x1200x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 33: 1400x1050x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 34: 1280x960x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 35: 1280x1024x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 36: 1152x864x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 37: 1024x768x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 38: 832x624x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 39: 800x600x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 40: 720x400x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 41: 480x640x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 42: 640x480x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 43: 640x400x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 44: 320x240x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 45: 240x320x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 46: 160x160x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 47: 1920x1080x24 @0 Hz (XRandR 1.2)
0020:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode -1 (current) -- getting current mode (XRandR 1.2)
0020:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 15 -- 1920x1080x16bpp (XRandR 1.2)
0020:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x22f140,(nil),0x10000009,(nil))
0020:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=UPDATEREGISTRY,GLOBAL,NORESET
0020:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL,PELSWIDTH,PELSHEIGHT,DISPLAYFLAGS
0020:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=1920 height=1080 bpp=16 freq=0 (XRandR 1.2)
0020:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 15 (XRandR 1.2)
0020:trace:x11settings:get_display_device_reg_key display device key "System\\CurrentControlSet\\Control\\Video\\{5e2a403a-18b9-455b-a32c-808b2a0e5441}\\0000"
000d:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: NoRes
000d:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1920x1080x16 @60 Hz (NoRes)
000d:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: XRandR 1.2
000d:trace:x11settings:X11DRV_Settings_SetHandlers Destroying old display modes array
000d:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1600x1200x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 1: 1400x1050x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 2: 1280x960x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 3: 1280x1024x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 4: 1152x864x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 5: 1024x768x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 6: 832x624x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 7: 800x600x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 8: 720x400x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 9: 480x640x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 10: 640x480x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 11: 640x400x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 12: 320x240x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 13: 240x320x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 14: 160x160x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 15: 1920x1080x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 16: 1600x1200x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 17: 1400x1050x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 18: 1280x960x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 19: 1280x1024x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 20: 1152x864x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 21: 1024x768x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 22: 832x624x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 23: 800x600x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 24: 720x400x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 25: 480x640x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 26: 640x480x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 27: 640x400x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 28: 320x240x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 29: 240x320x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 30: 160x160x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 31: 1920x1080x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 32: 1600x1200x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 33: 1400x1050x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 34: 1280x960x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 35: 1280x1024x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 36: 1152x864x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 37: 1024x768x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 38: 832x624x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 39: 800x600x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 40: 720x400x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 41: 480x640x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 42: 640x480x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 43: 640x400x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 44: 320x240x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 45: 240x320x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 46: 160x160x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 47: 1920x1080x24 @0 Hz (XRandR 1.2)
0009:err:module:load_so_dll failed to load .so lib "/usr/bin/../lib32/wine/l3codeca.acm.so": libmpg123.so.0: cannot open shared object file: No such file or directory
0009:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: NoRes
0009:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1920x1080x16 @60 Hz (NoRes)
0009:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: XRandR 1.2
0009:trace:x11settings:X11DRV_Settings_SetHandlers Destroying old display modes array
0009:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1600x1200x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 1: 1400x1050x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 2: 1280x960x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 3: 1280x1024x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 4: 1152x864x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 5: 1024x768x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 6: 832x624x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 7: 800x600x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 8: 720x400x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 9: 480x640x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 10: 640x480x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 11: 640x400x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 12: 320x240x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 13: 240x320x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 14: 160x160x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 15: 1920x1080x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 16: 1600x1200x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 17: 1400x1050x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 18: 1280x960x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 19: 1280x1024x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 20: 1152x864x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 21: 1024x768x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 22: 832x624x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 23: 800x600x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 24: 720x400x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 25: 480x640x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 26: 640x480x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 27: 640x400x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 28: 320x240x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 29: 240x320x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 30: 160x160x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 31: 1920x1080x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 32: 1600x1200x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 33: 1400x1050x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 34: 1280x960x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 35: 1280x1024x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 36: 1152x864x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 37: 1024x768x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 38: 832x624x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 39: 800x600x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 40: 720x400x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 41: 480x640x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 42: 640x480x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 43: 640x400x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 44: 320x240x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 45: 240x320x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 46: 160x160x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 47: 1920x1080x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x163990,(nil),0x00000002,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=TEST
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=0 height=0 bpp=16 freq=0 (XRandR 1.2)
0009:warn:x11settings:X11DRV_ChangeDisplaySettingsEx devmode doesn't specify the resolution: 40000


(closing the error message here)


0009:fixme:event:wait_for_withdrawn_state window 0x10052/a00003 wait timed out
0009:fixme:event:wait_for_withdrawn_state window 0x1004e/a00001 wait timed out
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),(nil),(nil),0x00000000,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode -2 (registry) -- getting default mode (XRandR 1.2)
0009:trace:x11settings:get_display_device_reg_key display device key "System\\CurrentControlSet\\Control\\Video\\{5e2a403a-18b9-455b-a32c-808b2a0e5441}\\0000"
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Return to original display mode (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 15 (XRandR 1.2)
Like you said, the game changes the bpp without giving a resolution.
If it helps, @jackfuste on WSGF found the game can take arguments (you can ignore the Google warning), but if I try something like wine "TheGrinch.exe" "/x 1920 /y 1080 /opengl" the log is the same.
Not sure if the arguments are not given properly or if they are used by the 3D engine only, but not on the game menu.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Can't play a game in 16bit colour mode

Post by Bob Wya »

@Dreamkey

The attached patch should get the game running in a Xephyr X session.

Bob
Attachments
wine-vanilla-4.12.1-winex11.drv-allow_display_mode_change_without_resolution.patch.gz
(539 Bytes) Downloaded 180 times
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Re: Can't play a game in 16bit colour mode

Post by Dreamkey »

Thanks, almost there :)
The game can start but there is a resolution issue in-game.

With xinit: no sound but the game works. I can see a black screen between the menu and the 3D engine where it changes the resolution

With wine directly, *without* Xephyr: it works! Can't explain why I don't see the 16bpp error message.
The screen goes black twice: at boot (to switch in 16bpp??) then when the 3D engine starts.
But the fullscreen flag is not catched by my window manager (Awesome), so if I switch to another client, if I try to set it in fullscreen or try to take a screenshot, the screen switches again (to 32bpp??), I can't see the game window content, and I can hear the music going in a one second loop.

With wine and Xephyr: the 3D engine won't draw outside the menu resolution (640x480), so if I set a bigger resolution it gets cropped.
Using WINEDEBUG=+x11settings DISPLAY=:1 wine TheGrinch.exe /x 1920 /y 1080 /opengl

First different logos are displayed:
001f:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: NoRes
001f:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1920x1080x16 @60 Hz (NoRes)
001f:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: XRandR 1.2
001f:trace:x11settings:X11DRV_Settings_SetHandlers Destroying old display modes array
001f:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1600x1200x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 1: 1400x1050x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 2: 1280x960x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 3: 1280x1024x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 4: 1152x864x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 5: 1024x768x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 6: 832x624x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 7: 800x600x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 8: 720x400x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 9: 480x640x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 10: 640x480x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 11: 640x400x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 12: 320x240x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 13: 240x320x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 14: 160x160x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 15: 1920x1080x16 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 16: 1600x1200x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 17: 1400x1050x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 18: 1280x960x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 19: 1280x1024x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 20: 1152x864x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 21: 1024x768x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 22: 832x624x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 23: 800x600x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 24: 720x400x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 25: 480x640x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 26: 640x480x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 27: 640x400x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 28: 320x240x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 29: 240x320x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 30: 160x160x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 31: 1920x1080x8 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 32: 1600x1200x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 33: 1400x1050x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 34: 1280x960x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 35: 1280x1024x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 36: 1152x864x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 37: 1024x768x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 38: 832x624x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 39: 800x600x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 40: 720x400x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 41: 480x640x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 42: 640x480x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 43: 640x400x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 44: 320x240x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 45: 240x320x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 46: 160x160x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 47: 1920x1080x24 @0 Hz (XRandR 1.2)
001f:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode -1 (current) -- getting current mode (XRandR 1.2)
001f:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 15 -- 1920x1080x16bpp (XRandR 1.2)
001f:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x22f140,(nil),0x10000009,(nil))
001f:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=UPDATEREGISTRY,GLOBAL,NORESET
001f:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL,PELSWIDTH,PELSHEIGHT,DISPLAYFLAGS
001f:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=1920 height=1080 bpp=16 freq=0 (XRandR 1.2)
001f:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 15 (XRandR 1.2)
001f:trace:x11settings:get_display_device_reg_key display device key "System\\CurrentControlSet\\Control\\Video\\{fda3c2bf-0c15-4fd5-b7c5-c04f6eadf3b0}\\0000"
000d:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: NoRes
000d:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1920x1080x16 @60 Hz (NoRes)
000d:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: XRandR 1.2
000d:trace:x11settings:X11DRV_Settings_SetHandlers Destroying old display modes array
000d:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1600x1200x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 1: 1400x1050x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 2: 1280x960x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 3: 1280x1024x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 4: 1152x864x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 5: 1024x768x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 6: 832x624x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 7: 800x600x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 8: 720x400x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 9: 480x640x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 10: 640x480x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 11: 640x400x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 12: 320x240x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 13: 240x320x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 14: 160x160x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 15: 1920x1080x16 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 16: 1600x1200x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 17: 1400x1050x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 18: 1280x960x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 19: 1280x1024x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 20: 1152x864x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 21: 1024x768x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 22: 832x624x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 23: 800x600x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 24: 720x400x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 25: 480x640x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 26: 640x480x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 27: 640x400x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 28: 320x240x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 29: 240x320x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 30: 160x160x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 31: 1920x1080x8 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 32: 1600x1200x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 33: 1400x1050x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 34: 1280x960x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 35: 1280x1024x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 36: 1152x864x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 37: 1024x768x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 38: 832x624x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 39: 800x600x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 40: 720x400x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 41: 480x640x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 42: 640x480x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 43: 640x400x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 44: 320x240x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 45: 240x320x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 46: 160x160x24 @0 Hz (XRandR 1.2)
000d:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 47: 1920x1080x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: NoRes
0009:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1920x1080x16 @60 Hz (NoRes)
0009:trace:x11settings:X11DRV_Settings_SetHandlers Resolution settings now handled by: XRandR 1.2
0009:trace:x11settings:X11DRV_Settings_SetHandlers Destroying old display modes array
0009:trace:x11settings:X11DRV_Settings_SetHandlers Initialized new display modes array
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 0: 1600x1200x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 1: 1400x1050x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 2: 1280x960x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 3: 1280x1024x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 4: 1152x864x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 5: 1024x768x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 6: 832x624x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 7: 800x600x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 8: 720x400x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 9: 480x640x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 10: 640x480x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 11: 640x400x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 12: 320x240x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 13: 240x320x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 14: 160x160x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 15: 1920x1080x16 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 16: 1600x1200x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 17: 1400x1050x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 18: 1280x960x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 19: 1280x1024x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 20: 1152x864x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 21: 1024x768x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 22: 832x624x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 23: 800x600x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 24: 720x400x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 25: 480x640x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 26: 640x480x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 27: 640x400x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 28: 320x240x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 29: 240x320x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 30: 160x160x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 31: 1920x1080x8 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 32: 1600x1200x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 33: 1400x1050x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 34: 1280x960x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 35: 1280x1024x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 36: 1152x864x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 37: 1024x768x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 38: 832x624x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 39: 800x600x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 40: 720x400x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 41: 480x640x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 42: 640x480x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 43: 640x400x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 44: 320x240x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 45: 240x320x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 46: 160x160x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_Settings_AddOneMode initialized mode 47: 1920x1080x24 @0 Hz (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x164450,(nil),0x00000002,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=TEST
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=0 height=0 bpp=16 freq=0 (XRandR 1.2)
0009:warn:x11settings:X11DRV_ChangeDisplaySettingsEx devmode doesn't specify the resolution, using a workaround: 1c0000
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 0 (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 6 -- 832x624x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 7 -- 800x600x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 8 -- 720x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 9 -- 480x640x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 10 -- 640x480x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x163ea8,(nil),0x00000004,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=FULLSCREEN
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL,PELSWIDTH,PELSHEIGHT
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=640 height=480 bpp=16 freq=0 (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 10 (XRandR 1.2)
0009:fixme:event:wait_for_withdrawn_state window 0x1004e/a00001 wait timed out
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x164790,(nil),0x00000002,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=TEST
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=0 height=0 bpp=16 freq=0 (XRandR 1.2)
0009:warn:x11settings:X11DRV_ChangeDisplaySettingsEx devmode doesn't specify the resolution, using a workaround: 1c0000
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 0 (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 6 -- 832x624x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 7 -- 800x600x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 8 -- 720x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 9 -- 480x640x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 10 -- 640x480x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x1638a8,(nil),0x00000004,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=FULLSCREEN
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL,PELSWIDTH,PELSHEIGHT
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=640 height=480 bpp=16 freq=0 (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 10 (XRandR 1.2)
Then the game menu:
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 6 -- 832x624x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 7 -- 800x600x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 8 -- 720x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 9 -- 480x640x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 10 -- 640x480x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 11 -- 640x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 12 -- 320x240x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 6 -- 832x624x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 7 -- 800x600x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 8 -- 720x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 9 -- 480x640x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 10 -- 640x480x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 11 -- 640x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 12 -- 320x240x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 13 -- 240x320x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 14 -- 160x160x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 15 -- 1920x1080x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 16 -- 1600x1200x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 17 -- 1400x1050x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 18 -- 1280x960x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 19 -- 1280x1024x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 20 -- 1152x864x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 21 -- 1024x768x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 22 -- 832x624x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 23 -- 800x600x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 24 -- 720x400x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 25 -- 480x640x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 26 -- 640x480x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 27 -- 640x400x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 28 -- 320x240x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 29 -- 240x320x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 30 -- 160x160x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 31 -- 1920x1080x8bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 32 -- 1600x1200x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 33 -- 1400x1050x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 34 -- 1280x960x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 35 -- 1280x1024x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 36 -- 1152x864x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 37 -- 1024x768x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 38 -- 832x624x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 39 -- 800x600x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 40 -- 720x400x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 41 -- 480x640x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 42 -- 640x480x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 43 -- 640x400x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 44 -- 320x240x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 45 -- 240x320x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 46 -- 160x160x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 47 -- 1920x1080x24bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 48 -- not present (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 6 -- 832x624x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 7 -- 800x600x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 8 -- 720x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 9 -- 480x640x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 10 -- 640x480x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 6 -- 832x624x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 7 -- 800x600x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
Finally the 3D engine, where the screen goes black on other situations:
0009:fixme:event:wait_for_withdrawn_state window 0x2004e/a00003 wait timed out
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x170148,(nil),0x00000002,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=TEST
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=0 height=0 bpp=16 freq=0 (XRandR 1.2)
0009:warn:x11settings:X11DRV_ChangeDisplaySettingsEx devmode doesn't specify the resolution, using a workaround: 1c0000
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 0 (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 1600x1200x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 1 -- 1400x1050x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 2 -- 1280x960x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 3 -- 1280x1024x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 4 -- 1152x864x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 5 -- 1024x768x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 6 -- 832x624x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 7 -- 800x600x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 8 -- 720x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 9 -- 480x640x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 10 -- 640x480x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 11 -- 640x400x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 12 -- 320x240x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 13 -- 240x320x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 14 -- 160x160x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 15 -- 1920x1080x16bpp (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx ((null),0x170148,(nil),0x00000004,(nil))
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx flags=FULLSCREEN
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx DM_fields=BITSPERPEL,PELSWIDTH,PELSHEIGHT
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx width=1920 height=1080 bpp=16 freq=0 (XRandR 1.2)
0009:trace:x11settings:X11DRV_ChangeDisplaySettingsEx Requested display settings match mode 15 (XRandR 1.2)


Also, there is also a big problem with the engine (a depth issue?), as you can see:
grinch0.jpg
grinch1.jpg
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Can't play a game in 16bit colour mode

Post by Bob Wya »

@ Dreamkey

The only way to fix your issues is for "someone" to implement Wine support to upscale the pixels, for 8-bit and 16-bit colour games, to 24-bit colour.
Personally I think this would be fantastic! Then Wine would support older Windows games better than Windows 10 does. 8)

Running games in a Xephyr session is really a total hack. It means that you won't get any OpenGL or DirectX acceleration support - they will fallback to software rendering or simply crash.

If the game refuses to run in a higher resolution - you can always set your main X session resolution to 640x480 and start a Xephyr in 640x480x16 fullscreen window.

Sorry, but these are very clunky workarounds... :cry:

Bob
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Re: Can't play a game in 16bit colour mode

Post by Dreamkey »

I tested again; the colour banding issue visible on the screenshots above are only when I use Xephyr or xinit; if I start wine directly in my main Xorg display (like usual), it works very well! See the screenshot :wink:
Your patch helps to start the game, and even if Xorg gives a black screen every time the game change the resolution, I am able to play it. Are you planning to merge it?

Apart from that, they are three issues:
  1. the biggest one, the 3D engine is broken
  2. wine doesn't seem to send properly the fullscreen event to the window manager
  3. error messages and keys name are in English, unlike my system's language
Do you think I should open bug reports on the Bugzilla for them?
Attachments
grinch.jpg
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Can't play a game in 16bit colour mode

Post by Bob Wya »

Dreamkey wrote:I tested again; the colour banding issue visible on the screenshots above are only when I use Xephyr or xinit; if I start wine directly in my main Xorg display (like usual), it works very well! See the screenshot :wink:
Your patch helps to start the game, and even if Xorg gives a black screen every time the game change the resolution, I am able to play it. Are you planning to merge it?
No... The patch is just a hack. We'd have to work out what the behaviour is - under Windows 95 / 98 - that allows the game to work at all.
Certainly no recent version of Windows has a ChangeDisplaySettingsEx() function which supports setting the bpp, without setting either X or Y resolution as well.
Dreamkey wrote: Apart from that, they are three issues:
  1. the biggest one, the 3D engine is broken
  2. wine doesn't seem to send properly the fullscreen event to the window manager
  3. error messages and keys name are in English, unlike my system's language
Do you think I should open bug reports on the Bugzilla for them?
  1. You could post a log with:

    Code: Select all

    export WINEDEBUG=+wgl,+opengl
    Are you actually sure the games OpenGL renderer even works properely?
    Have you tried the games DirectX mode?
  2. You might have some success using the Proton fullscreen hack. This available in Etienne Juvigny's wine-tkg-git Arch package.
    See: Github: Tk-Glitch/PKGBUILDS.
    I think that (huge!!) patch scales any fullscreen Wine Windows, up to the native screen resolution.
    I've personally not needed to use it.
  3. Have you tried overridding the locale, when launching Wine itself... E.g. for Japanese:

    Code: Select all

    LANG=ja_JP.utf8 wine ...
Hold your horses, on the bug report...
At least until we've triaged the low hanging fruit first! 8)

Bob
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Re: Can't play a game in 16bit colour mode

Post by Dreamkey »

Bob Wya wrote:No... The patch is just a hack. We'd have to work out what the behaviour is - under Windows 95 / 98 - that allows the game to work at all.
Certainly no recent version of Windows has a ChangeDisplaySettingsEx() function which supports setting the bpp, without setting either X or Y resolution as well.
Can I be of any help? I have a WinXP VM where I have installed the game.

  1. The video settings are pretty limited: screen resolution, software or hardware renderer, level of details, brightness.
    But I found the problem! I have an Optimus laptop, with nvidia-xrun (it runs a Xorg server on the nvidia card), the game runs perfectly!
    Do you know where I can report this? I thought xf86-video-intel was the video driver, but I only have installed to prevent screen tearing.
  2. I don't think this hack should be needed. For instance, if I launch RetroArch or the Unigine Heaven benchmark, my WM does display them in fullscreen.
    When I played Hitman I had the same issue, the game was not started in fullscreen, so I believe wine doesn't relay a "fullscreen window event" to the WM when the game asks it.
  3. It doesn't work. locale returns the correct variables, and I also tried with export LC_ALL= but it's still in English.
Attachments
nvidia.jpg
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Re: Can't play a game in 16bit colour mode

Post by Dreamkey »

Sorry for the double-post, but I tried to play it, and after a few minutes the game froze, the music looped every second, while there was nothing in the shell.
It happened a few times before I added WINEDEBUG=warn+all, I'm not sure if it changed anything but I was able to play longer.

Then I found a way to get a reproducible "divide by 0" error.
The first time Wine showed a window where I could save the backtrace:

Code: Select all

Unhandled exception: divide by zero in 32-bit code (0x00438a61).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:00438a61 ESP:0034e7a8 EBP:0000087a EFLAGS:00010202(  R- --  I   - - - )
 EAX:10c4ca64 EBX:00000000 ECX:00000000 EDX:00000000
 ESI:00000000 EDI:0122829c
Stack dump:
0x0034e7a8:  0122823c 01228260 01228244 0122824c
0x0034e7b8:  ffefc230 00000000 0044566f 00000000
0x0034e7c8:  00021e94 01228260 01228080 0223eb94
0x0034e7d8:  0122823c 0043c38b 0122823c 01228260
0x0034e7e8:  0223ebc0 0122823c 012280b4 01228234
0x0034e7f8:  00400000 01228080 10000001 021ebf9c
Backtrace:
=>0 0x00438a61 EntryPoint+0xffffffff() in thegrinch (0x0000087a)
0x00438a61 EntryPoint+0xffffffff in thegrinch: idivl	%ebx,%eax
Modules:
Module	Address			Debug info	Name (111 modules)
PE	  400000-  640000	Export          thegrinch
PE	10000000-10006000	Deferred        wkeykill
ELF	78c81000-7a800000	Deferred        libnvidia-glcore.so.430.34
ELF	7a800000-7a951000	Deferred        opengl32<elf>
  \-PE	7a840000-7a951000	\               opengl32
ELF	7b400000-7b848000	Deferred        kernel32<elf>
  \-PE	7b430000-7b848000	\               kernel32
ELF	7bc00000-7bd47000	Deferred        ntdll<elf>
  \-PE	7bc30000-7bd47000	\               ntdll
ELF	7bf11000-7c000000	Deferred        libasound.so.2
ELF	7c000000-7c005000	Deferred        <wine-loader>
ELF	7c0f1000-7c139000	Deferred        winealsa<elf>
  \-PE	7c100000-7c139000	\               winealsa
ELF	7c139000-7c1c5000	Deferred        libvorbisenc.so.2
ELF	7c1c5000-7c1f3000	Deferred        libvorbis.so.0
ELF	7c1f3000-7c266000	Deferred        libflac.so.8
ELF	7c266000-7c345000	Deferred        libgcrypt.so.20
ELF	7c345000-7c371000	Deferred        liblzma.so.5
ELF	7c371000-7c400000	Deferred        libsndfile.so.1
ELF	7c408000-7c42b000	Deferred        libgpg-error.so.0
ELF	7c42b000-7c4de000	Deferred        libsystemd.so.0
ELF	7c4de000-7c531000	Deferred        libdbus-1.so.3
ELF	7c531000-7c5c0000	Deferred        libpulsecommon-12.2.so
ELF	7c5c0000-7c700000	Deferred        oleaut32<elf>
  \-PE	7c5f0000-7c700000	\               oleaut32
ELF	7cd7f000-7cd98000	Deferred        libresolv.so.2
ELF	7cd98000-7cdf4000	Deferred        libpulse.so.0
ELF	7ce3b000-7ce58000	Deferred        libgcc_s.so.1
ELF	7ce5c000-7ce65000	Deferred        libogg.so.0
ELF	7ce65000-7ce70000	Deferred        librt.so.1
ELF	7cfc9000-7d0b8000	Deferred        libglx_nvidia.so.0
ELF	7d0ff000-7d161000	Deferred        libgldispatch.so.0
ELF	7d161000-7d184000	Deferred        libglx.so.0
ELF	7d184000-7d1e8000	Deferred        libgl.so.1
ELF	7d234000-7d23c000	Deferred        libasyncns.so.0
ELF	7d270000-7d298000	Deferred        mmdevapi<elf>
  \-PE	7d280000-7d298000	\               mmdevapi
ELF	7d35b000-7d396000	Deferred        glu32<elf>
  \-PE	7d370000-7d396000	\               glu32
ELF	7d4e6000-7d4ee000	Deferred        libxfixes.so.3
ELF	7d4ee000-7d4fb000	Deferred        libxcursor.so.1
ELF	7d4fb000-7d50f000	Deferred        libxi.so.6
ELF	7d50f000-7d514000	Deferred        libxcomposite.so.1
ELF	7d514000-7d523000	Deferred        libxrandr.so.2
ELF	7d523000-7d531000	Deferred        libxrender.so.1
ELF	7d531000-7d538000	Deferred        libxxf86vm.so.1
ELF	7d538000-7d53d000	Deferred        libxinerama.so.1
ELF	7d53d000-7d5cb000	Deferred        setupapi<elf>
  \-PE	7d550000-7d5cb000	\               setupapi
ELF	7d5cb000-7d5d3000	Deferred        libxdmcp.so.6
ELF	7d5d3000-7d5d8000	Deferred        libxau.so.6
ELF	7d5d8000-7d604000	Deferred        libxcb.so.1
ELF	7d604000-7d751000	Deferred        libx11.so.6
ELF	7d751000-7d767000	Deferred        libxext.so.6
ELF	7d769000-7d76e000	Deferred        libnvidia-tls.so.430.34
ELF	7d76e000-7d7ae000	Deferred        uxtheme<elf>
  \-PE	7d780000-7d7ae000	\               uxtheme
ELF	7d7ae000-7d867000	Deferred        winex11<elf>
  \-PE	7d7d0000-7d867000	\               winex11
ELF	7d994000-7d9c0000	Deferred        libexpat.so.1
ELF	7d9c0000-7da0c000	Deferred        libfontconfig.so.1
ELF	7da0c000-7da85000	Deferred        libpcre.so.1
ELF	7da85000-7dbbd000	Deferred        libglib-2.0.so.0
ELF	7dbbd000-7dcc4000	Deferred        libharfbuzz.so.0
ELF	7dcc4000-7dcde000	Deferred        libz.so.1
ELF	7dcde000-7dd1e000	Deferred        libpng16.so.16
ELF	7dd1e000-7dd30000	Deferred        libbz2.so.1.0
ELF	7dd30000-7de05000	Deferred        libfreetype.so.6
ELF	7de05000-7de75000	Deferred        libncursesw.so.6
ELF	7debc000-7df0d000	Deferred        dsound<elf>
  \-PE	7ded0000-7df0d000	\               dsound
ELF	7df0d000-7df74000	Deferred        dinput<elf>
  \-PE	7df20000-7df74000	\               dinput
ELF	7df74000-7dfc3000	Deferred        usp10<elf>
  \-PE	7df80000-7dfc3000	\               usp10
ELF	7dfc3000-7e131000	Deferred        comctl32<elf>
  \-PE	7dff0000-7e131000	\               comctl32
ELF	7e131000-7e164000	Deferred        msvfw32<elf>
  \-PE	7e140000-7e164000	\               msvfw32
ELF	7e164000-7e201000	Deferred        rpcrt4<elf>
  \-PE	7e180000-7e201000	\               rpcrt4
ELF	7e201000-7e378000	Deferred        ole32<elf>
  \-PE	7e240000-7e378000	\               ole32
ELF	7e378000-7e445000	Deferred        winmm<elf>
  \-PE	7e390000-7e445000	\               winmm
ELF	7e445000-7e476000	Deferred        msacm32<elf>
  \-PE	7e450000-7e476000	\               msacm32
ELF	7e476000-7e4ca000	Deferred        avifil32<elf>
  \-PE	7e480000-7e4ca000	\               avifil32
ELF	7e4ca000-7e5aa000	Deferred        msvcrt<elf>
  \-PE	7e4f0000-7e5aa000	\               msvcrt
ELF	7e5aa000-7e632000	Deferred        advapi32<elf>
  \-PE	7e5c0000-7e632000	\               advapi32
ELF	7e632000-7e78f000	Deferred        gdi32<elf>
  \-PE	7e650000-7e78f000	\               gdi32
ELF	7e78f000-7e9d6000	Deferred        user32<elf>
  \-PE	7e7c0000-7e9d6000	\               user32
ELF	7ee51000-7eed7000	Deferred        kernelbase<elf>
  \-PE	7ee60000-7eed7000	\               kernelbase
ELF	7eed7000-7eeec000	Deferred        libnss_files.so.2
ELF	7eeec000-7efb9000	Deferred        libm.so.6
ELF	7efc2000-7efe9000	Deferred        imm32<elf>
  \-PE	7efd0000-7efe9000	\               imm32
ELF	7efe9000-7f000000	Deferred        version<elf>
  \-PE	7eff0000-7f000000	\               version
ELF	f7b51000-f7b57000	Deferred        libdl.so.2
ELF	f7b94000-f7b9e000	Deferred        libuuid.so.1
ELF	f7b9e000-f7d7d000	Deferred        libc.so.6
ELF	f7d7d000-f7d9f000	Deferred        libpthread.so.0
ELF	f7d9f000-f7f57000	Dwarf           libwine.so.1
ELF	f7f59000-f7f84000	Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	00000027    0
	0000001a    0
	00000013    0
	00000010    0
	0000000f    0
00000011 plugplay.exe
	00000017    0
	00000016    0
	00000012    0
00000018 winedevice.exe
	00000026    0
	00000020    0
	0000001d    0
	0000001c    0
	0000001b    0
	00000019    0
00000024 winedevice.exe
	0000002a    0
	00000029    0
	00000028    0
	00000025    0
00000035 (D) C:\Program Files (x86)\The Grinch\bin\TheGrinch.exe
	00000045    0
	00000042   15
	00000041    0
	0000003e    0
	00000036    0 <==
00000037 explorer.exe
	0000003b    0
	0000003a    0
	00000039    0
	00000038    0
System information:
    Wine build: wine-4.12.1
    Platform: i386 (WOW64)
    Version: Windows 7
    Host system: Linux
    Host version: 5.2.2-arch1-1-ARCH
The second time it was directly in the shell:

Code: Select all

0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0021:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
001f:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
001f:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
001f:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
002e:warn:dsound:DSOUND_mixthread wait returned 00000102!
002d:warn:alsa:alsa_write_best_effort writei failed, recovering: -32 (Relais brisé (pipe))
ALSA lib pcm.c:8432:(snd_pcm_recover) underrun occurred
Unhandled exception: divide by zero in 32-bit code (0x00438c23).
0030:fixme:dbghelp:elf_search_auxv can't find symbol in module
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:00438c23 ESP:0034e7a8 EBP:00000000 EFLAGS:00010206(  R- --  I   - -P- )
 EAX:1e487522 EBX:00001d49 ECX:00000000 EDX:00000000
 ESI:00000000 EDI:008b989c
Stack dump:
0x0034e7a8:  008b983c 008b9860 008b9844 008b984c
0x0034e7b8:  ffeb3dc8 ffffffc4 0044566f 00000000
0x0034e7c8:  0007524c 008b9860 008b9680 018efb94
0x0034e7d8:  008b983c 0043c38b 008b983c 008b9860
0x0034e7e8:  018efbc0 008b983c 008b96b4 008b9834
0x0034e7f8:  00400000 008b9680 10000001 0189cf9c
Backtrace:
=>0 0x00438c23 EntryPoint+0xffffffff() in thegrinch (0x00000000)
0x00438c23 EntryPoint+0xffffffff in thegrinch: idivl	%ebp,%eax
Modules:
Module	Address			Debug info	Name (111 modules)
PE	  400000-  640000	Export          thegrinch
PE	10000000-10006000	Deferred        wkeykill
ELF	78c81000-7a800000	Deferred        libnvidia-glcore.so.430.34
ELF	7a800000-7a951000	Deferred        opengl32<elf>
  \-PE	7a840000-7a951000	\               opengl32
ELF	7b400000-7b848000	Deferred        kernel32<elf>
  \-PE	7b430000-7b848000	\               kernel32
ELF	7bc00000-7bd47000	Deferred        ntdll<elf>
  \-PE	7bc30000-7bd47000	\               ntdll
ELF	7c000000-7c005000	Deferred        <wine-loader>
ELF	7c05d000-7c14c000	Deferred        libasound.so.2
ELF	7c193000-7c21f000	Deferred        libvorbisenc.so.2
ELF	7c21f000-7c292000	Deferred        libflac.so.8
ELF	7c292000-7c371000	Deferred        libgcrypt.so.20
ELF	7c371000-7c400000	Deferred        libsndfile.so.1
ELF	7c408000-7c42b000	Deferred        libgpg-error.so.0
ELF	7c42b000-7c4de000	Deferred        libsystemd.so.0
ELF	7c4de000-7c531000	Deferred        libdbus-1.so.3
ELF	7c531000-7c5c0000	Deferred        libpulsecommon-12.2.so
ELF	7c5c0000-7c700000	Deferred        oleaut32<elf>
  \-PE	7c5f0000-7c700000	\               oleaut32
ELF	7c805000-7c81e000	Deferred        libresolv.so.2
ELF	7c81e000-7c87a000	Deferred        libpulse.so.0
ELF	7cd21000-7cd4f000	Deferred        libvorbis.so.0
ELF	7cd4f000-7cd58000	Deferred        libogg.so.0
ELF	7ce21000-7ce3e000	Deferred        libgcc_s.so.1
ELF	7ce46000-7ce72000	Deferred        liblzma.so.5
ELF	7ce72000-7ce7d000	Deferred        librt.so.1
ELF	7ce7d000-7ce85000	Deferred        libasyncns.so.0
ELF	7cfaf000-7d09e000	Deferred        libglx_nvidia.so.0
ELF	7d0e5000-7d147000	Deferred        libgldispatch.so.0
ELF	7d147000-7d16a000	Deferred        libglx.so.0
ELF	7d16a000-7d1ce000	Deferred        libgl.so.1
ELF	7d24f000-7d297000	Deferred        winealsa<elf>
  \-PE	7d260000-7d297000	\               winealsa
ELF	7d297000-7d2bf000	Deferred        mmdevapi<elf>
  \-PE	7d2a0000-7d2bf000	\               mmdevapi
ELF	7d341000-7d37c000	Deferred        glu32<elf>
  \-PE	7d350000-7d37c000	\               glu32
ELF	7d4cc000-7d4d4000	Deferred        libxfixes.so.3
ELF	7d4d4000-7d4e1000	Deferred        libxcursor.so.1
ELF	7d4e1000-7d4f5000	Deferred        libxi.so.6
ELF	7d4f5000-7d4fa000	Deferred        libxcomposite.so.1
ELF	7d4fa000-7d509000	Deferred        libxrandr.so.2
ELF	7d509000-7d517000	Deferred        libxrender.so.1
ELF	7d517000-7d51e000	Deferred        libxxf86vm.so.1
ELF	7d51e000-7d523000	Deferred        libxinerama.so.1
ELF	7d523000-7d5b1000	Deferred        setupapi<elf>
  \-PE	7d540000-7d5b1000	\               setupapi
ELF	7d5b1000-7d5b9000	Deferred        libxdmcp.so.6
ELF	7d5b9000-7d5be000	Deferred        libxau.so.6
ELF	7d5be000-7d5ea000	Deferred        libxcb.so.1
ELF	7d5ea000-7d737000	Deferred        libx11.so.6
ELF	7d737000-7d74d000	Deferred        libxext.so.6
ELF	7d74f000-7d754000	Deferred        libnvidia-tls.so.430.34
ELF	7d754000-7d794000	Deferred        uxtheme<elf>
  \-PE	7d760000-7d794000	\               uxtheme
ELF	7d794000-7d84d000	Deferred        winex11<elf>
  \-PE	7d7b0000-7d84d000	\               winex11
ELF	7d98a000-7d994000	Deferred        libuuid.so.1
ELF	7d994000-7d9c0000	Deferred        libexpat.so.1
ELF	7d9c0000-7da0c000	Deferred        libfontconfig.so.1
ELF	7da0c000-7da85000	Deferred        libpcre.so.1
ELF	7da85000-7dbbd000	Deferred        libglib-2.0.so.0
ELF	7dbbd000-7dcc4000	Deferred        libharfbuzz.so.0
ELF	7dcc4000-7dcde000	Deferred        libz.so.1
ELF	7dcde000-7dd1e000	Deferred        libpng16.so.16
ELF	7dd1e000-7dd30000	Deferred        libbz2.so.1.0
ELF	7dd30000-7de05000	Deferred        libfreetype.so.6
ELF	7de05000-7de75000	Deferred        libncursesw.so.6
ELF	7debc000-7df0d000	Deferred        dsound<elf>
  \-PE	7ded0000-7df0d000	\               dsound
ELF	7df0d000-7df74000	Deferred        dinput<elf>
  \-PE	7df20000-7df74000	\               dinput
ELF	7df74000-7dfc3000	Deferred        usp10<elf>
  \-PE	7df80000-7dfc3000	\               usp10
ELF	7dfc3000-7e131000	Deferred        comctl32<elf>
  \-PE	7dff0000-7e131000	\               comctl32
ELF	7e131000-7e164000	Deferred        msvfw32<elf>
  \-PE	7e140000-7e164000	\               msvfw32
ELF	7e164000-7e201000	Deferred        rpcrt4<elf>
  \-PE	7e180000-7e201000	\               rpcrt4
ELF	7e201000-7e378000	Deferred        ole32<elf>
  \-PE	7e240000-7e378000	\               ole32
ELF	7e378000-7e445000	Deferred        winmm<elf>
  \-PE	7e390000-7e445000	\               winmm
ELF	7e445000-7e476000	Deferred        msacm32<elf>
  \-PE	7e450000-7e476000	\               msacm32
ELF	7e476000-7e4ca000	Deferred        avifil32<elf>
  \-PE	7e480000-7e4ca000	\               avifil32
ELF	7e4ca000-7e5aa000	Deferred        msvcrt<elf>
  \-PE	7e4f0000-7e5aa000	\               msvcrt
ELF	7e5aa000-7e632000	Deferred        advapi32<elf>
  \-PE	7e5c0000-7e632000	\               advapi32
ELF	7e632000-7e78f000	Deferred        gdi32<elf>
  \-PE	7e650000-7e78f000	\               gdi32
ELF	7e78f000-7e9d6000	Deferred        user32<elf>
  \-PE	7e7c0000-7e9d6000	\               user32
ELF	7ee51000-7eed7000	Deferred        kernelbase<elf>
  \-PE	7ee60000-7eed7000	\               kernelbase
ELF	7eed7000-7eeec000	Deferred        libnss_files.so.2
ELF	7eeec000-7efb9000	Deferred        libm.so.6
ELF	7efc2000-7efe9000	Deferred        imm32<elf>
  \-PE	7efd0000-7efe9000	\               imm32
ELF	7efe9000-7f000000	Deferred        version<elf>
  \-PE	7eff0000-7f000000	\               version
ELF	f7bba000-f7bc0000	Deferred        libdl.so.2
ELF	f7c07000-f7de6000	Deferred        libc.so.6
ELF	f7de6000-f7e08000	Deferred        libpthread.so.0
ELF	f7e08000-f7fc0000	Dwarf           libwine.so.1
ELF	f7fc2000-f7fed000	Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files (x86)\The Grinch\bin\TheGrinch.exe
	00000031    0
	0000002e   15
	0000002d    0
	0000002c    0
	00000009    0 <==
0000000e services.exe
	00000027    0
	0000001a    0
	00000013    0
	00000010    0
	0000000f    0
00000011 plugplay.exe
	00000017    0
	00000016    0
	00000012    0
00000018 winedevice.exe
	00000026    0
	00000020    0
	0000001d    0
	0000001c    0
	0000001b    0
	00000019    0
0000001e explorer.exe
	00000023    0
	00000022    0
	00000021    0
	0000001f    0
00000024 winedevice.exe
	0000002a    0
	00000029    0
	00000028    0
	00000025    0
System information:
    Wine build: wine-4.12.1
    Platform: i386 (WOW64)
    Version: Windows 7
    Host system: Linux
    Host version: 5.2.2-arch1-1-ARCH
001f:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
001f:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b
001f:warn:module:load_dll Failed to load module L"C:\\Program Files (x86)\\The Grinch\\bin\\WKeyKill.dll"; status=c000007b

How can I help to fix it?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Can't play a game in 16bit colour mode

Post by Bob Wya »

@Dreamkey

The divide instruction:

Code: Select all

0x00438c23 EntryPoint+0xffffffff in thegrinch: idivl   %ebp,%eax
that crashes is in the game's executable.

So short of taking a disassembler to the executable to fix all these failing divide instructions...
Which would be hard... Since you'd have to find a way to inject some code, to avoid the divide by zero code condition happening...
:shock:

I think it might be time to move on... :lol:

Bob
Dreamkey
Level 2
Level 2
Posts: 12
Joined: Sun Sep 16, 2018 1:55 pm

Re: Can't play a game in 16bit colour mode

Post by Dreamkey »

My bad, I tested the savegame on my WinXP virtual machine, and it also crashes on the same spot...
So it is working as expected :lol:

I will report the 3D issue (found the instructions here), do you know what I could do for the fullscreen and language issues?
Locked