ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
24.6k stars 1.07k forks source link

Special characters (Geometry Dash) (322170) #768

Open kisak-valve opened 6 years ago

kisak-valve commented 6 years ago

Issue transferred from https://github.com/ValveSoftware/steam-for-linux/issues/5692. @OffifialMITX posted on 2018-08-27T18:49:08:

Your system information

Please describe your issue in as much detail as possible:

In Proton (both 3.7-3 and 3.7-4 Beta) in Geometry Dash I can't use any special characters, e.g. ,.-#+ßöäü. This is not an issue with Geometry Dash itself, because it works fin on my PlayOnLinux installation on the same machine. I haven't tested it on other games yet.

Steps for reproducing this issue:

  1. Open Geometry Dash on Linux
  2. Go to Settings > Account > Log In
  3. Try to type anything but letters and ciphers
NerosTie commented 6 years ago

Actually, you can't use special characters nowhere. It's not just Geometry Dash.

CrimsonFork commented 6 years ago

I assumed that much.

On 31 August 2018 03:42:31 GMT+02:00, Neros notifications@github.com wrote:

Actually, you can't use special characters nowhere. It's not just Geometry Dash.

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/ValveSoftware/Proton/issues/768#issuecomment-417522767

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

CRTX commented 6 years ago

Not sure if this is related but I got in-game box characters when playing a Japanese game so I couldn't see Japanese characters.

What I did to fix it was make sure Ubuntu already had the locale so I did sudo locale-gen ja_JP.UTF-8.

Then in the game launcher options for the game I typed LC_ALL=ja_JP.UTF-8 %command%. Then I was able to see Japanese characters! Hope this helps.

P.S. I also did a WINETRICKS=[your drive]/steamapps/compatadata/<game-id>/pfx winetricks allfonts just in case the proton (wine) prefix didn't have support for the fonts installed inside the game already.

NerosTie commented 6 years ago

Yes, it works!

Tested with LC_ALL=fr_FR %command% with C&C Red Alert 3.

Great idea, thanks :+1: