zq1997 / deepin-wine

【deepin源移植】Debian/Ubuntu上的QQ/微信快速安装方式
https://deepin-wine.i-m.dev
GNU General Public License v3.0
5.13k stars 387 forks source link

最新的微信 安装失败 #249

Open Chadlucc opened 2 years ago

Chadlucc commented 2 years ago

Reading package lists... Done Building dependency tree
Reading state information... Done The following additional packages will be installed: fonts-wqy-zenhei The following NEW packages will be installed: fonts-wqy-zenhei The following packages will be upgraded: com.qq.weixin.deepin:i386 1 upgraded, 1 newly installed, 0 to remove and 3 not upgraded. Need to get 7,468 kB/205 MB of archives. After this operation, 47.1 MB of additional disk space will be used. Do you want to continue? [Y/n] y Ign:1 http://cn.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-wqy-zenhei all 0.9.45-7ubuntu1 Err:1 http://cn.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-wqy-zenhei all 0.9.45-7ubuntu1 Connection failed [IP: 91.189.91.39 80] E: Failed to fetch http://cn.archive.ubuntu.com/ubuntu/pool/universe/f/fonts-wqy-zenhei/fonts-wqy-zenhei_0.9.45-7ubuntu1_all.deb Connection failed [IP: 91.189.91.39 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

gnasnik commented 2 years ago

wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-zenhei/fonts-wqy-zenhei_0.9.45-8_all.deb sudo dpkg -i fonts-wqy-zenhei_0.9.45-8_all.deb

wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-microhei/fonts-wqy-microhei_0.2.0-beta-3.1_all.deb sudo dpkg -i fonts-wqy-microhei_0.2.0-beta-3.1_all.deb

and reinstall again

Chadlucc commented 2 years ago

wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-zenhei/fonts-wqy-zenhei_0.9.45-8_all.deb sudo dpkg -i fonts-wqy-zenhei_0.9.45-8_all.deb

wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-microhei/fonts-wqy-microhei_0.2.0-beta-3.1_all.deb sudo dpkg -i fonts-wqy-microhei_0.2.0-beta-3.1_all.deb

and reinstall again

安装是能安装了,以前中文能正常显示的,现在是乱码了,截图还崩溃,问题好多啊

gnasnik commented 2 years ago

是新版本的问题,替换到旧版本 3.2.1 wget https://com-store-packages.uniontech.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin14_i386.deb 卸载,然后重新安装

hizhisong commented 2 years ago

wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-zenhei/fonts-wqy-zenhei_0.9.45-8_all.deb sudo dpkg -i fonts-wqy-zenhei_0.9.45-8_all.deb wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-microhei/fonts-wqy-microhei_0.2.0-beta-3.1_all.deb sudo dpkg -i fonts-wqy-microhei_0.2.0-beta-3.1_all.deb and reinstall again

安装是能安装了,以前中文能正常显示的,现在是乱码了,截图还崩溃,问题好多啊

env WINEPREFIX="/home/YOURUSERNAME/.deepinwine/Deepin-WeChat" deepin-wine6-stable winecfg

在font栏禁止load windows font image

sheldonleung commented 2 years ago

wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-zenhei/fonts-wqy-zenhei_0.9.45-8_all.deb sudo dpkg -i fonts-wqy-zenhei_0.9.45-8_all.deb wget http://ftp.sjtu.edu.cn/ubuntu/pool/universe/f/fonts-wqy-microhei/fonts-wqy-microhei_0.2.0-beta-3.1_all.deb sudo dpkg -i fonts-wqy-microhei_0.2.0-beta-3.1_all.deb and reinstall again

安装是能安装了,以前中文能正常显示的,现在是乱码了,截图还崩溃,问题好多啊

env WINEPREFIX="/home/YOURUSERNAME/.deepinwine/Deepin-WeChat" deepin-wine6-stable winecfg

在font栏禁止load windows font image

这个方法好使,解决问题了。