https://bugs.winehq.org/show_bug.cgi?id=51866
Bug ID: 51866 Summary: Application tried to create a window, but no driver could be loaded. Product: Wine-staging Version: 6.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: obydux@protonmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 70781 --> https://bugs.winehq.org/attachment.cgi?id=70781 Output from my terminal after running winecfg
I'm running Linux Mint 20.2 Xfce edition, I have an AMD Radeon HD 8240 / R3 Series GPU and I use the latest mesa and vulkan drivers from oibaf's PPA. I also have an AMD E1-6015 CPU. Not sure anything else I can name, never had the problems with Wine before reinstalling Linux. I tried using the -devel and -stable branches of Wine and I still get the same issue.
https://bugs.winehq.org/show_bug.cgi?id=51866
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|leslie_alistair@hotmail.com | |, z.figura12@gmail.com | Component|-unknown |-unknown Product|Wine-staging |Wine
https://bugs.winehq.org/show_bug.cgi?id=51866
obydux@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #1 from obydux@protonmail.com --- Seems like reverting to the Mesa drivers provided by Linux Mint fixed the issue, not sure why the Mesa drivers from oibaf's PPA doesn't work, used them for like a year without issues with Wine-staging
https://bugs.winehq.org/show_bug.cgi?id=51866
Jactry Zeng jactry92@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
https://bugs.winehq.org/show_bug.cgi?id=51866
--- Comment #2 from Henri Verbeet hverbeet@gmail.com --- This sounds like it may be a duplicate of bug 51210. It's unclear why exactly that bug happens, but it appears to be related to multi-GPU systems, and setting VK_ICD_FILENAMES to an appropriate value may be a workaround.
https://bugs.winehq.org/show_bug.cgi?id=51866
--- Comment #3 from obydux@protonmail.com --- (In reply to Henri Verbeet from comment #2)
This sounds like it may be a duplicate of bug 51210. It's unclear why exactly that bug happens, but it appears to be related to multi-GPU systems, and setting VK_ICD_FILENAMES to an appropriate value may be a workaround.
I do not have multiple GPUs though
https://bugs.winehq.org/show_bug.cgi?id=51866
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be Resolution|INVALID |DUPLICATE
--- Comment #4 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to obydux from comment #3)
I do not have multiple GPUs though
Hello,
According to a quick internet search, AMD E1-6015 CPU has integrated Radeon R2 series GPU capability, so you have a discreet GPU and integrated GPU and that is the most frequent case of users affected by bug 51210.
--- quote from https://bugs.winehq.org/show_bug.cgi?id=51210#c3 --- I was able to workaround this by exporting the following environment variable:- VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json --- end quote ---
I don't know if oibaf's PPA vulkan drivers provide ICD files, but you may check if and where it put an icd file for AMD HD 8240 and try to point VK_ICD_FILENAMES to it.
Resolving duplicate.
Regards.
*** This bug has been marked as a duplicate of bug 51210 ***
https://bugs.winehq.org/show_bug.cgi?id=51866
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate