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

Page 10 of 11 FirstFirst ... 891011 LastLast
Results 91 to 100 of 106
  1. #91  
    Banned
    Join Date
    Nov 2022
    Posts
    6
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    A++++
    Reply With Quote  
     

  2. #92  
    Registered Member

    Join Date
    Aug 2009
    Posts
    475
    Thanks given
    92
    Thanks received
    13
    Rep Power
    225
    any helpAttachment 4161

    It gets stuck here then black screen. any ideas? mstsc_PJj80jT0OH.png
    [Kronos] How to setup your IDE + Environment Attached Images
    Last edited by IntV; 11-30-2022 at 03:03 PM.
    lol'd
    Quote Originally Posted by Christopher View Post
    What the fuck is compileing
    Reply With Quote  
     

  3. #93  
    Registered Member
    Join Date
    Mar 2018
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Since mavenplugin is now deprecated how are you supposed to change this to work? says you need to use maven-publish, but then expects arguments in the parenthesis.

    allprojects {
    apply<MavenPlugin>()

    group = "com.openosrs"
    version = ProjectVersions.rlVersion

    project.extra["gitCommit"] = localGitCommit
    project.extra["gitCommitShort"] = localGitCommitShort

    project.extra["rootPath"] = rootDir.toString().replace("", "/")
    project.extra["injectedClassesPath"] = "${rootDir}/injector-plugin/out/injected-client/"
    }
    Reply With Quote  
     

  4. #94  
    Registered Member
    Join Date
    Jun 2020
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I'm starting to train, but I'm having this error: "The legacy `maven` plugin was removed in Gradle 7. Please use the `maven-publish` plugin instead. See Maven Publish Plugin for details"
    The version I'm using is 6.5, could you help me?
    Reply With Quote  
     

  5. #95  
    Registered Member
    Join Date
    Jun 2023
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Can anyone help me? i am getting this error when i run the server.

    Code:
    > Task :kronos-server:run
    [main] INFO io.ruin.Server - jdk.internal.loader.ClassLoaders$AppClassLoader@4e0e2f2a
    [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.invoke0(Native Method)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    	at kilim.WeavingClassLoader.run(WeavingClassLoader.java:122)
    	at kilim.tools.Kilim.trampoline(Kilim.java:110)
    	... 2 more
    Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    Caused by: java.lang.reflect.InvocationTargetException
    
    	at com.ea.agentloader.AgentLoader$1.loadAgent(AgentLoader.java:244)
    	at com.ea.agentloader.AgentLoader.loadAgent(AgentLoader.java:77)
    	at com.ea.agentloader.AgentLoader.loadAgentClass(AgentLoader.java:148)
    	at com.ea.agentloader.AgentLoader.loadAgentClass(AgentLoader.java:102)
    	at io.ruin.Server.main(Server.java:89)
    	... 8 more
    Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    
    Caused by: java.lang.reflect.InvocationTargetException
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Caused by: java.lang.reflect.InvocationTargetException
    
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    	at com.ea.agentloader.AgentLoader$1.loadAgent(AgentLoader.java:240)
    	... 12 more
    Caused by: java.lang.RuntimeException: java.io.IOException: Can not attach to current VM
    	at com.ea.agentloader.AgentLoaderHotSpot.getVirtualMachine(AgentLoaderHotSpot.java:90)
    Caused by: java.lang.RuntimeException: java.io.IOException: Can not attach to current VM
    
    	at com.ea.agentloader.AgentLoaderHotSpot.loadAgent(AgentLoaderHotSpot.java:56)
    	... 17 more
    Caused by: java.io.IOException: Can not attach to current VM
    Caused by: java.io.IOException: Can not attach to current VM
    
    	at jdk.attach/sun.tools.attach.HotSpotVirtualMachine.<init>(HotSpotVirtualMachine.java:75)
    	at jdk.attach/sun.tools.attach.VirtualMachineImpl.<init>(VirtualMachineImpl.java:48)
    	at jdk.attach/sun.tools.attach.AttachProviderImpl.attachVirtualMachine(AttachProviderImpl.java:69)
    	at jdk.attach/com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:207)
    	at com.ea.agentloader.AgentLoaderHotSpot.getVirtualMachine(AgentLoaderHotSpot.java:86)
    	... 18 more
    Reply With Quote  
     

  6. #96  
    Banned
    Join Date
    May 2023
    Posts
    16
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Very helpful for many peoples that want to run Kronos great job and thanks for the tutorial you provided
    Reply With Quote  
     

  7. #97  
    Registered Member
    Join Date
    Aug 2016
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    does anyone knows how to fix this error Just a moment...
    Reply With Quote  
     

  8. #98  
    Registered Member
    Join Date
    Aug 2023
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by ownedrpd View Post
    does anyone knows how to fix this error Just a moment...
    Did you get this fixed? having the same issue
    Reply With Quote  
     

  9. #99  
    Registered Member
    Join Date
    Mar 2013
    Posts
    579
    Thanks given
    684
    Thanks received
    137
    Rep Power
    217
    not hard just follow the tut
    Reply With Quote  
     

  10. #100  
    Registered Member
    Join Date
    Aug 2023
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by MrSlayerGod View Post
    not hard just follow the tut
    Was gonna write a decent reply but I just read some of your posts all I see is "good job man" or being sarcastic with everyone. Solid input mate
    Reply With Quote  
     

Page 10 of 11 FirstFirst ... 891011 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
  •