OpenTTD/OpenTTD

[Crash]: Unhandled exception in ottd:game thread: invalid stoul argument

KamikaziF opened this issue · 2 comments

Version of OpenTTD

1.14.0, Windows 11

Steps to reproduce

This always happens when on startup

image

Upload crash files

crash20240427170211.json.log
crash20240427170211.dmp

glx22 commented

The only place it could happen is when scanning the tar files.

The modern way is std::from_chars, which has any error in the return value instead of an exception.