USBCopyer icon indicating copy to clipboard operation
USBCopyer copied to clipboard

当移动硬盘分区后,USBCopyer将失效

Open LingJingMaster opened this issue 9 months ago • 2 comments

LingJingMaster avatar Mar 25 '25 05:03 LingJingMaster

考虑到U盘、SD卡之类都可以分区,这个适用于所有存储器啊

Crystal-RainSlide avatar Mar 25 '25 14:03 Crystal-RainSlide

MBR/GPT 双NTFS分区测试 均复现成功

日志:

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="USBCopyer" /> 
  <EventID Qualifiers="0">0</EventID> 
  <Version>0</Version> 
  <Level>4</Level> 
  <Task>0</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2025-03-25T14:53:53.5353533Z" /> 
  <EventRecordID>1234</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="5678" ThreadID="0" /> 
  <Channel>Application</Channel> 
  <Computer>Win11LTSC</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data>程序遇到未处理的异常:System.IndexOutOfRangeException: 索引超出了数组界限。 在 USBCopyer.Host.DefWndProc(Message& m) 在 System.Windows.Forms.Control.WndProc(Message& m) 在 System.Windows.Forms.Form.WndProc(Message& m) 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</Data> 
  </EventData>
  </Event>

Misaka13514 avatar Mar 25 '25 15:03 Misaka13514