[01:58] Background Loader: Fatal:
[01:58] Background Loader: finished
however, I'm able to make edits but I can not enter the filter mode. Within TESsnip, I get this following log that I'm concerned with,
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
ICSharpCode.SharpZipLib.SharpZipBaseException: Adler chksum doesn't match: -563238429 vs. 266158037 <--- major concern
at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.DecodeChksum()
at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.Decode()
at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.Inflate(Byte[] buf, Int32 offset, Int32 len)
at TESsnip.Record..ctor(String name, UInt32 Size, BinaryReader br)
at TESsnip.GroupRecord..ctor(UInt32 Size, BinaryReader br)
at TESsnip.GroupRecord..ctor(UInt32 Size, BinaryReader br)
at TESsnip.GroupRecord..ctor(UInt32 Size, BinaryReader br)
at TESsnip.GroupRecord..ctor(UInt32 Size, BinaryReader br)
at TESsnip.GroupRecord..ctor(UInt32 Size, BinaryReader br)
at TESsnip.GroupRecord..ctor(UInt32 Size, BinaryReader br)
at TESsnip.Plugin.LoadPlugin(BinaryReader br)
at TESsnip.Plugin..ctor(String FilePath)
at TESsnip.MainForm.LoadPlugin(String s)
at TESsnip.MainForm.openNewPluginToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(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.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
TESsnip
Assembly Version: 0.5.1.0
Win32 Version: 0.5.1.0
CodeBase: file:///C:/Program%20Files%20(x86)/Bethesda%20Softworks/Oblivion/Data/TESsnip.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.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.4927 (NetFXspW7.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.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.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:
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.
and lastly with TES4Gecko, I can't load the mod at all except to convert it to an esp, but I can't clean it. I've checked to make sure I have all requirements for the tools and I do. Though, I don't know if it makes a difference with Win7, but I don't think it should. I'm trying to clean these mods and it looks like I'm going to have to tear them apart.
The wierd thing is.... it all works. :facepalm: I know though that through inspection of the master, that there are bad records that need to be cleaned.
in, serious need of suggestions.