• 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.

The best v75 Source

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 12, 2008
Messages
44
Reaction score
0
What is the encryption for the passwords? I keep trying SHA1 but it won't work... it keeps saying "Incorrect password, please try again".
 
Skilled Illusionist
Joined
Apr 16, 2009
Messages
376
Reaction score
72
What is the encryption for the passwords? I keep trying SHA1 but it won't work... it keeps saying "Incorrect password, please try again".

The salt column needs a value also, but I don't believe the passwords are encrypted in Bubbles.
 
Newbie Spellweaver
Joined
Jul 12, 2008
Messages
44
Reaction score
0
The salt column needs a value also, but I don't believe the passwords are encrypted in Bubbles.

I put in a random value for salt and i tried a non-encrypted password, but still the same thing.. D:
 
Junior Spellweaver
Joined
Aug 15, 2008
Messages
192
Reaction score
12
I put in a random value for salt and i tried a non-encrypted password, but still the same thing.. D:

Encrypt your password with Sha1.
Add it.
Clear the Salt value to null.
Then login fine
Everyone's happy :drool:
 
Initiate Mage
Joined
Nov 14, 2009
Messages
4
Reaction score
0
Nov 14, 2009 8:38:56 PM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 14, 2009 8:38:56 PM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 14, 2009 8:38:56 PM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 14, 2009 8:38:56 PM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 14, 2009 8:38:56 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Nov 14, 2009 8:38:56 PM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Nov 14, 2009 8:38:57 PM net.sf.odinms.tools.ClassFinder <init>
SEVERE: ERROR
java.io.FileNotFoundException: dist\mina-core.jar (The system cannot find the fi
le specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:97)
at net.sf.odinms.tools.ClassFinder.<init>(ClassFinder.java:45)
at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(Command
Processor.java:223)
at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcesso
r.java:83)
at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProces
sor.java:69)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:547)
Nov 14, 2009 8:38:57 PM net.sf.odinms.tools.ClassFinder <init>
SEVERE: ERROR
java.io.FileNotFoundException: dist\slf4j-api.jar (The system cannot find the fi
le specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:97)
at net.sf.odinms.tools.ClassFinder.<init>(ClassFinder.java:45)
at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(Command
Processor.java:223)
at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcesso
r.java:83)
at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProces
sor.java:69)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:547)
Nov 14, 2009 8:38:57 PM net.sf.odinms.tools.ClassFinder <init>
SEVERE: ERROR
java.io.FileNotFoundException: dist\slf4j-jdk14.jar (The system cannot find the
file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:97)
at net.sf.odinms.tools.ClassFinder.<init>(ClassFinder.java:45)
at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(Command
Processor.java:223)
at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcesso
r.java:83)
at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProces
sor.java:69)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:547)
Nov 14, 2009 8:38:57 PM net.sf.odinms.tools.ClassFinder <init>
SEVERE: ERROR
java.io.FileNotFoundException: dist\mysql-connector-java-bin.jar (The system can
not find the file specified)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.jar.JarFile.<init>(JarFile.java:133)
at java.util.jar.JarFile.<init>(JarFile.java:97)
at net.sf.odinms.tools.ClassFinder.<init>(ClassFinder.java:45)
at net.sf.odinms.client.messages.CommandProcessor.reloadCommands(Command
Processor.java:223)
at net.sf.odinms.client.messages.CommandProcessor.<init>(CommandProcesso
r.java:83)
at net.sf.odinms.client.messages.CommandProcessor.<clinit>(CommandProces
sor.java:69)
at net.sf.odinms.net.channel.ChannelServer.main(ChannelServer.java:547)





anyone know how to solve this ?
 
Junior Spellweaver
Joined
Aug 15, 2008
Messages
192
Reaction score
12
You're missing distfiles.
=P
Look at the error and add the missing ones.
 
Initiate Mage
Joined
Nov 14, 2009
Messages
4
Reaction score
0
thanks ^.^
why when i click on my localhost it says runtime C++ error ?
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
the command proffesor....i change change change...but it either work for gm commands or player commands....must be either 1...can u fix it pls?
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
lol i also knew it my gm command work.but if my gm command work my player command dun work,if my player command work my gm command dun work
 
Newbie Spellweaver
Joined
Oct 27, 2008
Messages
41
Reaction score
1
did it have monster book?cause the monster doesn drop the card....
 
Initiate Mage
Joined
Nov 14, 2009
Messages
4
Reaction score
0
My npc all are not working T.T

anyone knows how to fix this ?

Launch_channel.bat

Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Nov 16, 2009 12:50:46 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 3: Listening on port 7577
Nov 16, 2009 12:50:46 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 4: Listening on port 7578
 
offonline
Loyal Member
Joined
Aug 5, 2009
Messages
1,403
Reaction score
164
My npc all are not working T.T

anyone knows how to fix this ?

Launch_channel.bat

Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.PacketProcessor registerHandler
SEVERE: Check your Recv Packet Opcodes - Something is wrong
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Nov 16, 2009 12:50:45 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 2: Listening on port 7576
Nov 16, 2009 12:50:46 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 3: Listening on port 7577
Nov 16, 2009 12:50:46 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 4: Listening on port 7578

Whats wrong with your NPCS?
 
Newbie Spellweaver
Joined
Apr 5, 2009
Messages
5
Reaction score
0
pliz help:
imited Strength cryptography jar files.
15/11/2009 16:36:27 net.sf.odinms.tools.MapleAESOFB <init>
SEVERE: Error initalizing the encryption cipher. Make sure you're using
imited Strength cryptography jar files.
15/11/2009 16:36:29 net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 3: Listening on port 7577
15/11/2009 16:36:29 net.sf.odinms.net.world.WorldChannelInterfaceImpl ser
y
INFO: Channel 3 is online.
15/11/2009 16:36:30 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:32 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:33 net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 4: Listening on port 7578
15/11/2009 16:36:33 net.sf.odinms.net.world.WorldChannelInterfaceImpl ser
y
INFO: Channel 4 is online.
15/11/2009 16:36:35 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:37 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:40 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:42 net.sf.odinms.net.MapleServerHandler exceptionCaught
SEVERE: java.lang.IllegalStateException: Cipher not initialized (Hexdump:
33 67 59 82)
org.apache.mina.filter.codec.ProtocolDecoderExcept ion: java.lang.IllegalS
eption: Cipher not initialized (Hexdump: 31 67 33 67 59 82)
at org.apache.mina.filter.codec.ProtocolCodecFilter.m essageReceiv
ocolCodecFilter.java:165)
at org.apache.mina.common.support.AbstractIoFilterCha in.callNextM
eceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterCha in.access$11
ractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterCha in$EntryImpl
ageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.executor.ExecutorFilter.pro cessEvent(Ex
ilter.java:220)
at org.apache.mina.filter.executor.ExecutorFilter$Pro cessEventsRu
run(ExecutorFilter.java:264)
at java.util.concurrent.ThreadPoolExecutor$Worker.run Task(Unknown
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Sou
at org.apache.mina.util.NamePreservingRunnable.run(Na mePreserving
e.java:51)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Cipher not initialized
at javax.crypto.Cipher.c(DashoA13*..)
at javax.crypto.Cipher.doFinal(DashoA13*..)
at net.sf.odinms.tools.MapleAESOFB.crypt(MapleAESOFB. java:130)
at net.sf.odinms.net.mina.MaplePacketDecoder.doDecode (MaplePacket
.java:71)
at org.apache.mina.filter.codec.CumulativeProtocolDec oder.decode(
iveProtocolDecoder.java:133)
at org.apache.mina.filter.codec.ProtocolCodecFilter.m essageReceiv
ocolCodecFilter.java:158)
... 9 more
15/11/2009 16:36:42 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:44 net.sf.odinms.net.mina.MaplePacketDecoder doDecode
WARNING: Client failed packet check -> disconnecting
15/11/2009 16:36:45 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:47 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:50 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:52 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:55 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:36:57 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:00 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:02 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:05 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:07 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:10 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:12 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:15 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:17 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:20 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
15/11/2009 16:37:22 net.sf.odinms.net.login.LoginWorker run
INFO: Possible logins: 700 (Waiting: 0)
 
Status
Not open for further replies.
Back
Top