https://bugs.winehq.org/show_bug.cgi?id=44424
Bug ID: 44424 Summary: Doom 3: BFG Edition (GOG version) doesn't start Product: Wine Version: 3.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: t6zm3v62fkp7fe5@yandex.ru Distribution: ---
Created attachment 60362 --> https://bugs.winehq.org/attachment.cgi?id=60362 shortcut_screenshot
After starting Doom 3: BFG Edition (GOG version) by shortcut, it starts with blinking graphic mess from already opened windows and game sounds (shortcut_screenshot). After starting it from terminal, it shows another error (logs and screenshot). Lubuntu 16.04.3, Wine 3.0 from official repos.
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #1 from Milo Rogers t6zm3v62fkp7fe5@yandex.ru --- Created attachment 60363 --> https://bugs.winehq.org/attachment.cgi?id=60363 Error
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #2 from Milo Rogers t6zm3v62fkp7fe5@yandex.ru --- Created attachment 60364 --> https://bugs.winehq.org/attachment.cgi?id=60364 Terminal output
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #3 from Milo Rogers t6zm3v62fkp7fe5@yandex.ru --- Created attachment 60365 --> https://bugs.winehq.org/attachment.cgi?id=60365 Error screenshot
https://bugs.winehq.org/show_bug.cgi?id=44424
Robert Walker bob.mt.wya@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bob.mt.wya@gmail.com
--- Comment #4 from Robert Walker bob.mt.wya@gmail.com --- Please can you launch the game with following Wine Debug Channel enabled:
export WINEDEBUG=+wgl
and attach the resulting log file.
Please also launch the game correctly, from the terminal, as in:
wine start 'C:\GOG Games\DOOM 3 BFG\Doom3BFG.exe'
This is covered in the Wine User's Guide... See: https://wiki.winehq.org/Wine_User%27s_Guide#How_to_run_Windows_programs_from...
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #5 from Milo Rogers t6zm3v62fkp7fe5@yandex.ru --- Thank for the advice. I've made this file by command (Wine 3.2): WINEDEBUG=+wgl wine start 'C:\GOG Games\DOOM 3 BFG\Doom3BFG.exe' &> log.txt I hope I've done everything right.
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #6 from Milo Rogers t6zm3v62fkp7fe5@yandex.ru --- Created attachment 60513 --> https://bugs.winehq.org/attachment.cgi?id=60513 Debug log
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #7 from Robert Walker bob.mt.wya@gmail.com --- It looks like your graphics driver isn't quite up to the job... You could, maybe try limiting Wine's maximum supported GL version to 3.2:
wine reg add "HKEY_CURRENT_USER\Software\Wine\Direct3D" /v 'MaxVersionGL' /t 'REG_DWORD' /d '0x30002' /f
Also what's the output from:
glxinfo | egrep '^[[:alpha:]]'
FYI ...
Also it's worth noting that there is a native port of the game engine. https://github.com/RobertBeckebans/RBDOOM-3-BFG
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #8 from Milo Rogers t6zm3v62fkp7fe5@yandex.ru --- Here is the output. Adding registry doesn't help. Thanks for the info, I've heard about the engine, but I thought that I can do without additional manipulations. It's bad that is the driver's problem, not Wine's one.
https://bugs.winehq.org/show_bug.cgi?id=44424
--- Comment #9 from Milo Rogers t6zm3v62fkp7fe5@yandex.ru --- Created attachment 60515 --> https://bugs.winehq.org/attachment.cgi?id=60515 glxinfo output
https://bugs.winehq.org/show_bug.cgi?id=44424
Sven Arvidsson sa@whiz.se changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sa@whiz.se
--- Comment #10 from Sven Arvidsson sa@whiz.se --- I think this game requires a compatibility context. Try Mesa 18.1 or 18.2
The shaders in the game are quite broken and requires the
force_glsl_extensions_warn=true allow_glsl_builtin_variable_redeclaration=true
environment variables to be set.
https://bugs.winehq.org/show_bug.cgi?id=44424
zzzzzyzz@hacari.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz@hacari.org