stoonboii10 / garglk

Automatically exported from code.google.com/p/garglk
Other
0 stars 0 forks source link

Agility: Doesn't close when Glk window closes #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Report from user:

Run an Agility game, such as Shades of Gray.  Attempt to exit the program.
 It does not close.

Original issue reported on code.google.com by bcressey@gmail.com on 2 Nov 2008 at 7:23

GoogleCodeExporter commented 8 years ago
Can't seem to reproduce the issue on Windows Vista.

Original comment by bcressey@gmail.com on 2 Nov 2008 at 7:23

GoogleCodeExporter commented 8 years ago
Issue manifests on Ubuntu 8.04.  Quitting the game (via "quit" input) succeeds. 
Closing the game, by clicking X, choosing Close, or pressing Alt-F4, does not 
end the
task.

Original comment by bcressey@gmail.com on 2 Nov 2008 at 7:27

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same issue on Vista: agility.exe remains in the Task Manager list after closing 
(not
quitting) the interpreter.

Original comment by bcressey@gmail.com on 2 Nov 2008 at 7:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Possible fix: add assert to mainloop() in agil.c, checking that the Glk window 
is
still around.

Original comment by bcressey@gmail.com on 6 Nov 2008 at 2:51

GoogleCodeExporter commented 8 years ago
Not a regression; exists in the older release of Gargoyle.  The Agility 
interpreter
is only loosely coupled to the Glk presentation layer, which complicates 
matters.

Original comment by bcressey@gmail.com on 7 Nov 2008 at 10:51

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago

Original comment by bcressey@gmail.com on 1 Dec 2008 at 4:46

GoogleCodeExporter commented 8 years ago
Fixed in r130 - finally!

Original comment by bcressey@gmail.com on 11 Dec 2008 at 1:03