| v62 | XiuzSource 3.4

Page 17 of 124 FirstFirst ... 79101112131415161718192021222324252767117 ... LastLast
Results 241 to 255 of 1852
  1. #241
    Alpha Member Moogra is offline
    MemberRank
    Jul 2008 Join Date
    1,804Posts

    Re: [Release] XiuzSource 1.2

    Quote Originally Posted by XiuzSu View Post
    tsunayoshi apparently someone didn't read the updates, but that's fine.
    Anyways this isn't an argument topic don't be all pissed cause people like my
    source better. I'm really clueless as to why you two (^^^ and ToyFork) are
    in this topic just been complete idiots. Anyways if you don't mind, I'll like you two
    to stay out. No one here wants to hear what either of you have to say.
    Yes, so I have been a complete idiot because I said you had an exploit?

  2. #242
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.3

    Not just that, comparing sources, saying this is bad, not that is better...
    seriously this isn't the topic for those kind of discussions. I guess it was mainly ToyFork.

  3. #243
    Infraction Banned ToyFork is offline
    MemberRank
    Aug 2009 Join Date
    344Posts

    Re: [Release] XiuzSource 1.3

    And i'm an idiot because i proved that your source fails? :o

  4. #244

    Re: [Release] XiuzSource 1.3

    For some reason when I attempt to create a guild, I get the message "The name is already in use... Please try other ones..." Then I look into the MySQL database and under guilds to find that the created guilds I wanted are in there. But It doesn't create it properly in the game... Please tell me it's not only me and if it is, any ideas how I can fix this?

  5. #245
    Infraction Banned ToyFork is offline
    MemberRank
    Aug 2009 Join Date
    344Posts

    Re: [Release] XiuzSource 1.3

    Quote Originally Posted by XiuzSu View Post
    Not just that, comparing sources, saying this is bad, not that is better...
    seriously this isn't the topic for those kind of discussions. I guess it was mainly ToyFork.
    At least mines doesn't have exploits <3

  6. #246
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.3

    jap0knees, make sure you put a password when making the account.

    ToyFork, neither will mine by next update.

  7. #247
    Infraction Banned ToyFork is offline
    MemberRank
    Aug 2009 Join Date
    344Posts

    Re: [Release] XiuzSource 1.3

    Quote Originally Posted by XiuzSu View Post
    jap0knees, make sure you put a password when making the account.

    ToyFork, neither will mine by next update.
    Do you use this source for TiosMS?

    Because this source seems better than your server

  8. #248
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.3

    ngabriel I will check that for you when I do the next update.

  9. #249

    Re: [Release] XiuzSource 1.3

    Quote Originally Posted by xiuzsu View Post
    ngabriel i will check that for you when i do the next update.
    omg! Thank you so much! You are the greatest!

  10. #250
    warp(california, "home"); LameJacob is offline
    MemberRank
    Sep 2008 Join Date
    CaliforniaLocation
    537Posts

    Re: [Release] XiuzSource 1.3

    Quote Originally Posted by XiuzSu View Post
    ngabriel I will check that for you when I do the next update.
    In the next update, can you put up a svn?

  11. #251
    Valued Member Akreao is offline
    MemberRank
    Dec 2007 Join Date
    Ontario, CanadaLocation
    144Posts

    Re: [Release] XiuzSource 1.3

    Quote Originally Posted by ngabriel View Post
    omg! Thank you so much! You are the greatest!
    Norvie, if you needed help you could have just asked me. I don't hate you, Josh does.

    -DaemoN

  12. #252

    Re: [Release] XiuzSource 1.3

    Code:
    SEVERE: CREATE GUILD THROW
    java.lang.NullPointerException
            at com.mysql.jdbc.ResultSetImpl.buildIndexMapping(ResultSetImpl.java:709
    )
            at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1069)
            at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2734)
            at net.sf.odinms.net.world.guild.MapleGuild.createGuild(MapleGuild.java:
    450)
            at net.sf.odinms.net.world.WorldRegistryImpl.createGuild(WorldRegistryIm
    pl.java:302)
            at net.sf.odinms.net.world.WorldChannelInterfaceImpl.createGuild(WorldCh
    annelInterfaceImpl.java:433)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
            at sun.rmi.transport.Transport$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.rmi.transport.Transport.serviceCall(Unknown Source)
            at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Sou
    rce)
            at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Sour
    ce)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    If this helps on the guild fix for me, here it is.

  13. #253
    Valued Member Akreao is offline
    MemberRank
    Dec 2007 Join Date
    Ontario, CanadaLocation
    144Posts

    Re: [Release] XiuzSource 1.3

    Code:
                rs.close();
                ps.close();
                return rs.getInt("guildid");
    I'm no coder but can that rs instance be used after it's closed? If so, nevermind. If not, good luck getting that Int from it.

    ---------- Post added at 05:09 AM ---------- Previous post was at 04:24 AM ----------

    Like I said before, I'm no coder but this works:

    MapleGuild.java

    Replace
    Code:
    rs.first();
    rs.close();
    ps.close();
    return rs.getInt("guildid");
    With
    Code:
                if (rs.first()) {
                    int temp = rs.getInt("guildid");
                    rs.close();
                    ps.close();
                    return temp;
                } else {
                    return 0;
                }

  14. #254
    Account Upgraded | Title Enabled! XiuzSu is offline
    MemberRank
    Mar 2009 Join Date
    c.getXiuzSu.posLocation
    826Posts

    Re: [Release] XiuzSource 1.3

    Yea that was it that's exactly what I did to fix it.

  15. #255
    Member jap0knees is offline
    MemberRank
    Jul 2009 Join Date
    99Posts

    Re: [Release] XiuzSource 1.3

    Quote Originally Posted by XiuzSu View Post
    jap0knees, make sure you put a password when making the account.

    ToyFork, neither will mine by next update.
    LOL my mistake it works now.

    not sure how i could have forgotten to put a password though.



Advertisement