[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2017-10-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: openjdk-8 (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2017-03-28 Thread Laurent Bonnaud
** Also affects: openjdk-8 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: openjdk
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2017-03-20 Thread Don-vip
Confirmed, this is an OpenJDK bug: 
https://bugs.openjdk.java.net/browse/JDK-8173853
Fixed in 8u152 and 9.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2017-03-20 Thread Don-vip
** Changed in: josm
   Importance: Unknown => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2017-01-31 Thread Daniel van Vugt
Thanks. That just confirms a bug on the Java side, but not Xmir:

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

I suggest you log a bug against the application that crashed, or the JRE
etc.

** Changed in: xorg-server (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2017-01-31 Thread Felix Natter
I also see this on Debian unstable, so it most probably not
an issue with a Ubuntu specific x server:

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.(DragSource.java:148)
at org.jajuk.ui.helpers.TableTransferHandler.(Unknown Source)
at org.jajuk.ui.helpers.PlaylistEditorTransferHandler.(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.(Unknown Source)
at org.jajuk.ui.helpers.PlaylistEditorTransferHandler.(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.(DragSource.java:148)
... 22 more

(here when starting jajuk, but I've also seen this with freeplane)

** Changed in: xorg-server (Ubuntu)
   Status: Invalid => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2016-08-21 Thread Daniel van Vugt
The old XMir is not being supported or maintained as mentioned 11 months
ago in comment #13.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2016-08-20 Thread BenoƮt
I don't understand why this bug is closed. Many Java apps failed on
Ubuntu (I was on 14.04LTS & now 16.04LTS) and the bug is always present.

I got the bug with Freemind 1.0.1 and Freeplane 1.3.15-3.

Theses are the last messages when starting Freeplane:

STDERR: at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
STDERR: at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
STDERR: at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
STDERR: Caused by: java.lang.RuntimeException: failed to load system cursor: 
DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
STDERR: at java.awt.dnd.DragSource.load(DragSource.java:135)
STDERR: at java.awt.dnd.DragSource.(DragSource.java:148)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2016-02-08 Thread Daniel van Vugt
Closed due to inactivity.

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2015-11-01 Thread Daniel van Vugt
Note: The new Xmir uses the hardware cursor (where available on
desktop). So if this bug still exists at all, it would only be on mobile
(Android Mir platform).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2015-09-17 Thread Daniel van Vugt
XMir 1.0 (the old Xorg extension) is now deprecated and is not being
maintained or fixed. It is replaced by the new 'Xmir' binary (package
'xmir') introduced in Ubuntu 15.10 wily.

Is there any way to reproduce this bug without the old Xmir?

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1232471] Re: Java apps crash under XMir trying to set a custom cursor

2015-06-08 Thread Robert Ancell
** Project changed: xmir = xorg-server (Ubuntu)

** Tags added: xmir

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1232471

Title:
  Java apps crash under XMir trying to set a custom cursor

To manage notifications about this bug go to:
https://bugs.launchpad.net/josm/+bug/1232471/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs