Opened 16 years ago
Closed 16 years ago
#4251 closed defect (fixed)
BRA crash in first room when picking up tape measure
Reported by: | SF/pmulders | Owned by: | peres |
---|---|---|---|
Priority: | low | Component: | Engine: Parallaction |
Version: | Keywords: | script | |
Cc: | Game: | Nippon Safes |
Description
Filed under nippon safes since it uses a similar engine (at least I think so).
When you open the suitcase on the bed in the very first room and look at it, you can pick up the tape recorder. If you look at it again, you can then pick up the tape measure, which will crash scummvm to desktop.
I can reproduce this every time on amd64 linux with latest svn as of right now.
Ticket imported from: #2718449. Ticket imported from: bugs/4251.
Change History (5)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
Keywords: | script added |
---|---|
Owner: | set to |
Priority: | normal → low |
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is a script bug. The action of picking up the tape measure triggers the activation of a zone that is not defined in the script, hence the crash. It is a typo, actually: the scripts asks for a 'eccorig' zone, while 'occorig' is defined instead. Being the game and I both Italian, I can guess that the first one is the right spelling.
The original may behave in a more forgiving way and not crash, but I haven't tested that so far.
I am closing this item and adding a note in the wiki about it.