New issue 5 by aash29: Memory out of bounds error
http://code.google.com/p/zvm/issues/detail?id=5
When trying to run curses.z5, using last code, I get the following error:
C:\zvm>python c:\zvm\run_story.py C:\zvm\stories\slouch.z5
Traceback (most recent call last):
File "c:\zvm\run_story.py", line 35, in <module>
main()
File "c:\zvm\run_story.py", line 31, in main
debugmode=True)
File "C:\zvm\zvm\zmachine.py", line 27, in __init__
self._stringfactory = ZStringFactory(self._mem)
File "C:\zvm\zvm\zstring.py", line 402, in __init__
self.zchr = ZCharTranslator(zmem)
File "C:\zvm\zvm\zstring.py", line 87, in __init__
self._load_abbrev_tables()
File "C:\zvm\zvm\zstring.py", line 120, in _load_abbrev_tables
_load_subtable(0, abbrev_base)
File "C:\zvm\zvm\zstring.py", line 114, in _load_subtable
zaddr = self._mem.read_word(zoff)
File "C:\zvm\zvm\zmemory.py", line 185, in read_word
raise ZMemoryOutOfBounds
zvm.zmemory.ZMemoryOutOfBounds
are there any stable builds?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 5 by sussman: Memory out of bounds error
http://code.google.com/p/zvm/issues/detail?id=5
Er, no, the code is only 50% done. Did you read the bottom of our front
page? :-)
Thanks for your interest though!
Oh. Well, it does say "As of july 2008" =)
I wish you luck with your project!