Thread: [rs2server] 474 hyperion help

Results 1 to 5 of 5
  1. #1 [rs2server] 474 hyperion help 
    Registered Member
    Join Date
    Jun 2012
    Posts
    72
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    Okay so when i try to add a new Item to Equipmentdefinition i get this error! I don't know what to do and when i edit another item in there to my item it works :/
    Code:
    Aug 03, 2013 10:30:41 PM org.rs2server.Server main
    INFO: Starting Hyperion...
    Aug 03, 2013 10:30:44 PM org.rs2server.rs2.model.ObjectManager load
    INFO: Loading definitions...
    Aug 03, 2013 10:30:44 PM org.rs2server.rs2.model.ObjectManager load
    INFO: Loaded 14978 object definitions.
    Aug 03, 2013 10:30:44 PM org.rs2server.rs2.model.ObjectManager load
    INFO: Loading map...
    Aug 03, 2013 10:30:50 PM org.rs2server.rs2.RS2Server bind
    INFO: Binding to port : 43594...
    Aug 03, 2013 10:30:53 PM org.rs2server.rs2.ScriptManager <init>
    INFO: Loading scripts...
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.RS2Server start
    INFO: Waiting for pending background loading tasks...
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.model.ObjectManager load
    INFO: Loaded 1376518 objects and 48 custom objects.
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.model.Door init
    INFO: Loading doors...
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.model.Door init
    INFO: Loaded 32 doors.
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.model.boundary.BoundaryManager init
    INFO: Loading boundary definitions...
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.model.boundary.BoundaryManager init
    INFO: Loaded 19 boundary definitions.
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.model.ItemDefinition init
    INFO: Loading item definitions...
    Aug 03, 2013 10:30:54 PM org.rs2server.Server main
    SEVERE: Error starting Hyperion.
    java.util.concurrent.ExecutionException: java.nio.BufferUnderflowException
    	at java.util.concurrent.FutureTask$Sync.innerGet(Unknown Source)
    	at java.util.concurrent.FutureTask.get(Unknown Source)
    	at org.rs2server.util.BlockingExecutorService.waitForPendingTasks(BlockingExecutorService.java:50)
    	at org.rs2server.rs2.RS2Server.start(RS2Server.java:84)
    	at org.rs2server.Server.main(Server.java:37)
    Caused by: java.nio.BufferUnderflowException
    	at java.nio.Buffer.nextGetIndex(Unknown Source)
    	at java.nio.DirectByteBuffer.get(Unknown Source)
    	at org.rs2server.rs2.model.ItemDefinition.init(ItemDefinition.java:72)
    	at org.rs2server.rs2.model.World$3.call(World.java:171)
    	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    	at java.util.concurrent.FutureTask.run(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    
    Aug 03, 2013 10:30:54 PM org.rs2server.rs2.model.NPCDefinition init
    INFO: Loading NPC definitions...
    Aug 03, 2013 10:30:56 PM org.rs2server.rs2.model.NPCDefinition init
    INFO: Loaded 6391 NPC definitions.
    Aug 03, 2013 10:30:56 PM org.rs2server.rs2.model.CombatNPCDefinition init
    INFO: Loading combat NPC definitions...
    Aug 03, 2013 10:30:56 PM org.rs2server.rs2.model.CombatNPCDefinition init
    INFO: Loaded 76 combat NPC definitions.
    Aug 03, 2013 10:30:56 PM org.rs2server.rs2.model.NPCSpawn init
    INFO: Loading NPC spawns...
    Aug 03, 2013 10:30:56 PM org.rs2server.rs2.model.NPCSpawn init
    INFO: Loaded 390 NPC spawns.
    Aug 03, 2013 10:30:56 PM org.rs2server.rs2.model.equipment.EquipmentDefinition init
    INFO: Loading equipment definitions...
    com.thoughtworks.xstream.converters.ConversionException: Invalid reference
    ---- Debugging information ----
    reference           : ../../../entry[296]/equipmentDef/bonuses
    class               : org.rs2server.rs2.model.equipment.EquipmentDefinition
    required-type       : org.rs2server.rs2.model.equipment.EquipmentDefinition
    converter-type      : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
    path                : /map/entry[299]/equipmentDef/bonuses
    line number         : 9477
    class[1]            : java.util.HashMap
    converter-type[1]   : com.thoughtworks.xstream.converters.collections.MapConverter
    version             : null
    -------------------------------
    	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:57)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
    	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:355)
    	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:306)
    	at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:234)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
    	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
    	at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
    	at com.thoughtworks.xstream.converters.collections.MapConverter.putCurrentEntryIntoMap(MapConverter.java:90)
    	at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:78)
    	at com.thoughtworks.xstream.converters.collections.MapConverter.populateMap(MapConverter.java:72)
    	at com.thoughtworks.xstream.converters.collections.MapConverter.unmarshal(MapConverter.java:67)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
    	at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
    	at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
    	at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
    	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1058)
    	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1042)
    	at com.thoughtworks.xstream.XStream.fromXML(XStream.java:922)
    	at org.rs2server.util.XMLController.readXML(XMLController.java:125)
    	at org.rs2server.rs2.model.equipment.EquipmentDefinition.init(EquipmentDefinition.java:87)
    	at org.rs2server.rs2.model.World$5.call(World.java:187)
    	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    	at java.util.concurrent.FutureTask.run(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    Aug 03, 2013 10:30:57 PM org.rs2server.rs2.model.Shop init
    INFO: Loading Shops definitions...
    Aug 03, 2013 10:30:57 PM org.rs2server.rs2.model.Shop init
    INFO: Loaded 22 shops.
    Aug 03, 2013 10:30:57 PM org.rs2server.rs2.model.ItemSpawn init
    INFO: Loading item spawns...
    Aug 03, 2013 10:30:57 PM org.rs2server.rs2.model.ItemSpawn init
    INFO: Loaded 2 item spawns.
    Aug 03, 2013 10:30:57 PM org.rs2server.rs2.model.minigame.impl.FightPits <init>
    INFO: Fight Pits minigame started.
    Reply With Quote  
     

  2. #2  
    squared

    Join Date
    Jun 2013
    Posts
    355
    Thanks given
    38
    Thanks received
    27
    Rep Power
    30
    Have you changed the MAX_ITEMS?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2012
    Posts
    72
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    it's already at the max
    Reply With Quote  
     

  4. #4  
    squared

    Join Date
    Jun 2013
    Posts
    355
    Thanks given
    38
    Thanks received
    27
    Rep Power
    30
    What's the max? Change it from 10000 to like 16000
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2012
    Posts
    72
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    it's at 2147000
    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. [rs2server] 474 hyperion help
    By jummppy1 in forum Help
    Replies: 6
    Last Post: 07-26-2013, 11:33 AM
  2. 474 need help!
    By Lord Rasil10 in forum Help
    Replies: 2
    Last Post: 04-30-2009, 10:16 PM
  3. [HELP] 474 Items! [HELP]
    By Adam™ in forum Help
    Replies: 3
    Last Post: 04-26-2009, 07:34 PM
  4. 474 compiling help [look]
    By inFamous in forum Help
    Replies: 3
    Last Post: 03-14-2009, 10:11 PM
  5. 474/Need help - Want a completed 508"Hd"
    By manofwar95 in forum Help
    Replies: 2
    Last Post: 01-08-2009, 05:56 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
  •