[Bug 55848] New: Bug in Wine 8.19 (Gothic)
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(a)winehq.org Reporter: chebanenkoigor93(a)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. -- 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=55848 --- Comment #1 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> --- Created attachment 75354 --> https://bugs.winehq.org/attachment.cgi?id=75354 Gothic debug (+relay,+seh,+tid) -- 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=55848 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)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(a)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 ? -- 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=55848 --- Comment #3 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> --- Created attachment 75358 --> https://bugs.winehq.org/attachment.cgi?id=75358 Gothic Debug (+ddraw,+d3d) -- 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=55848 --- Comment #4 from Zeb Figura <z.figura12(a)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? -- 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=55848 --- Comment #5 from Chebanenko Igor <chebanenkoigor93(a)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. -- 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=55848 --- Comment #6 from Zeb Figura <z.figura12(a)gmail.com> --- Well, whatever the case, libGL.so.1 isn't present in your path; that's an issue outside of Wine. -- 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=55848 --- Comment #7 from Chebanenko Igor <chebanenkoigor93(a)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. -- 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=55848 --- Comment #8 from Zeb Figura <z.figura12(a)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. -- 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=55848 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick(a)piezo-forte.be --- Comment #9 from Olivier F. R. Dierick <o.dierick(a)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. -- 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=55848 --- Comment #10 from Chebanenko Igor <chebanenkoigor93(a)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. -- 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=55848 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> --- In a console sudo apt list --installed &>packages.txt and attach the file packages.txt here -- 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=55848 --- Comment #12 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> --- Created attachment 75373 --> https://bugs.winehq.org/attachment.cgi?id=75373 Packages.txt -- 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=55848 --- Comment #13 from joaopa <jeremielapuree(a)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 -- 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=55848 --- Comment #14 from joaopa <jeremielapuree(a)yahoo.fr> --- And you are missing tons of 32 bits packages fir video player.... -- 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=55848 --- Comment #15 from Chebanenko Igor <chebanenkoigor93(a)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. -- 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=55848 --- Comment #16 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> --- Created attachment 75374 --> https://bugs.winehq.org/attachment.cgi?id=75374 Access Violation -- 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=55848 --- Comment #17 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> --- I installed gstreamer 32 bit libs. 64 bit were installed. Why Ubuntu can install 64 bit automatically,but not 32 bit? -- 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=55848 --- Comment #18 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> --- Created attachment 75375 --> https://bugs.winehq.org/attachment.cgi?id=75375 Another Debug -- 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=55848 --- Comment #19 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> --- Well,looks like we can close this one,because I have some other bugs. But something is broken with Wine on Ubuntu. -- 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=55848 --- Comment #20 from joaopa <jeremielapuree(a)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. -- 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=55848 --- Comment #21 from Chebanenko Igor <chebanenkoigor93(a)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. -- 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)
-
WineHQ Bugzilla