2008-09-20, 04:51 PM
I must have some garbage in a saved video, because XRecord stopped being able to load my archived videos ages ago...
Figured I would try again, and am still seeing the same behavior.
From the log:
Its barfing in showimportdata... It would be cool if instead of bombing out when it ran into something it didn't like, it just tossed that show info (or otherwise gracefully handled it)
I'm happy to enable more logging/debugging if that will help.
Figured I would try again, and am still seeing the same behavior.
From the log:
Code:
2008-09-20 09:44:38.161 INFO [1] xxx = C:\Program Files\Devnz\GBPVR\media\art\camp rock.mix
2008-09-20 09:44:38.270 VERBOSE [1] ReturnToMainMenu()
2008-09-20 09:44:38.270 VERBOSE [1] XRecord is currently active
2008-09-20 09:44:38.270 VERBOSE [1] XRecord.Deactivate() called
2008-09-20 09:44:38.301 VERBOSE [1] ReturnToMainMenu()@2
2008-09-20 09:44:38.301 VERBOSE [1] System.IndexOutOfRangeException: Index was outside the bounds of the array.
at RecordingViewerPlugin.ShowImportData..ctor(String strFile)
at RecordingViewerPlugin.XVideoRecordingsBox.searchDirectories(String directory, ArrayList ignoreList)
at RecordingViewerPlugin.XVideoRecordingsBox.searchDirectories(String directory, ArrayList ignoreList)
at RecordingViewerPlugin.XVideoRecordingsBox.initialize()
at RecordingViewerPlugin.RecordingTask.initializeDatabase()
at RecordingViewerPlugin.RecordingTask.render(Boolean& requiresMoreRendering)
at GBPVRX2.MenuTask.x9006c1ed9ccb79de.GetRenderList()
at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be)
at GBPVRX2.x0061b801bdf12d35.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
at System.Windows.Forms.Control.WmKeyChar(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at GBPVRX2.x0061b801bdf12d35.WndProc(Message& m)
Its barfing in showimportdata... It would be cool if instead of bombing out when it ran into something it didn't like, it just tossed that show info (or otherwise gracefully handled it)
I'm happy to enable more logging/debugging if that will help.