joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.53k stars 371 forks source link

Language forces itself to japanese every time I launch the emulator #4968

Closed ChrisNonyminus closed 2 months ago

ChrisNonyminus commented 2 months ago

Describe the bug

On the latest stable release, after installing the program, every time I opened the emulator, for whatever reason non-TTF render modes used the PC-98 font. Trying to fix this by opening the en_US language file only ended up making the language Japanese. image

Steps to reproduce the behaviour

  1. Install the latest version.
  2. Set English as the default language.
  3. Open the emulator and set render mode to non-TTF
  4. (Optionally) set language to English (this part sets it to japanese instead for whatever reason)

Expected behavior

The font should be CP437 and the language should be english

What operating system(s) this bug have occurred on?

Windows 10

What version(s) of DOSBox-X have this bug?

2024.03.01

Used configuration

No response

Output log

No response

Additional information

No response

Have you checked that no similar bug report(s) exist?

Code of Conduct & Contributing Guidelines

maron2000 commented 2 months ago

As a workaround, you can start as English if you make language option empty in your conf file.

language=
maron2000 commented 2 months ago

The latest nightly works as intended. dosbox-x -defaultconf -set language=es_es

image