Thread: Goudont 562 help

Results 1 to 8 of 8
  1. #1 Goudont 562 help 
    Registered Member
    Join Date
    Nov 2014
    Posts
    63
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    when i start the server its fine and i make an account but as soon as i log out/ close the server or go off it when i try to log on again it says "error loading your profile please contact customer support." then when delete the account save then use the same password and username it lets me log on thanks if anyone can help me
    Reply With Quote  
     

  2. #2  
    Registered Member Tony12's Avatar
    Join Date
    Jan 2010
    Posts
    361
    Thanks given
    12
    Thanks received
    24
    Rep Power
    26
    Quote Originally Posted by Heisenberg_ View Post

    Lemme guess, "Error loading character file"? Go to this file: XStreamPlayerLoader.java and go to this part:
    Code:
    } catch(Exception e) {
                result.returnCode = 24;
            }
    add an e.printStackTrace(); underneath the catch and then login again with your player. It should tell you which class has a no args constructor. Go to that file and add:

    public className() {

    }

    And if there's any more classes, you can add the thing mentioned above for those classes too.
    Here you go 100% credits to Heisenberg_
    Working on 637.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2014
    Posts
    63
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Tony12 View Post
    Here you go 100% credits to Heisenberg_
    thanks but when i add that in i get this error

    Compiling
    src\com\rs2hd\model\Player.java:6679: error: invalid method declaration; return
    type required
    public className() {
    ^
    1 error
    Correctly compiled
    Press any key to continue . . .

    also how can i fix these i have tried adding the playerclass to the player.java but i get the error above how do i fix that? thanks
    ---- Debugging information ----
    message : Cannot construct com.rs2hd.model.Player as it does not hav
    e a no-args constructor
    cause-exception : com.thoughtworks.xstream.converters.reflection.Obj ectAcces
    sException
    cause-message : Cannot construct com.rs2hd.model.Player as it does not hav
    e a no-args constructor
    class : com.rs2hd.model.Player
    required-type : com.rs2hd.model.Player
    path : /player
    line number : 1
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2014
    Posts
    63
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    can anyone help me please i cant code anything because i cant log out and in to make myself owner
    Reply With Quote  
     

  5. #5  
    Registered Member Tony12's Avatar
    Join Date
    Jan 2010
    Posts
    361
    Thanks given
    12
    Thanks received
    24
    Rep Power
    26
    You need to return it

    put this in:

    Code:
    public Player() {
    
    }
    Also i see that you use the name classname you need to change it to the class name ..
    Working on 637.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Nov 2014
    Posts
    63
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Tony12 View Post
    You need to return it

    put this in:

    Code:
    public Player() {
    
    }
    Also i see that you use the name classname you need to change it to the class name ..
    i put that in and got this

    Compiling
    src\com\rs2hd\model\Player.java:6679: error: invalid method declaration; return
    type required
    public className() {
    ^
    src\com\rs2hd\model\Player.java:6682: error: constructor Player() is already def
    ined in class Player
    public Player() {
    ^

    thats what i have got in my player.java
    public className() {

    }
    public Player() {

    }
    Reply With Quote  
     

  7. #7  
    Registered Member Tony12's Avatar
    Join Date
    Jan 2010
    Posts
    361
    Thanks given
    12
    Thanks received
    24
    Rep Power
    26
    remove classname ...
    Working on 637.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    May 2012
    Posts
    19
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    dude.... none fucking file got this code in.. you need to do all of them 1 per 1.
    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. [562] Goudont/ReFlection help.
    By Caskey in forum Help
    Replies: 2
    Last Post: 06-11-2013, 01:28 AM
  2. rs2hd 562 Help please rep!
    By Propane in forum Help
    Replies: 3
    Last Post: 11-15-2009, 04:24 AM
  3. [562] help with npc combat bug please...
    By darkness in forum Help
    Replies: 4
    Last Post: 11-07-2009, 06:32 PM
  4. [562] Help please with itemonitem
    By darkness in forum Help
    Replies: 11
    Last Post: 11-04-2009, 02:31 PM
  5. [562] Help please ItemSelect
    By darkness in forum Help
    Replies: 3
    Last Post: 11-04-2009, 02:47 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
  •