Search found 5 matches

by pallinger
Tue Oct 12, 2010 8:16 am
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97042

Re: Statically linked Linux-version

Hmm. If you've got GL 2.1 and are still getting segfaults before anything gets rendered on a 32-bit machine... I'm not sure what the problem might be. Trying gdb as mentioned earlier might be helpful. OK, I will try gdb when I have the time. It also complains about python 2.5 not being there (true,...
by pallinger
Thu Sep 23, 2010 2:42 pm
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97042

Re: Statically linked Linux-version

I have at last tried to run it on a 32-bit virtual machine. It goes further (puts up a blank window), but it also segfaults. The last lines in the debug log are: OpenGL Version Number: 2.1 (HumanClientFSM) IntroMenu (HumanClientFSM) IntroMenuIdle It also complains about python 2.5 not being there (t...
by pallinger
Thu Sep 23, 2010 10:28 am
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97042

Re: Statically linked Linux-version

According to the log file you posted, the client is crashing when setting up map rendering. That suggests there's a graphics driver problem. Indeed. I suspect that the opengl drivers are 64bit, so if they meet with 32-bit calls, they just run amok. What version of OpenGL does your system support? I...
by pallinger
Wed Sep 22, 2010 2:51 pm
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97042

Re: Statically linked Linux-version

A segmentation fault doesn't necessarily mean there's a missing dependency... More likely is some incompatibility between dependencies and libraries on your system, or the ABI. True, I also thought about incompatibilities. As noted here it would be helpful to download the debugging symbols and run ...
by pallinger
Tue Sep 21, 2010 11:41 am
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97042

Re: Statically linked Linux-version

I successfully installed the statically compiled version (freeorion_rev3727_i386_static.tar.gz), but running ended in a segmentation fault. $ freeorion-start I am Symlink. Following into my targets basedir CWD: /home/pallinger/local/freeorion/application python2.5 found. Using it. Segmentation fault...