https://bugs.winehq.org/show_bug.cgi?id=55848
Bug ID: 55848 Summary: Bug in Wine 8.19 (Gothic) Product: Wine Version: 8.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: chebanenkoigor93@gmail.com Distribution: ---
Created attachment 75353 --> https://bugs.winehq.org/attachment.cgi?id=75353 DirectX bug. Screen.
Bug in Wine 8.19,while starting Gothic I.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #1 from Chebanenko Igor chebanenkoigor93@gmail.com --- Created attachment 75354 --> https://bugs.winehq.org/attachment.cgi?id=75354 Gothic debug (+relay,+seh,+tid)
https://bugs.winehq.org/show_bug.cgi?id=55848
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Summary|Bug in Wine 8.19 (Gothic) |Gothic fails to launch with | |"X: XD3D_InitPerDX: Can't | |create D3DX context" Component|-unknown |d3d
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- Is there a freely downloadable demo for this game that reproduces the issue?
Can you please attach a log with WINEDEBUG=+ddraw,+d3d ?
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #3 from Chebanenko Igor chebanenkoigor93@gmail.com --- Created attachment 75358 --> https://bugs.winehq.org/attachment.cgi?id=75358 Gothic Debug (+ddraw,+d3d)
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- 00fc:err:wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory 00fc:err:wgl:init_opengl OpenGL support is disabled.
Your OpenGL support is broken. Are you missing 32-bit libraries?
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #5 from Chebanenko Igor chebanenkoigor93@gmail.com --- (In reply to Zeb Figura from comment #4)
00fc:err:wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory 00fc:err:wgl:init_opengl OpenGL support is disabled.
Your OpenGL support is broken. Are you missing 32-bit libraries?
OpenGL libs (32 and 64 bit) were installed with Wine 8.19. I checked on my distro,with package manager.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #6 from Zeb Figura z.figura12@gmail.com --- Well, whatever the case, libGL.so.1 isn't present in your path; that's an issue outside of Wine.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #7 from Chebanenko Igor chebanenkoigor93@gmail.com --- (In reply to Zeb Figura from comment #6)
Well, whatever the case, libGL.so.1 isn't present in your path; that's an issue outside of Wine.
So,how to fix it? It looks like some packages are broken,isn't it?
I'm on Ubuntu 22.04.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #8 from Zeb Figura z.figura12@gmail.com --- (In reply to Chebanenko Igor from comment #7)
(In reply to Zeb Figura from comment #6)
Well, whatever the case, libGL.so.1 isn't present in your path; that's an issue outside of Wine.
So,how to fix it? It looks like some packages are broken,isn't it?
I'm on Ubuntu 22.04.
I don't know; I'm not an Ubuntu user. You may want to ask the Wine forum for support, or an Ubuntu-specific help channel.
https://bugs.winehq.org/show_bug.cgi?id=55848
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #9 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Chebanenko Igor from comment #7)
(In reply to Zeb Figura from comment #6)
Well, whatever the case, libGL.so.1 isn't present in your path; that's an issue outside of Wine.
So,how to fix it? It looks like some packages are broken,isn't it?
I'm on Ubuntu 22.04.
Hello,
Not all dependencies are pulled by the Wine package. Some are only 'Recommends'.
Check the 'Recommends' section of the wine package in the package manager to see if you have everything.
The missing file is in package libgl1 which is a wine 'Recommends' dependency. You also need the libgl1:i386 variant for 32-bit.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #10 from Chebanenko Igor chebanenkoigor93@gmail.com --- (In reply to Olivier F. R. Dierick from comment #9)
(In reply to Chebanenko Igor from comment #7)
(In reply to Zeb Figura from comment #6)
Well, whatever the case, libGL.so.1 isn't present in your path; that's an issue outside of Wine.
So,how to fix it? It looks like some packages are broken,isn't it?
I'm on Ubuntu 22.04.
Hello,
Not all dependencies are pulled by the Wine package. Some are only 'Recommends'.
Check the 'Recommends' section of the wine package in the package manager to see if you have everything.
The missing file is in package libgl1 which is a wine 'Recommends' dependency. You also need the libgl1:i386 variant for 32-bit.
Regards.
I have libgl1 on my Ubuntu. Vulkan libs too. I checked all those libs. They were here from the very beginning. But... Bug still here.
https://bugs.winehq.org/show_bug.cgi?id=55848
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #11 from joaopa jeremielapuree@yahoo.fr --- In a console sudo apt list --installed &>packages.txt
and attach the file packages.txt here
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #12 from Chebanenko Igor chebanenkoigor93@gmail.com --- Created attachment 75373 --> https://bugs.winehq.org/attachment.cgi?id=75373 Packages.txt
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #13 from joaopa jeremielapuree@yahoo.fr --- As already said,
you are missing 32 bits version of opengl For instance, you did not install the 32 bit version of libgl1-mesa-dri
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #14 from joaopa jeremielapuree@yahoo.fr --- And you are missing tons of 32 bits packages fir video player....
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #15 from Chebanenko Igor chebanenkoigor93@gmail.com --- I reinstalled libgl1 packages,manually. Ubuntu can install 64 bit automatically,but not 32 bit. I installed BOTH manually. After that,I got another error:access violation.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #16 from Chebanenko Igor chebanenkoigor93@gmail.com --- Created attachment 75374 --> https://bugs.winehq.org/attachment.cgi?id=75374 Access Violation
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #17 from Chebanenko Igor chebanenkoigor93@gmail.com --- I installed gstreamer 32 bit libs. 64 bit were installed. Why Ubuntu can install 64 bit automatically,but not 32 bit?
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #18 from Chebanenko Igor chebanenkoigor93@gmail.com --- Created attachment 75375 --> https://bugs.winehq.org/attachment.cgi?id=75375 Another Debug
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #19 from Chebanenko Igor chebanenkoigor93@gmail.com --- Well,looks like we can close this one,because I have some other bugs. But something is broken with Wine on Ubuntu.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #20 from joaopa jeremielapuree@yahoo.fr --- Wine is not broken in ubuntu. I use it.
For me too, Gothic does not play in the latest wine. Despite huge progress in dmusic, it is not enough complete yet to make Gothic works flawlessly in wine.
https://bugs.winehq.org/show_bug.cgi?id=55848
--- Comment #21 from Chebanenko Igor chebanenkoigor93@gmail.com --- (In reply to joaopa from comment #20)
Wine is not broken in ubuntu. I use it.
For me too, Gothic does not play in the latest wine. Despite huge progress in dmusic, it is not enough complete yet to make Gothic works flawlessly in wine.
I mean,that something wrong with package dependency on Ubuntu. In that sense, Wine on Ubuntu is broken.