Loading Screen doesn't Load

    Joined
    Jun 19, 2013
    Messages
    3
    Reaction score
    0
    • Legacy Citizen 2
    • Legacy Citizen
    Trying to run this from the commandline in Arch Linux, Using oracle java 7 jdk, I get a blank window. Nothing start's.

    Pastebin of the console output: http://pastebin.com/MXs6Wyu1

    Should I be launching this in a special way? I'm currently running

    Code:
    java -jar Starmade-Starter.jar
     
    Joined
    Jun 19, 2013
    Messages
    3
    Reaction score
    0
    • Legacy Citizen 2
    • Legacy Citizen
    Nothing. Tested it on my desktop, and will test it on my laptop in a little bit.
     
    Joined
    Oct 28, 2013
    Messages
    1
    Reaction score
    0
    • Legacy Citizen
    Sorry for the necro, but I had the same problem (a blank white screen when running the StarMade starter using \'java -jar StarMade-Starter.jar\' ) also using Arch Linux, so this might help someone.

    I was using the XMonad window manager under Arch, and there\'s a known bug with showing Java GUI applications in XMonad: http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-SetWMName.html

    I managed to fix it by changing my xmonad.hs in the way described in the link above. After that the StarMade starter showed up correctly, launched with the command \'java -jar StarMade-Starter.jar\'

    Might be worth noting that it worked straight away with no problem when using the XFCE desktop manager on my Arch installation.