Opened 5 weeks ago
Last modified 11 days ago
#15405 new defect
DIRECTOR: Ray Bradbury's Martian Chronicles (D4) - Divide by Zero Error
Reported by: | TRR95 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: Director |
Version: | Keywords: | ||
Cc: | Game: |
Description
Ray Bradbury's The Martian Chronicles Adventure Game gives a Divide by Zero error when you try to run it, preventing it from booting. This likely effects other games as well. The game was made with Director 4. I don't need to give a log file since there is only five errors.
the one that shows up the most is: WARNING: BUILDBOT: Uncaught Lingo error: LC::modData(): division by zero!
The other four are:
WARNING: Lingo::getMenuNum(): Menu does not exist!!
WARNING: Lingo::openXLib: Unimplemented xlib: 'IMGTools'!
WARNING: BUILDBOT: Uncaught Lingo error: Call to undefined handler 'imgtools'. Dropping 1 stack items!
WARNING: BUILDBOT: Uncaught Lingo error: Call to undefined handler 'gCursorObj'. Dropping 2 stack items!
Change History (2)
comment:1 by , 4 weeks ago
Summary: | Director: Divide by Zero Error Preventing Games From Booting → DIRECTOR: Ray Bradbury's Martian Chronicles (D4) - Divide by Zero Error |
---|
There is a high chance of the divide by zero happening due to other uncaught lingo errors, which are caused by the missing IMGTools Xlib, which isn't implemented yet.