Wierd....I can never understand how a program that has strict set of instructions to follow (assuming this one does) can all of a sudden change...
Lets see here, I was converting my map with no errors, but of course, when it came time to rebuilding, I forgot about how these apps require one to save (kind of wierd because if I were to do something I shouldn't I could always change it back...Saving automatically is much better), so of course I rebuilt foundation to being....foundation
Anyways, after this I quickly wanted to fix the error in my ways, only to of course find that h2g cannot open
any maps anymore...giving me a object reference error...This is any map, fresh unrelated to my conversion map...
So, I can only hope that this error hasn't been encountered before because I don't feel like reading 17 pages
So here's the error log...
error wrote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at H2Guerilla.Editor.LoadControls(Control container, TagBlock tagblock) in C:\h2gnew\H2Guerilla\H2Guerilla\Forms\Editor.cs:line 91
at H2Guerilla.Editor.LoadMeta() in C:\h2gnew\H2Guerilla\H2Guerilla\Forms\Editor.cs:line 62
at H2Guerilla.Editor..ctor(String FilePath) in C:\h2gnew\H2Guerilla\H2Guerilla\Forms\Editor.cs:line 34
at H2Guerilla.Main.menuButtonItem1_Activate(Object sender, EventArgs e) in C:\h2gnew\H2Guerilla\H2Guerilla\Forms\Main.cs:line 46
at TD.SandBar.ButtonItemBase.OnActivate()
at TD.SandBar.j.b(TopLevelMenuItemBase A_0, Boolean A_1, Boolean A_2, Point A_3)
at TD.SandBar.TopLevelMenuItemBase.Show(Boolean select)
at TD.SandBar.TopLevelMenuItemBase.Show()
at TD.SandBar.ToolBar.OnItemPush(ToolbarItemBase item, Point position)
at TD.SandBar.ToolBar.OnMouseDown(MouseEventArgs e)
at TD.SandBar.MenuBar.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at TD.SandBar.ToolBar.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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
H2Guerilla
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Scott/Halo/h2core_3_7_7_268/H2Guerilla.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
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.312 (rtmLHS.050727-3100)
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.312 (rtmLHS.050727-3100)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
HaloMap
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Scott/Halo/h2core_3_7_7_268/HaloMap.DLL
----------------------------------------
SandBar
Assembly Version: 1.1.1.0
Win32 Version: 1.1.1.0
CodeBase: file:///C:/Users/Scott/Halo/h2core_3_7_7_268/SandBar.DLL
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.312 (rtmLHS.050727-3100)
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.
Any reason as to why such a thing could happen? any more info needed?