You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on Ubuntu 16.04, Version: 5.1.4.2, Build ID: 1:5.1.4-0ubuntu1
Hitting any of the code (using tool, or Utility menu items) exception gets thrown. Hopefully this is just a library version mismatch.
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: Could not initialize class com.sun.star.lib.connections.pipe.PipeConnection
at com.sun.star.lib.connections.pipe.pipeConnector.connect(pipeConnector.java:119)
at com.sun.star.comp.connections.Connector.connect(Connector.java:123)
at com.sun.star.comp.urlresolver.UrlResolver$_UrlResolver.resolve(UrlResolver.java:120)
at com.sun.star.comp.helper.Bootstrap.bootstrap(Bootstrap.java:282)
at com.nrims.unoplugin.UnoPlugin.getCurrentDocument(UnoPlugin.java:373)
at com.nrims.unoplugin.UnoPlugin.dropImage(UnoPlugin.java:1514)
at com.nrims.MimsPlus.mouseReleased(MimsPlus.java:1458)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
at java.awt.Component.processMouseEvent(Component.java:6289)
at java.awt.Component.processEvent(Component.java:6054)
at java.awt.Component.dispatchEventImpl(Component.java:4652)
at java.awt.Component.dispatchEvent(Component.java:4482)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
at java.awt.EventQueue.access$000(EventQueue.java:85)
at java.awt.EventQueue$1.run(EventQueue.java:603)
at java.awt.EventQueue$1.run(EventQueue.java:601)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
at java.awt.EventQueue$2.run(EventQueue.java:617)
at java.awt.EventQueue$2.run(EventQueue.java:615)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
The text was updated successfully, but these errors were encountered:
Running on Ubuntu 16.04, Version: 5.1.4.2, Build ID: 1:5.1.4-0ubuntu1
Hitting any of the code (using tool, or Utility menu items) exception gets thrown. Hopefully this is just a library version mismatch.
The text was updated successfully, but these errors were encountered: