[Bug 45826] New: Doom 2016 - Rendering issues
https://bugs.winehq.org/show_bug.cgi?id=45826 Bug ID: 45826 Summary: Doom 2016 - Rendering issues Product: Wine-staging Version: 3.15 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: ahmed.com(a)aol.com CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com Distribution: --- Created attachment 62283 --> https://bugs.winehq.org/attachment.cgi?id=62283 wine error log I can't run Doom 2016 with Mesa 18.1.7 or Mesa 18.1.8, so I tried Mesa 18.2.0-1 and the game started but it look so weird, and I can hear the menu sounds but I can't see the menu. System information: Operating system: Manjaro KDE GPU: AMD HD 8750M Driver: Mesa 18.2.0-1 Wine version: 3.15 staging-nine -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #1 from ahmed.com(a)aol.com --- Created attachment 62284 --> https://bugs.winehq.org/attachment.cgi?id=62284 That is how the game look at the intro -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #2 from ahmed.com(a)aol.com --- Created attachment 62285 --> https://bugs.winehq.org/attachment.cgi?id=62285 That is how the game look when loading -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 ahmed.com(a)aol.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62284|That is how the game look |That is how the game look description|at the intro |in the intro -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #3 from ahmed.com(a)aol.com --- Created attachment 62286 --> https://bugs.winehq.org/attachment.cgi?id=62286 That is how the game look in the menu -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #4 from ahmed.com(a)aol.com --- One more thing, starting the game with Vulkan doesn't work at all, and starting the game with Opengl end up with rendering issues. And I can play any other game that use Vulkan without any problem. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 zzzzzyzz(a)hacari.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz(a)hacari.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 ahmed.com(a)aol.com changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #5 from ahmed.com(a)aol.com --- I filed a bug at Mesa but someone there say that it is a wine bug. That is why I filed the bug here. Link for the bug at Mesa: https://bugs.freedesktop.org/show_bug.cgi?id=107873 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 GloriousEggroll(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |GloriousEggroll(a)gmail.com --- Comment #6 from GloriousEggroll(a)gmail.com --- vulkan works fine here. opengl is a shit show. you're probably missing the icd loader for vulkan or the vulkan portion of mesa drivers, that would cause it not to run: https://wiki.archlinux.org/index.php/Vulkan#Installation -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #7 from ahmed.com(a)aol.com --- Vulkan is installed and running with other games just fine, but this game doesn't work with vulkan or opengl. It was working before the new wine and drivers updates, and now I can't run it at all. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #8 from GloriousEggroll(a)gmail.com --- Just tested both OpenGL and Vulkan on vanilla wine, both worked fine here. Staging OpenGL has rendering issues. Currently digging to see what patchset causes it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #9 from GloriousEggroll(a)gmail.com --- (In reply to ahmed.com from comment #7)
Vulkan is installed and running with other games just fine, but this game doesn't work with vulkan or opengl. It was working before the new wine and drivers updates, and now I can't run it at all.
Have you tested any other native vulkan games in wine? (not dxvk) dxvk auto-detects if there is a dedicated/discrete gpu and uses it first. Vulkan by itself uses the first available vulkan gpu it detects. what is the output of: vulkaninfo | grep "GPU id" (you may need to install vulkan-tools) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #10 from GloriousEggroll(a)gmail.com --- staging OpenGL works if you remove opengl32-Revert_Disable_Ext patchset. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #11 from ahmed.com(a)aol.com --- (In reply to GloriousEggroll from comment #9)
(In reply to ahmed.com from comment #7)
Vulkan is installed and running with other games just fine, but this game doesn't work with vulkan or opengl. It was working before the new wine and drivers updates, and now I can't run it at all.
Have you tested any other native vulkan games in wine? (not dxvk)
dxvk auto-detects if there is a dedicated/discrete gpu and uses it first.
Vulkan by itself uses the first available vulkan gpu it detects.
what is the output of:
vulkaninfo | grep "GPU id"
(you may need to install vulkan-tools)
I play Rise of the Tomb Raider (Native) which run without any problems. the result of vulkaninfo | grep "GPU id" : ERROR: [Loader Message] Code 0 : /usr/lib32/libvulkan_radeon.so: wrong ELF class: ELFCLASS32 ERROR: [Loader Message] Code 0 : /usr/lib32/libvulkan_intel.so: wrong ELF class: ELFCLASS32 WARNING: radv is not a conformant vulkan implementation, testing use only. INTEL-MESA: warning: Haswell Vulkan support is incomplete INTEL-MESA: warning: ../mesa-18.2.0/src/intel/vulkan/anv_device.c:1142: FINISHME: Implement pop-free point clipping GPU id : 0 (AMD RADV OLAND (LLVM 6.0.1)) GPU id : 1 (Intel(R) Haswell Mobile) GPU id : 0 (AMD RADV OLAND (LLVM 6.0.1)) GPU id : 1 (Intel(R) Haswell Mobile) GPU id : 0 (AMD RADV OLAND (LLVM 6.0.1)) GPU id : 1 (Intel(R) Haswell Mobile) GPU id : 0 (AMD RADV OLAND (LLVM 6.0.1)) GPU id : 1 (Intel(R) Haswell Mobile) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #12 from GloriousEggroll(a)gmail.com --- I meant have you tried any vulkan games that run in WINE besides doom? (Wolfenstein 2 if you have it). Ferals native ports let you choose which gpu so that's not so helpful in this case. Is there any way you can disable the intel igpu in the bios and try that way? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #13 from GloriousEggroll(a)gmail.com --- just note: you may need to plug in a monitor if you disable the igpu. if you're not comfortable with it, don't do it -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #14 from ahmed.com(a)aol.com --- (In reply to GloriousEggroll from comment #13)
just note: you may need to plug in a monitor if you disable the igpu. if you're not comfortable with it, don't do it
(In reply to GloriousEggroll from comment #12)
I meant have you tried any vulkan games that run in WINE besides doom? (Wolfenstein 2 if you have it). Ferals native ports let you choose which gpu so that's not so helpful in this case.
Is there any way you can disable the intel igpu in the bios and try that way?
I can disable only the dgpu from the bios which doesn't help at my case. I reported a bug at mesa, and someone mentioned that the patchset "opengl32-Revert_Disable_Ext" is to blame, and I don't know what he is talking about. Here is the link >>> https://bugs.freedesktop.org/show_bug.cgi?id=107873 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #15 from ahmed.com(a)aol.com --- I am sorry! You mentioned the same thing in a previous post, but I don't know how to remove opengl32-Revert_Disable_Ext patchset. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #16 from GloriousEggroll(a)gmail.com --- (In reply to ahmed.com from comment #15)
I am sorry! You mentioned the same thing in a previous post, but I don't know how to remove opengl32-Revert_Disable_Ext patchset.
it is a wine-staging patchset. if you use normal wine (not staging) the game works with opengl. if you disable the dedicated gpu do you still get the same error when trying to run the game with vulkan? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #17 from GloriousEggroll(a)gmail.com --- (In reply to GloriousEggroll from comment #16)
(In reply to ahmed.com from comment #15)
I am sorry! You mentioned the same thing in a previous post, but I don't know how to remove opengl32-Revert_Disable_Ext patchset.
it is a wine-staging patchset. if you use normal wine (not staging) the game works with opengl.
if you disable the dedicated gpu do you still get the same error when trying to run the game with vulkan?
Also, have you tried waiting out the 99% load in vulkan? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #18 from ahmed.com(a)aol.com --- I waited for a half hour before I closed it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #19 from ahmed.com(a)aol.com --- (In reply to GloriousEggroll from comment #17)
(In reply to GloriousEggroll from comment #16)
(In reply to ahmed.com from comment #15)
I am sorry! You mentioned the same thing in a previous post, but I don't know how to remove opengl32-Revert_Disable_Ext patchset.
it is a wine-staging patchset. if you use normal wine (not staging) the game works with opengl.
if you disable the dedicated gpu do you still get the same error when trying to run the game with vulkan?
Also, have you tried waiting out the 99% load in vulkan?
I will try that. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #20 from ahmed.com(a)aol.com --- (In reply to GloriousEggroll from comment #17)
(In reply to GloriousEggroll from comment #16)
(In reply to ahmed.com from comment #15)
I am sorry! You mentioned the same thing in a previous post, but I don't know how to remove opengl32-Revert_Disable_Ext patchset.
it is a wine-staging patchset. if you use normal wine (not staging) the game works with opengl.
if you disable the dedicated gpu do you still get the same error when trying to run the game with vulkan?
Also, have you tried waiting out the 99% load in vulkan?
Using the normal wine solved everything. Thanks for helping me. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #21 from GloriousEggroll(a)gmail.com --- did normal wine work with vulkan? (it should) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 --- Comment #22 from ahmed.com(a)aol.com --- No it doesn't, and I am now sure that it uses my AMD card with Vulkan, because I enabled performance metrics and switched to Vulkan and it showed the name of my AMD card before it stopped at 99% as before. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 Robert Walker <bob.mt.wya(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bob.mt.wya(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 ahmed.com(a)aol.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #23 from ahmed.com(a)aol.com --- The game running smoothly with Wine-stable 3.15. Thanks for your support. I changed to resolved. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 Mathew Hodson <mathew.hodson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathew.hodson(a)gmail.com --- Comment #24 from Mathew Hodson <mathew.hodson(a)gmail.com> --- This should be fixed in Wine Staging 3.17 with this commit: https://github.com/wine-staging/wine-staging/commit/bd3794c11e682e8489959ff7... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 Mathew Hodson <mathew.hodson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mathew.hodson(a)gmail.com | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45826 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #25 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Fixed Staging bugs. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org