Saved games wont load, they crash Warzone
-
Shaniah
- New user
- Posts: 4
- Joined: 11 Apr 2008, 18:58
Saved games wont load, they crash Warzone
Hiya, I just got warzone yesterday, been trying it out, nice game. Anyway, I have a linux machine and my friend said to use Adept manager to get the game. So I do that, The one that was downloaded appears to be the latest one, and its great. One problem, I save the game then I quit the game to go do something else, I came back on and went to start that saved game before, It appears to be loading it, then the screen goes black, Then I am back at my desktop only with everything like 4 times the size, as if all my icons became huge... Or the screen size was made bigger. Any ideas of what I can do to fix this?
-
qwerty800
- Trained

- Posts: 183
- Joined: 07 Mar 2008, 21:23
Re: Saved games wont load, they crash Warzone
That's normal (lol)
The synaptic/Adept Warzone Package is old and broken.
Just download the .deb file in the download section for the 2.10 Stable relase
Or you can compile the source of the Devloppement realse
The synaptic/Adept Warzone Package is old and broken.
Just download the .deb file in the download section for the 2.10 Stable relase
Or you can compile the source of the Devloppement realse
~~If someone asks you to sudo rm -rf anything don't do it.~~


[url=http://youtube.com/watch?v=ks-N4rI_1RU&feature=related]
This Guy for PRESID


[url=http://youtube.com/watch?v=ks-N4rI_1RU&feature=related]
This Guy for PRESID
-
The Commander
- Trained

- Posts: 66
- Joined: 17 Jan 2008, 05:23
- Location: New Zealand
Re: Saved games wont load, they crash Warzone
Why does everyone tell people to compile the source. Some people would have no idea what the hell that means or where to begin. ???
Stargate Mod
-
qwerty800
- Trained

- Posts: 183
- Joined: 07 Mar 2008, 21:23
Re: Saved games wont load, they crash Warzone
On linux, that pretty easy
You open a console in the folder of the source
Then you type these commands
You open a console in the folder of the source
Code: Select all
cd the/path/to/the/folder/of/the/sourceCode: Select all
autoconf
./configure
make
sudo make install
~~If someone asks you to sudo rm -rf anything don't do it.~~


[url=http://youtube.com/watch?v=ks-N4rI_1RU&feature=related]
This Guy for PRESID


[url=http://youtube.com/watch?v=ks-N4rI_1RU&feature=related]
This Guy for PRESID
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Saved games wont load, they crash Warzone
Do as qwerty says, it should be fixed in the latest trunk build.Shaniah wrote: Hiya, I just got warzone yesterday, been trying it out, nice game. Anyway, I have a linux machine and my friend said to use Adept manager to get the game. So I do that, The one that was downloaded appears to be the latest one, and its great. One problem, I save the game then I quit the game to go do something else, I came back on and went to start that saved game before, It appears to be loading it, then the screen goes black, Then I am back at my desktop only with everything like 4 times the size, as if all my icons became huge... Or the screen size was made bigger. Any ideas of what I can do to fix this?
qwerty800 wrote: On linux, that pretty easy
You open a console in the folder of the sourceThen you type these commandsCode: Select all
cd the/path/to/the/folder/of/the/sourceCode: Select all
autoconf ./configure make sudo make install
and it ends here.
-
Shaniah
- New user
- Posts: 4
- Joined: 11 Apr 2008, 18:58
Re: Saved games wont load, they crash Warzone
ok, I will try it asap. folder of the source, which one am I looking for? I mean, what am I looking for, which folder. I dont think I am following what you are saying very well.
Last edited by Shaniah on 12 Apr 2008, 14:19, edited 1 time in total.
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Saved games wont load, they crash Warzone
That is because I forgot to say do this first:Shaniah wrote: ok, I will try it asap. folder of the source, which one am I looking for? I mean, what am I looking for, which folder. I dont think I am following what you are saying very well.
svn co svn://svn.gna.org/svn/warzone/trunk warzone
The you cd to warzone, and begin the build process.
and it ends here.
-
Shaniah
- New user
- Posts: 4
- Joined: 11 Apr 2008, 18:58
Re: Saved games wont load, they crash Warzone
is that another thing I have to download?
-
qwerty800
- Trained

- Posts: 183
- Joined: 07 Mar 2008, 21:23
Re: Saved games wont load, they crash Warzone
Usually, you need to.
Such as flex or GLC
Just download from the adept/synaptic pakage manager (you need *-dev packages too) or use google
Always remember these commands: ;D
Such as flex or GLC
Just download from the adept/synaptic pakage manager (you need *-dev packages too) or use google
Always remember these commands:
Code: Select all
autoconf
./configure
make
sudo make install~~If someone asks you to sudo rm -rf anything don't do it.~~


[url=http://youtube.com/watch?v=ks-N4rI_1RU&feature=related]
This Guy for PRESID


[url=http://youtube.com/watch?v=ks-N4rI_1RU&feature=related]
This Guy for PRESID
-
Verminus
- Trained

- Posts: 121
- Joined: 18 Feb 2008, 19:13
- Location: Peterborough, England
Re: Saved games wont load, they crash Warzone
Hmmm...
I can't believe nobody has directed Shaniah it take a look at the Compile Guide in the wiki yet...
While the Linux Compile Guide is geared towards Ubuntu, and the QuesoGLC compile guide looks to be a strange mix-match of Debian base and Ubuntu, they can be followed and if you have at least some familiarity with your linux distro you should be able to adapt the instructions to your needs
I can't believe nobody has directed Shaniah it take a look at the Compile Guide in the wiki yet...
While the Linux Compile Guide is geared towards Ubuntu, and the QuesoGLC compile guide looks to be a strange mix-match of Debian base and Ubuntu, they can be followed and if you have at least some familiarity with your linux distro you should be able to adapt the instructions to your needs
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: Saved games wont load, they crash Warzone
Wiki? Oh yeah, THAT thing. :-[Verminus wrote: Hmmm...
I can't believe nobody has directed Shaniah it take a look at the Compile Guide in the wiki yet...
While the Linux Compile Guide is geared towards Ubuntu, and the QuesoGLC compile guide looks to be a strange mix-match of Debian base and Ubuntu, they can be followed and if you have at least some familiarity with your linux distro you should be able to adapt the instructions to your needs
;D
and it ends here.
-
Shaniah
- New user
- Posts: 4
- Joined: 11 Apr 2008, 18:58
Re: Saved games wont load, they crash Warzone
ok, thanks all! got it to work now.
great game, now I just got to get passed the 4rth mission, or is it 5th? no clue, but I have to get passed it,