Described in thread: https://intfiction.org/t/help-fixing-everybody-dies-so-its-playable-online/51346
When iosys is zero, printing a string should silently do nothing. Instead it maybe generates a Glk "stream not set" error?
A couple of places seem to generate glk_put_jstring() calls without checking iosys:
oputil_flush_string()
stream_string()
accel_func_map error cases
Described in thread: https://intfiction.org/t/help-fixing-everybody-dies-so-its-playable-online/51346
When iosys is zero, printing a string should silently do nothing. Instead it maybe generates a Glk "stream not set" error?
A couple of places seem to generate glk_put_jstring() calls without checking iosys:
oputil_flush_string()
stream_string()
accel_func_map error cases