[HELP] JCE SXMaple Source

Results 1 to 15 of 15
  1. #1
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    happy [HELP] JCE SXMaple Source

    Hello, I'm currently using "SXMaple Source" for my test server and was wondering how you could fix this?
    One I press on Artemis I disconnect from the server, and also i'm using the current redirector that is located in the source. If you could help me out i'd kindly appreciate it :) Thanks.
    untitled1.png
    Last edited by ooSnowCapxx; 13-05-12 at 04:37 AM.


  2. #2
    Account Upgraded | Title Enabled! Halcyon is online now
    MemberRank
    Mar 2011 Join Date
    1,102Posts

    Re: [HELP] JRC SXMaple Source

    Did you use your JCE Files and or/ put them into the correct places and made sure you made your redirector correctly?(I HAD this problem too.)

  3. #3
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: [HELP] JRC SXMaple Source

    Do you have msn? PM Me and we can talk through MSN :)

  4. #4
    Member zh3002 is offline
    MemberRank
    Sep 2010 Join Date
    Singapore, SingLocation
    74Posts

    Re: [HELP] JCE SXMaple Source

    Errm can i check if you have change the gethello in the tools.packet.loginpacket to

    PHP Code:
    public static byte[] getHello(final short mapleVersion, final byte[] sendIv, final byte[] recvIv, final MapleClient c) {
            final 
    MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(15 ServerConstants.MAPLE_PATCH.length());

            
    mplew.writeShort(13 ServerConstants.MAPLE_PATCH.length()); // length of the packet
            
    mplew.writeShort(mapleVersion);
            
    mplew.writeMapleAsciiString(ServerConstants.MAPLE_PATCH);
            
    mplew.write(recvIv);
            
    mplew.write(sendIv);
            
    mplew.write(7); // 7 = MSEA, 8 = GlobalMS, 5 = Test Server

            
    return mplew.getPacket();
        } 

  5. #5
    I'm The God pauljeki is offline
    MemberRank
    Oct 2011 Join Date
    IsraelLocation
    736Posts

    Re: [HELP] JCE SXMaple Source

    put jce in jdk folder
    jdk>lib
    jdk>jre>lib
    jdk>jre>lib>ext

  6. #6
    Omega sunnyboy is offline
    MemberRank
    Mar 2010 Join Date
    6,109Posts

    Re: [HELP] JCE SXMaple Source

    Quote Originally Posted by pauljeki View Post
    put jce in jdk folder
    jdk>lib
    jdk>jre>lib
    jdk>jre>lib>ext
    no.

    Code:
    C:\Program Files\Java\jre6\lib
    C:\Program Files\Java\jre6\lib\ext\
    C:\Program Files\Java\jre6\lib\security\
    C:\Program Files\Java\jdk YOURVERSION\lib
    C:\Program Files\Java\jdk YOURVERSION\jre\lib\ext\
    C:\Program Files\Java\jdk YOURVERSION\jre\lib\security
    Make sure to download JCE for Java 6 and not 7.

  7. #7
    Enthusiast iPastel is offline
    MemberRank
    May 2012 Join Date
    29Posts

    Re: [HELP] JCE SXMaple Source

    Code:
    Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
    at java.io.WinNTFileSystem.list(Native Method)
    at java.io.File.list(Unknown Source)
    at java.io.File.listFiles(Unknown Source)
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
    a:39)
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
    a:45)
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
    a:45)
    at provider.MapleDataProvider.<init>(MapleDataProvider.java:35)
    at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java
    :31)
    at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFa
    ctory.java:37)
    at server.maps.MapleMapFactory.<init>(MapleMapFactory.java:47)
    at handling.channel.ChannelServer.<init>(ChannelServer.java:82)
    at handling.channel.ChannelServer.newInstance(ChannelServer.java:198)
    at handling.channel.ChannelServer.startChannel_Main(ChannelServer.java:3
    10)
    at server.Start.run(Start.java:155)
    how fix this error? ><

  8. #8
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: [HELP] JCE SXMaple Source

    Quote Originally Posted by sunnyboy184 View Post
    no.

    Code:
    C:\Program Files\Java\jre6\lib
    C:\Program Files\Java\jre6\lib\ext\
    C:\Program Files\Java\jre6\lib\security\
    C:\Program Files\Java\jdk YOURVERSION\lib
    C:\Program Files\Java\jdk YOURVERSION\jre\lib\ext\
    C:\Program Files\Java\jdk YOURVERSION\jre\lib\security
    Make sure to download JCE for Java 6 and not 7.
    Uhhh, I already tried this and kept getting the same error. If you could help me further on that'd be great! thanks ! :)
    Quote Originally Posted by iPastel View Post
    Code:
    Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
    at java.io.WinNTFileSystem.list(Native Method)
    at java.io.File.list(Unknown Source)
    at java.io.File.listFiles(Unknown Source)
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
    a:39)
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
    a:45)
    at provider.MapleDataProvider.fillMapleDataEntitys(MapleDataProvider.jav
    a:45)
    at provider.MapleDataProvider.<init>(MapleDataProvider.java:35)
    at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java
    :31)
    at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFa
    ctory.java:37)
    at server.maps.MapleMapFactory.<init>(MapleMapFactory.java:47)
    at handling.channel.ChannelServer.<init>(ChannelServer.java:82)
    at handling.channel.ChannelServer.newInstance(ChannelServer.java:198)
    at handling.channel.ChannelServer.startChannel_Main(ChannelServer.java:3
    10)
    at server.Start.run(Start.java:155)
    how fix this error? ><
    Can you please not post this error on my thread please? People will eventually come to your thread. Thanks! :)

  9. #9
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: [HELP] JCE SXMaple Source

    Bump? :/

  10. #10
    I have an ass and a hat. maplefreak26 is offline
    MemberRank
    Sep 2008 Join Date
    1,098Posts

    Re: [HELP] JCE SXMaple Source

    Don't use that many channels.
    Your computer can't handle that many, decrease it in channel.properties.

  11. #11
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: [HELP] JCE SXMaple Source

    I only have 2 channels right now. :/

  12. #12
    I have an ass and a hat. maplefreak26 is offline
    MemberRank
    Sep 2008 Join Date
    1,098Posts

    Re: [HELP] JCE SXMaple Source

    What are the specs of the machine you're running on?

  13. #13
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: [HELP] JCE SXMaple Source

    6GB Ram. And I currently just decreased the channels to 1 and it still has the same error.

  14. #14
    Account Upgraded | Title Enabled! ooSnowCapxx is offline
    MemberRank
    Jul 2011 Join Date
    250Posts

    Re: [HELP] JCE SXMaple Source

    Bump? :/

  15. #15
    Valued Member ErrorCode is offline
    MemberRank
    Aug 2008 Join Date
    139Posts

    Re: [HELP] JCE SXMaple Source

    JCE problems: You might have placed them in wrong folder.

    Wrong version: I bet your running on v1.15? Original MapleSEA is on v1.17. So you have to re-enter using your client until you see "v1.15 on top and not v1.17(:



Advertisement