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

Page 15 of 18 FirstFirst ... 51314151617 ... LastLast
Results 141 to 150 of 174
  1. #141  
    Registered Member
    Join Date
    Jun 2021
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    hi, need help to jar it, i did it write but says jni error when i open it. this is for a friend i would like to know how to make a runnable jar for him . my discord is sedveka#7186
    Reply With Quote  
     

  2. #142  
    Registered Member
    Join Date
    Jan 2017
    Posts
    195
    Thanks given
    13
    Thanks received
    27
    Rep Power
    13
    a jni error means the client was compiled with a java version that is higher than what the person clicking jar file has on their computer
    Reply With Quote  
     

  3. #143  
    Registered Member
    Join Date
    Oct 2021
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    If anyone can help me with my kronos base. Currently the setup is almost done for live. All IP's are changed into ours. Forums has been disabled and loginsystem is changed. Local the server can be run and works smooth. The only issue we have is that we can't get it to work LIVE.

    The central server is connecting on localhost but on LIVE it gives the following error: `Central Server Connection Failed: Connection refused: no further information`

    Ports are all portforwarded and open. All three servers are running the same IP with different ports.

    Paying 25 euro paypal if you can get this server to run live.
    Reply With Quote  
     

  4. #144  
    Registered Member
    Join Date
    Oct 2021
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I have worked through a lot of the errors I have received so far, however I am currently getting an error js5_connect.

    My update-server does not stay running, but does not throw any errors:

    Code:
    12:10:39 AM: Executing task 'run'...
    
    Configuration on demand is an incubating feature.
    
    > Configure project :
    The compile configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the implementation configuration instead. Consult the upgrading guide for further information: https://docs.gradle.org/6.4.1/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations
    	at build_5eb7vr78h9i0bchncboc0ko5n$_run_closure2$_closure14.doCall(C:\Users\alecm\Desktop\KMast\Kronos-master\build.gradle:61)
    	(Run with --stacktrace to get the full stack trace of this deprecation warning.)
    The testCompile configuration has been deprecated for dependency declaration. This will fail with an error in Gradle 7.0. Please use the testImplementation configuration instead. Consult the upgrading guide for further information: https://docs.gradle.org/6.4.1/userguide/upgrading_version_5.html#dependencies_should_no_longer_be_declared_using_the_compile_and_runtime_configurations
    	at build_5eb7vr78h9i0bchncboc0ko5n$_run_closure2$_closure14.doCall(C:\Users\alecm\Desktop\KMast\Kronos-master\build.gradle:68)
    	(Run with --stacktrace to get the full stack trace of this deprecation warning.)
    
    > Task :kronos-update-server:processResources NO-SOURCE
    > Task :kronos-api:compileKotlin UP-TO-DATE
    
    > Task :kronos-api:compileJava UP-TO-DATE
    Using insecure protocols with repositories has been deprecated. This is scheduled to be removed in Gradle 7.0. Switch Maven repository 'maven(http://repo.maven.apache.org/maven2)' to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/6.4.1/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.
    
    > Task :kronos-api:processResources NO-SOURCE
    > Task :kronos-api:classes UP-TO-DATE
    > Task :kronos-api:inspectClassesForKotlinIC UP-TO-DATE
    > Task :kronos-api:jar UP-TO-DATE
    > Task :kronos-update-server:compileJava UP-TO-DATE
    > Task :kronos-update-server:classes UP-TO-DATE
    
    > Task :kronos-update-server:run
    Initiating file store...
    [11/04/2021 12:10:41 AM]: Update Server is now listening on 0.0.0.0:7304
    
    BUILD SUCCESSFUL in 2s
    6 actionable tasks: 1 executed, 5 up-to-date
    [main] INFO io.ruin.update.Server - Looking for system.properties in C:\Users\alecm\Desktop\KMast\Kronos-master\kronos-update-server\..\kronos-server\server.properties
    12:10:41 AM: Task execution finished 'run'.
    After I run a new task, it closes out the run window for the update server and the client black screens and throws the js5 connection error.


    If anyone is still offering support out there, I would very much appreciate some help with this.
    Even just a picture of what a properly running console should look like might help me lmao

    Thank you in advance
    Reply With Quote  
     

  5. #145  
    Registered Member
    Join Date
    Mar 2018
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    i got the client running..

    but when i try to run the server it gives this error..

    > Task :kronos-server:run
    [main] INFO io.ruin.Server - jdk.internal.loader.ClassLoaders$AppClassLoader@7a ec35a
    [main] ERROR rollingErrorFileLogger -
    java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at kilim.tools.Kilim.trampoline(Kilim.java:113)
    at kilim.tools.Kilim.trampoline(Kilim.java:79)
    at io.ruin.Server.main(Server.java:80)
    Caused by: java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl. invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at kilim.WeavingClassLoader.run(WeavingClassLoader.ja va:122)
    at kilim.tools.Kilim.trampoline(Kilim.java:110)
    ... 2 more
    Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at com.ea.agentloader.AgentLoader$1.loadAgent(AgentLo ader.java:244)
    at com.ea.agentloader.AgentLoader.loadAgent(AgentLoad er.java:77)
    at com.ea.agentloader.AgentLoader.loadAgentClass(Agen tLoader.java:148)
    at com.ea.agentloader.AgentLoader.loadAgentClass(Agen tLoader.java:102)
    Caused by: java.lang.reflect.InvocationTargetException

    at io.ruin.Server.main(Server.java:89)
    ... 8 more
    Caused by: java.lang.reflect.InvocationTargetException
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invo ke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl. invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at com.ea.agentloader.AgentLoader$1.loadAgent(AgentLo ader.java:240)
    Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

    ... 12 more
    Caused by: java.lang.RuntimeException: java.io.IOException: Can not attach to current VM
    at com.ea.agentloader.AgentLoaderHotSpot.getVirtualMa chine(AgentLoaderHotSpot.java:90)
    at com.ea.agentloader.AgentLoaderHotSpot.loadAgent(Ag entLoaderHotSpot.java:56)
    ... 17 more
    Caused by: java.lang.reflect.InvocationTargetException

    Caused by: java.io.IOException: Can not attach to current VM
    at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.<init>(HotS potVirtualMachine.java:75)
    at jdk.attach/sun.tools.attach.VirtualMachineImpl.<init>(Virtual MachineImpl.java:48)
    at jdk.attach/sun.tools.attach.AttachProviderImpl.attachVirtualM achine(AttachProviderImpl.java:69)
    Caused by: java.lang.RuntimeException: java.io.IOException: Can not attach to current VM

    at jdk.attach/com.sun.tools.attach.VirtualMachine.attach(Virtual Machine.java:207)
    at com.ea.agentloader.AgentLoaderHotSpot.getVirtualMa chine(AgentLoaderHotSpot.java:86)
    ... 18 more
    Caused by: java.io.IOException: Can not attach to current VM
    client will load.. but cant connect
    Reply With Quote  
     

  6. #146  
    A good beginning makes a good end.
    Elon Musk's Avatar
    Join Date
    Mar 2013
    Posts
    663
    Thanks given
    86
    Thanks received
    72
    Rep Power
    87
    Quote Originally Posted by knetterbal View Post
    i got the client running..

    but when i try to run the server it gives this error..



    client will load.. but cant connect
    Same error for me.
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  7. #147  
    Registered Member
    Join Date
    Nov 2021
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    amazing release! I will downloads this for safe keeping
    Reply With Quote  
     

  8. #148  
    Contributor


    Join Date
    Jul 2010
    Posts
    450
    Thanks given
    256
    Thanks received
    268
    Rep Power
    1305
    Made a Git release for this here, for convenience
    https://gitlab.com/rsps-releases/osrs/kronos-osrs-184
    Reply With Quote  
     

  9. #149  
    Retro


    Join Date
    Mar 2008
    Posts
    63
    Thanks given
    30
    Thanks received
    23
    Rep Power
    93
    Quote Originally Posted by Nozemi View Post
    Made a Git release for this here, for convenience
    https://gitlab.com/rsps-releases/osrs/kronos-osrs-184
    Why not just compile a list of all your links into 1 thread? You’re flooding the portal screen mate.
    Attached image
    Reply With Quote  
     

  10. #150  
    Contributor


    Join Date
    Jul 2010
    Posts
    450
    Thanks given
    256
    Thanks received
    268
    Rep Power
    1305
    Quote Originally Posted by Mario Bros View Post
    Why not just compile a list of all your links into 1 thread? You’re flooding the portal screen mate.
    Because it's related to this thread in particular, and the portal isn't particularly active anyway, so I just thought I'd get it over with lol.

    Not planning on doing the entire release section any way. Just picked the things I personally might use as well as some of the things that are popular.

    Either way, I don't think we should continue this discussion on this thread haha, so consider this my explanation for spamming the portal screen
    Reply With Quote  
     

Page 15 of 18 FirstFirst ... 51314151617 ... 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
  •