KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 78
  1. #61
    Novice awepony is offline
    MemberRank
    Jul 2014 Join Date
    1Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    12345
    Last edited by awepony; 10-12-18 at 02:45 AM. Reason: Deleting my privacy contents

  2. #62
    Novice Jump Khunasup is offline
    MemberRank
    Jun 2013 Join Date
    4Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    [IMG][/IMG]

    I cannot change File to a Folder. What i need to do ?

    - - - Updated - - -

    [IMG][/IMG]

    I cannot change File to a Folder. What i need to do ?

  3. #63
    Apprentice pcszeng is offline
    MemberRank
    Jun 2008 Join Date
    11Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    Extract it using alzip, 7z, or winrar

  4. #64
    Apprentice wertweruio12 is offline
    MemberRank
    Aug 2014 Join Date
    15Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    help me !!!

  5. #65
    Apprentice pcszeng is offline
    MemberRank
    Jun 2008 Join Date
    11Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    @wertweruio12: The important part is `Address already in use: bind` -> change the port number. It failed to bind the server to your IP + Port...

    [Edit] That or shut down any other service using the same port.

  6. #66
    Apprentice erttuy11 is offline
    MemberRank
    Jun 2013 Join Date
    17Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes



    why utf-8 sequence error??

    replace XMLDomMapleData change complete

    i need help!


    Last edited by erttuy11; 15-08-14 at 05:57 PM.

  7. #67
    Member izenook is offline
    MemberRank
    Apr 2013 Join Date
    77Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    Quote Originally Posted by erttuy11 View Post


    why utf-8 sequence error??

    replace XMLDomMapleData change complete
    easy to fix

    in XMLDomMapleData.java

    change
    PHP Code:
        public XMLDomMapleData(final FileInputStream fis, final File imageDataDir) {
        try {
            
    DocumentBuilderFactory documentBuilderFactory DocumentBuilderFactory.newInstance();
            
    DocumentBuilder documentBuilder documentBuilderFactory.newDocumentBuilder();
            
    Document document documentBuilder.parse(fis);
            
    this.node document.getFirstChild();

        } catch (
    ParserConfigurationException e) {
            throw new 
    RuntimeException(e);
        } catch (
    SAXException e) {
            throw new 
    RuntimeException(e);
        } catch (
    IOException e) {
            throw new 
    RuntimeException(e);
        }
        
    this.imageDataDir imageDataDir;
        } 
    to


    PHP Code:
        public XMLDomMapleData(FileInputStream fisFile imageDataDir) {
            try { 
                
    DocumentBuilderFactory documentBuilderFactory DocumentBuilderFactory.newInstance();
                
    DocumentBuilder documentBuilder documentBuilderFactory.newDocumentBuilder();
                
    Reader reader = new InputStreamReader(fis"UTF-8"); // Parse Special Characters Using UTF-8
                
    InputSource source = new InputSource(reader);
                
    Document document documentBuilder.parse(source);
                
    this.node document.getFirstChild();
            } catch (
    ParserConfigurationException SAXException IOException e) {
                throw new 
    RuntimeException(e);
            }
            
    this.imageDataDir imageDataDir;
        } 

  8. #68
    Apprentice erttuy11 is offline
    MemberRank
    Jun 2013 Join Date
    17Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    Fast answer, thank you
    XMLDomMapleData.java php code change complete...
    but, utf-8 sequence error...
    again error..... same error

  9. #69
    Member BelenBiebs is offline
    MemberRank
    Mar 2014 Join Date
    Lima, PeruLocation
    67Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    NetBeans - Eclipse? Compile O.o Not Accept UTF-8

  10. #70
    Novice Error 38 is offline
    MemberRank
    Jul 2014 Join Date
    3Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes


  11. #71
    Apprentice pcszeng is offline
    MemberRank
    Jun 2008 Join Date
    11Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    If you took the time to search this thread, you will find your solutions. =[

  12. #72
    Zaytron is offline
    MemberRank
    Nov 2012 Join Date
    320Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    Quote Originally Posted by pcszeng View Post
    Extract it using alzip, 7z, or winrar
    Can't seem to do it. Installed 7-Zip & WinRAR yet can't extract.

  13. #73
    Novice Error 38 is offline
    MemberRank
    Jul 2014 Join Date
    3Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    Quote Originally Posted by Zaytron View Post
    Can't seem to do it. Installed 7-Zip & WinRAR yet can't extract.
    Use ALZip for extract it.

  14. #74
    Apprentice leasng0087 is offline
    MemberRank
    Aug 2014 Join Date
    9Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes


    How do I resolve this error

  15. #75
    Novice sakanatamaa is offline
    MemberRank
    Oct 2013 Join Date
    JapanLocation
    1Posts

    Re: KMS 1.2.211 Source - Return of the Mystic Gates & The Seed Changes

    http://blog.naver.com/ahajs2004/220134083747

    In case any of you are interested in the latest KMS sources.



Page 5 of 6 FirstFirst 123456 LastLast

Advertisement