You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now on to the issue, if you click on any of the folder links for games that you don't have installed it will cause an unhandled exception error, the details are as follows:
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at PraiseTheSave.MainScreen.Ds1link_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The error is the same for all of them with the exception of the variable on "at PraiseTheSave.MainScreen.Ds1link_Click(Object sender, EventArgs e)" which changes according to the game you clicked on.
The text was updated successfully, but these errors were encountered:
Hi,
Before anything else I want to say great tool.
Now on to the issue, if you click on any of the folder links for games that you don't have installed it will cause an unhandled exception error, the details are as follows:
The error is the same for all of them with the exception of the variable on "at PraiseTheSave.MainScreen.Ds1link_Click(Object sender, EventArgs e)" which changes according to the game you clicked on.
The text was updated successfully, but these errors were encountered: