Thread: [Kronos] How to setup your IDE + Environment

Page 2 of 8 FirstFirst 1234 ... LastLast
Results 11 to 20 of 75
  1. #11  
    Registered Member
    Join Date
    Mar 2012
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Im getting this error. Anyone been able to overcome this?

    [01/01/2021 11:24:05 PM]: Loading server settings...
    Failed to install signal handler: java.lang.IllegalArgumentException: Unknown signal: TRAP
    [main] INFO io.ruin.Server - [email protected]
    [Attach Listener] INFO kilim.agent.KilimAgent - agentmain method invoked with args: and inst: [email protected]
    [main] INFO io.ruin.Server - Looking for system.properties in C:\Users\daneb\OneDrive\Desktop\Kronos\Kronos-master\kronos-server\server.properties
    [01/01/2021 11:24:06 PM]: WARNING: Offline mode enabled!
    [01/01/2021 11:24:06 PM]: Loading server data...
    [main] ERROR rollingErrorFileLogger - DataFile Failure: C:\Users\daneb\OneDrive\Desktop\Kronos\Kronos-master\kronos-server\data\region_keys.json
    java.lang.OutOfMemoryError: Java heap space
    Reply With Quote  
     

  2. #12  
    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 Spatch.1 View Post
    Im getting this error. Anyone been able to overcome this?
    Might try giving it some more ram



    I also recommend using intelliJ as the compiler instead of gradle.
    but be sure to do this for kronos-master and runelite projects.
    you can open these settings by pressing CTRL + ALT + S
    Free map releases: [Only registered and activated users can see links. ]



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

  3. Thankful user:


  4. #13  
    Registered Member
    Join Date
    Mar 2012
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Patrity View Post
    Might try giving it some more ram



    I also recommend using intelliJ as the compiler instead of gradle.
    but be sure to do this for kronos-master and runelite projects.
    you can open these settings by pressing CTRL + ALT + S

    thanks for your response. I've done both of these suggestions and now i run into this error.

    [01/02/2021 03:15:46 AM]: Loading server data...
    [main] ERROR rollingErrorFileLogger - DataFile Failure: C:\Users\daneb\OneDrive\Desktop\Kronos\Kronos-master\kronos-server\data\region_keys.json
    java.lang.OutOfMemoryError: GC overhead limit exceeded
    at io.ruin.model.map.Region.getTile(Region.java:166)
    at io.ruin.model.map.Tile.get(Tile.java:43)
    at io.ruin.model.map.MultiZone.set(MultiZone.java:58)
    at io.ruin.model.map.MultiZone.set(MultiZone.java:45)
    at io.ruin.model.map.MultiZone.load(MultiZone.java:12 2)
    at io.ruin.data.impl.region_keys.fromJson(region_keys .java:74)
    at io.ruin.data.DataFile.fromJson(DataFile.java:38)
    at io.ruin.data.DataFile$PackedFile.<init>(DataFile.j ava:149)
    at io.ruin.data.DataFile.load(DataFile.java:112)
    at io.ruin.data.DataFile.loadUnpacked(DataFile.java:6 0)
    at io.ruin.data.DataFile.load(DataFile.java:45)
    at io.ruin.Server.main(Server.java:140)
    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)
    Reply With Quote  
     

  5. #14  
    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 Spatch.1 View Post
    thanks for your response. I've done both of these suggestions and now i run into this error.
    2048 was just an example. You may need more for the game-server startup since the startup can be pretty demanding between loading thousands of JSON files and preforming the kilim weaving process which is how Kronos manage's it's threads.
    Free map releases: [Only registered and activated users can see links. ]



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

  6. #15  
    Registered Member
    Join Date
    May 2020
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Could anybody give me a quick rundown on how to setup SQL for localhost play only ? Is XAMPP and MySQL workbench enough or do I need other tools ?when running the client I get this => [Only registered and activated users can see links. ]. Help would be appreciated.
    Reply With Quote  
     

  7. #16  
    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 nxz1 View Post
    Could anybody give me a quick rundown on how to setup SQL for localhost play only ? Is XAMPP and MySQL workbench enough or do I need other tools ?when running the client I get this => [Only registered and activated users can see links. ]. Help would be appreciated.
    Would need output from the client to confirm, however, it looks like the client is not making connection to the update server. check my FAQ's on the downloads thread.
    Free map releases: [Only registered and activated users can see links. ]



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

  8. #17  
    Registered Member
    Join Date
    May 2020
    Posts
    10
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Patrity View Post
    Would need output from the client to confirm, however, it looks like the client is not making connection to the update server. check my FAQ's on the downloads thread.
    I finally made it work, thank you so much for the help, I forgot to specify the path for to server.properties in Server.java.
    Reply With Quote  
     

  9. #18  
    Registered Member
    Join Date
    Jan 2012
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Castiel View Post
    any idea how to fix this problem ?
    [Only registered and activated users can see links. ]

    Ive been stuck on this for a while, ended up uploading the thing to onedrive, and setting the path there, this is what happens

    [Only registered and activated users can see links. ]

    please help?

    So we have to pay for or make site that can host the files, to run the client?? what am i doing wrong
    Reply With Quote  
     

  10. #19  
    Registered Member
    Join Date
    Dec 2011
    Posts
    68
    Thanks given
    1
    Thanks received
    8
    Discord
    View profile
    Rep Power
    2
    What am i doing wrong here? [Only registered and activated users can see links. ]
    Reply With Quote  
     

  11. #20  
    Donator

    Join Date
    Aug 2019
    Posts
    14
    Thanks given
    0
    Thanks received
    4
    Rep Power
    27
    Hello, anyone facing this error - java.lang.reflect.InvocationTargetException?

    Reply With Quote  
     

Page 2 of 8 FirstFirst 1234 ... 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: 4
    Last Post: 08-13-2015, 05:22 AM
  2. Replies: 2
    Last Post: 08-13-2015, 12:53 AM
  3. How to setup rsps in Eclipse IDE
    By Floppy Disk in forum Snippets
    Replies: 5
    Last Post: 03-26-2015, 08:04 PM
  4. How To Set Your "Environment Variables".
    By Gluon in forum Tutorials
    Replies: 0
    Last Post: 01-29-2012, 10:48 PM
  5. [PICS]How to setup your JDK javac Classpath!
    By Aeronix in forum Tutorials
    Replies: 7
    Last Post: 11-24-2009, 08:24 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
  •