imewlconverter
imewlconverter copied to clipboard
Mac拼音词库转换出现 System.OutOfMemoryException 错误
有关调用实时(JIT)调试而不是此对话框的详细信息, 请参见此消息的结尾。
************** 异常文本 **************
System.OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。
在 System.Text.Encoding.GetBytes(String s)
在 System.Windows.Forms.RichTextBox.StreamIn(String str, Int32 flags)
在 System.Windows.Forms.RichTextBox.set_Text(String value)
在 Studyzy.IMEWLConverter.MainForm.backgroundWorker1_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
在 System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
在 System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
************** 已加载的程序集 **************
mscorlib
程序集版本:4.0.0.0
Win32 版本:4.8.4390.0 built by: NET48REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
深蓝词库转换
程序集版本:2.9.0.0
Win32 版本:2.9.0.0
基本代码:file:///C:/Users/zhangdekun/imewlconverter_Windows/%E6%B7%B1%E8%93%9D%E8%AF%8D%E5%BA%93%E8%BD%AC%E6%8D%A2.exe
----------------------------------------
System.Windows.Forms
程序集版本:4.0.0.0
Win32 版本:4.8.4390.0 built by: NET48REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
程序集版本:4.0.0.0
Win32 版本:4.8.4360.0 built by: NET48REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
程序集版本:4.0.0.0
Win32 版本:4.8.4390.0 built by: NET48REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
ImeWlConverterCore
程序集版本:2.9.0.0
Win32 版本:2.9.0.0
基本代码:file:///C:/Users/zhangdekun/imewlconverter_Windows/ImeWlConverterCore.DLL
----------------------------------------
System.Configuration
程序集版本:4.0.0.0
Win32 版本:4.8.4190.0 built by: NET48REL1LAST_B
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Core
程序集版本:4.0.0.0
Win32 版本:4.8.4390.0 built by: NET48REL1LAST_C
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Xml
程序集版本:4.0.0.0
Win32 版本:4.8.4084.0 built by: NET48REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
mscorlib.resources
程序集版本:4.0.0.0
Win32 版本:4.8.4084.0 built by: NET48REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
System.Windows.Forms.resources
程序集版本:4.0.0.0
Win32 版本:4.8.4084.0 built by: NET48REL1
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试程序,
而不是由此对话框处理。
我怀疑错误是由于输出到文本框的内容太多导致的。 前段时间我有给深蓝提交pr增加了一些功能(譬如减少输出到文本框的内容) pr已经合并,可以下载我编译的版本试试,默认勾选已经“只显示首末10万字符”。 或者使用目前的版本,勾选“不显示结果,直接导出”
https://github.com/tumuyan/imewlconverter/releases/tag/2.9.1-T
@tumuyan 你发布的程序我无法正常启动,双击后没有反应,不知是什么问题。
@tumuyan 你发布的程序我无法正常启动,双击后没有反应,不知是什么问题。
这就搞不懂了,我刚才又下载了一次,可以正常打开... 你可以试试我讲的方法2,使用目前的版本,勾选“不显示结果,直接导出”
@tumuyan 你发布的程序我无法正常启动,双击后没有反应,不知是什么问题。
这就搞不懂了,我刚才又下载了一次,可以正常打开... 你可以试试我讲的方法2,使用目前的版本,勾选“不显示结果,直接导出”
还是会报错