Search found 6 matches

by Perpetuum_Mobile
Sun Nov 28, 2010 7:56 pm
Forum: Support
Topic: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card
Replies: 21
Views: 5965

Re: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card

Also, since Cg is not necessary, the command to load it has been removed from the SVN version of ogre_plugins.cfg. Since you still have that line in your version, I'm wondering if you've got messed up / mixed up versions of some source files that you're trying to compile? the first time i was tryin...
by Perpetuum_Mobile
Sun Nov 28, 2010 7:43 pm
Forum: Support
Topic: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card
Replies: 21
Views: 5965

Re: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card

# patched ./client/human/chmain.cpp.orig # changed ./default/data/art/combat/resources.cfg # copied GLX_icon.png to ./default/data/art # compiled the game rm CMakeCache.txt make clean cmake . make # ran the game Linking CXX executable ../../freeorion [100%] Built target freeorion mobil% ./freeorion...
by Perpetuum_Mobile
Sun Nov 28, 2010 12:14 pm
Forum: Support
Topic: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card
Replies: 21
Views: 5965

Re: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card

ok then, but how about
mobil% less ~/.freeorion/ogre.log|grep EXCEPTION
14:10:02: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource GLX_icon.png in resource group General or any other group. in ResourceGroupManager::openResource at OgreResourceGroupManager.cpp (line 763)
by Perpetuum_Mobile
Sun Nov 28, 2010 2:34 am
Forum: Support
Topic: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card
Replies: 21
Views: 5965

Re: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card

ok, so: # moved away .freeorion folder mv ~/.freeorion ~/.freeorion_bkup # ran freeorion mobil% ./freeorion zsh: segmentation fault ./freeorion here is ~/.freeorion/ogre.log and ./ogre_plugins.cfg - mobil% cat ./ogre_plugins.cfg # Ogre 3D engine plugins to load # Plugin folder PluginFolder=/usr/lib/...
by Perpetuum_Mobile
Thu Nov 25, 2010 11:54 pm
Forum: Support
Topic: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card
Replies: 21
Views: 5965

Re: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card

compiled the game, using manual for linux: # installed dependencies sudo apt-get install build-essential subversion pkg-config libltdl3-dev cmake python2.6-dev libfreetype6-dev libsdl1.2-dev graphviz graphviz-dev libalut-dev libvorbis-dev libois-dev libtiff4-dev libopenal-dev libogre-dev sudo apt-ge...
by Perpetuum_Mobile
Wed Nov 24, 2010 5:42 am
Forum: Support
Topic: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card
Replies: 21
Views: 5965

Re: Segmentation Fault / Ubuntu 9.10 / 2005 Radeon Card

Confirm the same situation in debian testing (32-bit), nvidia (gf6200) graphic card - # ./freeorion Following into my basedir CWD: /home/mobil/games/freeorion/application python2.5 found. Using it. Segmentation fault or after python-2.5 was removed from system # ./freeorion Following into my basedir...