Thread: 562/604 source error

Results 1 to 5 of 5
  1. #1 562/604 source error 
    Registered Member
    Join Date
    Jan 2012
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    it keeps saying this when i try running it

    [2012/01/07 09:26:25] [Server]: rs2hd framework
    [2012/01/07 09:26:26] [Server]: Loaded 15500item prices.
    Loaded all shops.
    [2012/01/07 09:26:28] [Server]: Reading mapdata...
    [2012/01/07 09:26:28] [Server]: Loaded mapdata.
    [2012/01/07 09:26:29] [Server]: Loaded packet handlers.
    [2012/01/07 09:26:29] [Server]: Loading item definitions...
    [2012/01/07 09:26:29] [Server]: Loaded 11992 item definitions.
    [2012/01/07 09:26:29] [Server]: Loading npc definitions...
    [2012/01/07 09:26:29] [Server]: Loaded 276 npc definitions.
    [2012/01/07 09:26:29] [Server]: Loading world list data...
    [2012/01/07 09:26:29] [Server]: Setting up world...
    [2012/01/07 09:26:31] [Server]: Loading clans....
    [2012/01/07 09:26:31] [Server]: Loaded 0 clans.
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.converters.ConversionEx
    ception: Cannot construct com.rs2hd.model.NPC as it does not have a no-args cons
    tructor : Cannot construct com.rs2hd.model.NPC as it does not have a no-args con
    structor
    ---- Debugging information ----
    message : Cannot construct com.rs2hd.model.NPC as it does not have a
    no-args constructor
    cause-exception : com.thoughtworks.xstream.converters.reflection.Obj ectAcces
    sException
    cause-message : Cannot construct com.rs2hd.model.NPC as it does not have a
    no-args constructor
    class : java.util.ArrayList
    required-type : com.rs2hd.model.NPC
    path : /list/npc
    line number : 2
    -------------------------------
    [2012/01/07 09:26:31] [Server]: Cannot construct com.rs2hd.model.NPC as it does
    not have a no-args constructor : Cannot construct com.rs2hd.model.NPC as it does
    not have a no-args constructor
    ---- Debugging information ----
    message : Cannot construct com.rs2hd.model.NPC as it does not have a
    no-args constructor
    cause-exception : com.thoughtworks.xstream.converters.reflection.Obj ectAcces
    sException
    cause-message : Cannot construct com.rs2hd.model.NPC as it does not have a
    no-args constructor
    class : java.util.ArrayList
    required-type : com.rs2hd.model.NPC
    path : /list/npc
    line number : 2
    -------------------------------
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.TreeUnmarshaller.c
    onvert(TreeUnmarshaller.java:88)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.AbstractReferenceU
    nmarshaller.convert(AbstractReferenceUnmarshaller. java:55)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.TreeUnmarshaller.c
    onvertAnother(TreeUnmarshaller.java:75)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.TreeUnmarshaller.c
    onvertAnother(TreeUnmarshaller.java:59)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.converters.collections.
    AbstractCollectionConverter.readItem(AbstractColle ctionConverter.java:77)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.converters.collections.
    CollectionConverter.populateCollection(CollectionC onverter.java:68)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.converters.collections.
    CollectionConverter.unmarshal(CollectionConverter. java:61)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.TreeUnmarshaller.c
    onvert(TreeUnmarshaller.java:81)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.AbstractReferenceU
    nmarshaller.convert(AbstractReferenceUnmarshaller. java:55)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.TreeUnmarshaller.c
    onvertAnother(TreeUnmarshaller.java:75)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.TreeUnmarshaller.c
    onvertAnother(TreeUnmarshaller.java:59)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.TreeUnmarshaller.s
    tart(TreeUnmarshaller.java:142)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.core.AbstractTreeMarsha
    llingStrategy.unmarshal(AbstractTreeMarshallingStr ategy.java:33)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.XStream.unmarshal(XStre
    am.java:907)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.XStream.unmarshal(XStre
    am.java:893)
    [2012/01/07 09:26:31] [Server]: com.thoughtworks.xstream.XStream.fromXML(XStream
    .java:845)
    [2012/01/07 09:26:31] [Server]: com.rs2hd.model.World.setEngine(World.java:407)
    [2012/01/07 09:26:31] [Server]: com.rs2hd.Server.<init>(Server.java:73)
    [2012/01/07 09:26:31] [Server]: com.rs2hd.Main$1.run(main.java:36)
    [2012/01/07 09:26:31] [Server]: java.lang.Thread.run(Unknown Source)
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2011
    Posts
    109
    Thanks given
    2
    Thanks received
    1
    Rep Power
    13
    easy to fix

    just uninstaall jre7 and install jre6

    (note remove jre7 from your pc.

    rep me please
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2012
    Posts
    13
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    oh ok thanks!
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2011
    Posts
    109
    Thanks given
    2
    Thanks received
    1
    Rep Power
    13
    no problem.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Yeaaahhhh thankyou
    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. tkoscape source help (562/604)
    By Crush17 in forum Help
    Replies: 6
    Last Post: 02-15-2012, 01:02 AM
  2. Replies: 4
    Last Post: 07-28-2011, 01:03 PM
  3. Help 562/604 Curses Error
    By I Pk Nomad in forum Help
    Replies: 10
    Last Post: 02-23-2011, 03:10 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
  •