-
-
Notifications
You must be signed in to change notification settings - Fork 964
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 upon loading saved game from #5570 #7577
Comments
Call stack from loading in 1.9.1:
It's trying to access a not existing station when updating linkgraph. When loading in master it triggers OpenTTD/src/core/pool_type.hpp Line 113 in 47fdbdd
Trying to access a not existing object. Maybe the savegame is broken. |
PeterN
added a commit
to PeterN/OpenTTD
that referenced
this issue
May 10, 2019
michicc
pushed a commit
to michicc/OpenTTD
that referenced
this issue
Jun 30, 2019
michicc
pushed a commit
that referenced
this issue
Jul 7, 2019
douiwby
pushed a commit
to douiwby/OpenTTD
that referenced
this issue
Apr 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version of OpenTTD
1.9.1
Expected result
The game loads and simulates normally.
Actual result
The game immediately and always crashes on load with this log. The savegame comes from #5570, but the crash may be unrelated to that issue.
Steps to reproduce
Load the saved game "Bloggs & Co., 01-05-2273.sav" attached inside the zip file.
The text was updated successfully, but these errors were encountered: