WizzardMaker / AirlineTycoon

Source code of Airline Tycoon based on the GOG source code release
https://www.gog.com/game/airline_tycoon_deluxe
Other
26 stars 9 forks source link

[BUG] Game Crasht always at the same time in the savegame #37

Closed Be-Mann closed 1 year ago

Be-Mann commented 1 year ago

Your current version What game version are you on? ATD Version 1.7.0 Pre-Release

Describe the bug Game Crasht always at the same time in the savegame, no matter what I do, unfortunately, I think in the crash is not really something helpful in it, but have this times attached.

To Reproduce Steps to reproduce the behavior: Since the game always crashes at the same time in the savegame no matter what I do, it is reproducible.

Expected behavior I expected to continue playing and not end up on the desktop

Screenshots No screenshots available

Crash dumps crash-537951.txt Game-Crash-Event Viewer.txt Report.wer.txt CrashDump_At.exe.42124.zip

Additional context I have added the savegame, city and routes files, maybe this can help to solve the problem. AT Crash Data.zip

WizzardMaker commented 1 year ago

What original version of AT do you have? (From GoG, Steam, CD and also AT Deluxe, First Class or Original?)

The error seems to come from one of the airport animation files

[for me] attached sentry error ids: 3c61a5010c0f43bca61ad92cadd28029

Be-Mann commented 1 year ago

What original version of AT do you have?

I use the GoG version (Airline Tycoon Deluxe VERSION 1.03)

The error seems to come from one of the airport animation files

Can this come from the added airport "Düsseldorf"? Not that I have built in a mistake

These are the only changes, so I took the precaution of including the City and Routes, just so we can eliminate this as a source of error

Be-Mann commented 1 year ago

Is there any news about this?

WizzardMaker commented 1 year ago

It was an amalgamation of various issues, that lead to your crash.

Should be fixed in the next version (You can grab the artifact from https://github.com/WizzardMaker/AirlineTycoon/actions/runs/5636295885 if you want to test the fix)

Be-Mann commented 1 year ago

Thank you very much, great work, I have tested briefly times on and it seems to be fixed, but will test it later times in detail to give feedback if still a problem occurs, otherwise see the problem as fixed.

WizzardMaker commented 1 year ago

Great! Feel free to reopen this issue if a related crash occurs

Be-Mann commented 9 months ago

Hi habe mal weiter gespielt und bin auf einen neuen Absturz gestoßen, der sehr ähnlich aussieht von der crash log, daher habe ich mich entschlossen diesen Post wieder zu öffnen. Ich habe dies sowohl mit der damaligen als auch mit der aktuellen Pre-Release Version fix/various getestet.

Der Absturz tritt auf wenn der Laptop geöffnet wird und der Akku leer ist.

Ach und die aktuelle Pre-Release Version ist ausschließlich in Englisch, liegt wohl daran dass in der src/Takeoff.cpp dies umgestellt wurde und die Argumente noch ausgeklammert sind

- gLanguage = LANGUAGE_D;
+ gLanguage = LANGUAGE_E;

Hi I've been playing around and came across a new crash that looks very similar from the crash log, so I decided to reopen this post. I have tested this with both the previous and the current pre-release version fix/various.

The crash occurs when the laptop is opened and the battery is empty.

Oh and the current pre-release version is only in English, probably because in the src/Takeoff.cpp this has been changed and the arguments are still excluded

- gLanguage = LANGUAGE_D;
+ gLanguage = LANGUAGE_E;

image crash-121754.txt crash-669596.txt 5f49b968-b663-46c2-83a7-21f33890e45f.dmp ba9b18c0-5d48-44d5-992b-d7fd83b44429.dmp b51e2d62-56bd-4c2c-86c7-1f9ad65209b0.dmp

Be-Mann commented 8 months ago

plz reopen @WizzardMaker