deepin wine 微信启动失败解决记录
- 从命令行启动微信,执行以下命令
1
2cd /opt/apps/com.qq.weixin.deepin/files
sudo ./run.sh - 查看启动信息,报错情况如下
1
2libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast - 缺少这个库,继续开启百度之路:
- 突然想到,上次安装Pytorch时,更换了ubuntu附加驱动为NVIDIA-470,接下来安装470相应的库,
- 重新启动微信,成功解决