Login | Register
|
It is currently Tue May 21, 2013 2:59 am
|
View unanswered posts | View active topics
|
Page 1 of 1
|
[ 2 posts ] |
|
| Author |
Message |
|
avh
|
Post subject: Segfault on launch, before anything else happens. Posted: Fri May 18, 2012 7:39 am |
|
Joined: Fri May 18, 2012 7:33 am Posts: 1
|
|
So, I have just bought this game and untared the tarball. Then I installed lib32 versions of libxxf86vm, libgl and mesa, since im on a 64bit system, and the game complained about missing them when i tried to run it.
Now, when i cd into the game directory and type ./eschalon_book_1 a small, empty(black) window appears for less than a second followed by a segmentation fault.
I'm on 64bit archlinux.
|
|
| Top |
|
 |
|
SpottedShroom
|
Post subject: Re: Segfault on launch, before anything else happens. Posted: Fri May 18, 2012 11:33 am |
|
| Officer [Platinum Rank] |
![Officer [Platinum Rank] Officer [Platinum Rank]](./images/ranks/officer4.png) |
 |
Joined: Fri Jun 04, 2010 7:18 pm Posts: 627
|
|
Can you generate a stack trace? You can do that one of two ways:
1. Run the program through gdb. Run "gdb ./eschalon_book_1" then type "run" and wait for it to segfault. When it does, type "bt full"
2. Generate a core dump, then analyze it in gdb. Run "ulimit -c unlimited", then run Book I. When it segfaults, it should say "core dumped" and create a core file. Load that file in gdb with "gdb eschalon_book_1 core", then type "bt full".
If you can get a stack trace, please post it here.
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 2 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|