[Rseding91] [0.16.35] Crash on single core system in graphics options
Posted: Sat Mar 24, 2018 11:10 pm
When running Factorio 0.16.X on a single core [Linux] system, it will crash when I try to open the graphics options.
Probably there is a small bug in the slider creation for the render thread count field.
Steps to reproduce:
1. Find a single core system. On Linux you can disable all but one cores during runtime via /sys/devices/system/cpu/cpuX/online. Just echo 0 > online for all but one core. Reenable with echo 1.
2. Start Factorio to main menu.
3. Go to Options -> Graphics -> Crash
The log says:
84.026 Error Util.cpp:49: Can't set min value to >= max value.
Probably there is a small bug in the slider creation for the render thread count field.
Steps to reproduce:
1. Find a single core system. On Linux you can disable all but one cores during runtime via /sys/devices/system/cpu/cpuX/online. Just echo 0 > online for all but one core. Reenable with echo 1.
2. Start Factorio to main menu.
3. Go to Options -> Graphics -> Crash
The log says:
84.026 Error Util.cpp:49: Can't set min value to >= max value.