Page 1 of 1

Can't close window with SDL build (2.3.9)

Posted: Mon Jan 10, 2011 3:07 am
by Lord Estraven
I'm building T2 against SDL because the X11 interface crashes on Debian Squeeze. It runs, but clicking the close button on the window does not quit, or do anything at all. I can only quit with ctrl-x once I've started a game (or with the kill command).

When I open T2 from a terminal I get this whenever I try to close it...

Code: Select all

Current stack: 
  0: 0x82a7680
Anyone know what might be causing this, and what I might do to fix it>

Re: Can't close window with SDL build (2.3.9)

Posted: Mon Jan 10, 2011 3:18 am
by N
I think we'll need a bit more info than "0x82a7680". How about running "strace tome".

Re: Can't close window with SDL build (2.3.9)

Posted: Mon Jan 10, 2011 4:42 am
by Lord Estraven
Thanks... strace spews out endless repeats of the following if I hit the close button:

Code: Select all

gettimeofday({1294634417, 253132}, NULL) = 0
read(3, 0x99fb8f0, 4096)                = -1 EAGAIN (Resource temporarily unavailable)
select(4, [3], NULL, NULL, {0, 0})      = 0 (Timeout)
nanosleep({0, 10000000}, 0xbfb4f5a8)    = 0