It crashes on startup.
This is the Basic stderr.txt output:
Code: Select all
GOT SUBDIR ARG =
Found data in C:\GAMES\Vega Strike
Using C:\GAMES\Vega Strike as data directory
USING HOMEDIR : C:\GAMES\Vega Strike/.vegastrike As the home directory
CONFIGFILE - No config found in home : C:\GAMES\Vega Strike/.vegastrike/vegastrike.config
CONFIGFILE - No home config file found, using datadir config file : C:\GAMES\Vega Strike/vegastrike.config
MISSION_NAME is empty using : main_menu.mission
Attempt to call ReadFull on a bad file units.csv -1 C:\GAMES\Vega Strike/units/units.csv
running import sys
print sys.path
sys.path = [r"C:\GAMES\Vega Strike\modules\builtin",r"C:\GAMES\Vega Strike\modules\quests",r"C:\GAMES\Vega Strike\modules\missions",r"C:\GAMES\Vega Strike\modules\ai",r"C:\GAMES\Vega Strike\modules",r"C:\GAMES\Vega Strike\bases"] + sys.path
testing VS randomrunning import sys
print sys.path
Initializing renderer...
Min (0.000000, 0.000000, 0.000000) Max(0.000000, 0.000000, 0.000000) MinLumin 1.000000, MaxLumin 1.000000Read In Star Count 0 used: 2000
Min (0.000000, 0.000000, 0.000000) Max(0.000000, 0.000000, 0.000000) MinLumin 1.000000, MaxLumin 1.000000Read In Star Count 0 used: 38
Loading a starsystem
Loading Star System Special/Empty
FOUND MODIFICATION = player FOR PLAYER #0
This is one of the last things I see long enough to be able to read it and find it in the debug=3 log file:
Loading a VSFileSystem::TextureFile : Blast0050.texture
The I see just a couple more Things (loading or something) then it terminates.
There are no errors logged in Event Viewer logs either in Application nor System.
I almost sure I had installed the game before ( a few weeks ago) and it worked but I uninstalled it.
Well after reading the game docs I decided I'd try it out again and reinstalled it but now it won't run.
I even tried again to uninstall and reinstall - same problem.
One note - everytime I install it (even the very 1st time when it worked - I got a popup someting to the effect to either Repair C++ 2008 redist or uninstall. Every time I have selected Repair.
In Add/Remove Programs I see listed C++ 2005 redist, 2 instances of C++ 2008 versions 9.0.21022.08 & 9.0.30729.17, and C++ 2010 redist 10.0.3019
I checked the file in vegastrike and it's the 9.0.30729.17.
PPG uses the 9.0.21022.08
I can't figure out what's wrong. VegaTrek works. Privateer Gemini Gold works.
I've included the stderr.txt with debug=3.
I see a lot ton of NOT FOUND but no errors or anything that says Failed.
The only thing I did after I installed it and before I ran it was to change some key bindings and joystick code in vegastrike.config.
I hope someone can help.
Paul