Page 1 of 1

Help Starting VS

Posted: Mon Aug 29, 2011 6:31 pm
by DigitalAdhesive
(For any mods out there - this topic originally got disapproved for the following reason: "The reported message has the only purpose to advertise for a website or another product." I have no idea how anyone could come to that conclusion, and I repost below)

I'm having an issuing starting VS running Windows 7 64-bit. When I double-click the icon, the cursor blue ring will flash for about a half-second as if it's doing something, and then disappear, and the program won't start. I've tried running as Administrator and in various compatibility modes. Is this a known issue, or do any of you have any ideas/advice? Thanks.

Re: Help Starting VS

Posted: Tue Aug 30, 2011 5:27 am
by DaveAshton
I had the same problem.

Right-click your shortcut, and click Properties. Then, select the Shortcut tab, and set the Target as C:\Windows\System32\cmd.exe /C "start /affinity 1 vegastrike.exe"

Start in should point to the VS directory (mine is "C:\Program Files (x86)\Vegastrike 5.1" ).

Re: Help Starting VS

Posted: Wed Aug 31, 2011 6:29 am
by pheonixstorm
did the original topic have a different subject? Not sure what approval its looking for or how its not allowing some topics but best guess is by the subject heading maybe...

Re: Help Starting VS

Posted: Sat Nov 05, 2011 4:42 am
by Turbo
For me, the fix from the VS News page to delete (or rename) wrap_oal.dll stopped the "crash on load." Now that I can play again, I intend to test it further.

As a nice bonus, my new system (i7 processor) loaded the game, generated the universe, and was ready to play in about 15 seconds total, where it used to take 2 minutes on my old Pentium D. :shock:

Update: VS 0.5.1 beta is playing beautifully, except that my speed setting always goes to half-speed unless I hold down the "full throttle" or "stop" button, and also I shot up an asteroid field and now I can't land on planets.

Re: Help Starting VS

Posted: Sat Nov 05, 2011 6:23 am
by pheonixstorm
Mine did that too though I think it was a code change and not a hardware change as I am still using the same hardware :P

Re: Help Starting VS

Posted: Wed Dec 14, 2011 8:53 pm
by hmb3
Hiya,
just joined the forum. I realy like the new versions as an old privateer player. I am having the same problem posted above:
"When I double-click the icon, the cursor blue ring will flash for about a half-second as if it's doing something, and then disappear, and the program won't start."
I've tried the given 'fixes' to no avail.
I'm running 5.0 fine on an acer aspire with windows 7 and up to date.
thanks
HMB3

Re: Help Starting VS

Posted: Thu Dec 15, 2011 1:39 am
by pheonixstorm
check your event log to see if any of the dlls such as openAL caused VS to crash on load. The error being reported is so limited its hard to tell what the underlying problem is.

Re: Help Starting VS

Posted: Fri Dec 16, 2011 2:09 am
by hmb3
Hiya Pheonixstorm,
I'm not too tech savvy, just so you know lol. I did manage to find the event log viewer and tries to open the app and then record the info. Any help will be apreciated.
Thanks!
here is the event log:
Faulting application name: vegastrike.exe, version: 0.5.1.13139, time stamp: 0x4d793f09
Faulting module name: MSVCR90.dll, version: 9.0.30729.6161, time stamp: 0x4dace5b9
Exception code: 0xc0000417
Fault offset: 0x00069db9
Faulting process id: 0xbb4
Faulting application start time: 0x01ccbb8e1c009e64
Faulting application path: C:\Program Files (x86)\Vegastrike\vegastrike.exe
Faulting module path: C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
Report Id: 5b690a14-2781-11e1-81d0-f80f4111435b

Re: Help Starting VS

Posted: Fri Dec 16, 2011 6:21 am
by pheonixstorm
Try to download the latest VC9 package from HERE and see if that fixes the problem. Sometimes reinstalling the dlls fixes the issue, maybe maybe not. Best way to start though :)

Re: Help Starting VS

Posted: Fri Dec 16, 2011 2:25 pm
by hmb3
Hiya Pheonixstorm,
Ah I kept getting the 'repair or uninstall visual c++ 2008 when I did the game install.
I've tried reinstalling visual c++2008 a few times. I removed all the versions of it via control panel and then reinstalled via the link you sent. I also tried visual c++2010.
I've installed the game and checked the uninstall visual c, and reinstalled allowing the game to install the visual c. still no luck.
any other suggestions?
Thanks!

Re: Help Starting VS

Posted: Fri Dec 16, 2011 2:42 pm
by hmb3
oh, I just tried running as administrator and it loaded.perhaps I need to set permissions in the .dll?

Re: Help Starting VS

Posted: Fri Dec 16, 2011 6:41 pm
by pheonixstorm
hmb3 wrote:Hiya Pheonixstorm,
Ah I kept getting the 'repair or uninstall visual c++ 2008 when I did the game install.
This pops up when you are using the version you are trying to install. If you run across a situation where you need to reinstall, try repair first.
oh, I just tried running as administrator and it loaded.perhaps I need to set permissions in the .dll?
Good to know you found a way to get it to work :)

Re: Help Starting VS

Posted: Fri Dec 16, 2011 11:41 pm
by TBeholder
hmb3 wrote:oh, I just tried running as administrator and it loaded.perhaps I need to set permissions in the .dll?
May well be. As i remember my XP days, setting up anything non-trivial to work properly without admin rights needs Registry Monitor / File Monitor (Sysinternal) to see what got wrong permissions as often as not.

Re: Help Starting VS

Posted: Fri Dec 16, 2011 11:50 pm
by travists
hmb3 is running windows 7 (64 bit).
Both states windows 7 and the error info reports "program files (x86)" that x86 is only referenced on 64 bit systems as the 64 bit stuff does not work without a major fight on an x86 system and a 64 bit system needs to know it needs to run a program as an x86 program.

XP accounts are admin accounts by default the whole "admin without full admin rights" is a vista/7 thing, as well as new accounts defaulting to a limited account.

Re: Help Starting VS

Posted: Mon Mar 19, 2012 10:37 am
by pjs
Aaah - I'm glad I'm not the only person who's run into this. I did do a search for MSVCR90.dll on my machine, and found about 50 matches, all in the search path and each one a different build. Didn't think of trying to run as administrator - I'll give that a try when I get home this evening. I'm also on Windows 7 x64.

Re: Help Starting VS

Posted: Mon Mar 19, 2012 2:49 pm
by loki1950
I most always have to run the setup prog as admin under Win7 the OS thinks it's trying to install a new app

Enjoy the Choice :)

Re: Help Starting VS

Posted: Mon Mar 19, 2012 3:23 pm
by klauss
What if you rename it as vssetup.exe or vsconfig.exe?

If that makes windows get a hint, we can apply the rename officially in the installer/build solution.

Re: Help Starting VS

Posted: Mon Mar 19, 2012 5:29 pm
by loki1950
I tried renaming but then it just does not start at all but since I started exporting svn to a test folder,I have had no problems running it as a normal user but it remains an issue with the stable version using the installer which I still have installed :)

Enjoy the Choice :)