1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. While the majority of active discourse on D20PRO has moved to our Discord Channels, this forum is still active and checked-in on regularly by our staff. However, for the very latest information, conversation and/or immediate support, please join us on Discord here: http://discord.gg/Ph38ckM
    Dismiss Notice

Can't start D20pro linux

Discussion in 'General Discussion' started by Ken L, Mar 19, 2016.

  1. Ken L

    Ken L Member

    Joined:
    Dec 13, 2015
    Messages:
    90
    Likes Received:
    0
    So it's 6:12 pm saturday for my first online d20game and I get this with no changes to my install what so ever.

    Code:
    kenny@nilas ~/Documents/games/d20pro/D20PRO-3.5.7 $ [19 Mar 2016 18:09:41,637] INFO   D20                       | D20PRO version: 3.5.7
    [19 Mar 2016 18:09:41,797] INFO   D20                       | Java version: 9-ea
    [19 Mar 2016 18:09:41,918] WARN   HintsManager              | No hints file found at: res/ContextHints.xml
    [19 Mar 2016 18:09:44,582] ERROR  BlockerControl            | Unexpected exception: 
    java.lang.ExceptionInInitializerError
    	at com.thoughtworks.xstream.XStream.<init>(XStream.java:145)
    	at com.thoughtworks.xstream.XStream.<init>(XStream.java:181)
    	at com.thoughtworks.xstream.XStream.<init>(XStream.java:156)
    	at com.mindgene.d20.common.util.XML.buildXStream(XML.java:30)
    	at com.mindgene.d20.common.util.XML.verifyInitialized(XML.java:63)
    	at com.mindgene.d20.common.util.XML.fromXML(XML.java:282)
    	at com.mindgene.d20.common.util.XML.fromXML(XML.java:332)
    	at com.mindgene.d20.common.live.LiveFrameWRP.prefRead(LiveFrameWRP.java:362)
    	at com.mindgene.d20.common.live.LivePanel_Welcome.initialize(LivePanel_Welcome.java:259)
    	at com.mindgene.d20.common.live.LiveFrameWRP$InitializePanelTask.work(LiveFrameWRP.java:259)
    	at com.mindgene.d20.laf.BlockerControl.run(BlockerControl.java:224)
    	at java.lang.Thread.run(Thread.java:804)
    	at com.mindgene.common.threading.SafeThread.safeRun(SafeThread.java:187)
    	at com.mindgene.common.threading.SafeThread.run(SafeThread.java:195)
    Caused by: java.lang.NumberFormatException: For input string: "9-e"
    	at jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
    	at jdk.internal.math.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
    	at java.lang.Float.parseFloat(Float.java:451)
    	at com.thoughtworks.xstream.core.JVM.<clinit>(JVM.java:15)
    	... 14 more
    
    [​IMG]

    My players are um... less than happy or impressed.
     
  2. edwardcd

    edwardcd Administrator
    Staff Member

    Joined:
    Oct 13, 2010
    Messages:
    1,374
    Likes Received:
    9
    I'd look at the java version.

    Code:
    [19 Mar 2016 18:09:41,797] INFO   D20                       | Java version: 9-ea
    Java 9 is still in beta and is not currently supported.

    I would change the default java version back to Oracle 1.8.0_x
     
  3. Ken L

    Ken L Member

    Joined:
    Dec 13, 2015
    Messages:
    90
    Likes Received:
    0
    This worked, but it took almost an hour to figure out what was wrong for a moment.
     

Share This Page