Can't close window with SDL build (2.3.9)

Everything about ToME 2.x.x. No spoilers, please

Moderator: Moderator

Post Reply
Message
Author
Lord Estraven
Uruivellas
Posts: 718
Joined: Tue Dec 13, 2005 12:35 am

Can't close window with SDL build (2.3.9)

#1 Post 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>

N
Cornac
Posts: 38
Joined: Sun Nov 02, 2008 2:09 am

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

#2 Post by N »

I think we'll need a bit more info than "0x82a7680". How about running "strace tome".

Lord Estraven
Uruivellas
Posts: 718
Joined: Tue Dec 13, 2005 12:35 am

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

#3 Post 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

Post Reply