Jump to content

Error with latest net7 launcher


Recommended Posts

I downloaded the latest net7 launcher, and first time i ran it, I got these errors.

************** Exception Text **************

System.NullReferenceException: Object reference not set to an instance of an object.

at LaunchNet7.Properties.Settings.get_FormMainPosition()

at LaunchNet7.FormMain.DoRestoreWindowPosition()

at LaunchNet7.FormMain.FormMain_Load(Object sender, EventArgs e)

at System.Windows.Forms.Form.OnLoad(EventArgs e)

at System.Windows.Forms.Form.OnCreateControl()

at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

at System.Windows.Forms.Control.CreateControl()

at System.Windows.Forms.Control.WmShowWindow(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

at System.Windows.Forms.ContainerControl.WndProc(Message& m)

at System.Windows.Forms.Form.WmShowWindow(Message& m)

at System.Windows.Forms.Form.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)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.3607 (GDR.050727-3600)

CodeBase: file:///E:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

LaunchNet7

Assembly Version: 1.9.8.1

Win32 Version: 1.9.8.1

CodeBase: file:///E:/NET7/bin/LaunchNet7.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Configuration

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)

CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.Xml

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.3082 (QFE.050727-3000)

CodeBase: file:///E:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

Link to comment
Share on other sites

.NET Framework 4 -

WebInstaller: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992

FullInstaller: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7

Visual C++ Redistributable (2010) -

x32 aka 32Bit: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84

x64 aka 64Bit: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=bd512d9e-43c8-4655-81bf-9350143d5867

* The web installer simply gets the files from the web, the full installer already has all the files, some peoples Internet are slower or react harshly (due mainly to ISP intervention) to larger files, the web installer simply downloads the same files included in the full installer but in bits and pieces to ease the stress on ones connection. The Visual C++ Redistributable doesnt have a publicly available FULL Installer sadly, I have one in my MSDN, but I wont be giving that link out!

  • Upvote 1
Link to comment
Share on other sites

Strange, I just got that error too.

I don't see why because I have Visual Studio 2010 installed which includes both .Net Framework 4 and the C++ Redis.

However, downloading and installing the C++ Redis cured the problem.

Link to comment
Share on other sites

Strange, I just got that error too.

I don't see why because I have Visual Studio 2010 installed which includes both .Net Framework 4 and the C++ Redis.

However, downloading and installing the C++ Redis cured the problem.

Isn't it simply a one-time error? Without changing anything if you quit and relaunch Net7 Launcher, the error doesn't come back, at least not until the next time a patch occurs.

Link to comment
Share on other sites

Isn't it simply a one-time error? Without changing anything if you quit and relaunch Net7 Launcher, the error doesn't come back, at least not until the next time a patch occurs.

Yes; I think this happens because the version number of the launcher gets changed, which causes it to create a new XML settings file, and the launcher doesn't handle it too gracefully when it tries to load the window position from that new file and can't find the data it's looking for.

Link to comment
Share on other sites

Isn't it simply a one-time error? Without changing anything if you quit and relaunch Net7 Launcher, the error doesn't come back, at least not until the next time a patch occurs.

That's been my experience so far. One time error then not any more.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...