搜索 社区服务 统计排行 帮助
  • 3209阅读
  • 4回复

VFRHelper MkvCutter插件 报错

楼层直达
级别: 风云使者
注册时间:
2006-03-12
在线时间:
54小时
发帖:
6604
似乎只能一个个编辑 编辑完要关闭软件再开才行 否则出现以下错误

引用
javascript:MoveMyFile.Show();See the end of this message for details on invokingjust-in-time (JIT) debugging instead of this dialog box.************** Exception Text **************System.InvalidOperationException: Object is currently in use elsewhere.at System.Drawing.Image.get_Width()at System.Drawing.Image.get_Size()at System.Windows.Forms.PictureBox.ImageRectangleFromSizeMode(PictureBoxSizeMode mode)at System.Windows.Forms.PictureBox.get_ImageRectangle()at System.Windows.Forms.PictureBox.OnPaint(PaintEventArgs pe)at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)at System.Windows.Forms.Control.WmPaint(Message& m)at System.Windows.Forms.Control.WndProc(Message& m)at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(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 **************mscorlibAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------VFRHelperAssembly Version: 1.2.4.443Win32 Version: 1.2.4.443CodeBase: file:///F:/VFRHelper/VFRHelper.exe----------------------------------------Microsoft.VisualBasicAssembly Version: 8.0.0.0Win32 Version: 8.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll----------------------------------------SystemAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Windows.FormsAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System.DrawingAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Runtime.RemotingAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll----------------------------------------SAPStudio.UtilsAssembly Version: 1.0.1.36Win32 Version: 1.0.1.38CodeBase: file:///F:/VFRHelper/SAPStudio.Utils.DLL----------------------------------------System.XmlAssembly Version: 2.0.0.0Win32 Version: 2.0.50727.42 (RTM.050727-4200)CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------AviSynthRangeTemplatePluginAssembly Version: 1.0.0.3Win32 Version: 1.0.0.3CodeBase: file:///F:/VFRHelper/plugins/AviSynthRangeTemplatePlugin.dll----------------------------------------MkvCutterAssembly Version: 1.0.3999.36423Win32 Version: 1.0.3999.36423CodeBase: file:///F:/VFRHelper/plugins/MkvCutter.dll----------------------------------------OutputKeyFrameAssembly Version: 1.0.0.3Win32 Version: 1.0.0.3CodeBase: file:///F:/VFRHelper/plugins/OutputKeyFrame.dll----------------------------------------TfmOverrideEditorPluginAssembly Version: 1.0.2.139Win32 Version: 1.0.2.139CodeBase: file:///F:/VFRHelper/plugins/TfmOverrideEditorPlugin.dll----------------------------------------************** JIT Debugging **************To enable just-in-time (JIT) debugging, the .config file for thisapplication or computer (machine.config) must have thejitDebugging value set in the system.windows.forms section.The application must also be compiled with debuggingenabled.For example:When JIT debugging is enabled, any unhandled exceptionwill be sent to the JIT debugger registered on the computerrather than be handled by this dialog box.




级别: 圣骑士
注册时间:
2006-08-17
在线时间:
146小时
发帖:
215
只看该作者 1楼 发表于: 2011-04-19
不懂VB.Net的爬过

没记错的话,这个插件有个'open'按钮是用来打开新文件的,不能直接把文件拖到窗口上,因为不知道如何获取到主程序打开的文件的路径  

更新:
如果在主程序内打开了某个视频文件,然后通过插件打开同一个文件,确实会发生错误
[ 此帖被linuxyouxia在2011-04-19 18:40重新编辑 ]

Fansubbing is a waste of time.
级别: 圣骑士
注册时间:
2006-08-17
在线时间:
146小时
发帖:
215
只看该作者 2楼 发表于: 2011-04-19
http://u.115.com/file/f1cf9b5c6e
  1.      If Host.VideoProvider IsNot Nothing Then
  2.          Host.VideoProvider.Dispose()
  3.          Host.VideoProvider = Nothing
  4.      End If


加了句Host.VideoProvider = Nothing

很奇怪,之前的代码在两台Win7主机上均无法重现此问题,用虚拟机中的XP才重现出此问题

Fansubbing is a waste of time.
级别: 工作组
注册时间:
2005-10-19
在线时间:
31小时
发帖:
3613
只看该作者 3楼 发表于: 2011-04-20
win7直接集成了.net3.5sp1,和xp表现不同很正常

凡是未完全安装Office字体的,以下英语短语请无视~~

Knowledge is infinite.


级别: 风云使者
注册时间:
2006-03-12
在线时间:
54小时
发帖:
6604
只看该作者 4楼 发表于: 2011-06-16
引用
引用第2楼linuxyouxia于2011-04-19 20:37发表的  :
http://u.115.com/file/f1cf9b5c6e
  1.      If Host.VideoProvider IsNot Nothing Then
  2.          Host.VideoProvider.Dispose()
  3.          Host.VideoProvider = Nothing
  4.      End If


加了句Host.VideoProvider = Nothing

很奇怪,之前的代码在两台Win7主机上均无法重现此问题,用虚拟机中的XP才重现出此问题

谢谢
才看到 115过期了

快速回复

限150 字节
上一个 下一个