Thread: [317] #180 - Anguish - Hydra's / Raids / OSRS Eco Emulation (Bug Fixed Ascend)

Page 16 of 27 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 268
  1. #151  
    Super Donator

    Join Date
    Jul 2016
    Posts
    61
    Thanks given
    7
    Thanks received
    8
    Rep Power
    49
    Quote Originally Posted by socklol View Post
    some stuff:


    upon completing the tutorial and receiving your starter you receive a

    Code:
    java.lang.ClassCastException:java.base/java.lang.reflect.Field cannot be cast to java.base/java.lang.Comparable
    (because youre not comparing anything to anything)

    go to ServerData.java

    and replace your

    Code:
    	private PriorityQueue<Field> updateQueue = new PriorityQueue<>();

    with


    Code:
    	private PriorityQueue<Field> updateQueue = 
    			new PriorityQueue<Field>(5, Collections.reverseOrder());

    now starters and zulrah will work properly
    I added this but still getting error and also after accepting starter kit my game doesn't respond. Any clue why
    Reply With Quote  
     

  2. #152  
    Registered Member
    Join Date
    Jan 2017
    Posts
    119
    Thanks given
    7
    Thanks received
    19
    Discord
    View profile
    Rep Power
    9
    Quote Originally Posted by Hyphonzy View Post
    I added this but still getting error and also after accepting starter kit my game doesn't respond. Any clue why
    did you import?




    at top:
    import java.util.Collections;
    import java.util.PriorityQueue;
    Reply With Quote  
     

  3. Thankful user:


  4. #153  
    Super Donator

    Join Date
    Jul 2016
    Posts
    61
    Thanks given
    7
    Thanks received
    8
    Rep Power
    49
    Quote Originally Posted by socklol View Post
    did you import?




    at top:
    import java.util.Collections;
    import java.util.PriorityQueue;
    Yes i checked and those were there. Im using java 13. does that matter?
    Reply With Quote  
     

  5. #154  
    Registered Member
    Join Date
    May 2016
    Posts
    2
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Awesome release, thank you!
    Reply With Quote  
     

  6. #155  
    Registered Member
    Join Date
    Jan 2017
    Posts
    119
    Thanks given
    7
    Thanks received
    19
    Discord
    View profile
    Rep Power
    9
    Quote Originally Posted by Hyphonzy View Post
    Yes i checked and those were there. Im using java 13. does that matter?
    what does the error say
    Reply With Quote  
     

  7. #156  
    Super Donator

    Join Date
    Jul 2016
    Posts
    61
    Thanks given
    7
    Thanks received
    8
    Rep Power
    49
    Quote Originally Posted by socklol View Post
    what does the error say
    java.lang.ClassCastException:java.base/java.lang.reflect.Field
    Reply With Quote  
     

  8. #157  
    Registered Member
    Join Date
    Jul 2018
    Posts
    12
    Thanks given
    0
    Thanks received
    2
    Rep Power
    10
    Client Download Link Please Help
    Reply With Quote  
     

  9. #158  
    Registered Member
    Join Date
    Jan 2017
    Posts
    119
    Thanks given
    7
    Thanks received
    19
    Discord
    View profile
    Rep Power
    9
    Quote Originally Posted by Hyphonzy View Post
    java.lang.ClassCastException:java.base/java.lang.reflect.Field
    are you not using an IDE like eclipse?

    add this to the top with other imports:

    import java.lang.reflect.Field;
    Reply With Quote  
     

  10. #159  
    Super Donator

    Join Date
    Jul 2016
    Posts
    61
    Thanks given
    7
    Thanks received
    8
    Rep Power
    49
    Quote Originally Posted by socklol View Post
    are you not using an IDE like eclipse?

    add this to the top with other imports:

    import java.lang.reflect.Field;
    Using eclipse and added all imports. Still giving me this error..

    Code:
    java.lang.ClassCastException: class java.lang.reflect.Field cannot be cast to class java.lang.Comparable (java.lang.reflect.Field and java.lang.Comparable are in module java.base of loader 'bootstrap')

    EDIT: I Fixed the error. Had to use different java version.
    Reply With Quote  
     

  11. #160  
    Registered Member
    Join Date
    Apr 2020
    Posts
    12
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Client download?

    So i have set the iP on the client and set it to LIVE but how do I send the client to my friend do they need eclipse to run it? If I export it as loader or client it just stops at 0% and closes?

    Quote Originally Posted by imxiko View Post
    playanguish.net
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at com.client.loader.Loader.getNewestVersion(Loader.j ava:51)
    at com.client.loader.Loader.main(Loader.java:93)
    We're getting an error!
    java.net.UnknownHostException: playanguish.net
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.net.NetworkClient.doConnect(Unknown Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.www.http.HttpClient.<init>(Unknown Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at sun.net.[Only registered and activated users can see links. ] Source)
    at com.client.loader.Loader.getNewestVersion(Loader.j ava:51)
    at com.client.loader.Loader.main(Loader.java:94)
    We're getting an error!
    NEWEST: 0.0 currvers: 0.0Exception in thread "main" java.lang.NoClassDefFoundError: com/thoughtworks/xstream/converters/reflection/ReflectionProvider
    at com.client.loader.Loader.main(Loader.java:104)
    Caused by: java.lang.ClassNotFoundException: com.thoughtworks.xstream.converters.reflection.Ref lectionProvider
    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)
    ... 1 more

    how do i fix this?
    Anyone?
    Reply With Quote  
     

Page 16 of 27 FirstFirst ... 6141516171826 ... 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: 61
    Last Post: 11-16-2020, 12:45 AM
  2. Replies: 17
    Last Post: 02-11-2020, 01:44 PM
  3. Replies: 15
    Last Post: 01-31-2018, 07:10 PM
  4. Mastyscape 317 OSRS Eco ! (req) Players To test
    By mastydog in forum Requests
    Replies: 1
    Last Post: 08-04-2017, 01:51 PM
  5. Replies: 8
    Last Post: 05-16-2017, 12:32 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
  •