Menu

#5 Does not start on Ubuntu 14.04 + Oracle Java 1.7.0

3.2.0
closed
None
5
2014-08-25
2014-08-25
maslovalex
No

Exception in thread "AWT-EventQueue-2" java.lang.IllegalArgumentException
at
java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1310)
at
java.util.concurrent.ThreadPoolExecutor.<init>(ThreadPoolExecutor.java:1233)
at org.unicog.numberrace.sound.SoundPlayer.<init>(SoundPlayer.java:81)
at org.unicog.numberrace.sound.SoundPlayer.<init>(SoundPlayer.java:73)
at org.unicog.numberrace.sound.SoundPlayer.<init>(SoundPlayer.java:69)
at org.unicog.numberrace.sound.SoundManager.<init>(SoundManager.java:80)
at
org.unicog.numberrace.sound.SoundManager.getInstance(SoundManager.java:597)
at org.unicog.numberrace.GameObject.initialize(GameObject.java:816)
at org.unicog.numberrace.Game$1.run(Game.java:93)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

Discussion

  • maslovalex

    maslovalex - 2014-08-25

    [r351] fixes this.

     

    Related

    Commit: [r351]

  • maslovalex

    maslovalex - 2014-08-25
    • status: open --> closed
    • Group: 3.1.0 --> 3.2.0
     

Log in to post a comment.