https://bugs.winehq.org/show_bug.cgi?id=38061
Bug ID: 38061 Summary: Nitro Family displays only a blank screen in full screen Product: Wine Version: 1.7.36 Hardware: x86 URL: http://www.fileplanet.com/137999/download/Nitro-Family -Demo OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: marc.bessieres@gmail.com Distribution: ---
Created attachment 50702 --> https://bugs.winehq.org/attachment.cgi?id=50702 console output of Nitro Family demo full screen, blank screen
Hello,
Nitro Family displays only a blank screen in full screen.
Piotr Caban gave in bug 38050 the workaround of going into window mode by pression Alt+Enter. This allows to play the game.
So this is continuation of bug 38050, if you want the game not to crash you need to be at least at commit b02934096d36a3c1e7f79fa73071b44e6bbb2c26 which is post wine-1.7.36. But the 7ac8ad4492eeaacca6909d2d96eb84aff05ca79c (also post wine-1.7.36) is enough to show the issue.
I couldn't find this bug already reported, but I may have missed it. All the bugs I found were about ddraw, and if I'm not mistaken this game doesn't use it.
--- snip ---
WINEDEBUG=+relay,+tid,+seh ~/wine-git/wine NitroFamily.exe >> log 2>&1
grep ddraw log
grep PE\ DLL log | cut -f2 -d, |cut -f2 -d\ |sort -u
L"advapi32.dll" L"amx32.dll" L"avifil32.dll" L"comctl32.dll" L"comdlg32.dll" L"CrashRpt.dll" L"crtdll.dll" L"d3d8.dll" L"dbghelp.dll" L"dsound.dll" L"Engine.dll" L"Entities.dll" L"Game.dll" L"gdi32.dll" L"ijl15.dll" L"imm32.dll" L"iphlpapi.dll" L"KERNEL32.dll" L"mmdevapi.dll" L"msacm32.dll" L"msvcp70.dll" L"msvcr70.dll" L"msvcrt.dll" L"msvfw32.dll" L"ntdll.dll" L"ntoskrnl.exe" L"ogg.dll" L"ole32.dll" L"oleaut32.dll" L"opengl32.dll" L"psapi.dll" L"rpcrt4.dll" L"Shaders.dll" L"shell32.dll" L"shlwapi.dll" L"user32.dll" L"userenv.dll" L"uxtheme.dll" L"version.dll" L"vorbis.dll" L"vorbisfile.dll" L"windowscodecs.dll" L"winealsa.drv" L"wined3d.dll" L"winejoystick.drv" L"winex11.drv" L"winmm.dll" L"winspool.drv" L"ws2_32.dll" L"wsock32.dll"
--- snip ---
sha1sum NitroFamily.exe
70144d05b75354f5f892f3afc760d991f69ef973 NitroFamily.exe
du -hs NitroFamily.exe
1000K NitroFamily.exe
~/wine-git/wine --version
wine-1.7.36-15-g7ac8ad4
I'm attaching the command line output at 7ac8ad4492eeaacca6909d2d96eb84aff05ca79c because it is short but I don't personally find anything suspicious.
This also happens with the demo
http://www.fileplanet.com/137999/download/Nitro-Family-Demo
du -hs nitrofamilyoffdemo.exe
212M nitrofamilyoffdemo.exe
sha1sum nitrofamilyoffdemo.exe
46082852a40592bf744778fd7212d79862900dd4 nitrofamilyoffdemo.exe
Cheers, Marc