Nothing happens after clicking Launch! Help

    Joined
    Jun 6, 2017
    Messages
    5
    Reaction score
    0
    Specs:
    GPU: Gtx 550 ti
    Ram: 6gb
    Windows 7, 64 bit
    Log:
    [2017-06-06 01:46:14] [VERSION] loading version from install dir: .\
    [2017-06-06 01:46:14] [VERSION] VERSION: 0.199.535
    [2017-06-06 01:46:14] [VERSION] BUILD: 20170427_155818
    [2017-06-06 01:46:14] #################### StarMade #######################
    [2017-06-06 01:46:14] # version 0.199.535 - build 20170427_155818 #
    [2017-06-06 01:46:14] #####################################################
    [2017-06-06 01:46:14] [SERIAL] "not retrieved"
    [2017-06-06 01:46:14] [INSTALLATION_DIRECTORY] "C:\Games\starmade-launcher-win32-x64\StarMade\."
    [2017-06-06 01:46:14] [JVM-ARGUMENTS] [-Djava.net.preferIPv4Stack=true, -Xmn128M, -Xms512M, -Xmx6000M, -Xincgc]
    [2017-06-06 01:46:14] [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
    [2017-06-06 01:46:14] [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
    [2017-06-06 01:46:15] [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
    [2017-06-06 01:46:15] [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
    [2017-06-06 01:46:15] java.io.FileNotFoundException: .\settings.cfg (The system cannot find the file specified)
    [2017-06-06 01:46:15] at java.io.FileInputStream.open(Native Method)
    [2017-06-06 01:46:15] at java.io.FileInputStream.<init>(Unknown Source)
    [2017-06-06 01:46:15] at java.io.FileReader.<init>(Unknown Source)
    [2017-06-06 01:46:15] at obfuscated.aGf.b(SourceFile:590)
    [2017-06-06 01:46:15] at obfuscated.aGf.d(SourceFile:632)
    [2017-06-06 01:46:15] at org.schema.game.common.Starter.main(SourceFile:868)
    [2017-06-06 01:46:15] Could not read settings file: using defaults
    [2017-06-06 01:46:15] [STARTER] AUTH TOKEN SUBMITTED VIA ARGUMENT
    [2017-06-06 01:46:15] [API-LOGIN] REQUESTING OWN INFO
    [2017-06-06 01:46:15] Exception in thread "main"
    [2017-06-06 01:46:15] java.lang.NoClassDefFoundError: org/apache/http/entity/mime/content/ContentBody
    [2017-06-06 01:46:15] at obfuscated.aBh.a(SourceFile:54)
    [2017-06-06 01:46:15] at org.schema.game.common.Starter.main(SourceFile:877)
    [2017-06-06 01:46:15] Caused by: java.lang.ClassNotFoundException: org.apache.http.entity.mime.content.ContentBody
    [2017-06-06 01:46:15] at java.net.URLClassLoader$1.run(Unknown Source)
    [2017-06-06 01:46:15] at java.net.URLClassLoader$1.run(Unknown Source)
    [2017-06-06 01:46:15] at java.security.AccessController.doPrivileged(Native Method)
    [2017-06-06 01:46:15] at java.net.URLClassLoader.findClass(Unknown Source)
    [2017-06-06 01:46:15] at java.lang.ClassLoader.loadClass(Unknown Source)
    [2017-06-06 01:46:15] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    [2017-06-06 01:46:15] at java.lang.ClassLoader.loadClass(Unknown Source)
    [2017-06-06 01:46:15] ... 2 more
     

    Lancake

    Head of Testing
    Joined
    Aug 20, 2013
    Messages
    794
    Reaction score
    560
    • Schine
    • Tester
    Are you running the launcher from within a zip archive? NoClassDefFoundError is usually thrown if that happens, as some of the default extract tools of windows, only extracts the file that is being used and not all of it. It can't find the files the launcher depends on.

    If that's the case, extract the launcher zip completely and it should run fine.

    Side note, you're using 6000MB max memory in the launcher, lower that to 4096MB
     
    Joined
    Jun 6, 2017
    Messages
    5
    Reaction score
    0
    Are you running the launcher from within a zip archive? NoClassDefFoundError is usually thrown if that happens, as some of the default extract tools of windows, only extracts the file that is being used and not all of it. It can't find the files the launcher depends on.

    If that's the case, extract the launcher zip completely and it should run fine.

    Side note, you're using 6000MB max memory in the launcher, lower that to 4096MB
    Thank you i am trying that now.
     
    Joined
    Jun 6, 2017
    Messages
    5
    Reaction score
    0
    It is different now i believe.

    [2017-06-06 04:05:09] [VERSION] loading version from install dir: .\
    [2017-06-06 04:05:09] [VERSION] VERSION: 0.199.535
    [2017-06-06 04:05:09] [VERSION] BUILD: 20170427_155818
    [2017-06-06 04:05:09] #################### StarMade #######################
    [2017-06-06 04:05:09] # version 0.199.535 - build 20170427_155818 #
    [2017-06-06 04:05:09] #####################################################
    [2017-06-06 04:05:09] [SERIAL] "not retrieved"
    [2017-06-06 04:05:09] [INSTALLATION_DIRECTORY] "C:\Games\starmade-launcher-win32-x64\StarMade\."
    [2017-06-06 04:05:09] [JVM-ARGUMENTS] [-Djava.net.preferIPv4Stack=true, -Xmn128M, -Xms512M, -Xmx4096M, -Xincgc]
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring lava.png: not a directory
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring shield_tex.png: not a directory
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring lava.png: not a directory
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring lava.png.zip: not a directory
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring shield_tex.png: not a directory
    [2017-06-06 04:05:09] [TEXTURE-PACK] WARNING: ignoring shield_tex.png.zip: not a directory
    [2017-06-06 04:05:09] java.io.FileNotFoundException: .\settings.cfg (The system cannot find the file specified)
    [2017-06-06 04:05:09] at java.io.FileInputStream.open(Native Method)
    [2017-06-06 04:05:09] at java.io.FileInputStream.<init>(Unknown Source)
    [2017-06-06 04:05:09] at java.io.FileReader.<init>(Unknown Source)
    [2017-06-06 04:05:09] at obfuscated.aGf.b(SourceFile:590)
    [2017-06-06 04:05:09] at obfuscated.aGf.d(SourceFile:632)
    [2017-06-06 04:05:09] at org.schema.game.common.Starter.main(SourceFile:868)
    [2017-06-06 04:05:09] Could not read settings file: using defaults
    [2017-06-06 04:05:09] [STARTER] AUTH TOKEN SUBMITTED VIA ARGUMENT
    [2017-06-06 04:05:09] [API-LOGIN] REQUESTING OWN INFO
    [2017-06-06 04:05:10] [API-LOGIN] REQUESTING AUTH TOKEN TO AUTHORIZE ON SERVER
    [2017-06-06 04:05:10] [OAuth2] Requesting Auth Token https://registry.star-made.org/api/v1/users/login_request.json
    [2017-06-06 04:05:10] [OAuth2] server_auth token aquired
    [2017-06-06 04:05:10] [STARTER] RETRIEVED REGISTRY NAME: TheRealAxel; ID: 611591
    [2017-06-06 04:05:11] [SERVER] using world: world0; .\server-database\world0\
    [2017-06-06 04:05:11] [INIT] Segment Database Path: C:\Games\starmade-launcher-win32-x64\StarMade\.\server-database\world0\DATA; exists? true; is Dir? true; creating dir successful (gives false if exists)? false
    [2017-06-06 04:05:11] Exception in thread "main"
    [2017-06-06 04:05:11] java.lang.NoClassDefFoundError: org/lwjgl/BufferUtils
    [2017-06-06 04:05:11] at obfuscated.aGQ.<clinit>(SourceFile:100)
    [2017-06-06 04:05:11] at org.schema.game.common.Starter.main(SourceFile:912)
    [2017-06-06 04:05:11] Caused by: java.lang.ClassNotFoundException: org.lwjgl.BufferUtils
    [2017-06-06 04:05:11] at java.net.URLClassLoader$1.run(Unknown Source)
    [2017-06-06 04:05:11] at java.net.URLClassLoader$1.run(Unknown Source)
    [2017-06-06 04:05:11] at java.security.AccessController.doPrivileged(Native Method)
    [2017-06-06 04:05:11] at java.net.URLClassLoader.findClass(Unknown Source)
    [2017-06-06 04:05:11] at java.lang.ClassLoader.loadClass(Unknown Source)
    [2017-06-06 04:05:11] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    [2017-06-06 04:05:11] at java.lang.ClassLoader.loadClass(Unknown Source)
    [2017-06-06 04:05:11] ... 2 more
     
    Joined
    Jun 6, 2017
    Messages
    5
    Reaction score
    0
    For anyone with the same problem/issues in their log:
    On the new installer i did a full overwrite update and Starmade is up and running.
    I connected on a better network and made sure the update downloaded completely.
    I hope i can help someone with the same issue its very frustrating. (y)
     

    AndyP

    Customer Experience Manager
    Joined
    Aug 15, 2013
    Messages
    1,199
    Reaction score
    264
    • Schine
    • Wired for Logic
    Well, that log is odd, at this point it should start loading blueprints and the java libraries.

    So there are two possible trails to follow:

    a) Did the installation work before?
    If yes, please try a completely different directory for the install path, and let the launcher create a new installation.

    To change the installation directory use this:
    launcher2-build-path.png


    b) Do you use a custom java path?
    launcher2-custjava.png
    Make sure the field marked with 2 is empty, and 3 is showing "Using bundled java version" before launching.

    Please upload a new log after trying both options.

    - Andy