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

Page 11 of 13 FirstFirst ... 910111213 LastLast
Results 101 to 110 of 123
  1. #101  
    Registered Member
    Join Date
    Nov 2020
    Posts
    78
    Thanks given
    41
    Thanks received
    2
    Rep Power
    23
    I see a lot of npcs are located in edgevillge from this Edgevillage.JSON and I cannot find the npcs in edge. It's writed with ECO. I'm not sure about that, how do I switch to eco I just want to check if they are located there..

    [Only registered and activated users can see links. ]

    OT: I have another problem I tried to switch from Dev world to PVP world and to ECO world and my usernames still OWNER Rank. How do I fix that?
    OT: I can't open another client, why!!! Please I will repp+ Thanks for help!
    Reply With Quote  
     

  2. #102  
    Registered Member

    Join Date
    Jun 2016
    Posts
    459
    Thanks given
    190
    Thanks received
    137
    Discord
    View profile
    Rep Power
    231
    Quote Originally Posted by Domz View Post
    Cant start Central server.
    Thats not even my ip
    Code:
    Kronos Central Server is now listening on 144.217.10.42:3845


    Getting error on kronos-server when starting
    Code:
    Failed to install signal handler: java.lang.IllegalArgumentException: Unknown signal: TRAP


    on Update server all looks good.
    Code:
    [main] INFO io.ruin.update.Server - Looking for system.properties in D:\rsps\Kronos-master\kronos-update-server\server.properties
    [02/08/2021 03:26:24 AM]: Update Server is now listening on 127.0.0.1:7304
    Search for '144.217.10.42' and change it to 127.0.0.1
    Reply With Quote  
     

  3. #103  
    Registered Member
    Join Date
    Feb 2021
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by shadowtea View Post
    Search for '144.217.10.42' and change it to 127.0.0.1
    cant find anything
    Reply With Quote  
     

  4. #104  
    Registered Member

    Join Date
    May 2016
    Age
    23
    Posts
    280
    Thanks given
    162
    Thanks received
    61
    Discord
    View profile
    Rep Power
    96
    Quote Originally Posted by Karpz View Post
    No luck, I also get the error where you need to change the ws config
    Caused by: java.lang.IllegalStateException: Expected a name but was NUMBER at line 1 column 90 path $.2.ge_limit

    Which I did via your solution, I assume it's not updating the server due to the error caused in the update-server file.
    What update server errors do you get? I only saw the game server error which I think might be caused by running out of memory while loading the server data (this step is quite intensive).
    Reply With Quote  
     

  5. #105  
    Registered Member
    Join Date
    Nov 2020
    Posts
    78
    Thanks given
    41
    Thanks received
    2
    Rep Power
    23
    Quote Originally Posted by Ilgaz View Post
    I see a lot of npcs are located in edgevillge from this Edgevillage.JSON and I cannot find the npcs in edge. It's writed with ECO. I'm not sure about that, how do I switch to eco I just want to check if they are located there..

    [Only registered and activated users can see links. ]

    OT: I have another problem I tried to switch from Dev world to PVP world and to ECO world and my usernames still OWNER Rank. How do I fix that?
    OT: I can't open another client, why!!! Please I will repp+ Thanks for help!
    Bump? Any help please?
    Reply With Quote  
     

  6. #106  
    Registered Member
    Join Date
    Apr 2012
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Anyone has experience with the following errors when running the centreal server from Intelliji:

    > Task :kronos-server:run
    Failed to install signal handler: java.lang.IllegalArgumentException: Unknown signal: TRAP
    [main] ERROR rollingErrorFileLogger -
    java.lang.ExceptionInInitializerError
    at kilim.WeavingClassLoader.<init>(WeavingClassLoader .java:115)
    at kilim.tools.Kilim.trampoline(Kilim.java:107)
    at kilim.tools.Kilim.trampoline(Kilim.java:79)
    at io.ruin.Server.main(Server.java:80)
    Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 58
    at org.objectweb.asm.ClassReader.<init>(ClassReader.j ava:195)
    at org.objectweb.asm.ClassReader.<init>(ClassReader.j ava:176)
    at org.objectweb.asm.ClassReader.<init>(ClassReader.j ava:162)
    at kilim.mirrors.CachedClassMirrors$ClassMirror.<init >(CachedClassMirrors.java:111)
    at kilim.mirrors.CachedClassMirrors.mirror(CachedClas sMirrors.java:55)
    at kilim.mirrors.CachedClassMirrors.classForName(Cach edClassMirrors.java:49)
    at kilim.mirrors.CachedClassMirrors.mirror(CachedClas sMirrors.java:81)
    at kilim.mirrors.Detector.<init>(Detector.java:37)
    at kilim.analysis.KilimContext.<init>(KilimContext.ja va:13)
    at kilim.analysis.KilimContext.<clinit>(KilimContext. java:8)
    ... 4 more
    It will not start and the client(Runelite) will also not run with the following errors:
    Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
    Use '--warning-mode all' to show the individual deprecation warnings.
    See [Only registered and activated users can see links. ]
    8 actionable tasks: 8 executed
    C:\Users\glenn\OneDrive\Bureaublad\Project\runelit e\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\glenn\OneDrive\Bureaublad\Project\runelit e\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
    C:\Users\glenn\OneDrive\Bureaublad\Project\runelit e\runescape-client\src\main\java\Client.java:3599: error: cannot find symbol
    JSObject.getWindow(var3).call("resize", var4);
    ^
    symbol: method getWindow(Client)
    location: class JSObject
    C:\Users\glenn\OneDrive\Bureaublad\Project\runelit e\runescape-client\src\main\java\WorldMapID.java:117: error: cannot find symbol
    Object var3 = JSObject.getWindow(var7).call(var2, var5);
    ^
    symbol: method getWindow(Applet)
    location: class JSObject
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    If anyone would know an solution that would be great. You can also PM me about it.

    Thanks in advance!
    Reply With Quote  
     

  7. #107  
    Registered Member
    Join Date
    Nov 2020
    Posts
    78
    Thanks given
    41
    Thanks received
    2
    Rep Power
    23
    I paid someone for setting up my files into intelliJ. And the server Runs fine. Today I removed the project from IntelliJ accidentally and I back it. The runs still working with no errors ingame, but all the classes has errors, I did nothing in codes, it seems I should change/add something in IntelliJ settings > Plugins or sometihing like that, please any help?

    [Only registered and activated users can see links. ]

    I will pay again just need to fix this asap.

    OT: The server is working I can run it and play, but Idk why I have the red errors in most of my classes
    Reply With Quote  
     

  8. #108  
    RuneCasino


    Join Date
    Jul 2007
    Posts
    1,618
    Thanks given
    170
    Thanks received
    228
    Rep Power
    326
    Quote Originally Posted by Ilgaz View Post
    I paid someone for setting up my files into intelliJ. And the server Runs fine. Today I removed the project from IntelliJ accidentally and I back it. The runs still working with no errors ingame, but all the classes has errors, I did nothing in codes, it seems I should change/add something in IntelliJ settings > Plugins or sometihing like that, please any help?

    [Only registered and activated users can see links. ]

    I will pay again just need to fix this asap.

    OT: The server is working I can run it and play, but Idk why I have the red errors in most of my classes
    Try going to the top left File > Invalidate cache and restart
    Reply With Quote  
     

  9. Thankful user:


  10. #109  
    🌸 Game Designer | Unity | C# 🌸
    Natalynn's Avatar
    Join Date
    Dec 2015
    Posts
    105
    Thanks given
    47
    Thanks received
    12
    Rep Power
    15
    I have a question, when I use GPU Option on the runlite client my frames dip like below 30-40, and without its constant 50? On the normal client it stays 50 with GPU on.
    Reply With Quote  
     

  11. #110  
    Extreme Donator

    Patrity's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    937
    Thanks given
    173
    Thanks received
    306
    Discord
    View profile
    Rep Power
    882
    Quote Originally Posted by Domz View Post
    cant find anything
    It's in the class 'NettyServer' in the central server.
    We had multiple IPs on our dedi so we had to bind to specific IP's on startup. Do not change it to 127.0.0.1 or you will only be able to connect locally.

    Remove all the if statements and just bind to 0.0.0.0
    Free map releases: [Only registered and activated users can see links. ]



    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  12. Thankful user:


Page 11 of 13 FirstFirst ... 910111213 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
  •