Page 1 of 1

V0.5.1.r1 does not start on my XP

Posted: Thu Jun 26, 2014 2:45 pm
by .rhavin
0.5.0 does start, but the 0.5.1 seems to do just … nothing.

I tried to start it with

Code: Select all

--debug=3 2>whatever.txt
, but the file remains empty.

Also there a couple of things i noticed in the 0.5.0, so perhaps they're fixed now:
  • "Press Q to Quit or ; to reload" … well this is a german Keyboard and hitting ; (Shift + ,) just does nothing (also tried with just the key) . Are you shure you're checking key- and not scan-codes? BTW, there are some keys the same in all layouts, so perhaps you should stick to those if you have just a two-way-switch.
  • Alt+0 before docking… does nothing. Checked with Alt, AltGr and with/without NumLock on NumericalKeys and on the Number-keys in the main area of the Keyboard.
System is WinXPsp3, AMD Athlon XP 3000+, NVIDIA GeForce 7800 GS, Yamaha DS2416×2+SW1000XG

Re: V0.5.1.r1 does not start on my XP

Posted: Thu Jun 26, 2014 3:27 pm
by ezee
Hi and welcome onboard .
:)
So ... i also use windowsxp sp3 with a nvidia 7600gs .
The only sourceversion that was/is running out of the box for me is this version from the svn :
http://sourceforge.net/p/vegastrike/cod ... _0_5_1_r1/

But you can use also the 0.5.1 release that is found in the download page .
It is working fine for me too .

Re: V0.5.1.r1 does not start on my XP

Posted: Thu Jun 26, 2014 9:22 pm
by .rhavin
Well, nice to hear that it works for you. :roll:

as posted,

Code: Select all

vegastrike.exe --debug=3 2>stderr.txt
just does … nothing, except from creating an empty file.

Any helpful advices/hints?

TIA.

Re: V0.5.1.r1 does not start on my XP

Posted: Thu Jun 26, 2014 10:59 pm
by loki1950
2>stderr.txt
That will only work on a Linux system it's called re-direction and just is not available with M$ OS's

IIRC stdout.txt and stderr.txt are created by default but overwritten on each execution now where they are will change with XP,Vista or Win 7/8.With XP check in the bin folder on the install.

Enjoy the Choice :)

Re: V0.5.1.r1 does not start on my XP

Posted: Sat Jun 28, 2014 2:31 pm
by .rhavin
loki1950 wrote: That will only work on a Linux system it's called re-direction and just is not available with M$ OS's
æhm … thats excatly how redirection works on dos-shell: 1>foo.txt redirects stdout and 2>bar.txt redirects stderr. You may even redirect both by providing reference handle: 1>foo.txt 2>&1

Re: V0.5.1.r1 does not start on my XP

Posted: Thu Sep 11, 2014 3:38 am
by pheonixstorm
Quick task manager (processes) to see if the game is running at all. Failing that turn your AV off and try again. If the exe does not start at all and does not spit out a stderr or stdout something is blocking the exe from even working, in which case the usual suspect is either your AV or something not cooperating with windows.

Run DXDiag and attach the log file to your next post and make sure your gfx and sfx drivers are current.