See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at ShanaEncoder.MainFrm.c8803eae16819fe9e025d9e321863767e()
at ShanaEncoder.MainFrm.cf5a3a68724a5e5b05351016dc4714ae8(Object ce6bc33547c92e20ed8ce9c4340a929be, ProgressChangedEventArgs cfe55e4a14a206e325fcf469d03c5bbd2)
at System.ComponentModel.BackgroundWorker.OnProgressChanged(ProgressChangedEventArgs e)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2117.0 built by: NET47REL1LAST
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
ShanaEncoder
Assembly Version: 0.0.0.0
Win32 Version: 4.7.0.2
CodeBase: file:///C:/Users/Administrator/Desktop/ShanaEncoder%20V4.7.0.2%20%E5%AE%8C%E6%95%B4%E7%89%88%E7%BB%BF%E8%89%B2%E5%8E%8B%E7%BC%A9%E5%8C%85/ShanaEncoder/ShanaEncoder.exe
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2114.0 built by: NET47REL1LAST
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ShanaEncoder&
Assembly Version: 1.0.0.0
Win32 Version: 4.7.0.2
CodeBase: file:///C:/Users/Administrator/Desktop/ShanaEncoder%20V4.7.0.2%20%E5%AE%8C%E6%95%B4%E7%89%88%E7%BB%BF%E8%89%B2%E5%8E%8B%E7%BC%A9%E5%8C%85/ShanaEncoder/ShanaEncoder.exe
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2053.0 built by: NET47REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2114.0 built by: NET47REL1LAST
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2053.0 built by: NET47REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2117.0 built by: NET47REL1LAST
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ShanaEncoder.resources
Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/Users/Administrator/Desktop/ShanaEncoder%20V4.7.0.2%20%E5%AE%8C%E6%95%B4%E7%89%88%E7%BB%BF%E8%89%B2%E5%8E%8B%E7%BC%A9%E5%8C%85/ShanaEncoder/en/ShanaEncoder.resources.DLL
----------------------------------------
System.Management
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.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.
这是由于物理内存不足导致的,可以设置增大虚拟内存试试。