Opened 4 years ago
Last modified 4 years ago
#11584 new defect
GLK: GLULX - Unknown (crashing/erroring) game variants
Reported by: | raziel- | Owned by: | dreammaster |
---|---|---|---|
Priority: | normal | Component: | Engine: GLK: Glulxe |
Version: | Keywords: | ||
Cc: | Game: | GLK GLULXE Game |
Description
GLULX unknown games/demos list as requested by @dreammaster on the forums.
This list will try to keep the below mentioned format to make it
a) easily readable
b) easily c&pable
The list format will be:
1st line:
Name of the game (gathered from either the file name, the ingame name or from
any documentation that comes with it)
2nd line:
MD5sum and size information given from ScummVM (minus the engine, since this
list will only feature games from the engine mentioned in the subject)
3rd line:
The version of the game (if available - gathered from either the file name,
the ingame version or from any documentation that comes with it)
information or from any documentation that comes with the game
4th line:
The link to said game
5th line
The error
an apple from nowhere
{"aafn.ulx", 0, "07d590dc62f0be38f6f879763b6eb12c", 163072},
?
http://www.ifarchive.org/if-archive/games/competition2001/glulx/aafn/aafn.ulx
Crash
Ferrous Ring
{"FerrousRing.ulx", 0, "e3763b5e021f6ee2c6e383bae2b4bc8a", 450560},
?
http://www.ifarchive.org/if-archive/games/competition2007/glulx/ferrousring/FerrousRing.ulx
WARNING: Glulxe warning: The gamefile length does not match the header endgamefile length.!
WARNING: window_open: Can only add windows to a Pair window in arbitrary mode!
Following a Star
{"FollowingAStar.blb", 0, "4f88888ed4c75099e64ef8e05bd177cc", 1170332},
?
http://www.ifarchive.org/if-archive/games/competition2010/glulx/followingastar/FollowingAStar.blb
WARNING: Glulxe warning: The gamefile length does not match the header endgamefile length.!
WARNING: window_open: Can only add windows to a Pair window in arbitrary mode!
Kerkerkruip
{"Kerkerkruip.gblorb", 0, "b4db28a5653a63fa389e37b65b078b57", 1306720},
?
http://www.ifarchive.org/if-archive/games/competition2011/glulx/kerkerkruip/Kerkerkruip.gblorb
WARNING: Glulxe warning: The gamefile length does not match the header endgamefile length.!
seek not supported for writing files!
Rover
{"rover.gblorb", 0, "5a404fb92af606a86bdae9bbf91547c1", 1739014},
?
http://www.ifarchive.org/if-archive/games/competition2009/glulx/rover/rover.gblorb
Crash
Shuffling Around
{"Shuffling Around.gblorb", 0, "31ce78bff3833e5d2224abc4e63e6923", 3091868},
?
http://www.ifarchive.org/if-archive/games/competition2012/glulx/shuffling/Shuffling Around.gblorb
Crash
Stick it to the Man
{"sittm.ulx", 0, "0c3d40b0340df7ff459ff7751015183a", 408576},
?
http://www.ifarchive.org/if-archive/games/competition2001/glulx/sittm/sittm.ulx
WARNING: Glulxe warning: The gamefile length does not match the header endgamefile length.!
WARNING: Glulxe warning: Memory access was much too long -- perhaps a print_to_array call with only one argument (0)!
Glulxe fatal error: Memory access out of range (ffffffff)!
The Blind House
{"The Blind House.gblorb", 0, "0d79dbb034056f655be3363a14d6986d", 2011166},
?
http://www.ifarchive.org/if-archive/games/competition2010/glulx/blindhouse/The Blind House.gblorb
Crash
If you need crashlogs, just shout.
There is always a chance that the game data is corrupt (even from if-archive.org)
Change History (3)
comment:1 by , 4 years ago
comment:3 by , 4 years ago
Type: | feature request → defect |
---|
Thanks for all the testing. I'm able to replicate crashes. Glulx was one of the first sub-engines I worked on, if not the first, and I'll admit that I kind of overboard refactoring the code without properly testing a wide variety of games. I suspect I'll have to re-convert the original Gargoyle modified Glulxe interpreter again from scratch and see if it fixes the problems, since it's entirely possible I screwed something up. :(