|
发表于 2017-1-22 01:04:59
|
显示全部楼层
使用魔灯卡导出工具时出现错误如下:
************** 异常文本 **************
System.IO.IOException: 磁盘空间不足。
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count)
在 System.IO.FileStream.Write(Byte[] array, Int32 offset, Int32 count)
在 System.IO.BinaryWriter.Write(Byte[] buffer)
在 MLExport.MLVReader.SaveIndex() 位置 c:\Users\liuzhi\Documents\Visual Studio 2013\Projects\MLExport\MLExport\MLVReader.cs:行号 571
在 MLExport.MLVReader.UpdateIndex() 位置 c:\Users\liuzhi\Documents\Visual Studio 2013\Projects\MLExport\MLExport\MLVReader.cs:行号 252
在 MLExport.MLVReader..ctor(String fileName, MLVBlockHandler handler) 位置 c:\Users\liuzhi\Documents\Visual Studio 2013\Projects\MLExport\MLExport\MLVReader.cs:行号 73
在 MLExport.MainForm.GetRawVideoMetaData(String Source, String Filename, StreamWriter sw) 位置 c:\Users\liuzhi\Documents\Visual Studio 2013\Projects\MLExport\MLExport\MainForm.cs:行号 1460
在 MLExport.MainForm.ExportProcess(ClientResult cr) 位置 c:\Users\liuzhi\Documents\Visual Studio 2013\Projects\MLExport\MLExport\MainForm.cs:行号 1292
在 MLExport.MainForm.BW_Export_DoWork(Object sender, DoWorkEventArgs e) 位置 c:\Users\liuzhi\Documents\Visual Studio 2013\Projects\MLExport\MLExport\MainForm.cs:行号 1645
在 System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
MLExport
程序集版本: 1.7.0.0
Win32 版本: 1.7.0.0
基本代码: file:///C:/Program%20Files%20(x86)/Tecdee/MLExport/MLExport.exe
----------------------------------------
System.Windows.Forms
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5456 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.8686 (QFE.050727-8600)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5495 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Core
程序集版本: 3.5.0.0
Win32 版本: 3.5.30729.5420 built by: Win7SP1
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
mscorlib.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
System.Windows.Forms.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
System.Configuration
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5494 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.resources
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.resources.dll
----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
我硬盘空间还有很多啊,请问是什么问题? |
|