Note that there are some explanatory texts on larger screens.

plurals
  1. POVB.NET program crashing on other pc's
    primarykey
    data
    text
    <p>I'm trying to make a launcher for a game I am making. The program works perfectly fine on my other computer. I recently transferred the source to my computer. I'm having issues though, I tried debugging the application and I got this error.</p> <p>I figured out the issue. This code right here</p> <pre><code>.GetVersionInfo("C:\Users\eriger777\Desktop\test\bin\Launcher.exe") </code></pre> <p>Was trying to execute a file that wasn't there :3. </p> <pre><code>An error occurred creating the form. </code></pre> <p>Here's the code that's causing the error. </p> <pre><code> &lt;Global.System.Diagnostics.DebuggerStepThroughAttribute()&gt; _ Protected Overrides Sub OnCreateMainForm() Me.MainForm = Global.Launcher.frmMain End Sub End Class </code></pre> <p>Stack Trace</p> <pre><code> at Launcher.My.MyProject.MyForms.Create__Instance__[T](T Instance) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 190 at Launcher.My.MyProject.MyForms.get_frmMain() at Launcher.My.MyApplication.OnCreateMainForm() in C:\Users\Gryphon\Downloads\Launcher\Launcher Source Main\Launcher Source\My Project\Application.Designer.vb:line 35 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel() at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine) at Launcher.My.MyApplication.Main(String[] Args) in 17d14f5c-a337-4978-8281-53493378c1071.vb:line 81 at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload