When I load Guerilla, Halo Tag Converter, HEK Plus, or anything like that and open up the menu (File, Tools, View, etc...) I have a bunch of loading bars ticking down around the menu and it freezes. Then I get this exception:
Value cannot be null.
Parameter name: value.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: value
at System.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at Microsoft.Win32.RegistryKey.SetValue(String name, Object value, RegistryValueKind valueKind)
at Microsoft.Win32.RegistryKey.SetValue(String name, Object value)
at HTCLib.Globals.SaveGlobals(Boolean FirstStart)
at HaloTagConverter.DefaultNamespace.MainForm.Form_OnClose(Object sender, CancelEventArgs e)
at System.Windows.Forms.Form.OnClosing(CancelEventArgs e)
at System.Windows.Forms.Form.CheckCloseDialog(Boolean closingOnly)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4984 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
HaloTagConverter
Assembly Version: 1.0.1978.28836
Win32 Version: 1.0.1978.28836
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Games/Halo%20Custom%20Edition/Halo%20Tag%20Converter%20Public%20Release/HaloTagConverter.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4986 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/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.4985 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/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.4985 (win7RTMGDR.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Skybound.VisualStyles
Assembly Version: 1.1.0.0
Win32 Version: 1.1.2.0
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Games/Halo%20Custom%20Edition/Halo%20Tag%20Converter%20Public%20Release/Skybound.VisualStyles.DLL
----------------------------------------
ConversionLib
Assembly Version: 1.0.1978.28832
Win32 Version: 1.0.1978.28832
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Games/Halo%20Custom%20Edition/Halo%20Tag%20Converter%20Public%20Release/ConversionLib.DLL
----------------------------------------
SandBar
Assembly Version: 1.1.2.0
Win32 Version: 1.1.2.0
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Games/Halo%20Custom%20Edition/Halo%20Tag%20Converter%20Public%20Release/SandBar.DLL
----------------------------------------
SandBarTaskPane
Assembly Version: 1.0.1978.28857
Win32 Version: 1.0.1978.28857
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Games/Halo%20Custom%20Edition/Halo%20Tag%20Converter%20Public%20Release/SandBarTaskPane.DLL
----------------------------------------
XPCommonControls
Assembly Version: 2.1.3.28832
Win32 Version: 2.1.3.28832
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Games/Halo%20Custom%20Edition/Halo%20Tag%20Converter%20Public%20Release/XPCommonControls.DLL
----------------------------------------
HTCLib
Assembly Version: 1.0.1978.28832
Win32 Version: 1.0.1978.28832
CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft%20Games/Halo%20Custom%20Edition/Halo%20Tag%20Converter%20Public%20Release/HTCLib.DLL
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/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>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I'm on Windows 7 Home Premium and run it in XP compatibility mode and run as administrator. I'd really like to find some fix for this, thanks.
Edited by Temptii on Mar 7, 2013 at 02:56 PM