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.