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] Tutorial crash game in first mission #19

Closed mr-dev-cmd closed 1 year ago

mr-dev-cmd commented 1 year ago

Your current version v1.6 - Linux (ubuntu 22.04)

Describe the bug When start the first mission in the first campaign the tutorial crashes game when clicking on the globe.

To Reproduce Steps to reproduce the behavior:

  1. Go to office after morning meeting as part of tutorial
  2. Click on globe as part of tutorial

Expected behavior no crash

Crash dumps no crash report, no message

mr-dev-cmd commented 1 year ago

when you abort the tutorial, the globe can be clicked and everything works normal.

Torston420 commented 1 year ago

Reproducing prints the following to Terminal: INFO: Herc || Block.cpp: Default case should not be reached.

Misc.cpp:2078: void DebugBreak(): Assertion '0' failed

The crash can be avoided by loading the Globe & Filofax before starting the Tutorial, successfully doing so does not produce the Default case should not be reached. error when attempting to perform the Tutorial objective.

WizzardMaker commented 1 year ago

Crash was caused by erroneously added default exceptions - should now be fixed