error java code information

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    error java code information

    Hello all!

    the infos:

    2019-11-18 12:22:59,947 Error at [line=225, column=171584231]: unexpected element (uri:"", local:"speeds"). Expected elements are (none)2019-11-18 12:22:59,954 Critical Error - Thread: main terminated abnormaly: java.lang.Errorjava.lang.Error: null



    Here's how to find out which file is wrong?


    2019-11-17 22:11:58,414 Error at [line=225, column=133805744]: cvc-complex-type.2.4.a: Invalid content was found starting with element 'bard_selectable_reward'. One of '{gunner_selectable_reward, rider_selectable_reward}' is expected.
    2019-11-17 22:11:58,421 Critical Error - Thread: main terminated abnormaly: java.lang.Error: org.xml.sax.SAXParseException; lineNumber: 225; columnNumber: 133805744; cvc-complex-type.2.4.a: Invalid content was found starting with element 'bard_selectable_reward'. One of '{gunner_selectable_reward, rider_selectable_reward}' is expected.
    java.lang.Error: org.xml.sax.SAXParseException; lineNumber: 225; columnNumber: 133805744; cvc-complex-type.2.4.a: Invalid content was found starting with element 'bard_selectable_reward'. One of '{gunner_selectable_reward, rider_selectable_reward}' is expected.



    can anyone help fix this? pls :)


    can anyone help fix this?


  2. #2
    ???????????????????????? Bradley is online now
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    1,199Posts

    Re: error java code information

    What’s this about, mind going to the code to find this below.

    type.2.4.a: Invalid content was found starting with element 'bard_selectable_reward'. One of '{gunner_selectable_reward, rider_selectable_reward}' is expected. java.lang.Error: org.xml.sax.SAXParseException; lineNumber: 225;

  3. #3
    Enthusiast Romanz is offline
    MemberRank
    Oct 2010 Join Date
    RussiaLocation
    38Posts

    Re: error java code information

    в quest_data что то правил и допустил ошибку , ищи что менял

    in quest_data something rules and made a mistake, look for what changed

  4. #4
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: error java code information

    Quote Originally Posted by Romanz View Post
    в quest_data что то правил и допустил ошибку , ищи что менял

    in quest_data something rules and made a mistake, look for what changed



    Вы даете электронную почту. Я отправляю вам данные, вы видите, что со мной не так? потому что я все перепробовал

    - - - Updated - - -

    Quote Originally Posted by Bradley View Post
    What’s this about, mind going to the code to find this below.

    I don't understand what you mean by thisI don't understand what you mean by this










    that you can retrieve the corrupted file by printing only "line" and "column" data..


    the incorrect filename itself does not specify which one is the problemthe incorrect filename itself does not specify which one is the problem

    XSD file data:

    <xs:complexType name="Quest"> <xs:sequence> <xs:element name="collect_items" type="CollectItems" minOccurs="0" maxOccurs="1"/> <xs:element name="inventory_items" type="InventoryItems" minOccurs="0" maxOccurs="1"/> <xs:element name="rewards" type="Rewards" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="bonus" type="QuestBonuses" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="extended_rewards" type="Rewards" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="quest_drop" type="QuestDrop" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="quest_kill" type="QuestKill" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="start_conditions" type="QuestStartConditions" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="class_permitted" type="ClassListType" minOccurs="0" maxOccurs="1"/> <xs:element name="gender_permitted" type="Gender" minOccurs="0" maxOccurs="1"/> <xs:element name="quest_work_items" type="QuestWorkItems" minOccurs="0" maxOccurs="1"/> <xs:element name="fighter_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="knight_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="ranger_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="assassin_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="wizard_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="elementalist_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="priest_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="chanter_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <!-- News Class 4.3 --> <xs:element name="bard_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="gunner_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="rider_selectable_reward" type="QuestItems" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence>

    and xy class selectable_revard data the xml quest fuile error not foundd. all class and revard no problem mi looking..
    Last edited by kornicska; 18-11-19 at 03:26 PM.

  5. #5
    ???????????????????????? Bradley is online now
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    1,199Posts

    Re: error java code information

    Did these errors occur as soon as you setup the files or after changing something?

  6. #6
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: error java code information

    I modification/correction source code the gunslinger to gunner, songweaver to bard and technich to engineer and aethertech to rider..
    All source java edit the new modification the data, and wor and fix it. Build emu work no problem.
    And modicication new modicication class to the all class xml, quest ect..

    but if you think I'll send you the full source code
    maybe more eyes see more to fix this one bug.

    I needed to fix class because the quests and npc functions in the client were otherwise incorrect



    but if you think I'll send you the full source code

    I upload the net the emu source code, and insert this link

  7. #7
    ???????????????????????? Bradley is online now
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    1,199Posts

    Re: error java code information

    So you’ve made changes or added additional content which caused it?

  8. #8
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: error java code information

    modification data, and new data the use correction the emu all files.
    I upload emu source builder and insert link pls wait 5 sec.

  9. #9
    ???????????????????????? Bradley is online now
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    1,199Posts

    Re: error java code information

    In that case, I reckon it’s to do with incorrect values or it not being able to pick up that data due to it not being referenced or setup correctly.

  10. #10
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: error java code information

    https://drive.google.com/open?id=1Gz...L6hP3glvzjanbC


    I went through everything I knew, set it up everywhere I needed it, and even notepad ++ also looked for error options.

    As I wrote builder made no mistake, in fact emu would boot.

    only in quest xml alone is this bug always and i don't understand why.


    rider_selectable_reward
    bard_selectable_reward
    gunner_selectable_reward
    the data
    he doesn't want to accept it or he still has a problemI went through everything I knew, set it up everywhere I needed it, and even notepad ++ also looked for error options.I went through everything I knew, set it up everywhere I needed it, and even notepad ++ also looked for error options.

  11. #11
    ???????????????????????? Bradley is online now
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    1,199Posts

    Re: error java code information

    Can you paste that whole .xml into a paste in and then link it, thanks.

  12. #12
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: error java code information

    link full emu, you can watch it. everything is more transparent than if you had just one xml

  13. #13
    ???????????????????????? Bradley is online now
    MemberRank
    Jan 2013 Join Date
    United KingdomLocation
    1,199Posts

    Re: error java code information

    That’ll be good if you can do that and then I’ll take a look once home.

  14. #14
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: error java code information

    Ok big thx the help. i wait the you infos the problem fixed

  15. #15
    Account Upgraded | Title Enabled! kornicska is offline
    MemberRank
    Sep 2013 Join Date
    582Posts

    Re: error java code information

    Please write as soon as you know how to fix this error please



Page 1 of 2 12 LastLast

Advertisement