TimerPlugin!!!!

Hier haben Plugin-Entwickler die Möglichkeit, sich auszutauschen.
Antworten
Masterchief

TimerPlugin!!!!

Beitrag von Masterchief »

Hi Leute
Habe folgendes Problem mit dem TimerPLugin bei der programmierten Aufnahme.


Ein nicht behandelter Fehler ist aufgetreten

----- Start of stacktrace -----
java.lang.NullPointerException
at timerplugin.TimerWork.readChannelVideotimer(TimerWork.java:79)
at timerplugin.TimerUtil.getChannelVideotimer(TimerUtil.java:70)
at timerplugin.TimerUtil.getAddLine(TimerUtil.java:207)
at timerplugin.TimerPlugin.execute(TimerPlugin.java:132)
at devplugin.Plugin$1.actionPerformed(Plugin.java:341)
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.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.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.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)
----- End of stacktrace -----


Könnt Ihr mir da weiterhelfen????
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Beitrag von bodo »

Am besten fragst du direkt beim Programmierer des Plugins nach. Er liest dieses Forum nicht regelmäßig
Antworten