Thread: [RS2HD]Strange Error

Results 1 to 9 of 9
  1. #1 [RS2HD]Strange Error 
    Registered Member
    Join Date
    Jul 2008
    Posts
    430
    Thanks given
    6
    Thanks received
    29
    Rep Power
    12
    Code:
    Exception in thread "WorkerThread" com.thoughtworks.xstream.io.StreamException:
     : input contained no data
            at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.jav
    a:80)
            at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(Abst
    ractPullReader.java:137)
            at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(Abstract
    PullReader.java:130)
            at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullR
    eader.java:109)
            at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveDown(AbstractP
    ullReader.java:94)
            at com.thoughtworks.xstream.io.xml.XppReader.<init>(XppReader.java:48)
            at com.thoughtworks.xstream.io.xml.XppDriver.createReader(XppDriver.java
    :44)
            at com.thoughtworks.xstream.io.xml.XppDriver.createReader(XppDriver.java
    :49)
            at com.thoughtworks.xstream.XStream.fromXML(XStream.java:845)
            at com.rs2hd.io.XStreamPlayerLoader.load(XStreamPlayerLoader.java:35)
            at com.rs2hd.WorkerThread.run(WorkerThread.java:68)
            at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.EOFException: input contained no data
            at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
            at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
            at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
            at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
            at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
            at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.jav
    a:63)
            ... 11 more
    Can somone interpret what is wrong with this? Im guessing theres something in the workerthread causing to crash? This only happens after about 30 minutes into the server then I get this. I would appericate if you can pin point this error so I can see what I did wrong. The last thing I added was prayer but it doesn't have to do with this error because I took out prayer and checked and still happened.
    People acting like they know what they are talking about...
    Quote Originally Posted by Emperium View Post
    at the some of the people trying to do this rofl. This is a very simple thing to do and really didn't need any new defined statements in InventoryOptionHandler... Simply use the imports the herblore class uses... But thank you for the help for the ones that do not understand a single thing when it comes to JavaScript
    Reply With Quote  
     

  2. #2  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,871
    Thanks given
    1,854
    Thanks received
    4,745
    Rep Power
    5000
    Caused by: java.io.EOFException: input contained no data

    It's caused by loading character files, can't say what is wrong though.

    Attached image

    Reply With Quote  
     

  3. #3  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,146
    Thanks given
    256
    Thanks received
    1,252
    Rep Power
    3714
    That means the character file has nothing to load.

    HINT: Delete the character file cause they tend to erase



    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2008
    Posts
    430
    Thanks given
    6
    Thanks received
    29
    Rep Power
    12
    so ur saying i have to delete all the accounts.. lol
    People acting like they know what they are talking about...
    Quote Originally Posted by Emperium View Post
    at the some of the people trying to do this rofl. This is a very simple thing to do and really didn't need any new defined statements in InventoryOptionHandler... Simply use the imports the herblore class uses... But thank you for the help for the ones that do not understand a single thing when it comes to JavaScript
    Reply With Quote  
     

  5. #5  
    Member [RS2HD]Strange Error Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    Quote Originally Posted by 'Mystic Flow View Post
    That means the character file has nothing to load.

    HINT: Delete the character file cause they tend to erase
    Mine don't..

    It's trying to load a corrupt/non existant file.

    Attached imageAttached image
    Reply With Quote  
     

  6. #6  
    Registered Member
    Itz Matthew ♥'s Avatar
    Join Date
    Oct 2007
    Posts
    399
    Thanks given
    1
    Thanks received
    4
    Rep Power
    82
    This happens during the deserialization of the character's XML file to the Player class. Try setting your variables as transient next time.

    http://en.wikipedia.org/wiki/Serialization
    Reply With Quote  
     

  7. #7  
    Member [RS2HD]Strange Error Market Banned


    Luke132's Avatar
    Join Date
    Dec 2007
    Age
    35
    Posts
    12,574
    Thanks given
    199
    Thanks received
    7,106
    Rep Power
    5000
    Quote Originally Posted by Itz Matthew ♥ View Post
    This happens during the deserialization of the character's XML file to the Player class. Try setting your variables as transient next time.

    http://en.wikipedia.org/wiki/Serialization
    That would give a different error.

    Attached imageAttached image
    Reply With Quote  
     

  8. #8  
    Registered Member
    Itz Matthew ♥'s Avatar
    Join Date
    Oct 2007
    Posts
    399
    Thanks given
    1
    Thanks received
    4
    Rep Power
    82
    Quote Originally Posted by Luke132 View Post
    That would give a different error.
    Code:
    Caused by: java.io.EOFException: input contained no data
            at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3003)
            at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
            at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
            at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
            at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
            at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.jav
    a:63)
            ... 11 more

    I'm blind.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jul 2008
    Posts
    430
    Thanks given
    6
    Thanks received
    29
    Rep Power
    12
    Quote Originally Posted by Itz Matthew ♥ View Post
    This happens during the deserialization of the character's XML file to the Player class. Try setting your variables as transient next time.

    http://en.wikipedia.org/wiki/Serialization
    Thier mostly transient either way but yes i deleted all the accounts and it seems you were all correct it was somone account that caused thank you luke mystic flow and anyone else who helped.
    People acting like they know what they are talking about...
    Quote Originally Posted by Emperium View Post
    at the some of the people trying to do this rofl. This is a very simple thing to do and really didn't need any new defined statements in InventoryOptionHandler... Simply use the imports the herblore class uses... But thank you for the help for the ones that do not understand a single thing when it comes to JavaScript
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •