10% freeze for single player

  • My loading screen freezes at 10% and I looked up the latest error log and got this:


    Error details:
    de.jiw.network.connector.tcp.TcpConnector$ReconnectException: Unable to reconnect to server: java.net.NoRouteToHostException: No route to host: connect
    at de.jiw.network.connector.tcp.TcpConnector.reconnect(TcpConnector.java:74)
    at de.jiw.network.connector.tcp.TcpConnector.read(TcpConnector.java:149)
    at de.jiw.network.connector.ConnectorReadThread.run(ConnectorReadThread.java:64)

  • This happens when playing singleplayer? 8| Please don't start a LAN server (the red button), simply doubleclick on the world in your list (or select a world and hit "Load world"). Then this error should not occur.
    Otherwise please enable debug console (open the config.properties file with a texteditor and set "game_debug_console" to true), then start the game, load a world, and once it freezes, switch to the small white debug window, copy the content and paste it here or on http://pastebin.com

  • Initialize Default Options...
    INFO: Java: 1.8.0_25 Arch: amd64
    INFO: OS: Windows 8.1 (x64)
    INFO: Graphics: GeForce GT 635M/PCIe/SSE2 Vendor: NVIDIA Corporation OpenGL Version: 4.5.0 NVIDIA 350.12
    1280 X 720
    SSL SOCKET
    HIVE OnConnect - STEAM VERSION
    -> 1
    Initialize Materials...
    INFO: Starting initialization...
    Initialize Static Classes...
    Collision Shapes initialized!
    Constructions initialized!
    Items initialized!
    Objects initialized!
    Plants initialized!
    Picking initialized!
    Food-Definitions initialized!
    NPCs initialized!
    Crafting-Definitions initialized!
    INFO: VOXELMATERIAL loaded
    WARNING: Localized name or description not found for Construction: imageposter
    WARNING: Localized name or description not found for Construction: woodplank
    WARNING: Localized name or description not found for Construction: woodbeam
    WARNING: Localized name or description not found for Construction: glasspane
    WARNING: Localized name or description not found for Construction: window1
    WARNING: Localized name or description not found for Construction: window2
    WARNING: Localized name or description not found for Construction: window3
    Initialize RenderingSettings...
    Initialize Bulletphysics...
    WARNING: Localized name or description not found for Construction: window4
    WARNING: Localized name or description not found for Construction: woodplanktriangle
    Initialize IngameContext...
    INFO: Register BuildDestroyPermission: object.plank
    INFO: Register BuildDestroyPermission: ores.copper
    INFO: Register BuildDestroyPermission: world.dirt
    INFO: Register BuildDestroyPermission: world.stone
    Initialize SerializerRegistrations...
    INFO: Register MainPermission: permission.changespawn
    INFO: LODMATERIAL loaded
    Initialize InputMappings...
    WARNING: Initialize LocalPlayer...
    Attempted to add mapping "SelectorModular" twice to trigger.
    INFO: OREMATERIAL loaded
    Initialize AppStates...
    Initialize GUI...
    INFO: GRASSMATERIAL loaded
    Initialize PostProcessFilters...
    Initialize Sounds...
    INFO: CONSTRUCTIONMATERIAL loaded
    INFO: GLASSMATERIAL loaded
    INFO: SKYMATERIAL loaded
    INFO: PLAYERMATERIAL loaded
    INFO: VEHICLEMATERIAL loaded
    INFO: ITEMMATERIAL loaded
    INFO: MAPMATERIAL loaded
    INFO: OREITEMMATERIAL loaded
    INFO: OBJECTMATERIAL loaded
    INFO: VEGETATIONMATERIAL loaded
    INFO: CHOPPEDTREEMATERIAL loaded
    INFO: FIREMATERIAL loaded
    INFO: FLAREFIREMATERIAL loaded
    INFO: DEBRISMATERIAL loaded
    INFO: HELLLAVAMATERIAL loaded
    INFO: INSECTMATERIAL loaded
    INFO: SELECTORMATERIALS loaded
    INFO: OCCLUSIONMATERIAL loaded
    SET ANISOTROPIC FILTER TO 1
    INFO: UNSHADEDMATERIALS loaded
    GrassOccludeProcessor initialized!
    skip registration/login
    Loadingtime: 15.46 seconds
    LOAD WORLD
    LOAD WORLD New World
    DATABASE TYPE: SqLite
    C:\Program Files (x86)\Steam\steamapps\common\RisingWorld/Worlds/New World:::New World
    CREATE WORLD STRUCTURE
    Load world New World
    WORLDINFO Seed :61506955379838
    WORLDINFO Caves :true
    WORLDINFO Vegetations :true
    WORLDINFO Worldtype :Normal
    WORLDINFO Time :1.1.0 12:0:0.0
    set game time: 1.1.0 12:0:0.0
    WORLDINFO Spawninventory :2 0 0 23 0 1 -65 -128 0 0 0 1 0 17 0 1 -65 -128 0 0 0 0 0 0
    inventory cleared!
    Worldpart generating...
    Biomepart generating...
    Biomepart generated: 0 - 0
    CavePoints: 381906
    Worldpart generated: 0 - 0
    WORLDINFO Spawnposition :256.0 71.0 256.0
    WORLDINFO Spawnrotation :0.0 0.0 0.0 1.0
    dir does not exist: Worlds/New World/customImages/
    0 chests loaded from DB!
    0 Plants loaded from DB!
    0 Furnaces loaded from DB!
    0 NPCs loaded from DB!
    WORLDINFO Version :0.5.6.5_16
    Worldconverter: Updating not required
    STARTING RISING WORLD SINGLEPLAYERSERVER...
    RISING WORLD SINGLEPLAYERSERVER STARTED
    C:\Program Files (x86)\Steam\steamapps\common\RisingWorld\scripts
    addEvent
    getServer
    getWorld
    include
    getDatabase
    print
    getProperty
    setTimer
    isTimerActive
    killTimer
    callFunction
    [LUA]Script "Zcript" loaded. Author: Zabka and h0tw1r3 Team:
    [LUA][Zcript] Registered EventListener "PlayerSpawn" successfully
    [LUA][Zcript] Registered EventListener "PlayerConnect" successfully
    [LUA][Zcript] Registered EventListener "PlayerDisconnect" successfully
    [LUA][Zcript] Registered EventListener "PlayerDeath" successfully
    [LUA][Zcript] Registered EventListener "PlayerText" successfully
    [LUA][Zcript] Registered EventListener "PlayerCommand" successfully
    [LUA][Zcript] 04/19/15 17:53:56 Loaded
    SQLString: CREATE TABLE IF NOT EXISTS group (ID INTEGER PRIMARY KEY NOT NULL, name VARCHAR NOT NULL, adminID INTEGER NOT NULL);
    java.sql.SQLException: near "group": syntax error
    at org.sqlite.NativeDB.throwex(NativeDB.java:210)
    at org.sqlite.NativeDB._exec(Native Method)
    at org.sqlite.Stmt.executeUpdate(Stmt.java:152)
    at lua.wrapper.LuaDatabase.queryupdate(SourceFile:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.luaj.vm2.lib.jse.JavaMethod.invokeMethod(Unknown Source)
    at org.luaj.vm2.lib.jse.JavaMethod.call(Unknown Source)
    at org.luaj.vm2.LuaClosure.execute(Unknown Source)
    at org.luaj.vm2.LuaClosure.onInvoke(Unknown Source)
    at org.luaj.vm2.LuaClosure.invoke(Unknown Source)
    at org.luaj.vm2.LuaValue.invoke(Unknown Source)
    at lua.LuaScript.enable(SourceFile:87)
    at lua.LuaScript.<init>(SourceFile:82)
    at lua.ScriptManager.loadScripts(SourceFile:35)
    at q.t.c(SourceFile:264)
    at q.t.a(SourceFile:160)
    at q.j.run(SourceFile:191)
    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    CONNECT TO SERVER
    inventory cleared!
    org.luaj.vm2.LuaError: @C:\Program Files (x86)\Steam\steamapps\common\RisingWorld\scripts\Zcript by Zabka/script.lua:544 attempt to call nil
    at org.luaj.vm2.LuaValue.checkmetatag(Unknown Source)
    at org.luaj.vm2.LuaValue.callmt(Unknown Source)
    at org.luaj.vm2.LuaValue.invoke(Unknown Source)
    at org.luaj.vm2.LuaClosure.execute(Unknown Source)
    at org.luaj.vm2.LuaClosure.onInvoke(Unknown Source)
    at org.luaj.vm2.LuaClosure.invoke(Unknown Source)
    at lua.ScriptEventList.triggerEvent(SourceFile:20)
    at lua.ScriptEventManager.triggerEvent(SourceFile:32)
    at av.c.a(SourceFile:543)
    at av.c.messageReceived(SourceFile:90)
    at i.d.a(SourceFile:98)
    at i.c.run(SourceFile:65

  • heres your problem


    SQLString: CREATE TABLE IF NOT EXISTS group (ID INTEGER PRIMARY KEY NOT NULL, name VARCHAR NOT NULL, adminID INTEGER NOT NULL);


    the line in that code needs to be 'group'


    SQLString: CREATE TABLE IF NOT EXISTS 'group' (ID INTEGER PRIMARY KEY NOT NULL, name VARCHAR NOT NULL, adminID INTEGER NOT NULL);


    also that was the old script before the update it had that error witch means you did not update your admin script


    go here for the new lua updated script [Script] Admin Tools updated Zcript 0.5.6.1

    Yahgiggle Steam Signature, real name Deon Hamilton :thumbsup: Server @ ip 139.99.136.76:4255 Name (The Federation of territory) Unity :thumbsup:

    If at first your code does not work call it version 0.1 with the odd bug :thinking:

    My Own Website




    31245-logo-png

    Edited once, last by yahgiggle ().

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!