Page 1 of 1

Launcher Location

Posted: Fri May 17, 2019 3:50 pm
by Xinux
Please make sure to move the following files to the root directory of your vanguard folder.
I'm going to be releasing a updated launcher soon and to keep you from having any issues upgrading the launcher.

These are the files you need to move.
files.JPG

This is what the folder should look like after you move the above files and then auto update
vgl1.JPG

Re: Launcher Location

Posted: Mon May 20, 2019 3:57 pm
by Xinux
Launcher has now been pushed out if you are having issues you can manually download it at the following link.
If you want to keep all your account info just use your copy of lp_options.xml instead.

http://vgoplayers.com/playvg/index.htm

Re: Launcher Location

Posted: Mon Oct 21, 2019 9:51 am
by John Adams
fwiw, there seems to be a crash when I first install/unzip this to my VG folder, run it, and log in. Then without clicking Play, I simply click the "X" to close the launcher.

Code: Select all

************** Exception Text **************
System.IO.IOException: Cannot create a file when that file already exists.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
   at LaunchPad.MainForm.MainForm_FormClosing(Object sender, FormClosingEventArgs e)
   at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
   at System.Windows.Forms.Form.RaiseFormClosingOnAppExit()
   at System.Windows.Forms.Application.ExitInternal()
   at System.Windows.Forms.Application.Exit(CancelEventArgs e)
   at LaunchPad.MainForm.bExit_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)