#1 2014-05-25 09:06:33

Hernou
Member

crash after load the map

it'is in multi, and solo.
on Ubuntu 14.04

:~$ tesseract
init: sdl
init: net
init: game
unknown command-line option: -q/home/max/.config/tesseract
init: video
init: gl
Renderer: Mesa DRI Intel(R) Ironlake Mobile  (Intel Open Source Technology Center)
Driver: 2.1 Mesa 10.1.3
GLSL: 1.20
Rendering using the OpenGL GLSL shader path.
init: console
init: world
init: sound
init: cfg
init: render
init: mainloop
read map media/map/test_ctf.ogz (0.1 seconds)
*** Error in `/usr/lib/games/tesseract/tesseract_client': corrupted double-linked list: 0x000000000755b290 ***
Abandon (core dumped)

Offline

#2 2014-05-25 11:28:37

eihrul
Administrator

Re: crash after load the map

The first bug "unknown command-line option" is from Ubuntu's package... It should be -u in the start script, not -q. I made a typo in my packaging guide and unfortunately they incorporated my typo and not the right thing which I fixed after release. May want to report this to them. :)

The second bug is Mesa itself. Unfortunately, I think the GPU you have is too old to effectively run Tesseract, but instead of dealing with that gracefully, it causes corruption/bugs inside Mesa somehow. They'd have to figure out what's going on, as I'm pretty sure this is not Tesseract's fault.

Offline

Board footer