retrobits / son_of_hunkypunk

Automatically exported from code.google.com/p/hunkypunk
22 stars 8 forks source link

[TADS-1010 object value requried] on resume auto-saved game #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open "The Plant"
2. enter a command
3. tap back button
4. open "The Plant" again
5. enter a command

What is the expected output? What do you see instead?

expected: command understood
actual: [TADS-1010 object value requried]

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dtver...@gmail.com on 16 Oct 2013 at 10:52

Attachments:

GoogleCodeExporter commented 9 years ago
I have noticed this from some TADS games (never from z-machine games).  In 
particular, I've never seen the Adventions TADS games (Unkuulian etc) have this 
problem. For the games that do have this problem, I can reproduce the error 
using the official tads command line interpreter and restoring a saved game as 
a command line argument rather than from within the game.  Because of this, I 
think its really an issue in either the TADS interpreter or story file.  There 
may be a way I could work around the problem by making the Android app actually 
call a restore command from within the game once it is up and running, rather 
than passing the save file to the interpreter as an argument.  I will do some 
more thinking about the problem, but its likely I will not do any actual work 
on it until after I upgrade TADS to the latest version interpreter.

Original comment by dtver...@gmail.com on 16 Oct 2013 at 10:53