Closed GoogleCodeExporter closed 8 years ago
This particular error is more of a warning - the game file is doing something
that is illegal under the Glk spec. Games are not allowed to issue a character
or line request in a window that already has an active request. This is more
properly a bug in Alabaster or in one of the extensions it uses.
The errors are nearly invisible unless running from a command line, so often
authors are not aware that the game does anything wrong. It can lead to
unpredictable behavior, but there's not much to be done about it at the library
level except to complain and move on.
Original comment by bcressey@gmail.com
on 15 Nov 2010 at 6:05
Original issue reported on code.google.com by
saltyho...@gmail.com
on 13 Nov 2010 at 8:22