ZeroK-RTS / Chobby

Spring RTS Ingame lobby project
17 stars 38 forks source link

Find settings that works for FeXoR #222

Closed GoogleFrog closed 7 years ago

GoogleFrog commented 7 years ago

Apparently ZKL safe mode worked. Safe mode is the setting set after spring crashes and you click "yes" to minimal. What where the settings? https://github.com/ZeroK-RTS/CrashReports/issues/596

Licho1 commented 7 years ago

It's start spring with --safemode .. no settings. This switch overrides lots of individual values and possibly does some things that aren't accessible through .cfg too. Need to check engine source. Run spring.exe --list-config-vars > out.txt to get info about which normal settings it overrides.

I would suggest wrapper to ask and start the game in safe mode in case of crash too.. It would be one time only, but spring needs to be less crashy, especially that APP_HUNG crash which can happen to anyone should be fixed.

Histidine91 commented 7 years ago

A list of settings is available on SpringRTS wiki

Licho1 commented 7 years ago

This is not the full asnwer though, because apparently it works even without safe mode.. So we should probably compare default zkl with default chobby settings.

GoogleFrog commented 7 years ago

Engines have been updated, crashes are down. No feedback available here.