Thread: Hyperion Base Trouble

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Hyperion Base Trouble 
    Banned
    Join Date
    May 2012
    Age
    27
    Posts
    173
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    Alright i just downloaded the project annihilation source and client and you use eclipse to run it i have eclipse and everything but i just cant seem to run it i keep having problems. Can someone please help me

    i have team viewer and skype.

    skype-santino.roma69.
    Reply With Quote  
     

  2. #2  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    Errors?
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    May 2012
    Age
    27
    Posts
    173
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    it just doesnt work? i followed a full guide too.
    Reply With Quote  
     

  4. #4  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    How does it not work.......
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2012
    Posts
    83
    Thanks given
    3
    Thanks received
    9
    Rep Power
    11
    Yeah, I had problems with it a while ago too. I believe you have to delete the eclipse property files from the project, but I don't really remember.

    Also, does it work when you're not using eclipse? Just by executing the batch file.
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    May 2012
    Age
    27
    Posts
    173
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    Heres wat it says when i try running it without eclipse like when i just run the server.
    Code:
    Oct 13, 2012 2:57:39 PM org.hyperion.Server main
    INFO: Starting Hyperion...
    Oct 13, 2012 2:57:39 PM org.hyperion.rs2.model.GameObjectDefinition init
    INFO: Loading definitions...
    Oct 13, 2012 2:57:40 PM org.hyperion.rs2.model.ObjectManager load
    INFO: Loading definitions...
    Oct 13, 2012 2:57:40 PM org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 43595...
    Oct 13, 2012 2:57:40 PM org.hyperion.fileserver.FileServer bind
    INFO: Binding to port : 8080...
    Oct 13, 2012 2:57:40 PM org.hyperion.rs2.model.ObjectManager load
    INFO: Loaded 14974 object definitions.
    Oct 13, 2012 2:57:40 PM org.hyperion.rs2.model.ObjectManager load
    INFO: Loading map...
    Oct 13, 2012 2:57:41 PM org.hyperion.fileserver.FileServer start
    INFO: Ready
    Oct 13, 2012 2:57:41 PM org.hyperion.rs2.RS2Server bind
    INFO: Binding to port : 43594...
    Oct 13, 2012 2:57:41 PM org.hyperion.rs2.ScriptManager <init>
    INFO: Loading scripts...
    Oct 13, 2012 2:57:41 PM org.hyperion.rs2.RS2Server start
    INFO: Waiting for pending background loading tasks...
    Oct 13, 2012 2:57:41 PM org.hyperion.Server main
    SEVERE: Error starting Hyperion.
    java.util.concurrent.ExecutionException: com.thoughtworks.xstream.converters.Con
    versionException: Cannot construct org.hyperion.rs2.model.GameObjectDefinition a
    s it does not have a no-args constructor : Cannot construct org.hyperion.rs2.mod
    el.GameObjectDefinition as it does not have a no-args constructor
    ---- Debugging information ----
    message             : Cannot construct org.hyperion.rs2.model.GameObjectDefiniti
    on as it does not have a no-args constructor
    cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAcces
    sException
    cause-message       : Cannot construct org.hyperion.rs2.model.GameObjectDefiniti
    on as it does not have a no-args constructor
    class               : java.util.ArrayList
    required-type       : org.hyperion.rs2.model.GameObjectDefinition
    path                : /list/objectDefinition
    line number         : 2
    -------------------------------
            at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
            at java.util.concurrent.FutureTask.get(FutureTask.java:111)
            at org.hyperion.util.BlockingExecutorService.waitForPendingTasks(Blockin
    gExecutorService.java:50)
            at org.hyperion.rs2.RS2Server.start(RS2Server.java:74)
            at org.hyperion.Server.main(Server.java:36)
    Caused by: com.thoughtworks.xstream.converters.ConversionException: Cannot const
    ruct org.hyperion.rs2.model.GameObjectDefinition as it does not have a no-args c
    onstructor : Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it
    does not have a no-args constructor
    ---- Debugging information ----
    message             : Cannot construct org.hyperion.rs2.model.GameObjectDefiniti
    on as it does not have a no-args constructor
    cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAcces
    sException
    cause-message       : Cannot construct org.hyperion.rs2.model.GameObjectDefiniti
    on as it does not have a no-args constructor
    class               : java.util.ArrayList
    required-type       : org.hyperion.rs2.model.GameObjectDefinition
    path                : /list/objectDefinition
    line number         : 2
    -------------------------------
            at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshall
    er.java:88)
            at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(A
    bstractReferenceUnmarshaller.java:55)
            at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnm
    arshaller.java:75)
            at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnm
    arshaller.java:59)
            at com.thoughtworks.xstream.converters.collections.AbstractCollectionCon
    verter.readItem(AbstractCollectionConverter.java:77)
            at com.thoughtworks.xstream.converters.collections.CollectionConverter.p
    opulateCollection(CollectionConverter.java:68)
            at com.thoughtworks.xstream.converters.collections.CollectionConverter.u
    nmarshal(CollectionConverter.java:61)
            at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshall
    er.java:81)
            at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(A
    bstractReferenceUnmarshaller.java:55)
            at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnm
    arshaller.java:75)
            at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnm
    arshaller.java:59)
            at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller
    .java:142)
            at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarsh
    al(AbstractTreeMarshallingStrategy.java:33)
            at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:907)
            at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:893)
            at com.thoughtworks.xstream.XStream.fromXML(XStream.java:845)
            at org.hyperion.rs2.model.GameObjectDefinition.init(GameObjectDefinition
    .java:27)
            at org.hyperion.rs2.model.World$1.call(World.java:118)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            at java.util.concurrent.FutureTask.run(FutureTask.java:166)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
    java:1110)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:603)
            at java.lang.Thread.run(Thread.java:722)
    Caused by: com.thoughtworks.xstream.converters.reflection.ObjectAccessException:
     Cannot construct org.hyperion.rs2.model.GameObjectDefinition as it does not hav
    e a no-args constructor
            at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProv
    ider.newInstance(PureJavaReflectionProvider.java:71)
            at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConv
    erter.instantiateNewInstance(AbstractReflectionConverter.java:279)
            at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConv
    erter.unmarshal(AbstractReflectionConverter.java:149)
            at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshall
    er.java:81)
            ... 22 more
    
    Press any key to continue . . .
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    May 2012
    Age
    27
    Posts
    173
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    if its possible i would like to run it without eclipse
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Aug 2011
    Posts
    360
    Thanks given
    61
    Thanks received
    185
    Rep Power
    315
    Your version of Java is not compatible with that xstream jar.
    Reply With Quote  
     

  9. #9  
    Officially Retired

    Huey's Avatar
    Join Date
    Jan 2008
    Age
    22
    Posts
    16,478
    Thanks given
    3,385
    Thanks received
    7,727
    Rep Power
    5000
    JRE7 doesn't work with it, use JRE6..
    Attached image
    Listen children don't become this guy.
    Quote Originally Posted by Owner Spikey View Post
    Why can I attack lower level npc's in a matter of a mouse hover but for a higher level npc the only choice to attack is by right clicking option attack?

    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Oct 2012
    Posts
    83
    Thanks given
    3
    Thanks received
    9
    Rep Power
    11
    Quote Originally Posted by Alias View Post
    Your version of Java is not compatible with that xstream jar.
    This.

    Means you have to update your xstream libraries.
    Reply With Quote  
     

Page 1 of 2 12 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. [Hyperion]A better runecrafting base
    By LKOD Jake in forum Snippets
    Replies: 7
    Last Post: 08-17-2010, 05:31 PM
  2. [Hyperion] RuneCrafting base.
    By Fire Cape in forum Snippets
    Replies: 5
    Last Post: 08-16-2010, 02:47 PM
  3. [Hyperion] Pickpocketing base.
    By Fire Cape in forum Snippets
    Replies: 8
    Last Post: 07-29-2010, 11:22 AM
  4. [Hyperion] RuneCrafting base.
    By Fire Cape in forum Snippets
    Replies: 8
    Last Post: 07-25-2010, 08:57 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
  •