Search found 3 matches

by anholt
November 25th, 2008, 10:38 pm
Forum: Eschalon: Book I Support [Linux]
Topic: Bought the game, but it crashes ...
Replies: 11
Views: 9840

Re: Bought the game, but it crashes ...

You currently can't gdb a direct rendering OpenGL application from the X Server that it's displaying to. That'll be fixed with DRI2, but the usual symptom until then is that you lock up the server, because gdb catches the signal while the driver's holding the hardware lock and the server can't take ...
by anholt
November 25th, 2008, 10:34 pm
Forum: Eschalon: Book I Support [Linux]
Topic: Graphics freeze up
Replies: 1
Views: 3748

Re: Graphics freeze up

One useful thing for debugging these sorts of issues is (if you have a second machine) to ssh in and run the game remotely (env DISPLAY=:0 ./Eschalon_Book_1). Often games will lock up in signal handlers, and this gives you a chance to look at the failure despite not being able to get control back fr...
by anholt
November 25th, 2008, 10:21 pm
Forum: Eschalon: Book I Support [Linux]
Topic: Problem launching Eschalon
Replies: 18
Views: 21412

Re: Problem launching Eschalon

> eschalon_book_1: ../common/dri_bufmgr_fake.c:576: dri_bufmgr_fake_contended_lock_take: Assertion `((&bufmgr_fake->on_hardware)->next == (&bufmgr_fake->on_hardware))' failed First, you'd probably be a lot happier trying to run this game with current drivers -- kernel from linus master, and ...