Game won't load after Launcher

    Joined
    Jun 25, 2013
    Messages
    2
    Reaction score
    0
    So I have this odd problem. I can open the launcher but when I press start, it just goes away and nothing happens. There are no logs generated so I can't check those.

    Some of the things I have tried:
    Reinstalling
    Deleting everything starmade
    Starting in Admin

    I would really like to play this game again
     
    Joined
    Jun 25, 2013
    Messages
    2
    Reaction score
    0
    Alright so when I try to find the Javaw.exe (or what ever it is) it doesnt even pop up. I have watched it when i press start game and it doenst even look like it runs. I also ran the diagnostic tool and it said it was fine. I did find a log generated on my desktop though that wasnt there before and this is it.

    [2014-10-17 22:49:36] [VERSION] VERSION: 0.0
    [2014-10-17 22:49:36] [VERSION] BUILD: undefined
    [2014-10-17 22:49:36] #################### StarMade #######################
    [2014-10-17 22:49:36] # version 0.0 - build undefined #
    [2014-10-17 22:49:36] #####################################################
    [2014-10-17 22:49:36] [SERIAL] "BHXF4V1"
    [2014-10-17 22:49:36] java.io.FileNotFoundException: data\config\vertexInfo.properties (The system cannot find the path specified)
    [2014-10-17 22:49:36] at java.io.FileInputStream.open(Native Method)
    [2014-10-17 22:49:36] at java.io.FileInputStream.<init>(Unknown Source)
    [2014-10-17 22:49:36] at java.io.FileInputStream.<init>(Unknown Source)
    [2014-10-17 22:49:36] at org.schema.game.client.view.cubes.shapes.BlockShapeAlgorithm.a(SourceFile:97)
    [2014-10-17 22:49:36] at org.schema.game.common.Starter.main(SourceFile:780)
    [2014-10-17 22:49:36] java.lang.NullPointerException
    [2014-10-17 22:49:36] at org.schema.game.client.view.cubes.shapes.BlockShapeAlgorithm.c(SourceFile:270)
    [2014-10-17 22:49:36] at org.schema.game.client.view.cubes.shapes.BlockShapeAlgorithm.e(SourceFile:327)
    [2014-10-17 22:49:36] at org.schema.game.client.view.cubes.shapes.BlockShapeAlgorithm.<init>(SourceFile:462)
    [2014-10-17 22:49:36] at obfuscated.hu.<init>(SourceFile:19)
    [2014-10-17 22:49:36] at org.schema.game.client.view.cubes.shapes.BlockShapeAlgorithm.a(SourceFile:109)
    [2014-10-17 22:49:36] at org.schema.game.common.Starter.main(SourceFile:780)

    I assume it has to do with the FileNotFoundException but I can not find any information on this.
     
    Joined
    Jul 17, 2013
    Messages
    1,429
    Reaction score
    205
    • Tester
    First Line : Version 0.0 ... i would guess ther is not even a Starmade to be found ! Sounds weird .. but maybe the game is missing rights to access the install folder ??

    Is it installed in any special folder ? Desktop for example would be a bad place!
    Take the Launcher and copy it into a new Starmade folder some where not protected by the OS and star it there again! Let it redownload the whole game and try again withthat installation!
     
    Joined
    Jul 12, 2014
    Messages
    511
    Reaction score
    57
    • Purchased!
    • Legacy Citizen 5
    Hmm, additionally on windows the 'Program Files' and 'Program Files(x86)' are bad ones too because of much stricter security requirements.
    When you open the Launcher is there a line in green at the bottom stating the path of the install of StarMade. If not, click on the Options menu in the Launcher, choose Installation and check there's the correct path to your installation entered.

    Greets,

    Jan
     
    Joined
    Oct 10, 2014
    Messages
    18
    Reaction score
    0
    This is also happening to me. :(

    Can you guys please post something so I can follow steps and solve the problem.
    I am not good with the technical stuff.
     
    Last edited:
    Joined
    Apr 21, 2013
    Messages
    1,714
    Reaction score
    650
    • Top Forum Contributor
    • Legacy Citizen 3
    • Councillor Gold
    Nope, Windows 7 prof. SP1, 64bits. Didn't the name calling 'Program Files' and 'Program Files(x86)' give that away already? ;)

    Greets,

    Jan
    Whoops, missed that. I've been having this issue for months now.
     
    Joined
    Feb 2, 2015
    Messages
    1
    Reaction score
    0
    I had issues for the longest time as well trying to reinstall java and update drivers with no luck, but eventually I found out that StarMade couldn't read the lwjgl library files (probably because I use jMonkey which uses the same library), so I had to make a shortcut which launches StarMade without going through the startup launcher. It looks something like this:

    C:\Windows\System32\cmd.exe /k cd C:\Users\User\Downloads\StarMade & javaw.exe -Djava.library.path="C:\Users\User\Downloads\StarMade\lib" -jar C:\Users\User\Downloads\StarMade\StarMade.jar -param & exit