Failing to load dejavusans.ttf, Segmentation Fault

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
zeeli
Peon
Peon
Posts: 20
Joined: 07 Jan 2008, 16:09
Location: Finland

Failing to load dejavusans.ttf, Segmentation Fault

Post by zeeli »

Hi.

I just compiled tmw 0.0.24 and it fails to start. (Segmentation fault (core dumped))

Here is my tmw.log

Code: Select all

[16:14:44.01] The Mana World v0.1.0
[16:14:44.01] Initializing libxml2...
[16:14:44.01] Initializing configuration...
[16:14:44.01] Initializing SDL...
[16:14:44.03] Initializing resource manager...
[16:14:44.03] Adding to PhysicsFS: /home/eeli//.tmw
[16:14:44.03] Adding to PhysicsFS: data
[16:14:44.03] Adding to PhysicsFS: /usr/local/share/tmw/data
[16:14:44.03] Setting video mode 800x600 windowed
[16:14:44.13] Using video driver: x11
[16:14:44.13] Possible to create hardware surfaces: no
[16:14:44.13] Window manager available: yes
[16:14:44.13] Accelerated hardware to hardware blits: no
[16:14:44.13] Accelerated hardware to hardware colorkey blits: no
[16:14:44.13] Accelerated hardware to hardware alpha blits: no
[16:14:44.13] Accelerated software to hardware blits: no
[16:14:44.13] Accelerated software to hardware colorkey blits: no
[16:14:44.13] Accelerated software to hardware alpha blits: no
[16:14:44.13] Accelerated color fills: no
[16:14:44.13] Available video memory: 0
[16:14:44.13] Initializing GUI...
[16:14:44.13] Unable to load dejavusans.ttf: SDLTrueTypeFont::SDLTrueTypeFont: Couldn't open data/fonts/dejavusans.ttf
[16:14:44.13] Exception
Please help me!


Best Regards,
zEeLi
Last edited by zeeli on 09 Sep 2008, 14:58, edited 1 time in total.
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Post by Jaxad0127 »

You shouldn't be using version 0.1. Use version 0.0.24 instead. Version 0.1 is still being developed.
User avatar
zeeli
Peon
Peon
Posts: 20
Joined: 07 Jan 2008, 16:09
Location: Finland

Post by zeeli »

Sorry, my bad. I thought i downloaded 0.0.24 sources from svn, but they were actually 0.1.0.

Thanks anyway!
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

If you want to compile 0.0.24, either download the source or check out the 0.0 branch located at tmw/branches/0.0 in the Subversion repository.
Post Reply