Odin Snow

Page 7 of 12 FirstFirst 123456789101112 LastLast
Results 151 to 175 of 298
  1. #151
    Enthusiast joexD is offline
    MemberRank
    Jun 2008 Join Date
    26Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by darentkc View Post
    try to change db.properties for those who set their sql username and password as "root"
    this may work for u guys..

    # qualified class name of your JDBC driver
    driver=com.mysql.jdbc.Driver
    # JDBC URL to your database
    url=jdbc:mysql://127.0.0.1:3306/odinms
    # credentials for database access
    user = lily <<== change to "root"
    password = lily <<== change to "root"

    im stuck at login screen can any help mi with it ? thanks :D
    Thats kind of obvious but thanks anyways >_<

  2. #152
    Member ChaosRedux is offline
    MemberRank
    Jun 2008 Join Date
    53Posts

    Re: [RELEASE] Odin Snow

    Code:
    Exception in thread "main" java.lang.RuntimeException: DatabaseConnection not in
    itialized
            at net.sf.lily.database.DatabaseConnection.getConnection(DatabaseCon
    nection.java:45)
            at net.sf.lily.net.channel.ChannelServer.main(ChannelServer.java:472
    )
    Press any key to continue . . .
    I've tried everything, believe me, I have. x_x

  3. #153
    Enthusiast Zachthefox is offline
    MemberRank
    Jun 2008 Join Date
    42Posts

    Re: [RELEASE] Odin Snow

    Lolcaleb, are you using this or that other one you showed me.

  4. #154
    Member Matthias is offline
    MemberRank
    Mar 2008 Join Date
    58Posts

    Re: [RELEASE] Odin Snow

    Alright I'm currently uploading a mirror for the v0.58 and Tespia clients as well as writing a couple of guides on how to access and use Lily. Hopefully it can clear up a lot with the problems peopel have at the moment.

  5. #155
    Account Upgraded | Title Enabled! iMurad is offline
    MemberRank
    Jun 2008 Join Date
    Illinois, USLocation
    529Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by Matthias View Post
    Alright I'm currently uploading a mirror for the v0.58 and Tespia clients as well as writing a couple of guides on how to access and use Lily. Hopefully it can clear up a lot with the problems peopel have at the moment.
    Problems? This is so easy I got it up in 5 minutes.

  6. #156
    Enthusiast Zachthefox is offline
    MemberRank
    Jun 2008 Join Date
    42Posts

    Re: [RELEASE] Odin Snow

    Mmk, but I need some help fixing this error.
    Code:
    SEVERE: Could not initialize class net.sf.lily.net.SendPacketOpcode
    java.lang.NoClassDefFoundError: Could not initialize class net.sf.lily.net.SendP
    acketOpcode
            at net.sf.lily.tools.MaplePacketCreator.getPing(MaplePacketCreator.java:
    127)
            at net.sf.lily.client.MapleClient.sendPing(MapleClient.java:746)
            at net.sf.lily.net.MapleServerHandler.sessionIdle(MapleServerHandler.jav
    a:199)
            at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.sessi
    onIdle(AbstractIoFilterChain.java:559)
            at org.apache.mina.common.support.AbstractIoFilterChain.callNextSessionI
    dle(AbstractIoFilterChain.java:284)
            at org.apache.mina.common.support.AbstractIoFilterChain.access$900(Abstr
    actIoFilterChain.java:53)
            at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.sess
    ionIdle(AbstractIoFilterChain.java:638)
            at org.apache.mina.common.IoFilterAdapter.sessionIdle(IoFilterAdapter.ja
    va:70)
            at org.apache.mina.common.support.AbstractIoFilterChain.callNextSessionI
    dle(AbstractIoFilterChain.java:284)
            at org.apache.mina.common.support.AbstractIoFilterChain.access$900(Abstr
    actIoFilterChain.java:53)
            at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.sess
    ionIdle(AbstractIoFilterChain.java:638)
            at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
    ilter.java:226)
            at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
    run(ExecutorFilter.java:264)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
    e.java:51)
            at java.lang.Thread.run(Unknown Source)
    And when I login I get,
    Code:
    SEVERE: (Account:___) Exception during processing packet: net.sf.lily.net.logi
    n.handler.LoginPasswordHandler: Could not initialize class net.sf.lily.net.SendP
    acketOpcode
    java.lang.NoClassDefFoundError: Could not initialize class net.sf.lily.net.SendP
    acketOpcode
            at net.sf.lily.tools.MaplePacketCreator.getLoginFailed(MaplePacketCreato
    r.java:150)
            at net.sf.lily.net.login.handler.LoginPasswordHandler.handlePacket(Login
    PasswordHandler.java:67)
            at net.sf.lily.net.MapleServerHandler.messageReceived(MapleServerHandler
    .java:183)
            at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messa
    geReceived(AbstractIoFilterChain.java:570)
            at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
            at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
            at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
            at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flus
    h(SimpleProtocolDecoderOutput.java:58)
            at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
    ocolCodecFilter.java:180)
            at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
    eceived(AbstractIoFilterChain.java:299)
            at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
    ractIoFilterChain.java:53)
            at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
    ageReceived(AbstractIoFilterChain.java:648)
            at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
    ilter.java:220)
            at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
    run(ExecutorFilter.java:264)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
    )
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
    e.java:51)
            at java.lang.Thread.run(Unknown Source)

  7. #157
    Member Matthias is offline
    MemberRank
    Mar 2008 Join Date
    58Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by iMurad View Post
    Problems? This is so easy I got it up in 5 minutes.
    Yeah but some people aren't very experienced so it should help out the newbies within the community.

  8. #158
    Enthusiast Zachthefox is offline
    MemberRank
    Jun 2008 Join Date
    42Posts

    Re: [RELEASE] Odin Snow

    I'm experienced, I just tried reading it over and didnt know what the hell to do. :l Edit: Oh shit I was I supposed to delete that class shit when compiling? It said something about deleting it and I did. Mabye thats the reason im getting all these errors?

  9. #159
    Account Upgraded | Title Enabled! Lolhamachi is offline
    MemberRank
    May 2008 Join Date
    AustraliaLocation
    265Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by Matthias View Post
    Yeah but some people aren't very experienced so it should help out the newbies within the community.
    T-T T-T T-T T-T T-T T-T
    Ok you can call me a noob for my error :(
    But i hold my head high knowing:
    A: I have set up succesfully both v.55 and v.58 *highstory repack*
    and fixed the build errors on my very own without help.
    B: That i did look through the thread for similar issues and tryed out fixes for the issues i didnt even have to see if it would help.

    I may have failed but i failed graciously :D

  10. #160
    Account Upgraded | Title Enabled! DeathEx is offline
    MemberRank
    Jan 2007 Join Date
    In bed with your momLocation
    408Posts

    Re: [RELEASE] Odin Snow

    I don't see why this won't work D;.
    My database is setup fine. I changed the db info to my id and pw for mysql. I settedup the lily database with the sql. I putted everything in the dist folder in the java folders.
    =[ WHY DO I GET A ERROR WHEN STARTING MY V.58 LAUNCHER D:. I HEXED EDIT over 16 launchers and everything =[.


    I know how to set up a server. I just don't see why this doesn't work.

  11. #161
    Account Upgraded | Title Enabled! iMurad is offline
    MemberRank
    Jun 2008 Join Date
    Illinois, USLocation
    529Posts

    Re: [RELEASE] Odin Snow

    Noob = Spoon licker, or "i g3t jU m3s0" INSULT

    Newbie = A beginner or someone inexperienced. NOT REALLY AN INSULT

    He said Newbie not Noob.

  12. #162
    Enthusiast Zachthefox is offline
    MemberRank
    Jun 2008 Join Date
    42Posts

    Re: [RELEASE] Odin Snow

    Anyone care to answer my question?

  13. #163
    Account Upgraded | Title Enabled! Lolhamachi is offline
    MemberRank
    May 2008 Join Date
    AustraliaLocation
    265Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by iMurad View Post
    Noob = Spoon licker, or "i g3t jU m3s0" INSULT

    Newbie = A beginner or someone inexperienced. NOT REALLY AN INSULT

    He said Newbie not Noob.
    Rofl spoon licker xD
    Yeah i know what he ment just saying :P

  14. #164
    Account Upgraded | Title Enabled! DeathEx is offline
    MemberRank
    Jan 2007 Join Date
    In bed with your momLocation
    408Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by Zachthefox View Post
    Anyone care to answer my question?
    ;3 I can't even get mine to work D; to help =[

  15. #165
    Valued Member elitegaming is offline
    MemberRank
    Apr 2008 Join Date
    102Posts

    Re: [RELEASE] Odin Snow

    how do we create an with sql script?

  16. #166
    Enthusiast jomark1024 is offline
    MemberRank
    Jun 2008 Join Date
    47Posts

    Re: [RELEASE] Odin Snow

    this is what i get lmao it was on the other forum same topic though same thing

    it was for me too lazy to type it again lmao

    Quote Originally Posted by jomark1024 View Post
    Hey i made it work but one problem you forgot to put the right wz files and i get this error thats suppose to be a dist missing in one of the java folders but i put everything right in security and ext in java folders

    Here it is see



    Also theres more stuff in the dist folder than usual can you pls tell me which one to put??

    so heres my problem which one should i put on the java folder hmpphhh................

  17. #167
    Account Upgraded | Title Enabled! DeathEx is offline
    MemberRank
    Jan 2007 Join Date
    In bed with your momLocation
    408Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by jomark1024 View Post
    this is what i get lmao it was on the other forum same topic though same thing

    it was for me too lazy to type it again lmao



    so heres my problem which one should i put on the java folder hmpphhh................
    Just put all for the hell of it ;]!

    Hmm my dist got bigger somehow =[ 2.9 kb it was 2.2 the original. Maybe I shouldn't have compiled the class files? ;o

  18. #168
    Account Upgraded | Title Enabled! iMurad is offline
    MemberRank
    Jun 2008 Join Date
    Illinois, USLocation
    529Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by DeathEx View Post
    Just put all for the hell of it ;]!

    Hmm my dist got bigger somehow =[ 2.9 kb it was 2.2 the original. Maybe I shouldn't have compiled the class files? ;o
    I'm guessing you shouldn't have compiled them in. When you compile, they're automatically made :\

  19. #169
    Account Upgraded | Title Enabled! DeathEx is offline
    MemberRank
    Jan 2007 Join Date
    In bed with your momLocation
    408Posts

    Re: [RELEASE] Odin Snow

    o.o ;o hmm thats probally the reason why I can't get in game ;3. Oh well i'll wait for Matt tutorial :D

  20. #170
    Valued Member harrychong is offline
    MemberRank
    May 2008 Join Date
    128Posts

    Re: [RELEASE] Odin Snow

    i've read through whole thread, but, i still don't know how to make a xml wz file x.x" any help? D:

  21. #171
    Account Upgraded | Title Enabled! iMurad is offline
    MemberRank
    Jun 2008 Join Date
    Illinois, USLocation
    529Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by harrychong View Post
    i've read through whole thread, but, i still don't know how to make a xml wz file x.x" any help? D:
    Hmm.. Use the ones from the old Odin Snow leak?

  22. #172
    Member Matthias is offline
    MemberRank
    Mar 2008 Join Date
    58Posts

    Re: [RELEASE] Odin Snow

    Alright I got the SVN downloading guide up. If you need help downloading Lily, you may refer to my guide here: http://nautilusport.net/forums.php?topic=702.0
    (Note it's not done yet because I haven't added the updating portion of the guide, but it should be done by tomorrow.)

    After this I'll be writing a guide on how to setup Lily.

  23. #173
    Account Upgraded | Title Enabled! firepower12 is offline
    MemberRank
    Dec 2006 Join Date
    408Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by Matthias View Post
    Alright I got the SVN downloading guide up. If you need help downloading Lily, you may refer to my guide here: http://nautilusport.net/forums.php?topic=702.0
    (Note it's not done yet because I haven't added the updating portion of the guide, but it should be done by tomorrow.)

    After this I'll be writing a guide on how to setup Lily.
    i bet ppl will still have trouble o_o
    becuz no1 reads carefully and then they post their HUGE screenshots and beg and moan till somone helps .
    i like getting spoon fed :ala:

  24. #174
    Member Nerd FTW is offline
    MemberRank
    Jul 2008 Join Date
    Portugal,Azores,S.miguelLocation
    55Posts

    Re: [RELEASE] Odin Snow

    it has pirate job and not buggy?
    cuz if it is i download it right now!

  25. #175
    Enthusiast chibibaka is offline
    MemberRank
    Feb 2007 Join Date
    29Posts

    Re: [RELEASE] Odin Snow

    Quote Originally Posted by Nerd FTW View Post
    it has pirate job and not buggy?
    cuz if it is i download it right now!
    For the 2309820394820 time, all pirate jobs are buggy = = and wont be fixed till nexon fixes it in their .wz's.



Advertisement