Thread: Unable to connect to source need help

Results 1 to 5 of 5
  1. #1 Unable to connect to source need help 
    Registered Member
    Join Date
    Jul 2020
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hello i can't connect to the localhost server everythink loads fine but when i try login this error popup

    Can someone tell me what to do thanks!!

    Code:
    Exception in thread "Thread-1" java.lang.NoClassDefFoundError: ISAACRandomGen
    	at Client.login(Client.java:9469)
    	at Client.processLoginScreenInput(Client.java:13925)
    	at Client.processGameLoop(Client.java:4828)
    	at RSApplet.run(RSApplet.java:161)
    	at Client.run(Client.java:7357)
    	at java.base/java.lang.Thread.run(Thread.java:830)
    Caused by: java.lang.ClassNotFoundException: ISAACRandomGen
    	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
    	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
    	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
    	... 6 more
     

  2. #2  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,187
    Thanks given
    1,124
    Thanks received
    834
    Discord
    View profile
    Rep Power
    1514
    Isaac is used for game session encryption hence why it doesn't occur until login, the issue is for some reason the jvm can't find the class file but presumably it compiles fine otherwise you'd have had errors at compile time. The exception isn't actually that helpful, it could be a classpath issue or a bunch of others so start by ruling out simple explanations first.

    1. Did the program compile correctly and do you have the class file ?

    2. How are you running the program?
     

  3. #3  
    Registered Member
    Join Date
    Jul 2020
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Fire Cape View Post
    Isaac is used for game session encryption hence why it doesn't occur until login, the issue is for some reason the jvm can't find the class file but presumably it compiles fine otherwise you'd have had errors at compile time. The exception isn't actually that helpful, it could be a classpath issue or a bunch of others so start by ruling out simple explanations first.

    1. Did the program compile correctly and do you have the class file ?

    2. How are you running the program?
    I'm using eclipse there is everythink fine. I'm using a leaked source to practice on so maybe someone added an anti-leach otherwise idk what could be the issue
     

  4. #4  
    Donator

    Kid Buu's Avatar
    Join Date
    Aug 2017
    Posts
    427
    Thanks given
    169
    Thanks received
    222
    Rep Power
    399
    Quote Originally Posted by NightmareKush View Post
    I'm using eclipse there is everythink fine. I'm using a leaked source to practice on so maybe someone added an anti-leach otherwise idk what could be the issue
    Well you admitted to using a leaked source so not many people are going to help you.

    Off topic;

    Welcome back to rune-server, with this kind of posts I hope you don't try to sell services again. :-)
     

  5. #5  
    🎶 As you're falling down 🎶

    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,354
    Thanks given
    5,793
    Thanks received
    664
    Discord
    View profile
    Rep Power
    3836
    Help will not be provided for leaked sources.

    Furthermore, ban appeal accounts are not to be used for anything other than posting ban appeals. Consider this your only warning.
    [Only registered and activated users can see links. ]

    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
     


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: 1
    Last Post: 03-18-2017, 04:34 AM
  2. Replies: 6
    Last Post: 02-16-2017, 06:01 AM
  3. Replies: 12
    Last Post: 09-26-2015, 06:58 PM
  4. Replies: 1
    Last Post: 03-08-2012, 01:34 AM
  5. Replies: 7
    Last Post: 04-21-2009, 03:09 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
  •