Opened 3 years ago

Closed 3 years ago

#12620 closed defect (outdated)

AGS: Error during intro in Time Gentlemen, Please

Reported by: eriktorbjorn Owned by: dreammaster
Priority: normal Component: Engine: AGS
Version: Keywords:
Cc: Game:

Description

If you let the Time Gentlemen, Please intro run, it fails partway through with an "ERROR: SetObjectFrame: invalid frame number used (0, range is 0 - -1)!" message.

Maybe it's related to the stubbed-out "nickenstien" plugin? Hard to say, because it seems to be calling the same functions over and over:

  • NGFX_PARTICLE_EMITTER_ReleaseAll
  • NGFX_InitForNewGameLoop
  • NGFX_HasGameRoomChanged
  • NGFX_PARTICLE_EMITTER_ReleaseAll
  • NGFX_SPRITE_ResetForNewRoom
  • NGFX_GRAPHICS_Enable

But maybe this time it was supposed to react to one of them?

Change History (1)

comment:1 by dreammaster, 3 years ago

Owner: set to dreammaster
Resolution: outdated
Status: newclosed

The new codebase seems to fix the problem, as I was able to run through the full intro sequence without error. Bonza.

Note: See TracTickets for help on using tickets.