#13045 closed defect (fixed)
Quest for Glory III: Wages of War crashes if i press the Enter key in the main menu
Reported by: | Terelyn | Owned by: | sluicebox |
---|---|---|---|
Priority: | normal | Component: | Engine: SCI |
Version: | Keywords: | ||
Cc: | Game: | Quest for Glory 3 |
Description
If i press the Enter key in the main menu, the game crashes and the following message appears in the console. :
ERROR: Uninitialized read for temp 58 from method IconBar::dispatchEvent (room 130, script 937, localCall ffffffff)!
Change History (7)
comment:1 by , 3 years ago
Summary: | Quest for Glory III: Wages of War crashes if i press Enter in the main menu → Quest for Glory III: Wages of War crashes if i press the Enter key in the main menu |
---|
comment:2 by , 3 years ago
follow-up: 4 comment:3 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in https://github.com/scummvm/scummvm/commit/ab20c9bee27b6afda04e0ab0810a40a573ef8ab5
This will appear in the next daily build.
Thanks again!
comment:4 by , 3 years ago
Replying to sluicebox:
Fixed in https://github.com/scummvm/scummvm/commit/ab20c9bee27b6afda04e0ab0810a40a573ef8ab5
This will appear in the next daily build.
Thanks again!
Hi!
Sorry, apperently i only reported the error with the "Restore Game" button. It still crashes the game with different error messages, depending on the selected icon bar when you press Enter.
comment:5 by , 3 years ago
Thanks for trying it out, sounds like we need some more details. First, what version of ScummVM are you using? (or maybe you're building from source?) I ask because my change may not be in the latest daily build yet.
I was able to trip the error before but only once, it doesn't happen every time. You seem to be getting it reliably, can you provide exact instructions on what you're doing with keyboard and mouse to reproduce this? (Starting from launching the game)
Also, which version of QFG3 do you have? It will tell you the version number in the game's control panel when you click the Sierra logo.
comment:6 by , 3 years ago
I'm using the latest daily build of ScummVM. Also steam version of Quest for Glory 3 (DOS).
Okay, i was able to reliably reproduce it.
- Select a button in the main menu with the cursor.
- Move away the cursor from it sideways, then press Enter.
- It should crash the game with the exception of "Play Game" "Restore Game" (these work fine) and "Quit" (it doesn't respond, though). It crashes with "Create Character" and "Import Character", too.
The game otherwise works fine.
Thanks for reporting this. I can reproduce, this is a script bug in the game. I'll take a look soon.