lots of java errors IRScrutinizer
Posted: Thu Jun 11, 2020 1:13 pm
I am using IRScrutinizer V1.2 with windows XP to capture some remote codes. If I use it to capture NEC1 codes, I get a long list of java errors.
Any other protocol does not give the error. I am using a genuine arduino UNO and I also tried an adruino UNO clone, a NANO clone, and just in case IRScrutinizer doesn't like the CH340 USB chip, I tried the above with a genuine FT232 board.
All give the same error (only on NEC1). I have a few remotes that I tried, that use NEC1, they all give the same error.
Most times it locks up so badly after the error that I must CTL, ALT, DEL to exit the program.
I am hoping someone may have some advice as I have no idea what these errors mean.
Any other protocol does not give the error. I am using a genuine arduino UNO and I also tried an adruino UNO clone, a NANO clone, and just in case IRScrutinizer doesn't like the CH340 USB chip, I tried the above with a genuine FT232 board.
All give the same error (only on NEC1). I have a few remotes that I tried, that use NEC1, they all give the same error.
Most times it locks up so badly after the error that I must CTL, ALT, DEL to exit the program.
I am hoping someone may have some advice as I have no idea what these errors mean.
Code: Select all
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 300
at com.hifiremote.exchangeir.Exchange.equalTimes(Exchange.java:85)
at com.hifiremote.exchangeir.RepeatFinder.<init>(RepeatFinder.java:200)
at org.harctoolbox.IrpMaster.ExchangeIR.newRepeatFinder(ExchangeIR.java:88)
at org.harctoolbox.irscrutinizer.GuiMain.processIr(GuiMain.java:925)
at org.harctoolbox.irscrutinizer.GuiMain.startButtonActionPerformed(GuiMain.java:7926)
at org.harctoolbox.irscrutinizer.GuiMain.access$9300(GuiMain.java:75)
at org.harctoolbox.irscrutinizer.GuiMain$96.actionPerformed(GuiMain.java:2763)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(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$300(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$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)