Computer freezed

Questions about Wine on Linux
Post Reply
youngshine
Newbie
Newbie
Posts: 2
Joined: Sat May 03, 2025 12:17 am

Computer freezed

Post by youngshine »

I am a green hand of linux and wine.Yesterday,i tried to use wine to install an app,then i run it.But everytime i run it,my computer freezed,the program crashed
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: Computer freezed

Post by desessarts »

you should help yourself by adding some info

the name of the app
the url for download
the wine version
what you have done so far
...
youngshine
Newbie
Newbie
Posts: 2
Joined: Sat May 03, 2025 12:17 am

Re: Computer freezed

Post by youngshine »

desessarts wrote: Sat May 03, 2025 11:17 am you should help yourself by adding some info

the name of the app
the url for download
the wine version
what you have done so far
...
ok,some infos are as follows
1.the app is qqmusic
2.the url of the app is https://y.qq.com/download/index.html
3.the version of wine is 10.4
4.I run command "sed -i "s/^[^#]*GBK/\#Marked for GBK--- &/g" /usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE >/dev/null",then the problem has improved greatly,but the problem still exists.
By the way,the language I use is Chinese,someone said it may be the problem of GBK,but I have no idea
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: Computer freezed

Post by desessarts »

I did

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine_qq wineboot -u
then

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine_qq winecfg
and as it was with win10, I changed it to win11

then

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine_qq wine Téléchargements/QQMusic_Setup_2141.exe
it launched and displayed chinese, no freeze
Post Reply