[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

"Width (0) and height (0) must be non-zero occurred while creating cursor CopyDrop.32x32"



hello d-java,

this error occurs quite often on current+older sid in virtualbox (even
after reboot, sometimes a change in desktop environment seems to help),
for freeplane, jajuk, josm.

There is a josm bug for this:
https://josm.openstreetmap.de/ticket/9209#comment:10

Two IntelliJ bugs:
https://youtrack.jetbrains.com/issue/IDEA-155555
https://youtrack.jetbrains.com/issue/JRE-50
--> this one suggests updating virtualbox

And an ubuntu bug against the XMir server:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1232471
(but this may be unrelated)

Could someone confirm that it's just me in virtualbox 4.3?

Thanks,
Felix

Logs:

freeplane ----------------------
at 2017-01-31 17:02:00 CMT,  hash fe486f306e56df366172c251022cdd32
previous report : no reports sent before
freeplane_version = 1.5.18; freeplane_xml_version = freeplane 1.5.9
git revision = 7fce59ed725da3f50ae4643d1846198a58bddd7c Dimitry Polivaev 2016-12-04 19:31:29 +0100
java_version = 1.8.0_121; os_name = Linux; os_version = 4.9.0-1-amd64
java.lang.RuntimeException: cannot load system cursor: CopyDrop.32x32
	at sun.awt.X11.XToolkit.lazilyLoadDesktopProperty(XToolkit.java:1541)
	at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1803)
	at java.awt.dnd.DragSource.load(DragSource.java:131)
	at java.awt.dnd.DragSource.<clinit>(DragSource.java:148)
	at org.freeplane.view.swing.map.NodeView.addDragListener(NodeView.java:150)
	at org.freeplane.view.swing.map.NodeView.setMainView(NodeView.java:1287)
	at org.freeplane.view.swing.map.NodeViewFactory.newNodeView(NodeViewFactory.java:135)
	at org.freeplane.view.swing.map.MapView.initRoot(MapView.java:1054)
	at org.freeplane.view.swing.map.MapView.<init>(MapView.java:492)
	at org.freeplane.view.swing.map.MapViewController.newMapView(MapViewController.java:503)
	at org.freeplane.features.map.MapController.newMapView(MapController.java:783)
	at org.freeplane.features.map.mindmapmode.MMapController.newMap(MMapController.java:932)
	at org.freeplane.main.application.LastOpenedList.open(LastOpenedList.java:295)
	at org.freeplane.main.application.LastOpenedList.safeOpen(LastOpenedList.java:334)
	at org.freeplane.main.application.LastOpenedList.openLastMapOnStart(LastOpenedList.java:309)
	at org.freeplane.main.application.FreeplaneGUIStarter.loadLastMaps(FreeplaneGUIStarter.java:343)
	at org.freeplane.main.application.FreeplaneGUIStarter.loadMaps(FreeplaneGUIStarter.java:322)
	at org.freeplane.main.application.FreeplaneGUIStarter.access$200(FreeplaneGUIStarter.java:91)
	at org.freeplane.main.application.FreeplaneGUIStarter$2.run(FreeplaneGUIStarter.java:281)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.awt.AWTException: Exception: class java.lang.IllegalArgumentException Width (0) and height (0) must be non-zero occurred while creating cursor CopyDrop.32x32
	at java.awt.Cursor.getSystemCustomCursor(Cursor.java:363)
	at sun.awt.X11.XToolkit.lazilyLoadDesktopProperty(XToolkit.java:1539)
	... 32 more
Exception in thread "AWT-EventQueue-0" 
java.lang.ExceptionInInitializerError
	at org.freeplane.view.swing.map.NodeView.addDragListener(NodeView.java:150)
	at org.freeplane.view.swing.map.NodeView.setMainView(NodeView.java:1287)
	at org.freeplane.view.swing.map.NodeViewFactory.newNodeView(NodeViewFactory.java:135)
	at org.freeplane.view.swing.map.MapView.initRoot(MapView.java:1054)
	at org.freeplane.view.swing.map.MapView.<init>(MapView.java:492)
	at org.freeplane.view.swing.map.MapViewController.newMapView(MapViewController.java:503)
	at org.freeplane.features.map.MapController.newMapView(MapController.java:783)
	at org.freeplane.features.map.mindmapmode.MMapController.newMap(MMapController.java:932)
	at org.freeplane.main.application.LastOpenedList.open(LastOpenedList.java:295)
	at org.freeplane.main.application.LastOpenedList.safeOpen(LastOpenedList.java:334)
	at org.freeplane.main.application.LastOpenedList.openLastMapOnStart(LastOpenedList.java:309)
	at org.freeplane.main.application.FreeplaneGUIStarter.loadLastMaps(FreeplaneGUIStarter.java:343)
	at org.freeplane.main.application.FreeplaneGUIStarter.loadMaps(FreeplaneGUIStarter.java:322)
	at org.freeplane.main.application.FreeplaneGUIStarter.access$200(FreeplaneGUIStarter.java:91)
	at org.freeplane.main.application.FreeplaneGUIStarter$2.run(FreeplaneGUIStarter.java:281)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.RuntimeException: failed to load system cursor: DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
	at java.awt.dnd.DragSource.load(DragSource.java:135)
	at java.awt.dnd.DragSource.<clinit>(DragSource.java:148)
	... 29 more


jajuk ----------------------
java.lang.RuntimeException: cannot load system cursor: CopyDrop.32x32
	at sun.awt.X11.XToolkit.lazilyLoadDesktopProperty(XToolkit.java:1541)
	at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1803)
	at java.awt.dnd.DragSource.load(DragSource.java:131)
	at java.awt.dnd.DragSource.<clinit>(DragSource.java:148)
	at org.jajuk.ui.helpers.TableTransferHandler.<init>(Unknown Source)
	at org.jajuk.ui.helpers.PlaylistEditorTransferHandler.<init>(Unknown Source)
	at org.jajuk.ui.views.QueueView.initUI(Unknown Source)
	at org.jajuk.ui.perspectives.PerspectiveManager.setCurrentPerspective(Unknown Source)
	at org.jajuk.ui.perspectives.PerspectiveManager.init(Unknown Source)
	at org.jajuk.ui.windows.JajukMainWindow.initUI(Unknown Source)
	at org.jajuk.ui.windows.WindowStateDecorator.display(Unknown Source)
	at org.jajuk.services.startup.StartupGUIService$6.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.awt.AWTException: Exception: class java.lang.IllegalArgumentException Width (0) and height (0) must be non-zero occurred while creating cursor CopyDrop.32x32
	at java.awt.Cursor.getSystemCustomCursor(Cursor.java:363)
	at sun.awt.X11.XToolkit.lazilyLoadDesktopProperty(XToolkit.java:1539)
	... 25 more
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
	at org.jajuk.ui.helpers.TableTransferHandler.<init>(Unknown Source)
	at org.jajuk.ui.helpers.PlaylistEditorTransferHandler.<init>(Unknown Source)
	at org.jajuk.ui.views.QueueView.initUI(Unknown Source)
	at org.jajuk.ui.perspectives.PerspectiveManager.setCurrentPerspective(Unknown Source)
	at org.jajuk.ui.perspectives.PerspectiveManager.init(Unknown Source)
	at org.jajuk.ui.windows.JajukMainWindow.initUI(Unknown Source)
	at org.jajuk.ui.windows.WindowStateDecorator.display(Unknown Source)
	at org.jajuk.services.startup.StartupGUIService$6.run(Unknown Source)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.RuntimeException: failed to load system cursor: DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
	at java.awt.dnd.DragSource.load(DragSource.java:135)
	at java.awt.dnd.DragSource.<clinit>(DragSource.java:148)
	... 22 more
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class java.awt.dnd.DragSource
	at org.jajuk.ui.helpers.TableTransferHandler.<init>(Unknown Source)
	at org.jajuk.ui.views.AbstractTableView.createGenericGUI(Unknown Source)
	at org.jajuk.ui.views.WebRadioView.shortCall(Unknown Source)
	at org.jajuk.util.UtilGUI$5.done(Unknown Source)
	at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
	at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
	at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
	at javax.swing.Timer.fireActionPerformed(Timer.java:313)
	at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)


-- 
Felix Natter


Reply to: