Wine stop responding

Questions about Wine on Linux
Locked
sampole
Newbie
Newbie
Posts: 1
Joined: Fri Nov 05, 2021 8:23 am

Wine stop responding

Post by sampole »

If I try to do anything with wine it give me this error:

Code: Select all

0510:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
And wine stop responding.

Example:

Code: Select all

(base) sam@sam-ubuntu:~$ wine cmd
0510:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0510:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0518:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0518:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
Microsoft Windows 6.1.7601

Z:\home\sam>
In this case I can't write anything, it stays like this forever.

OS: Ubuntu 20.04
Wine version: wine-6.0.2
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Wine stop responding

Post by invisible kid »

Hi, just another wine user here.

When you do:

Code: Select all

wine cmd
and get the following prompt:

Code: Select all

Z:\home\sam>
will it execute commands such as:

Code: Select all

Z:\home\sam>cd ..
Z:\home>
If so, then "wine cmd" seems to be working.
Locked