-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Crash on start when SCALING_FACTOR option is 2 or 4 #38049
Comments
From the debug log attached above, the crux of the issue is:
Also from my config:
Somehow, treating this JSON "int" as an integer is causing the problem. |
It's due to this change 5 days ago: #37548 . The DISPLAY setting conceptually went from being an int to a string. I'll add a patch to get it working again, but it seems wrong that this option is both a string and an int, it should probably just be an int. |
Fixes #38049: Crash on start when SCALING_FACTOR option is 2 or 4
The game crashes on start when SCALING_FACTOR option is 2 or 4.
Steps To Reproduce
Or alternatively set
SCALING_FACTOR=2
in~/.cataclysm-dda/config/options.json
Versions and configuration
Game was built from source with commit 01d82b3 (2020.02.15). Ubuntu 18.04
Game version according to the main menu: Cataclysm DDA version 0.D-12288-g01d82b3dfd
Graphics version: Tiles
No Mods.
Crash and Debug logs attached
cataclysm-crash-20200115_12288-g01d82b3dfd.tar.gz
The text was updated successfully, but these errors were encountered: