Search found 96 matches

by pheldens
Thu Mar 21, 2013 4:37 pm
Forum: Compile
Topic: Building for Gentoo Linux [64-bit]
Replies: 23
Views: 15059

Re: Building for Gentoo Linux

AndrewW wrote: gigi - (includes ogre when emerging, so ogre doesn't need to be specified)
You must use the forked gigi lib with the same file naming from the FO repository (./GG/)
by pheldens
Thu Mar 21, 2013 3:32 pm
Forum: Play-Testing Feedback
Topic: r5886 crashreport with backtrace & savegame
Replies: 7
Views: 969

Re: r5886 crashreport with backtrace & savegame

no longer experience the crash with 5890
by pheldens
Wed Mar 20, 2013 9:26 pm
Forum: Play-Testing Feedback
Topic: r5886 crashreport with backtrace & savegame
Replies: 7
Views: 969

Re: r5886 crashreport with backtrace & savegame

It only happens when the "complete" tab is enabled
by pheldens
Wed Mar 20, 2013 9:18 pm
Forum: Play-Testing Feedback
Topic: r5886 crashreport with backtrace & savegame
Replies: 7
Views: 969

Re: r5886 crashreport with backtrace & savegame

This crash in the tech tree code seems to happen when completing "galactic infrastructure"
if I put it at the bottom of the queue so it doesnt complete on the next turn, the game doesn't crash.
by pheldens
Wed Mar 20, 2013 5:41 pm
Forum: Play-Testing Feedback
Topic: r5886 crashreport with backtrace & savegame
Replies: 7
Views: 969

r5886 crashreport with backtrace & savegame

to trigger bug load gzipped savegame attachment and press next turn [New Thread 0x7fffde198700 (LWP 5580)] Program received signal SIGSEGV, Segmentation fault. 0x0000000000d74717 in TechTreeLayout::Node::CreatePlaceHolder(std::vector<TechTreeLayout::Node*, std::allocator<TechTreeLayout::Node*> >&...
by pheldens
Sat Mar 16, 2013 8:24 pm
Forum: Play-Testing Feedback
Topic: r5866 64 bit linux
Replies: 1
Views: 491

r5866 64 bit linux

#!/bin/sh make distclean svn up && svn log -l 10 && echo "Enter to continue.." && read && cmake . && make -j8 sed -i s#'PluginFolder=\.'#PluginFolder=/usr/local/lib/OGRE# ogre_plugins.cfg cd GG && cmake . && make -j8 && paco ...