Opened 2 years ago
Closed 2 years ago
#13784 closed defect (fixed)
GRIM: Run-Time Check Failure #3
Reported by: | henke37 | Owned by: | dwatteau |
---|---|---|---|
Priority: | normal | Component: | Engine: Grim |
Version: | Keywords: | ||
Cc: | Game: | Escape from Monkey Island |
Description
In debug builds with MSVC, each time (and frame!) I press a key I get a runtime error.
Run-Time Check Failure #3 - The variable 'yyval' is being used without being initialized.
This happens on line 1417 of lstx.cpp
Naturally, this makes playing the game an exercise in frustration.
Change History (2)
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Does the following change make a difference?
From Bison 1.28c, 2000-10-02: https://git.savannah.gnu.org/cgit/bison.git/commit/?id=da9abf4366d824a23da3d2416856e9a482794eb1 (since our lstx.cpp was made with the ancient GNU Bison 1.25).