Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI scaling option throws error on start - v0.13 #127

Open
Paradox355 opened this issue Oct 7, 2022 · 2 comments
Open

GUI scaling option throws error on start - v0.13 #127

Paradox355 opened this issue Oct 7, 2022 · 2 comments
Labels

Comments

@Paradox355
Copy link

I've tried using --gui-scale argument and it always results in "Child process exited with code 1". This happens regardless how arg is passed ... via Windows shortcut, arguments section of .cfg, or via .cmd batch file. The default font size is illegible on 1440p resolution, making game completely unplayable.

v0.13 / Windows 11 22H2 / 1440p resolution / Radeon RX 6600XT

Sample screenshot at 1440:
image

@wintertime wintertime added the bug label Nov 24, 2022
@stiangre
Copy link
Contributor

stiangre commented Jan 3, 2023

The "--gui-scale" parameter was removed from the game in version 0.12.0.

The question is why the automatic font scaling didn't work for you. Please create a bug report here:
https://sourceforge.net/p/freecol/bugs/new/
...and please attach the "FreeCol.log" file.

As a workaround, you can edit the file "options.xml" in order to change the scaling if you are unable to do so using the "Preferences" window. In that case, change this line:
<rangeOption id="model.option.displayScaling" value="0" localizedLabels="true">
to:
<rangeOption id="model.option.displayScaling" value="200" localizedLabels="true">

@blackmoon1910
Copy link

thanks. :) i also had issues with the game looking ridiculously small at launch lol, on a 1440p display. couldn't even read anything - i figured there might've been an issue so i checked... cheers. can't wait to try this!! fond memories of my childhood :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants