vufa / deepin-wine-wechat-arch

Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
https://aur.archlinux.org/packages/deepin-wine-wechat/
1.13k stars 57 forks source link

安装后启动失败!GLXBadFBConfig #115

Open faonecze opened 3 years ago

faonecze commented 3 years ago

用的manjaro,这次更新后发现wechat无法打开,报错内容如下,求教大佬指导.

ine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.   ✔  1595  19:53:51
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
[0420/195353:INFO:exception_record.cc(518)] [QB]Process ID: 49 Type: 1
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  152 (GLX)
  Minor opcode of failed request:  0 ()
  Serial number of failed request:  307
  Current serial number in output stream:  307
OpenGL vendor string: nouveau
OpenGL renderer string: NV168
OpenGL core profile version string: 4.3 (Core Profile) Mesa 21.0.2
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3 (Compatibility Profile) Mesa 21.0.2
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
vufa commented 3 years ago

由 linux上游的 mesa 导致:OpenGL does not initialize - GLXBadFBConfig 可以暂时从终端中启动:

export MESA_GL_VERSION_OVERRIDE=4.5
/opt/apps/com.qq.weixin.deepin/files/run.sh
faonecze commented 3 years ago

由linux上游的mesa导致:OpenGL无法初始化-GLXBadFBConfig 可以暂时从终端中启动:

导出MESA_GL_VERSION_OVERRIDE = 4.5
/opt/apps/com.qq.weixin.deepin/files/run.sh

嗯,非常感谢, 正巧刚才也搜索到OpenGL does not initialize - GLXBadFBConfig这篇内帖子内容了.