https://bugs.winehq.org/show_bug.cgi?id=53690
Bug ID: 53690 Summary: hitomi_downloader_GUI: Crash when using QtWebEngineProcess.exe Product: Wine-staging Version: 7.17 Hardware: aarch64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: efuhow@copyhome.win CC: leslie_alistair@hotmail.com, z.figura12@gmail.com
Created attachment 73097 --> https://bugs.winehq.org/attachment.cgi?id=73097 backtrace, terminal log
reproducing : Open application -> Options -> preferences -> Advanced -> Built-in web browser -> Click "View" button -> Crashing QtWebEngineProcess.exe
hitomi_downloader_GUI download link: https://github.com/KurtBestor/Hitomi-Downloader/releases/download/v3.7n/hito...
https://bugs.winehq.org/show_bug.cgi?id=53690
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com URL| |https://github.com/KurtBest | |or/Hitomi-Downloader/releas | |es/download/v3.7n/hitomi_do | |wnloader_GUI.zip Keywords| |download
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi, I cannot reproduce this, the builtin-browser starts fine here, but I`m on Linux, not Mac
I guess you should try fix this from your log:
0868:fixme:wgl:set_pixel_format DC for window 0x302d0 of other process: not implemented SetPixelFormat failed. Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options Q FlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, gre enBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, sam ples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorS pace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile) . This is most likely caused by not having the necessary graphics drivers installe d.
Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, ma ke sure the ANGLE Open GL ES 2.0 emulation libraries (libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll) are available in the application executable's directory o r in a location listed in PATH.
Does anything change if you run by
WINEDLLOVERRIDES=libglesv2=d wine hitomi_downloader_GUI.exe ?
https://bugs.winehq.org/show_bug.cgi?id=53690
--- Comment #2 from oorwka2 efuhow@copyhome.win --- (In reply to Louis Lenders from comment #1)
Hi, I cannot reproduce this, the builtin-browser starts fine here, but I`m on Linux, not Mac
I guess you should try fix this from your log:
0868:fixme:wgl:set_pixel_format DC for window 0x302d0 of other process: not implemented SetPixelFormat failed. Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options Q FlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, gre enBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, sam ples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorS pace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile) . This is most likely caused by not having the necessary graphics drivers installe d.
Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, ma ke sure the ANGLE Open GL ES 2.0 emulation libraries (libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll) are available in the application executable's directory o r in a location listed in PATH.
Does anything change if you run by
WINEDLLOVERRIDES=libglesv2=d wine hitomi_downloader_GUI.exe ?
- Thank you for your answer. I tried it, now hitomi_downloader_GUI.exe is crashing.. and the opengl error still occurs.
https://bugs.winehq.org/show_bug.cgi?id=53690
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|aarch64 |x86-64