• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Source] OdinSEA | MapleSEA Server Emulator

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 18, 2011
Messages
49
Reaction score
1
Re: [Source]OdinSEA server files for MapleSEA v1.02

Can anyone share me link download Maple v1.05?
 
Elite Diviner
Joined
Apr 26, 2009
Messages
468
Reaction score
64
Re: [Source]OdinSEA server files for MapleSEA v1.02

I dont understand why John did not attach his src folder in the source.
This makes me feel funny, I think he has a bad src folder (or other bad causes), so he did not attach the same with his source,lol
Then don't download. Update it on your own, maybe yours "better" than him...
People won't sponfeed you everything.
 
Last edited:
Newbie Spellweaver
Joined
Apr 9, 2011
Messages
17
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

How do I get the XML? Anyway to extract?
 
Newbie Spellweaver
Joined
Apr 9, 2011
Messages
17
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

Any idea why I'm receiving this error when I used the v105 xml file already?
Code:
:: Loading LoginInformationProvider ::
Exception in thread "main" java.lang.ExceptionInInitializerError
        at handling.login.LoginServer.run_startup_configurations(Unknown Source)

        at handling.login.LoginServer.startLogin_Main(Unknown Source)
        at server.Start.main(Unknown Source)
Caused by: java.lang.NullPointerException
        at provider.WzXML.XMLWZFile.fillMapleDataEntitys(Unknown Source)
        at provider.WzXML.XMLWZFile.<init>(Unknown Source)
        at provider.MapleDataProviderFactory.getWZ(Unknown Source)
        at provider.MapleDataProviderFactory.getDataProvider(Unknown Source)
        at handling.login.LoginInformationProvider.<init>(Unknown Source)
        at handling.login.LoginInformationProvider.<clinit>(Unknown Source)
        ... 3 more
:: Loading ItemMakerFactory ::
Exception in thread "main" java.lang.ExceptionInInitializerError
        at handling.channel.ChannelServer.run_startup_configurations(Unknown Sou
rce)
        at handling.channel.ChannelServer.startChannel_Main(Unknown Source)
        at server.Start.main(Unknown Source)
Caused by: java.lang.NullPointerException
        at provider.WzXML.XMLWZFile.fillMapleDataEntitys(Unknown Source)
        at provider.WzXML.XMLWZFile.<init>(Unknown Source)
        at provider.MapleDataProviderFactory.getWZ(Unknown Source)
        at provider.MapleDataProviderFactory.getDataProvider(Unknown Source)
        at server.ItemMakerFactory.<init>(Unknown Source)
        at server.ItemMakerFactory.<clinit>(Unknown Source)
        ... 3 more
 
Newbie Spellweaver
Joined
Sep 8, 2010
Messages
34
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

i cant compile there is an error..

Code:
init:
deps-clean:
Updating property file: C:\Users\Sim\Documents\NetBeansProjects\odinsea\build\built-clean.properties
Deleting directory C:\Users\Sim\Documents\NetBeansProjects\odinsea\build
clean:
init:
deps-jar:
Created dir: C:\Users\Sim\Documents\NetBeansProjects\odinsea\build
Updating property file: C:\Users\Sim\Documents\NetBeansProjects\odinsea\build\built-jar.properties
Created dir: C:\Users\Sim\Documents\NetBeansProjects\odinsea\build\classes
Created dir: C:\Users\Sim\Documents\NetBeansProjects\odinsea\build\empty
Created dir: C:\Users\Sim\Documents\NetBeansProjects\odinsea\build\generated-sources\ap-source-output
Compiling 333 source files to C:\Users\Sim\Documents\NetBeansProjects\odinsea\build\classes
C:\Users\Sim\Desktop\rev147\src\client\MapleClient.java:44: package org.apache.mina.common does not exist
import org.apache.mina.common.IoSession;
C:\Users\Sim\Desktop\rev147\src\client\MapleClient.java:58: cannot find symbol
symbol  : class IoSession
location: class client.MapleClient
	private transient IoSession session;
	                  ^
C:\Users\Sim\Desktop\rev147\src\client\MapleClient.java:75: cannot find symbol
symbol  : class IoSession
location: class client.MapleClient
	public MapleClient(MapleAESOFB send, MapleAESOFB receive, IoSession session) {
	                                                          ^
C:\Users\Sim\Desktop\rev147\src\client\MapleClient.java:89: cannot find symbol
symbol  : class IoSession
location: class client.MapleClient
	public final IoSession getSession() {
	             ^
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:60: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:61: package org.apache.mina.common does not exist
import org.apache.mina.common.IoAcceptor;
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:62: package org.apache.mina.common does not exist
import org.apache.mina.common.SimpleByteBufferAllocator;
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:63: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolCodecFilter;
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:64: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.SocketAcceptor;
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:65: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.SocketAcceptorConfig;
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:82: cannot find symbol
symbol  : class IoAcceptor
location: class handling.channel.ChannelServer
	private IoAcceptor acceptor;
	        ^
C:\Users\Sim\Desktop\rev147\src\client\LoginCrypto.java:38: package org.bouncycastle.util.encoders does not exist
import org.bouncycastle.util.encoders.Hex;
C:\Users\Sim\Desktop\rev147\src\client\LoginCrypto.java:39: package org.bouncycastle.jce.provider does not exist
import org.bouncycastle.jce.provider.BouncyCastleProvider;
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:23: package org.apache.mina.common does not exist
import org.apache.mina.common.IdleStatus;
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:24: package org.apache.mina.common does not exist
import org.apache.mina.common.IoHandlerAdapter;
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:25: package org.apache.mina.common does not exist
import org.apache.mina.common.IoSession;
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:27: cannot find symbol
symbol: class IoHandlerAdapter
public class MapleServerHandler extends IoHandlerAdapter {
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:45: cannot find symbol
symbol  : class IoSession
location: class handling.MapleServerHandler
	public void messageSent(final IoSession session, final Object message) throws Exception {
	                              ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:54: cannot find symbol
symbol  : class IoSession
location: class handling.MapleServerHandler
	public void exceptionCaught(final IoSession session, final Throwable cause) throws Exception {
	                                  ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:59: cannot find symbol
symbol  : class IoSession
location: class handling.MapleServerHandler
	public void sessionOpened(final IoSession session) throws Exception {
	                                ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:109: cannot find symbol
symbol  : class IoSession
location: class handling.MapleServerHandler
	public void sessionClosed(final IoSession session) throws Exception {
	                                ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:123: cannot find symbol
symbol  : class IoSession
location: class handling.MapleServerHandler
	public void messageReceived(final IoSession session, final Object message) throws Exception {
	                                  ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:141: cannot find symbol
symbol  : class IoSession
location: class handling.MapleServerHandler
	public void sessionIdle(final IoSession session, final IdleStatus status) throws Exception {
	                              ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:141: cannot find symbol
symbol  : class IdleStatus
location: class handling.MapleServerHandler
	public void sessionIdle(final IoSession session, final IdleStatus status) throws Exception {
	                                                       ^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:25: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:26: package org.apache.mina.common does not exist
import org.apache.mina.common.IoAcceptor;
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:27: package org.apache.mina.common does not exist
import org.apache.mina.common.SimpleByteBufferAllocator;
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:28: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolCodecFilter;
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:29: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.SocketAcceptor;
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:30: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.SocketAcceptorConfig;
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:37: cannot find symbol
symbol  : class IoAcceptor
location: class handling.cashshop.CashShopServer
	private IoAcceptor acceptor;
	        ^
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:29: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:30: package org.apache.mina.common does not exist
import org.apache.mina.common.IoAcceptor;
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:31: package org.apache.mina.common does not exist
import org.apache.mina.common.SimpleByteBufferAllocator;
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:32: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolCodecFilter;
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:33: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.SocketAcceptor;
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:34: package org.apache.mina.transport.socket.nio does not exist
import org.apache.mina.transport.socket.nio.SocketAcceptorConfig;
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:40: cannot find symbol
symbol  : class IoAcceptor
location: class handling.login.LoginServer
	private IoAcceptor acceptor;
	        ^
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:23: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolCodecFactory;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:24: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolDecoder;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:25: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolEncoder;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:27: cannot find symbol
symbol: class ProtocolCodecFactory
public class MapleCodecFactory implements ProtocolCodecFactory {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:29: cannot find symbol
symbol  : class ProtocolEncoder
location: class handling.mina.MapleCodecFactory
    private final ProtocolEncoder encoder = new MaplePacketEncoder();
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:30: cannot find symbol
symbol  : class ProtocolDecoder
location: class handling.mina.MapleCodecFactory
    private final ProtocolDecoder decoder = new MaplePacketDecoder();
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:33: cannot find symbol
symbol  : class ProtocolEncoder
location: class handling.mina.MapleCodecFactory
    public ProtocolEncoder getEncoder() throws Exception {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MapleCodecFactory.java:38: cannot find symbol
symbol  : class ProtocolDecoder
location: class handling.mina.MapleCodecFactory
    public ProtocolDecoder getDecoder() throws Exception {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:27: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:28: package org.apache.mina.common does not exist
import org.apache.mina.common.IoSession;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:29: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.CumulativeProtocolDecoder;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:30: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolDecoderOutput;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:32: cannot find symbol
symbol: class CumulativeProtocolDecoder
public class MaplePacketDecoder extends CumulativeProtocolDecoder {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:42: cannot find symbol
symbol  : class IoSession
location: class handling.mina.MaplePacketDecoder
    protected boolean doDecode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out) throws Exception {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:42: cannot find symbol
symbol  : class ByteBuffer
location: class handling.mina.MaplePacketDecoder
    protected boolean doDecode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out) throws Exception {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketDecoder.java:42: cannot find symbol
symbol  : class ProtocolDecoderOutput
location: class handling.mina.MaplePacketDecoder
    protected boolean doDecode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out) throws Exception {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:30: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:31: package org.apache.mina.common does not exist
import org.apache.mina.common.IoSession;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:32: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolEncoder;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:33: package org.apache.mina.filter.codec does not exist
import org.apache.mina.filter.codec.ProtocolEncoderOutput;
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:35: cannot find symbol
symbol: class ProtocolEncoder
public class MaplePacketEncoder implements ProtocolEncoder {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:38: cannot find symbol
symbol  : class IoSession
location: class handling.mina.MaplePacketEncoder
    public void encode(final IoSession session, final Object message, final ProtocolEncoderOutput out) throws Exception {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:38: cannot find symbol
symbol  : class ProtocolEncoderOutput
location: class handling.mina.MaplePacketEncoder
    public void encode(final IoSession session, final Object message, final ProtocolEncoderOutput out) throws Exception {
C:\Users\Sim\Desktop\rev147\src\handling\mina\MaplePacketEncoder.java:70: cannot find symbol
symbol  : class IoSession
location: class handling.mina.MaplePacketEncoder
    public void dispose(IoSession session) throws Exception {
C:\Users\Sim\Desktop\rev147\src\tools\HexTool.java:25: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\tools\HexTool.java:58: cannot find symbol
symbol  : class ByteBuffer
location: class tools.HexTool
    public static final String toString(final ByteBuffer buf) {
C:\Users\Sim\Desktop\rev147\src\tools\data\output\ByteBufferLittleEndianWriter.java:23: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\tools\data\output\ByteBufferLittleEndianWriter.java:35: cannot find symbol
symbol  : class ByteBuffer
location: class tools.data.output.ByteBufferLittleEndianWriter
    private ByteBuffer bb;
C:\Users\Sim\Desktop\rev147\src\tools\data\output\ByteBufferLittleEndianWriter.java:70: cannot find symbol
symbol  : class ByteBuffer
location: class tools.data.output.ByteBufferLittleEndianWriter
    public ByteBuffer getFlippedBB() {
C:\Users\Sim\Desktop\rev147\src\tools\data\output\ByteBufferLittleEndianWriter.java:79: cannot find symbol
symbol  : class ByteBuffer
location: class tools.data.output.ByteBufferLittleEndianWriter
    public ByteBuffer getByteBuffer() {
C:\Users\Sim\Desktop\rev147\src\tools\data\output\ByteBufferOutputstream.java:23: package org.apache.mina.common does not exist
import org.apache.mina.common.ByteBuffer;
C:\Users\Sim\Desktop\rev147\src\tools\data\output\ByteBufferOutputstream.java:34: cannot find symbol
symbol  : class ByteBuffer
location: class tools.data.output.ByteBufferOutputstream
    private ByteBuffer bb;
C:\Users\Sim\Desktop\rev147\src\tools\data\output\ByteBufferOutputstream.java:42: cannot find symbol
symbol  : class ByteBuffer
location: class tools.data.output.ByteBufferOutputstream
    public ByteBufferOutputstream(ByteBuffer bb) {
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:177: cannot find symbol
symbol  : variable ByteBuffer
location: class handling.channel.ChannelServer
		ByteBuffer.setUseDirectBuffers(false);
		^
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:178: cannot find symbol
symbol  : class SimpleByteBufferAllocator
location: class handling.channel.ChannelServer
		ByteBuffer.setAllocator(new SimpleByteBufferAllocator());
		                            ^
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:178: cannot find symbol
symbol  : variable ByteBuffer
location: class handling.channel.ChannelServer
		ByteBuffer.setAllocator(new SimpleByteBufferAllocator());
		^
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:179: cannot find symbol
symbol  : class SocketAcceptor
location: class handling.channel.ChannelServer
		acceptor = new SocketAcceptor();
		               ^
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:180: cannot find symbol
symbol  : class SocketAcceptorConfig
location: class handling.channel.ChannelServer
		final SocketAcceptorConfig acceptor_config = new SocketAcceptorConfig();
		      ^
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:180: cannot find symbol
symbol  : class SocketAcceptorConfig
location: class handling.channel.ChannelServer
		final SocketAcceptorConfig acceptor_config = new SocketAcceptorConfig();
		                                                 ^
C:\Users\Sim\Desktop\rev147\src\handling\channel\ChannelServer.java:183: cannot find symbol
symbol  : class ProtocolCodecFilter
location: class handling.channel.ChannelServer
		acceptor_config.getFilterChain().addLast("codec", new ProtocolCodecFilter(new MapleCodecFactory()));
		                                                      ^
C:\Users\Sim\Desktop\rev147\src\client\LoginCrypto.java:52: cannot find symbol
symbol  : class BouncyCastleProvider
location: class client.LoginCrypto
	Security.addProvider(new BouncyCastleProvider());
	                         ^
C:\Users\Sim\Desktop\rev147\src\client\LoginCrypto.java:137: cannot find symbol
symbol  : variable Hex
location: class client.LoginCrypto
	    byte[] bytes = Hex.decode(EncryptedPassword);
	                   ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:50: cannot find symbol
symbol  : variable super
location: class handling.MapleServerHandler
		super.messageSent(session, message);
		^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:44: method does not override or implement a method from a supertype
	@Override
	^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:53: method does not override or implement a method from a supertype
	@Override
	^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:103: cannot find symbol
symbol  : variable IdleStatus
location: class handling.MapleServerHandler
		session.setIdleTime(IdleStatus.READER_IDLE, 30);
		                    ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:104: cannot find symbol
symbol  : variable IdleStatus
location: class handling.MapleServerHandler
		session.setIdleTime(IdleStatus.WRITER_IDLE, 30);
		                    ^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:58: method does not override or implement a method from a supertype
	@Override
	^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:119: cannot find symbol
symbol  : variable super
location: class handling.MapleServerHandler
		super.sessionClosed(session);
		^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:108: method does not override or implement a method from a supertype
	@Override
	^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:122: method does not override or implement a method from a supertype
	@Override
	^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:146: cannot find symbol
symbol  : variable super
location: class handling.MapleServerHandler
		super.sessionIdle(session, status);
		^
C:\Users\Sim\Desktop\rev147\src\handling\MapleServerHandler.java:140: method does not override or implement a method from a supertype
	@Override
	^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:129: cannot find symbol
symbol  : variable ByteBuffer
location: class handling.cashshop.CashShopServer
	ByteBuffer.setUseDirectBuffers(false);
	^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:130: cannot find symbol
symbol  : class SimpleByteBufferAllocator
location: class handling.cashshop.CashShopServer
	ByteBuffer.setAllocator(new SimpleByteBufferAllocator());
	                            ^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:130: cannot find symbol
symbol  : variable ByteBuffer
location: class handling.cashshop.CashShopServer
	ByteBuffer.setAllocator(new SimpleByteBufferAllocator());
	^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:132: cannot find symbol
symbol  : class SocketAcceptor
location: class handling.cashshop.CashShopServer
	acceptor = new SocketAcceptor();
	               ^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:134: cannot find symbol
symbol  : class SocketAcceptorConfig
location: class handling.cashshop.CashShopServer
	final SocketAcceptorConfig cfg = new SocketAcceptorConfig();
	      ^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:134: cannot find symbol
symbol  : class SocketAcceptorConfig
location: class handling.cashshop.CashShopServer
	final SocketAcceptorConfig cfg = new SocketAcceptorConfig();
	                                     ^
C:\Users\Sim\Desktop\rev147\src\handling\cashshop\CashShopServer.java:137: cannot find symbol
symbol  : class ProtocolCodecFilter
location: class handling.cashshop.CashShopServer
	cfg.getFilterChain().addLast("codec", new ProtocolCodecFilter(new MapleCodecFactory()));
	                                          ^
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:161: cannot find symbol
symbol  : variable ByteBuffer
location: class handling.login.LoginServer
		ByteBuffer.setUseDirectBuffers(false);
		^
C:\Users\Sim\Desktop\rev147\src\handling\login\LoginServer.java:162: cannot find symbol
symbol  : class SimpleByteBufferAllocator
location: class handling.login.LoginServer
		ByteBuffer.setAllocator(new SimpleByteBufferAllocator());
		                            ^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
C:\Users\Sim\Documents\NetBeansProjects\odinsea\nbproject\build-impl.xml:596: The following error occurred while executing this line:
C:\Users\Sim\Documents\NetBeansProjects\odinsea\nbproject\build-impl.xml:242: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 4 seconds)
 
Last edited by a moderator:
Junior Spellweaver
Joined
May 9, 2011
Messages
141
Reaction score
21
Re: [Source]OdinSEA server files for MapleSEA v1.02

@above
Please code your error,
Also, how are you compiling when there's no src ?
Java decompiler won't do the work you see, you'll have thousands of errors.
 
Newbie Spellweaver
Joined
Sep 8, 2010
Messages
34
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

i used the rev 110 scr and iam using Netbeans o.o so wich compiler do i use?
 
Newbie Spellweaver
Joined
Apr 9, 2011
Messages
17
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

i used the rev 110 scr and iam using Netbeans o.o so wich compiler do i use?

I believe you can't compile, unless you have the newest SRC folder.

Anyone knows how to fix this error?
Code:
:: Loading LoginInformationProvider ::
Exception in thread "main" java.lang.ExceptionInInitializerError
        at handling.login.LoginServer.run_startup_configurations(Unknown Source)

        at handling.login.LoginServer.startLogin_Main(Unknown Source)
        at server.Start.main(Unknown Source)
Caused by: java.lang.NullPointerException
        at provider.WzXML.XMLWZFile.fillMapleDataEntitys(Unknown Source)
        at provider.WzXML.XMLWZFile.<init>(Unknown Source)
        at provider.MapleDataProviderFactory.getWZ(Unknown Source)
        at provider.MapleDataProviderFactory.getDataProvider(Unknown Source)
        at handling.login.LoginInformationProvider.<init>(Unknown Source)
        at handling.login.LoginInformationProvider.<clinit>(Unknown Source)
        ... 3 more
:: Loading ItemMakerFactory ::
Exception in thread "main" java.lang.ExceptionInInitializerError
        at handling.channel.ChannelServer.run_startup_configurations(Unknown Sou
rce)
        at handling.channel.ChannelServer.startChannel_Main(Unknown Source)
        at server.Start.main(Unknown Source)
Caused by: java.lang.NullPointerException
        at provider.WzXML.XMLWZFile.fillMapleDataEntitys(Unknown Source)
        at provider.WzXML.XMLWZFile.<init>(Unknown Source)
        at provider.MapleDataProviderFactory.getWZ(Unknown Source)
        at provider.MapleDataProviderFactory.getDataProvider(Unknown Source)
        at server.ItemMakerFactory.<init>(Unknown Source)
        at server.ItemMakerFactory.<clinit>(Unknown Source)
        ... 3 more
 
Newbie Spellweaver
Joined
Feb 18, 2011
Messages
49
Reaction score
1
Re: [Source]OdinSEA server files for MapleSEA v1.02

@above: you dont have xml folder
 
Elite Diviner
Joined
Apr 26, 2009
Messages
468
Reaction score
64
Re: [Source]OdinSEA server files for MapleSEA v1.02

Any idea why I'm receiving this error when I used the v105 xml file already?
Code:
:: Loading LoginInformationProvider ::
Exception in thread "main" java.lang.ExceptionInInitializerError
        at handling.login.LoginServer.run_startup_configurations(Unknown Source)

        at handling.login.LoginServer.startLogin_Main(Unknown Source)
        at server.Start.main(Unknown Source)
Caused by: java.lang.NullPointerException
        at provider.WzXML.XMLWZFile.fillMapleDataEntitys(Unknown Source)
        at provider.WzXML.XMLWZFile.<init>(Unknown Source)
        at provider.MapleDataProviderFactory.getWZ(Unknown Source)
        at provider.MapleDataProviderFactory.getDataProvider(Unknown Source)
        at handling.login.LoginInformationProvider.<init>(Unknown Source)
        at handling.login.LoginInformationProvider.<clinit>(Unknown Source)
        ... 3 more
:: Loading ItemMakerFactory ::
Exception in thread "main" java.lang.ExceptionInInitializerError
        at handling.channel.ChannelServer.run_startup_configurations(Unknown Sou
rce)
        at handling.channel.ChannelServer.startChannel_Main(Unknown Source)
        at server.Start.main(Unknown Source)
Caused by: java.lang.NullPointerException
        at provider.WzXML.XMLWZFile.fillMapleDataEntitys(Unknown Source)
        at provider.WzXML.XMLWZFile.<init>(Unknown Source)
        at provider.MapleDataProviderFactory.getWZ(Unknown Source)
        at provider.MapleDataProviderFactory.getDataProvider(Unknown Source)
        at server.ItemMakerFactory.<init>(Unknown Source)
        at server.ItemMakerFactory.<clinit>(Unknown Source)
        ... 3 more
Skill handling changed. You have to recode the skill handling.
 
Newbie Spellweaver
Joined
Apr 9, 2011
Messages
17
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

@above: you dont have xml folder

Oh thanks, I named it 'wz' instead of 'xml'.

I managed to get in game now, however after I clicked my character... I will see the beginner map and straight flashes off.
The client closed with error code (38).

The attached is the error
 

Attachments

  • error - [Source] OdinSEA | MapleSEA Server Emulator - RaGEZONE Forums
    error.png
    16 KB · Views: 380
Newbie Spellweaver
Joined
Apr 9, 2011
Messages
17
Reaction score
0
Re: [Source]OdinSEA server files for MapleSEA v1.02

I believe you don't have to use localhost? Just Loopback adapter will do? :)
 
Status
Not open for further replies.
Back
Top