Icy Version 1.8.3.2
Java(TM) SE Runtime Environment 1.8.0_91-b15 (64 bit)
Running on Windows 7 6.1 (amd64)
Max java memory : 3.5 GB
Plugin Motion Profiler 3.1.3.0
Dependances:
Plugin Track Manager 1.4.0.5 is correctly installed
Plugin Spot detection utilities 1.1.0.6 is correctly installed
Plugin JMathPlot 1.0.1.0 is correctly installed
Comment:
Please type here your comment
java.lang.IllegalArgumentException: Invalid row number (65536) outside allowable range (0..65535)
at org.apache.poi.hssf.usermodel.HSSFRow.setRowNum(HSSFRow.java:239)
at org.apache.poi.hssf.usermodel.HSSFRow.
at org.apache.poi.hssf.usermodel.HSSFRow.
at org.apache.poi.hssf.usermodel.HSSFSheet.createRow(HSSFSheet.java:256)
at org.apache.poi.hssf.usermodel.HSSFSheet.createRow(HSSFSheet.java:78)
at plugins.adufour.trackprocessors.speed.RelativeMotion.Compute(RelativeMotion.java:136)
at plugins.fab.trackmanager.TrackPool.computeTrackProcessor(TrackPool.java:80)
at plugins.fab.trackmanager.TrackPanel$1.run(TrackPanel.java:706)
at icy.system.thread.ThreadUtil.invokeNow(ThreadUtil.java:207)
at plugins.fab.trackmanager.TrackPanel.clearDetectionsAndReDisplay(TrackPanel.java:701)
at plugins.fab.trackmanager.TrackPanel.TrackEditorProcessorChange(TrackPanel.java:1256)
at plugins.fab.trackmanager.TrackPool.fireTrackEditorProcessorChange(TrackPool.java:428)
at plugins.fab.trackmanager.processors.TrackProcessorROIGate.sequenceChanged(TrackProcessorROIGate.java:174)
at icy.sequence.Sequence.fireChangedEvent(Sequence.java:6014)
at icy.sequence.Sequence.onChanged(Sequence.java:6333)
at icy.common.UpdateEventHandler.dispatchOnChanged(UpdateEventHandler.java:175)
at icy.common.UpdateEventHandler.changed(UpdateEventHandler.java:155)
at icy.sequence.Sequence.roiChanged(Sequence.java:6208)
at icy.sequence.Sequence.roiChanged(Sequence.java:6278)
at icy.roi.ROI.fireChangedEvent(ROI.java:3570)
at icy.roi.ROI.onChanged(ROI.java:3634)
at icy.roi.ROI2D.onChanged(ROI2D.java:1408)
at plugins.kernel.roi.roi2d.ROI2DShape.onChanged(ROI2DShape.java:1925)
at icy.common.UpdateEventHandler.dispatchOnChanged(UpdateEventHandler.java:175)
at icy.common.UpdateEventHandler.changed(UpdateEventHandler.java:155)
at icy.roi.ROI.focusChanged(ROI.java:3507)
at icy.roi.ROI.internalUnfocus(ROI.java:1722)
at icy.roi.ROI.setFocused(ROI.java:1704)
at icy.roi.ROI2D$ROI2DPainter.updateFocus(ROI2D.java:163)
at plugins.kernel.roi.roi2d.ROI2DShape$ROI2DShapePainter.updateFocus(ROI2DShape.java:449)
at icy.roi.ROI$ROIPainter.mouseMove(ROI.java:1193)
at plugins.kernel.roi.roi2d.ROI2DShape$ROI2DShapePainter.mouseMove(ROI2DShape.java:796)
at icy.canvas.IcyCanvas.mouseMove(IcyCanvas.java:3326)
at icy.canvas.IcyCanvas.mouseMove(IcyCanvas.java:3338)
at icy.canvas.Canvas2D$CanvasView.mouseMoved(Canvas2D.java:1267)
at java.awt.Component.processMouseMotionEvent(Unknown Source)
at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.securit