Thread: Client 742 [Already have]

Results 1 to 8 of 8
  1. #1 Client 742 [Already have] 
    Donator


    Join Date
    Feb 2014
    Age
    25
    Posts
    605
    Thanks given
    22
    Thanks received
    40
    Rep Power
    145
    So... I have the .class files (all i've had for about 5 years). But I used to just implement a .jar of my previous running jar client & edit loader to get it to work.


    So being I haven't edited RSPS in 2-3years, I don't know if its me being stupid... or if its the new eclipse, or whatever the issue seems to be. I paste the loaders decompiled java file in eclipse, and get 1-3 errors every time. EASY errors, but when i fix they don't run. It's literally the same thing the other class that was there previously had... So it just doesn't make sense to me.

    If someone physically helps me, I'll give them Liberate 718/752 Clans/Clanbanks 100% or something in return.

    Sorry for the stupidity... I haven't been on in years. Heres an example of the errors.

    Attached image



    I feel like its never done this to me in the past, and i don't know if they fixed where it loads via a jar or what in the new versions. But, its ass.
    https://www.rune-server.ee/static/signaturepic/sigpic258406_2.gif
    Reply With Quote  
     

  2. #2  
    Respected Member


    Kris's Avatar
    Join Date
    Jun 2016
    Age
    26
    Posts
    3,638
    Thanks given
    820
    Thanks received
    2,642
    Rep Power
    5000
    Not decompiled properly.
    Variable jbutton is missing or not of the same type.
    super() can only be at the very first line of a constructor, not in the middle of a method.
    Attached image
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Donator


    Join Date
    Feb 2014
    Age
    25
    Posts
    605
    Thanks given
    22
    Thanks received
    40
    Rep Power
    145
    Quote Originally Posted by Kris View Post
    Not decompiled properly.
    Variable jbutton is missing or not of the same type.
    super() can only be at the very first line of a constructor, not in the middle of a method.
    Okay, so you remember how I said I used my other jars to use as base of the eclipse src.

    So I fixed the errors

    Attached image


    Now, when I do the jar filing (transfering over the .class files into the other folder with the other .class files) the jar won't load. I'm probably a headache right now, its been years man.

    Am I doing something wrong? Like, with the jarmaking I don't understand why I'm having the most issues.
    https://www.rune-server.ee/static/signaturepic/sigpic258406_2.gif
    Reply With Quote  
     

  5. #4  
    2021
    SoulSplit's Avatar
    Join Date
    Nov 2011
    Posts
    830
    Thanks given
    620
    Thanks received
    654
    Rep Power
    528
    Quote Originally Posted by Ravenboss View Post
    Okay, so you remember how I said I used my other jars to use as base of the eclipse src.

    So I fixed the errors

    Attached image


    Now, when I do the jar filing (transfering over the .class files into the other folder with the other .class files) the jar won't load. I'm probably a headache right now, its been years man.

    Am I doing something wrong? Like, with the jarmaking I don't understand why I'm having the most issues.
    Does the newly compiled class files run in your IDE?
    Reply With Quote  
     

  6. #5  
    Donator


    Join Date
    Feb 2014
    Age
    25
    Posts
    605
    Thanks given
    22
    Thanks received
    40
    Rep Power
    145
    Quote Originally Posted by Technotik View Post
    Does the newly compiled class files run in your IDE?
    Code:
    Exception in thread "main" java.lang.SecurityException: class "client"'s signer information does not match signer information of other classes in the same package
    	at java.lang.ClassLoader.checkCerts(Unknown Source)
    	at java.lang.ClassLoader.preDefineClass(Unknown Source)
    	at java.lang.ClassLoader.defineClass(Unknown Source)
    	at java.security.SecureClassLoader.defineClass(Unknown Source)
    	at java.net.URLClassLoader.defineClass(Unknown Source)
    	at java.net.URLClassLoader.access$100(Unknown Source)
    	at java.net.URLClassLoader$1.run(Unknown Source)
    	at java.net.URLClassLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at Loader.startClient(Loader.java:80)
    	at Loader.doFrame(Loader.java:61)
    	at Loader.main(Loader.java:32)
    Not on IDE, but I hooked the Run.bat up with the Loader class file, and its loads that way.
    https://www.rune-server.ee/static/signaturepic/sigpic258406_2.gif
    Reply With Quote  
     

  7. #6  
    2021
    SoulSplit's Avatar
    Join Date
    Nov 2011
    Posts
    830
    Thanks given
    620
    Thanks received
    654
    Rep Power
    528
    Quote Originally Posted by Ravenboss View Post
    Code:
    Exception in thread "main" java.lang.SecurityException: class "client"'s signer information does not match signer information of other classes in the same package
    	at java.lang.ClassLoader.checkCerts(Unknown Source)
    	at java.lang.ClassLoader.preDefineClass(Unknown Source)
    	at java.lang.ClassLoader.defineClass(Unknown Source)
    	at java.security.SecureClassLoader.defineClass(Unknown Source)
    	at java.net.URLClassLoader.defineClass(Unknown Source)
    	at java.net.URLClassLoader.access$100(Unknown Source)
    	at java.net.URLClassLoader$1.run(Unknown Source)
    	at java.net.URLClassLoader$1.run(Unknown Source)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.net.URLClassLoader.findClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at Loader.startClient(Loader.java:80)
    	at Loader.doFrame(Loader.java:61)
    	at Loader.main(Loader.java:32)
    Not on IDE, but I hooked the Run.bat up with the Loader class file, and its loads that way.
    I suggest you start in the right end by setting up a user friendly environment such as IntelliJ or Eclipse

    EDIT: A quick google gave me this https://stackoverflow.com/questions/...ion-of-other-c
    Reply With Quote  
     

  8. #7  
    Donator


    Join Date
    Feb 2014
    Age
    25
    Posts
    605
    Thanks given
    22
    Thanks received
    40
    Rep Power
    145
    Quote Originally Posted by Technotik View Post
    In order for me to help you I'd need to know your run parameters, but I suggest you start in the right end by setting up a user friendly environment such as IntelliJ or Eclipse
    Add me on Discord or Skype.

    Skype [email protected] (jassmine.johnson) - ace johnson

    or Discord
    Joshua
    #1667

    Note I am on eclipse.
    https://www.rune-server.ee/static/signaturepic/sigpic258406_2.gif
    Reply With Quote  
     

  9. #8  
    2021
    SoulSplit's Avatar
    Join Date
    Nov 2011
    Posts
    830
    Thanks given
    620
    Thanks received
    654
    Rep Power
    528
    Quote Originally Posted by Ravenboss View Post
    Add me on Discord or Skype.

    Skype [email protected] (jassmine.johnson) - ace johnson

    or Discord
    Joshua
    #1667

    Note I am on eclipse.
    Ah, I'm ignorant. Adding you on discord
    Reply With Quote  
     


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: 3
    Last Post: 11-27-2013, 10:53 AM
  2. Replies: 9
    Last Post: 08-27-2012, 08:02 AM
  3. Replies: 51
    Last Post: 08-27-2009, 04:57 PM
  4. Replies: 0
    Last Post: 03-10-2009, 08:53 PM
  5. 50$ vs HD CLIENT 508 Must have ip changer
    By salenabaxter in forum Requests
    Replies: 16
    Last Post: 11-19-2008, 11:48 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •