I keep receiving this error when I try to open save game file.
I've decrypted the files show exactly in tutorial using BruteForce but keep receiving this error in d3editor
************** Exception Text **************
System.OverflowException: Arithmetic operation resulted in an overflow.
at D3Edit.Form1.backgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
************** Loaded Assemblies **************
mscorlib
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>
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've decrypted the files show exactly in tutorial using BruteForce but keep receiving this error in d3editor
************** Exception Text **************
System.OverflowException: Arithmetic operation resulted in an overflow.
at D3Edit.Form1.backgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
DIII.SaveEditAssembly Version: 1.3.17.126
Win32 Version: 1.3.17.126
CodeBase: file:///C:/d3/DIII.SaveEdit.exe
System.Windows.FormsAssembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System.DrawingAssembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
SystemAssembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
D3.UiAssembly Version: 1.3.17.126
Win32 Version: 1.3.17.126
CodeBase: file:///C:/d3/assets/D3.Ui.DLL
System.CoreAssembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.XmlAssembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
System.ConfigurationAssembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
D3.GameInfoAssembly Version: 1.3.17.126
Win32 Version: 1.3.17.126
CodeBase: file:///C:/d3/assets/D3.GameInfo.DLL
D3.ProtobufAssembly Version: 1.3.17.126
Win32 Version: 1.3.17.126
CodeBase: file:///C:/d3/assets/D3.Protobuf.DLL
protobuf-netAssembly Version: 2.0.0.668
Win32 Version: 2.0.0.668
CodeBase: file:///C:/d3/assets/protobuf-net.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.