Closed GoogleCodeExporter closed 8 years ago
Steps to reproduce;
1. Copy something
2. Paste it (ctrl+v then click)
Work-around, after the error dialog has been dismissed, press [Esc] and it gets
pasted.
Original comment by per.tre...@gmail.com
on 4 Mar 2013 at 9:20
Original comment by bancika@gmail.com
on 4 Mar 2013 at 10:21
Still get an error.
java.lang.NullPointerException
at org.diylc.presenter.InstantiationManager.instantiateComponent(Unknown Source)
at org.diylc.presenter.InstantiationManager.setComponentTypeSlot(Unknown Source)
at org.diylc.presenter.Presenter.setNewComponentTypeSlot(Unknown Source)
at org.diylc.presenter.Presenter.mouseClicked(Unknown Source)
at org.diylc.swing.plugins.canvas.CanvasPlugin$4.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(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$200(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)
Original comment by per.tre...@gmail.com
on 4 Mar 2013 at 10:35
Can you send me the file and which components are you copy-pasting?
Original comment by bancika@gmail.com
on 4 Mar 2013 at 10:42
Actually, I think it has to do with the config, can you send me your config.xml?
Original comment by bancika@gmail.com
on 4 Mar 2013 at 11:43
Original issue reported on code.google.com by
bancika@gmail.com
on 27 Nov 2012 at 10:43