[Bug 54313] New: HS_hevo_gc 8.8.1.1 fails to launch
https://bugs.winehq.org/show_bug.cgi?id=54313 Bug ID: 54313 Summary: HS_hevo_gc 8.8.1.1 fails to launch Product: Wine Version: 8.0-rc4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: dean-chen(a)qq.com Distribution: --- Created attachment 73873 --> https://bugs.winehq.org/attachment.cgi?id=73873 log info copied from terminal HS_hevo_gc 8.8.1.1 fails to launch THS_hevo_gc8.8.1.1.exe can be dowloaded from THS web site on Windows system. http://activity.ths123.com/html/xb/160809/index.html -- 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=54313 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #1 from Zeb Figura <z.figura12(a)gmail.com> ---
0134:err:wgl:init_opengl Failed to load libGL: libGL.so.1: 无法打开共享对象文件: 没有那个文件或目录 0134:err:wgl:init_opengl OpenGL support is disabled.
This is probably fatal. I'd make sure you have working GL libraries (both 32-bit and 64-bit) and try again. -- 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=54313 --- Comment #2 from Dean Chen <dean-chen(a)qq.com> --- When I start the app with wine 7.8 devel, I also get this kind of error: err:wgl:init_opengl Failed to load libGL: libGL.so.1, but it starts successfully. -- 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=54313 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://activity.ths123.com/ | |html/xb/160809/index.html -- 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=54313 --- Comment #3 from Jactry Zeng <jactry92(a)gmail.com> --- I can't reproduce the issue on Wine 8.0 rc4. I can install and launch the application on it. MD5: 53d574a08b3b76afe8e6e7e9615fb3bb THS_hevo_gc8.8.1.1.exe -- 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=54313 --- Comment #4 from Dean Chen <dean-chen(a)qq.com> --- The first boot after my installation was also successful. But after starting it many times, I encountered about two types of problems One is that the program gets stuck after the login dialog is displayed Second, the program directly crashes and exits In order to start successfully, at most, I have to run the program up to 20 times before I can use the program. My OS is 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=54313 --- Comment #5 from Jactry Zeng <jactry92(a)gmail.com> --- (In reply to Dean Chen from comment #4)
The first boot after my installation was also successful. But after starting it many times, I encountered about two types of problems One is that the program gets stuck after the login dialog is displayed Second, the program directly crashes and exits In order to start successfully, at most, I have to run the program up to 20 times before I can use the program.
My OS is ubuntu 22.04.
This is quite different than my result, I can launch the application every time without any crashes. Please fix the "OpenGL not found issue" and try again, not sure if that is relevant. -- 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=54313 --- Comment #6 from Dean Chen <dean-chen(a)qq.com> --- 'OpenGL not found issue' How to solve this problem, any suggestions or helpful clues。 BTW, my computer has 4 monitors, don't know if that will make a difference. -- 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=54313 --- Comment #7 from Jactry Zeng <jactry92(a)gmail.com> --- (In reply to Dean Chen from comment #6)
'OpenGL not found issue'
How to solve this problem, any suggestions or helpful clues。
You can use `dpkg -S libGL.so.1` to figure out which package of Ubuntu provides the library. You will need to install the i386 version of it for this case. -- 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=54313 --- Comment #8 from Jactry Zeng <jactry92(a)gmail.com> --- (In reply to Jactry Zeng from comment #7)
(In reply to Dean Chen from comment #6)
'OpenGL not found issue'
How to solve this problem, any suggestions or helpful clues。
You can use `dpkg -S libGL.so.1` to figure out which package of Ubuntu provides the library. You will need to install the i386 version of it for this case.
Oh, `dpkg -S` only searches installed packages, sorry for the confusion. So likely for Ubuntu 22.04, the package you want is libgl1:i386. -- 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=54313 --- Comment #9 from Dean Chen <dean-chen(a)qq.com> --- Created attachment 73904 --> https://bugs.winehq.org/attachment.cgi?id=73904 the second error log file after libgl1-mesa-glx:i386 installed the second error log file -- 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=54313 --- Comment #10 from Dean Chen <dean-chen(a)qq.com> --- above is new error log file. I installed missed opengl 32bit package using the following command: sudo apt-get install libgl1-mesa-glx:i386 But still crashed. -- 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=54313 --- Comment #11 from Dean Chen <dean-chen(a)qq.com> --- Created attachment 73907 --> https://bugs.winehq.org/attachment.cgi?id=73907 another crash log file it provides more information about crash -- 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=54313 Dean Chen <dean-chen(a)qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu Version|8.0-rc4 |8.2 -- 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=54313 Dean Chen <dean-chen(a)qq.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #12 from Dean Chen <dean-chen(a)qq.com> --- I tried wine 8.3 devel, this crash disappeared. -- 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=54313 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 8.4. -- 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