Problem with Unix server

    Targaryen

    Deathbringer
    Joined
    Jun 22, 2013
    Messages
    103
    Reaction score
    61
    • Purchased!
    • Community Content - Bronze 1
    • Legacy Citizen 4
    [VERSION] VERSION: 0.09371
    [VERSION] BUILD: 20130621_202621
    #################### StarMade #######################
    # version 0.09371 - build 20130621_202621 #
    #####################################################
    [LIBLOADER] OS ARCHITECTURE i386
    Exception in thread "main"
    java.lang.UnsatisfiedLinkError: no jinput-dx8 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
    at java.lang.Runtime.loadLibrary0(Runtime.java:845)
    at java.lang.System.loadLibrary(System.java:1084)
    at iX.a(SourceFile:65)
    at org.schema.game.common.Starter.main(SourceFile:656)


    i have problem like this on my unix server

    can sb help ?
     

    fire219

    1200° Plasma
    Joined
    Sep 23, 2012
    Messages
    443
    Reaction score
    117
    • Legacy Citizen 4
    Looks like your java version is way out of date.
     
    Joined
    Jun 29, 2013
    Messages
    3
    Reaction score
    0
    • Legacy Citizen 2
    • Legacy Citizen
    by the looks of it, it\'s trying to load the library: jinput-dx8, which if i remember correctly is a library used for controls. It probably means that you are missing one of the libraries, try updating it. Your java version should be fine, it might be that you need to install jinput. Not sure if this is any form usefull for you..
     

    Targaryen

    Deathbringer
    Joined
    Jun 22, 2013
    Messages
    103
    Reaction score
    61
    • Purchased!
    • Community Content - Bronze 1
    • Legacy Citizen 4
    [VERSION] VERSION: 0.09375
    [VERSION] BUILD: 20130628_230434
    #################### StarMade #######################
    # version 0.09375 - build 20130628_230434 #
    #####################################################
    [LIBLOADER] OS ARCHITECTURE i386
    Exception in thread \"main\"
    java.lang.UnsatisfiedLinkError: no jinput-dx8 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1878)
    at java.lang.Runtime.loadLibrary0(Runtime.java:849)
    at java.lang.System.loadLibrary(System.java:1087)
    at jc.a(SourceFile:65)
    at org.schema.game.common.Starter.main(SourceFile:656)





    [zmaslo@brovar ~/starmade/StarMade]$ java -version
    openjdk version \"1.7.0_25\"
    OpenJDK Runtime Environment (build 1.7.0_25-b15)
    OpenJDK Server VM (build 23.21-b01, mixed mode)