Help me Fix this.. SourceDev Source

Results 1 to 4 of 4
  1. #1
    Member NightEvil is offline
    MemberRank
    Oct 2012 Join Date
    59Posts

    ! Help me Fix this.. SourceDev Source

    Anyone know how fix this thing?? Teach me


    PHP Code:
    [SonicMS]
    Loader 1...
    Loader 2...
    Loader 3...
    Loader 4...
    Loader 5...
    Loader 6...
    22630 items loaded.
    Loader 7...
    Loader 8...
    Loader 9...
    Loader 10...
    Exception in thread "main" java.lang.NumberFormatException: For input string"1
    0003361
    "
            
    at java.lang.NumberFormatException.forInputString(Unknown Source)
            
    at java.lang.Integer.parseInt(Unknown Source)
            
    at java.lang.Integer.parseInt(Unknown Source)
            
    at provider.MapleDataTool.getIntConvert(MapleDataTool.java:90)
            
    at server.CashItemFactory.initialize(CashItemFactory.java:58)
            
    at server.Start.run(Start.java:88)
            
    at server.Start.main(Start.java:126)
    Press any key to continue . . . 


  2. #2
    $_SESSION['DEV']; hecari is offline
    MemberRank
    Dec 2008 Join Date
    336Posts

    Re: Help me Fix this.. SourceDev Source

    the CashPackage XML is where the error is located. There is a fix . Search the forum.

  3. #3
    Member NightEvil is offline
    MemberRank
    Oct 2012 Join Date
    59Posts

    Re: Help me Fix this.. SourceDev Source

    Can help me Find it??

  4. #4
    Account Upgraded | Title Enabled! bbhing98 is offline
    MemberRank
    Jul 2012 Join Date
    314Posts

    Re: Help me Fix this.. SourceDev Source

    Go into your source folder, wz, search for 10003361, scroll through the whole XML, there's some unnecessary alphabet in the XML that makes it corrupted. Delete those unnecessary alphabets and save



Advertisement