Error when starting a new game.

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
Scar
Explorer
Explorer
Posts: 8
Joined: Wed Jun 20, 2007 8:13 pm

Error when starting a new game.

Post by Scar »

Hi all,
I'm using the current svn as of 11680.
I removed my .vegastrike directory some time ago and now I get seerious errors when starting a new game.
I start with no spaceship in an almost empty universe on a planet that when I launch from it, doesn't exist. I don't get the main menu but just this planet.
I don't think that this is the right behaviour...
Do you have any hints how to solve this?
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Can you post the output?

When you run it from a console, do
./vegastrike > output.txt 2>&1

This will generate an output.txt file that you can then attach to the forum post above the Submit button
Scar
Explorer
Explorer
Posts: 8
Joined: Wed Jun 20, 2007 8:13 pm

Post by Scar »

Ok here it is:
Scar
Explorer
Explorer
Posts: 8
Joined: Wed Jun 20, 2007 8:13 pm

Post by Scar »

Hm get this error when uploading the file:

Could not obtain common word list

DEBUG MODE

SQL Error : 1104 The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay

SELECT word_id FROM phpbb_search_wordmatch GROUP BY word_id HAVING COUNT(word_id) > 32199

Line : 309
File : functions_search.php



Shall i post the file in here?
Scar
Explorer
Explorer
Posts: 8
Joined: Wed Jun 20, 2007 8:13 pm

Post by Scar »

Well I think I got the wrong line: Shouldn't this be main_menu.mission
MISSION_NAME is empty using : test/test1.mission
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

That error means you have a corrupt vegastrike.config. I would recommend reverting it, however if you have a lot of custom changes that you would like to keep, post the segments that you have changed and I can help you fix them up...

I recommend removing any copies you find in your ".vegastrike" folder, and also removing the one in your "data4.x" directory.

Then, do a "svn update" from the data4.x directory and it will revert all settings to defaults, and you can use vssetup again.
Scar
Explorer
Explorer
Posts: 8
Joined: Wed Jun 20, 2007 8:13 pm

Post by Scar »

Cool this did it :) Really nice! Thanks!
Post Reply