Last edited by ooSnowCapxx; 13-05-12 at 04:37 AM.
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.)
Do you have msn? PM Me and we can talk through MSN :)
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();
}
put jce in jdk folder
jdk>lib
jdk>jre>lib
jdk>jre>lib>ext
no.
Make sure to download JCE for Java 6 and not 7.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
how fix this error? ><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)
Bump? :/
Don't use that many channels.
Your computer can't handle that many, decrease it in channel.properties.
I only have 2 channels right now. :/
What are the specs of the machine you're running on?
6GB Ram. And I currently just decreased the channels to 1 and it still has the same error.
Bump? :/
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(: