Thread: Kronos - OSRS Semi-Custom Server. Deob Client. Multi-World Support. #184.

Page 13 of 18 FirstFirst ... 31112131415 ... LastLast
Results 121 to 130 of 174
  1. #121  
    Registered Member
    Join Date
    Sep 2014
    Posts
    48
    Thanks given
    0
    Thanks received
    3
    Rep Power
    25
    I've followed all the tutorial's and something still isn't working, if someone wants to help me quick I will compensate you for your time. Sad Life Huh#5459
    Reply With Quote  
     

  2. #122  
    Donator

    Join Date
    Oct 2007
    Posts
    817
    Thanks given
    47
    Thanks received
    52
    Rep Power
    184
    Thanks for the contribution.
    Reply With Quote  
     

  3. #123  
    Donator

    Join Date
    Nov 2012
    Posts
    252
    Thanks given
    40
    Thanks received
    10
    Rep Power
    24
    Just set it up on my VPS.
    kronos-server, kronos-central-server and kronos-update-server all confirmed running on my VPS IP in console.
    Loading the client on my own pc, changed IP addresses of the worlds and keep getting 'Connecting to update server'.
    Made sure all incoming & outgoing ports are opened in my firewall.

    Dev mode is off & world_stage is live. AND, Xenforo forums & all databases including API has been set up. What am I missing?

    EDIT: Fixed it. (CustomWorldType)
    Last edited by Xyro; 03-24-2021 at 01:11 AM.
    Reply With Quote  
     

  4. #124  
    Registered Member
    Join Date
    Feb 2021
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Whats Wrong with those files.... Dones everything as told in tutorial...

    On client
    Code:
    Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
    And

    Code:
    Caused by: java.lang.IllegalStateException: Expected a name but was NUMBER at line 1 column 90 path $.2.ge_limit
    Thats the console

    Code:
    2021-05-01 08:32:36 [RxCachedThreadScheduler-1] WARN  net.runelite.client.game.ItemManager - Error loading prices
    com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
    	at com.google.gson.Gson.fromJson(Gson.java:944)
    	at net.runelite.http.api.item.ItemClient.lambda$getPrices$2(ItemClient.java:215)
    	at io.reactivex.internal.operators.observable.ObservableFromCallable.subscribeActual(ObservableFromCallable.java:43)
    	at io.reactivex.Observable.subscribe(Observable.java:12267)
    	at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
    	at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
    	at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
    	at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
    	at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:386)
    	at net.runelite.http.api.util.TypeAdapters$3.read(TypeAdapters.java:199)
    	at net.runelite.http.api.util.TypeAdapters$3.read(TypeAdapters.java:166)
    	at com.google.gson.Gson.fromJson(Gson.java:932)
    	... 13 common frames omitted
    Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
    
    2021-05-01 08:32:37 [RxCachedThreadScheduler-2] WARN  net.runelite.client.game.ItemManager - Error fetching stats
    com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a name but was NUMBER at line 1 column 90 path $.2.ge_limit
    	at com.google.gson.Gson.fromJson(Gson.java:944)
    	at net.runelite.http.api.item.ItemClient.lambda$getStats$3(ItemClient.java:254)
    	at io.reactivex.internal.operators.observable.ObservableFromCallable.subscribeActual(ObservableFromCallable.java:43)
    	at io.reactivex.Observable.subscribe(Observable.java:12267)
    	at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
    	at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
    	at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
    	at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    Caused by: java.lang.IllegalStateException: Expected a name but was NUMBER at line 1 column 90 path $.2.ge_limit
    	at com.google.gson.stream.JsonReader.nextName(JsonReader.java:790)
    	at net.runelite.http.api.util.TypeAdapters$1.read(TypeAdapters.java:66)
    	at net.runelite.http.api.util.TypeAdapters$1.read(TypeAdapters.java:47)
    	at com.google.gson.Gson.fromJson(Gson.java:932)
    	... 13 common frames omitted
    Reply With Quote  
     

  5. #125  
    Registered Member

    Join Date
    Jan 2009
    Posts
    4,023
    Thanks given
    494
    Thanks received
    446
    Rep Power
    4269
    Quote Originally Posted by Domz View Post
    Whats Wrong with those files.... Dones everything as told in tutorial...

    On client
    Code:
    Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
    And

    Code:
    Caused by: java.lang.IllegalStateException: Expected a name but was NUMBER at line 1 column 90 path $.2.ge_limit
    Thats the console

    Code:
    2021-05-01 08:32:36 [RxCachedThreadScheduler-1] WARN  net.runelite.client.game.ItemManager - Error loading prices
    com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
        at com.google.gson.Gson.fromJson(Gson.java:944)
        at net.runelite.http.api.item.ItemClient.lambda$getPrices$2(ItemClient.java:215)
        at io.reactivex.internal.operators.observable.ObservableFromCallable.subscribeActual(ObservableFromCallable.java:43)
        at io.reactivex.Observable.subscribe(Observable.java:12267)
        at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
        at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
        at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
        at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
    Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
        at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:386)
        at net.runelite.http.api.util.TypeAdapters$3.read(TypeAdapters.java:199)
        at net.runelite.http.api.util.TypeAdapters$3.read(TypeAdapters.java:166)
        at com.google.gson.Gson.fromJson(Gson.java:932)
        ... 13 common frames omitted
    Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 57 path $[0].null
    
    2021-05-01 08:32:37 [RxCachedThreadScheduler-2] WARN  net.runelite.client.game.ItemManager - Error fetching stats
    com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected a name but was NUMBER at line 1 column 90 path $.2.ge_limit
        at com.google.gson.Gson.fromJson(Gson.java:944)
        at net.runelite.http.api.item.ItemClient.lambda$getStats$3(ItemClient.java:254)
        at io.reactivex.internal.operators.observable.ObservableFromCallable.subscribeActual(ObservableFromCallable.java:43)
        at io.reactivex.Observable.subscribe(Observable.java:12267)
        at io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96)
        at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
        at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
        at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
    Caused by: java.lang.IllegalStateException: Expected a name but was NUMBER at line 1 column 90 path $.2.ge_limit
        at com.google.gson.stream.JsonReader.nextName(JsonReader.java:790)
        at net.runelite.http.api.util.TypeAdapters$1.read(TypeAdapters.java:66)
        at net.runelite.http.api.util.TypeAdapters$1.read(TypeAdapters.java:47)
        at com.google.gson.Gson.fromJson(Gson.java:932)
        ... 13 common frames omitted
    Ignore them
    Attached image
    Reply With Quote  
     

  6. #126  
    Registered Member Twisted Kev's Avatar
    Join Date
    May 2021
    Posts
    13
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    Thanks
    Reply With Quote  
     

  7. #127  
    Registered Member
    Join Date
    Apr 2020
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Could someone help me install this server? I don't understand how it's done, I just want to use it with 2 friends to practice Cox / ToB with the equipment that we plan to buy in OSRS, if it is very difficult for others to do, at least I want it for myself to test only cox or inferno. In advance, thank you very much and sorry for the inconvenience, I have no knowledge about this world

    Errors:
    When I open the server "run" it gives me this error: java.lang.IllegalArgumentException: Unsupported class file major version 58
    And this with the client:
    C: \ Users \ user \ Desktop \ RSPS \ Resources \ Kronos \ Kronos-master1.1 \ Kronos-master \ runelite \ runescape-client \ src \ main \ java \ class47.java: 14: error: cannot find symbol
    JSObject.getWindow (var0) .eval (var1);
    ^
    symbol: method getWindow (Applet)
    location: class JSObject
    -------------------------------------------------- -------------------------------------------
    C: \ Users \ user \ Desktop \ RSPS \ Resources \ Kronos \ Kronos-master1.1 \ Kronos-master \ runelite \ runescape-client \ src \ main \ java \ class47.java: 23: error: cannot find symbol
    return JSObject.getWindow (var0) .call (var1, (Object []) null);
    ^
    symbol: method getWindow (Applet)
    location: class JSObject
    Reply With Quote  
     

  8. #128  
    Registered Member
    Join Date
    Apr 2021
    Posts
    25
    Thanks given
    34
    Thanks received
    7
    Rep Power
    30
    Thank you for this release, I've always wanted to try out a runelite client !
    Reply With Quote  
     

  9. #129  
    Registered Member
    Join Date
    Jan 2017
    Posts
    5
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Quote Originally Posted by Mantvis View Post
    Task :kronos-server:run
    Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
    Failed to install signal handler: java.lang.IllegalArgumentException: Unknown signal: TRAP
    [main] INFO io.ruin.Server - sun.misc.Launcher$AppClassLoader@18b4aac2
    [Attach Listener] INFO kilim.agent.KilimAgent - agentmain method invoked with args: and inst: sun.instrument.InstrumentationImpl@44e5075d
    [02/05/2021 12:59:05 PM]: Loading server settings...
    [main] INFO io.ruin.Server - Looking for system.properties in C:\Users\PC\Desktop\Naujas projektas\Kronos\Kronos-master\kronos-server\server.properties
    [02/05/2021 12:59:07 PM]: WARNING: Offline mode enabled!
    [02/05/2021 12:59:07 PM]: Loading server data...
    [main] ERROR rollingErrorFileLogger -
    java.io.FileNotFoundException: C:\Users\PC\Desktop\Naujas projektas\Kronos\Kronos-master\kronos-server\Cache\main_file_cache.dat2 (The system cannot find the path specified)
    at java.io.RandomAccessFile.open0(Native Method)
    at java.io.RandomAccessFile.open(RandomAccessFile.jav a:316)
    at java.io.RandomAccessFile.<init>(RandomAccessFile.j ava:243)
    at java.io.RandomAccessFile.<init>(RandomAccessFile.j ava:124)
    at io.ruin.api.filestore.FileStore.<init>(FileStore.j ava:17)
    at io.ruin.Server.main(Server.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at kilim.WeavingClassLoader.run(WeavingClassLoader.ja va:122)
    at kilim.tools.Kilim.trampoline(Kilim.java:110)
    at kilim.tools.Kilim.trampoline(Kilim.java:79)
    at io.ruin.Server.main(Server.java:80)


    Any idea what's going on?
    Im having the exact same issue, did you ever find any fix?

    Edit: Found this guide
    Reply With Quote  
     

  10. #130  
    Registered Member
    Join Date
    Apr 2021
    Posts
    53
    Thanks given
    22
    Thanks received
    17
    Rep Power
    70
    A mirror is needed. The link is down.
    Reply With Quote  
     

Page 13 of 18 FirstFirst ... 31112131415 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 70
    Last Post: 12-18-2019, 07:46 AM
  2. Replies: 0
    Last Post: 11-13-2018, 04:02 PM
  3. Replies: 39
    Last Post: 09-23-2018, 11:38 PM
  4. [503] 🔥 RuneLegion - Brand New - Semi Custom Server🔥
    By incepti0n in forum Advertise
    Replies: 30
    Last Post: 08-24-2018, 10:32 PM
  5. Replies: 35
    Last Post: 05-23-2017, 03:29 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •