Search found 344 matches

by kroddn
Fri Apr 11, 2008 7:22 am
Forum: General Discussion
Topic: ship propolsion
Replies: 3
Views: 1479

Re: ship propolsion

As I understood a Gravity Drive is not for traveling space, but for generating a magnetical field which interfers with a planet's gravity field, so that an object becomes "weightless" and therefore can easyly be driven. Of course, that effect has no influence on masses, so that you still h...
by kroddn
Wed Apr 09, 2008 1:42 pm
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97648

Re: Statically linked Linux-version

This version works nicely on Ubuntu 8.04 (Beta)
by kroddn
Tue Apr 08, 2008 11:03 am
Forum: General Discussion
Topic: Crashes on startup
Replies: 8
Views: 2685

Re: Crashes on startup

Or try running

Code: Select all

freeorion.exe --settings-dir "C:\Program Files\FreeOrion\default"
by kroddn
Tue Apr 08, 2008 11:00 am
Forum: General Discussion
Topic: Unable to exe FO on Ubuntu
Replies: 3
Views: 1318

Re: Unable to exe FO on Ubuntu

I already posted here about that error:

viewtopic.php?f=9&t=1792&p=31398#p31398

Sorry for that :-(
by kroddn
Tue Apr 08, 2008 10:54 am
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97648

Re: Statically linked Linux-version

The script "freeorion" is buggy. The next version will be fixed. Replace it with the following. #!/bin/sh # Change into application directory # If this is a symlink, then we # need to change into dir of symlink if [ -h $0 ]; then echo "I am Symlink. Following into my targets basedir&q...
by kroddn
Thu Apr 03, 2008 12:20 pm
Forum: Programming
Topic: Statically linked Linux-version
Replies: 111
Views: 97648

Re: Statically linked Linux-version

I released a new Version (SVN FO revision 2450 / GG revision 645): http://psitronic.de/div/FO/ Now there is a Loki Installer which helps installing the game. Just run setup.sh inside the archive. The installer creates a system-wide symlink "freeorion" and menu-entries, if you wish to. Read...
by kroddn
Thu Apr 03, 2008 8:58 am
Forum: Compile
Topic: Userstory: SVN trunk on ubuntu gutsy
Replies: 1
Views: 1263

Re: Userstory: SVN trunk on ubuntu gutsy

I already sumbittet a patch to let easyly switch to ARB-versions:

https://sourceforge.net/tracker/index.p ... tid=544944

I did not encounter those problems on Ubuntu 7.10, and I am uisng the ATI-drivers too.
by kroddn
Thu Mar 27, 2008 5:58 pm
Forum: Compile
Topic: 'freeorion' linking fails on last revision
Replies: 3
Views: 1243

Re: 'freeorion' linking fails on last revision

Look at /usr/local/lib if there is libGiGiSDL.so*
by kroddn
Thu Mar 27, 2008 10:03 am
Forum: Support
Topic: [LINUX] Segmentation Fault
Replies: 22
Views: 5708

Re: Segmentation Fault

It think it will be worth the work. At the moment you kick out half of potential users.
by kroddn
Thu Mar 27, 2008 10:01 am
Forum: General Discussion
Topic: FO on SuSE-linux: execv failed
Replies: 10
Views: 2059

Re: FO on SuSE-linux: execv failed

This is an old version. Upgrade to the latest one on http://psitronic.de/div/FO/

Careful! The latest version needs openGL 1.5, and may not run on any system:

Code: Select all

freeorion_rev2423_i386_static.tar.gz
The last version known to work is:

Code: Select all

freeorion_rev2400_i386_static.tar.gz
by kroddn
Wed Mar 26, 2008 9:51 pm
Forum: General Discussion
Topic: FO on SuSE-linux: execv failed
Replies: 10
Views: 2059

Re: FO on SuSE-linux: execv failed

Which version do you use? If you start the game, there's a version number on the bottom of the main screen.

Looks like the statically linked version I compile (because of the output chdir(.), which is not in svn).
by kroddn
Tue Mar 25, 2008 6:52 pm
Forum: Support
Topic: [LINUX] Segmentation Fault
Replies: 22
Views: 5708

Re: Segmentation Fault

The OpenGL requirements for running FreeOrion are now version >= 1.5. Previously, they were version >= 1.1. This is only going to go up. Soon(tm), the requirement will be version >= 2.0. P.S. glDrawElements() is not the problem, it's glGenBuffers(), glBufferData(), etc. I am not glad about that. Th...
by kroddn
Tue Mar 25, 2008 5:56 pm
Forum: Support
Topic: [LINUX] Segmentation Fault
Replies: 22
Views: 5708

Re: Segmentation Fault

Sorry if my postings weren't clear. Try doing a "scons --clean" in freeorion-source and GG subdir before you change libs. I could reproduce the segfault you mentioned and opened a bugreport about it. The problem is related to an openGL call, which may be not supportet by some graphiccards....
by kroddn
Tue Mar 25, 2008 5:50 pm
Forum: Compile
Topic: API Error
Replies: 6
Views: 2361

Re: API Error

Okay, the I will keep python2.4 linked statically.
by kroddn
Tue Mar 25, 2008 10:25 am
Forum: Compile
Topic: API Error
Replies: 6
Views: 2361

Re: API Error

Now THAT (your first error) is definitive a problem related to your 64bit-ubuntu-Version. Can you try the following with the statically version? export LD_LIBRARY_PATH=/usr/lib64; ./freeorion I didn't want to link python statically, but if you are interested I could link freeorionca with python2.4 s...