Closed GoogleCodeExporter closed 8 years ago
I wasn't able to recreate the crash under OS X, even when playing through the
entire game. I will try other systems tomorrow.
Original comment by bcressey@gmail.com
on 20 Mar 2011 at 10:15
I'm using Ubuntu 64bit
Original comment by saltyho...@gmail.com
on 20 Mar 2011 at 10:51
Repro'd under Windows and Ubuntu x64.
Original comment by bcressey@gmail.com
on 21 Mar 2011 at 4:44
Definitely a bug in Bocfel. It's been fixed in 0.5.4 which has been imported
into the repository.
This bug was directly related to restarting, so if the other issues happen
after a restart, see if the latest version in SVN has those fixed, too.
Otherwise, if you don't mind providing steps to reproduce them, I can track
them down.
@get_child on object 0 is a bug in the game, but it's the fault of Inform and
many games contain such errors due to this. Consequently, interpreters ignore
these errors, sometimes printing a warning as Frotz does. In any case, it's
harmless.
Original comment by cspiegel@gmail.com
on 27 Mar 2011 at 11:53
I didn't write down the exact steps to reproduce the other bugs. I remember
seeing an assert with a bocfel source filename.
I'll try to replay the game a bit and see if I get it with the non-fixed
revision.
In the meantime, I think this bug can be closed. Thanks for the help!
Original comment by saltyho...@gmail.com
on 27 Mar 2011 at 6:06
Bocfel is rather strict in its adherence to the standard, so its assertions
might catch code that generally would be ignored by more lenient interpreters.
I've special-cased a few of these to be ignored (there's little benefit in an
interpreter that can't play games), and if there are other common cases where
games die, I'm more than willing to ease up on restrictions.
Of course, as in the case of this issue, assertions might be triggered by bugs
in Bocfel, as well. Feel free to report all assertions you find, and thanks
for testing!
Original comment by cspiegel@gmail.com
on 27 Mar 2011 at 9:30
Original issue reported on code.google.com by
saltyho...@gmail.com
on 20 Mar 2011 at 8:48