Posted: Wed May 19, 2010 12:01 pm
hi Oolite doesnt launch any more. it worked the first time but i had to delete it because i was messing up the files by installing the expansions wrong. please help
For information and discussion about Oolite.
https://bb.oolite.space/
here is what happenedGetafix wrote:Hi KEE and welcome to this board.
Could you, please, be a bit more specific on your situation?
The following information will be usefull to understand the case:
oolite version...
installation method (e.g. .package, .deb, build from source etc.)...
Linux distro...
Architecture (e.g. 32bit, 64bit)...
What did you delete?
Code: Select all
ops@ops:~/Oolite-dev/1.73-maintenance$ oolite.app/oolite
Segmentation fault
ops@ops:~/Oolite-dev/1.73-maintenance$
O ok well that didnt work for long =( the game crashed after i put it to full screen. any ideas?I suspose i could just make another logon to play the game again. how would you reduce the screen settings using terminal?Getafix wrote:-- Getafix is trying to replicate the case.
Code: Select all
...
fullscreen = NO;
...
window_height = <*I412>;
window_width = <*I640>;
...
ya cant find that .GNUstepDefaults file. why wouldnt I have that i wonder. do you know where the directory is?Getafix wrote:In the .GNUstepDefaults have the 'fullscreen' value changed to 'NO':Code: Select all
... fullscreen = NO; ... window_height = <*I412>; window_width = <*I640>; ...
nope, i got the folder but nothing in it...seems like something didnt not install properlyGetafix wrote:~/GNUstep/Defaults/.GNUstepDefaults
Code: Select all
$ cd
$ rm -rf Oolite-dev
$ rm -rf .Oolite
$ rm -rf oolite-saves
$ rm -f GNUstep/Defaults/.GNUstepDefaults
$ rm -f GNUstep/Library/Caches/Oolite-cache.plist
Code: Select all
GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
Code: Select all
# GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
Code: Select all
make -f Makefile release
that doesnt work. it broke again after i did that change ops@ops:~/Oolite-dev/1.73-maintenance$ oolite.app/ooliteGetafix wrote:I just performed the instructions of the first post on Ubuntu 10.04. It works fine.
I suspect you have not properly cleaned your first installation before performing the second. I recommend to
a. keep a copy of your AddOns and oolite-saves
b. force remove of oolite folders.and perform the steps from the beginning.Code: Select all
$ cd $ rm -rf Oolite-dev $ rm -rf .Oolite $ rm -rf oolite-saves $ rm -f GNUstep/Defaults/.GNUstepDefaults $ rm -f GNUstep/Library/Caches/Oolite-cache.plist
The only correction that I had to do is change line 27 of Makefile from:toCode: Select all
GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
then I just executedCode: Select all
# GNUSTEP_MAKEFILES=/usr/share/GNUstep/Makefiles
Code: Select all
make -f Makefile release