-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Thank you for fixing the unresponsive problem, but I have a new problem.
When I load the EMO model in my view, an error occurs. I don’t know if the EMA and EMB files are loaded properly.
Error message:
System.IndexOutOfRangeException
HResult=0x80131508
Message=索引超出了数组界限。
Source=USF4ce
StackTrace:
在 usf4_ce.MainForm.openToolStripMenuItem_Click(Object sender, EventArgs e) 在 C:\Users\LiangZ\Desktop\USF4-Character-Extractor-master\main\main.h 中: 第 1008 行
在 System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
在 System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
在 System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
在 System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
在 System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
在 System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
在 System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
在 System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.ToolStrip.WndProc(Message& m)
在 System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 main(String[] args) 在 C:\Users\LiangZ\Desktop\USF4-Character-Extractor-master\main\main.cpp 中: 第 11 行
此异常最初是在此调用堆栈中引发的:
usf4_ce::MainForm::openToolStripMenuItem_Click(System::Object^, System::EventArgs^) (位于 main.h 中)
System.Windows.Forms.ToolStripItem.RaiseEvent(object, System.EventArgs)
System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs)
System.Windows.Forms.ToolStripItem.HandleClick(System.EventArgs)
System.Windows.Forms.ToolStripItem.HandleMouseUp(System.Windows.Forms.MouseEventArgs)
System.Windows.Forms.ToolStripItem.FireEventInteractive(System.EventArgs, System.Windows.Forms.ToolStripItemEventType)
System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs, System.Windows.Forms.ToolStripItemEventType)
System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs)
System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs)
System.Windows.Forms.Control.WmMouseUp(ref System.Windows.Forms.Message, System.Windows.Forms.MouseButtons, int)
...
[调用堆栈已截断]
Sample file:
https://drive.google.com/file/d/1At08lcrcNQuToacMbW92N_cskYQ-VNMF/view?usp=sharing