[Source] :: XeonMS v0.97 GMS Source ::

Page 6 of 17 FirstFirst 123456789101112131416 ... LastLast
Results 76 to 90 of 243
  1. #76
    Member Stretch is offline
    MemberRank
    Sep 2011 Join Date
    82Posts

    Re: :: XeonMS v0.97 GMS Source ::

    lmfao just use the other opcodes then -_-;

  2. #77
    Valued Member nuclear898 is offline
    MemberRank
    Nov 2011 Join Date
    137Posts

    Re: :: XeonMS v0.97 GMS Source ::

    managed to narrow it down to this by disabling the white lady whisper:

    Code:
    Got client error.. All: 25 00 02 00 00 00 00 00 08 00 64 E3 60 E3 41 00 07 00
    Now: 02 00 00 00 00 00 08 00 64 E3 60 E3 41 00 07 00
    Still clueless as to which packet it is though :3

    In the sendops it says

    LOGIN_COOKIE = 0x02

    but it's not even used in the source :I

  3. #78
    Member Stretch is offline
    MemberRank
    Sep 2011 Join Date
    82Posts

    Re: :: XeonMS v0.97 GMS Source ::

    LMFAOOOOO then remove it?

  4. #79
    Valued Member nuclear898 is offline
    MemberRank
    Nov 2011 Join Date
    137Posts

    Re: :: XeonMS v0.97 GMS Source ::

    Like that would make a difference...

  5. #80
    Member Stretch is offline
    MemberRank
    Sep 2011 Join Date
    82Posts

    Re: :: XeonMS v0.97 GMS Source ::

    If you have read what I said properly, you'd I did not mention that it would make a difference l0l.

  6. #81
    Account Upgraded | Title Enabled! TamirIsHere is offline
    MemberRank
    Feb 2010 Join Date
    223Posts

    Re: :: XeonMS v0.97 GMS Source ::

    Double-click on the character and it's keep running...

  7. #82
    Valued Member nuclear898 is offline
    MemberRank
    Nov 2011 Join Date
    137Posts

    Re: :: XeonMS v0.97 GMS Source ::

    Yay fixed it, was using wrong xml's :) dumped my own and im ingame now!

    tamir: add prinstacktrace in messageReceived to find exceptions

  8. #83
    Member Stretch is offline
    MemberRank
    Sep 2011 Join Date
    82Posts

    Re: :: XeonMS v0.97 GMS Source ::

    What XML's did you use?

  9. #84
    Valued Member SXMaple is offline
    MemberRank
    Dec 2011 Join Date
    sxaera@hotmail.Location
    131Posts

    Re: :: XeonMS v0.97 GMS Source ::

    Quote Originally Posted by nuclear898 View Post
    managed to narrow it down to this by disabling the white lady whisper:

    Code:
    Got client error.. All: 25 00 02 00 00 00 00 00 08 00 64 E3 60 E3 41 00 07 00
    Now: 02 00 00 00 00 00 08 00 64 E3 60 E3 41 00 07 00
    Still clueless as to which packet it is though :3

    In the sendops it says

    LOGIN_COOKIE = 0x02

    but it's not even used in the source :I
    Switch login & password in loginpasswordhandler, that did it for me.

  10. #85
    Valued Member nuclear898 is offline
    MemberRank
    Nov 2011 Join Date
    137Posts

    Re: :: XeonMS v0.97 GMS Source ::

    I dumped the XMLs with HARepacker from a clean v97 installation.

    @above
    already fixed it, was using bad xmls.

  11. #86
    Account Upgraded | Title Enabled! TamirIsHere is offline
    MemberRank
    Feb 2010 Join Date
    223Posts

    Re: :: XeonMS v0.97 GMS Source ::

    I got no error with printStackTrace() ... :(
    May I get your current source which you are using?

  12. #87
    Member sCtwo4Life is offline
    MemberRank
    Dec 2011 Join Date
    74Posts

    Re: :: XeonMS v0.97 GMS Source ::

    wow nice bro
    HI FIVE!

    Didn't expect you to release this, you should've given it to me so I can play with it first :D

    -kelvin

  13. #88
    Account Upgraded | Title Enabled! slayhhh is offline
    MemberRank
    Oct 2011 Join Date
    224Posts

    Re: :: XeonMS v0.97 GMS Source ::

    Quote Originally Posted by nuclear898 View Post
    Yay fixed it, was using wrong xml's :) dumped my own and im ingame now!

    tamir: add prinstacktrace in messageReceived to find exceptions
    uh that doesn't show any errors related to sql.. which most of them are

  14. #89
    Alpha Member Vakarian is offline
    MemberRank
    Apr 2008 Join Date
    Ohio, USALocation
    2,134Posts

    Re: :: XeonMS v0.97 GMS Source ::

    Quote Originally Posted by TamirIsHere View Post
    I have the JEP files, I fixed SQL, changed the IP... But when I'm trying to enter to a character, it's getting an UnknownhostException : null ...
    disabled loopback? changed your IP in the localhost (all three)? changed your IP in the server constants?

  15. #90
    Member Stretch is offline
    MemberRank
    Sep 2011 Join Date
    82Posts

    Re: :: XeonMS v0.97 GMS Source ::

    I get this error
    Exception in thread "main" java.lang.RuntimeException: Could not connect to worl
    d server.
    at net.login.LoginServer.run(LoginServer.java:93)
    at net.login.LoginServer.main(LoginServer.java:141)
    Caused by: java.rmi.ConnectIOException: Exception creating connection to: 127.0.
    0.1; nested exception is:
    java.net.SocketException: java.security.NoSuchAlgorithmException: Error
    constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.s
    ecurity.ssl.SSLContextImpl$DefaultSSLContext)
    at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
    at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
    at sun.rmi.server.UnicastRef.newCall(Unknown Source)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at net.login.LoginServer.run(LoginServer.java:83)
    ... 1 more
    Caused by: java.net.SocketException: java.security.NoSuchAlgorithmException: Err
    or constructing implementation (algorithm: Default, provider: SunJSSE, class: su
    n.security.ssl.SSLContextImpl$DefaultSSLContext)
    at javax.net.ssl.DefaultSSLSocketFactory.throwException(Unknown Source)
    at javax.net.ssl.DefaultSSLSocketFactory.createSocket(Unknown Source)
    at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
    ... 7 more
    Caused by: java.security.NoSuchAlgorithmException: Error constructing implementa
    tion (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextI
    mpl$DefaultSSLContext)
    at java.security.Provider$Service.newInstance(Unknown Source)
    at sun.security.jca.GetInstance.getInstance(Unknown Source)
    at sun.security.jca.GetInstance.getInstance(Unknown Source)
    at javax.net.ssl.SSLContext.getInstance(Unknown Source)
    at javax.net.ssl.SSLContext.getDefault(Unknown Source)
    at javax.net.ssl.SSLSocketFactory.getDefault(Unknown Source)
    at javax.rmi.ssl.SslRMIClientSocketFactory.getDefaultClientSocketFactory
    (Unknown Source)
    ... 8 more
    Caused by: java.security.PrivilegedActionException: java.io.FileNotFoundExceptio
    n: filename.keystore (Het systeem kan het opgegeven bestand niet vinden)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.security.ssl.SSLContextImpl$DefaultSSLContext.getDefaultKeyManage
    r(Unknown Source)
    at sun.security.ssl.SSLContextImpl$DefaultSSLContext.<init>(Unknown Sour
    ce)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    ... 15 more
    Caused by: java.io.FileNotFoundException: filename.keystore (Het systeem kan het
    opgegeven bestand niet vinden)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at sun.security.ssl.SSLContextImpl$DefaultSSLContext$2.run(Unknown Sourc
    e)
    at sun.security.ssl.SSLContextImpl$DefaultSSLContext$2.run(Unknown Sourc
    e)
    ... 24 more
    Druk op een toets om door te gaan. . .
    wtf is this, I get this when I try to start it up.. something is messed up in there



Advertisement