Opened 2 months ago

Closed 2 months ago

Last modified 2 months ago

#15522 closed defect (fixed)

Ultima VI EE crash when trying to open body containers

Reported by: jeffdenza Owned by: mduggan
Priority: normal Component: Engine: Ultima
Version: Keywords:
Cc: Game: Ultima VI: The False Prophet

Description (last modified by jeffdenza)

Double-clicking a dead enemy's body (outside of battle mode) does not open floating body containers as in original NUVIE. Instead crashes game with error:

Game: Ultima VI Enhanced (English)

OS: Windows 10

ERROR: Could not open file - data/images/gumps/cont_up_btn_up.bmp!

SCUMMVM: version 2.9.0pre11029-gdae29b1fd3a

Change History (6)

comment:1 by jeffdenza, 2 months ago

bug occurs when "Double-Click opens containers" is active

comment:2 by jeffdenza, 2 months ago

Description: modified (diff)

comment:3 by mduggan, 2 months ago

Thanks for the report! I think I see the bug. I'll put in a fix and give it a quick test. I'll also port the fix to the 2.9 branch.

comment:4 by mduggan, 2 months ago

Owner: set to mduggan
Resolution: fixed
Status: newclosed

In 1206e79f:

ULTIMA: NUVIE: Use correct path for corpse gump buttons

This seems to have been missed when migrating the engine to use
Common::Path, it should follow the same pattern as other containers.

fixes #15522.

comment:5 by mduggan, 2 months ago

In 4817e0e9:

ULTIMA: NUVIE: Use correct path for corpse gump buttons

This seems to have been missed when migrating the engine to use
Common::Path, it should follow the same pattern as other containers.

fixes #15522.

comment:6 by jeffdenza, 2 months ago

Cheers! You guys work fast!

Note: See TracTickets for help on using tickets.