One-off endless gating, stuck in the purple/white line screen.

Debug output:
2021-04-24 18:04:21 Crash in CStation::ObjectInObject
2021-04-24 18:04:21 Crash in CSystem::Update
2021-04-24 18:04:21 Crash in CUniverse::UpdateExtended
Didn't re-occur when I restarted the game.

george moromisato 1 Jul 2021:

Added debug code in 1.9 Beta 4. I believe this is related to the other crashes, such as: https://ministry.kronosaur.com/record.hexm?id=95154

This is almost certainly an out of memory condition. There are two bugs:

  1. Some piece of code is not handling an image-load failure.
  2. We're failing to free some image and thus running out of memory after a while.