Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Can't launch Channel

Newbie Spellweaver
Joined
Nov 8, 2009
Messages
19
Reaction score
1
ZenthosDev has started:
World Launched
Login Launched
Listening on IP: 127.0.0.1 Port: 8484.
Channel Launched
Exception in thread "main" java.lang.ExceptionInInitializerError
at net.channel.ChannelServer.<init>(ChannelServer.java:90)
at net.channel.ChannelServer.newInstance(ChannelServer.java:230)
at net.channel.ChannelServer.main(ChannelServer.java:206)
Caused by: java.lang.RuntimeException: Loading WZ File failed
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java:18)
at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFactory.java:28)
at provider.MapleWZProvider.<clinit>(MapleWZProvider.java:18)
... 3 more
Caused by: java.io.FileNotFoundException: wz\Character.wz (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at provider.wz.WZFile.<init>(WZFile.java:34)
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java:16)
... 5 more
Press any key to continue . . .


ShinnAsL - Can't launch Channel - RaGEZONE Forums



I have all the required files in the folder.
 
Last edited:
Newbie Spellweaver
Joined
Nov 8, 2009
Messages
19
Reaction score
1
Put all those ".wz" folders into a folder named 'wz'

Thank you for the reply but the problem remains.



ZenthosDev has started:
World Launched
Login Launched
Listening on IP: 127.0.0.1 Port: 8484.
Channel Launched
Exception in thread "main" java.lang.ExceptionInInitializerError
at net.channel.ChannelServer.<init>(ChannelServer.java:90)
at net.channel.ChannelServer.newInstance(ChannelServer.java:230)
at net.channel.ChannelServer.main(ChannelServer.java:206)
Caused by: java.lang.RuntimeException: Loading WZ File failed
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java:18)
at provider.MapleDataProviderFactory.getDataProvider(MapleDataProviderFactory.java:28)
at provider.MapleWZProvider.<clinit>(MapleWZProvider.java:18)
... 3 more
Caused by: java.io.FileNotFoundException: wz\Character.wz (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at provider.wz.WZFile.<init>(WZFile.java:34)
at provider.MapleDataProviderFactory.getWZ(MapleDataProviderFactory.java:16)
... 5 more
Press any key to continue . . .



EDIT :

Now with weird never-seen before errors...

ZenthosDev has started:
World Launched
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Press any key to continue . . . Login Launched
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Press any key to continue . . . Channel Launched
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Press any key to continue . . .
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Aug 14, 2017
Messages
19
Reaction score
1
EDIT : Now with weird never-seen before errors...

ZenthosDev has started:
World Launched
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Press any key to continue . . . Login Launched
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Press any key to continue . . . Channel Launched
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
Press any key to continue . . .
Check your ports on your VM. Check the channel ports. Also previous from this edit it also couldn't read your Character.wz from your wz folder.
 
Upvote 0
Newbie Spellweaver
Joined
Aug 14, 2017
Messages
19
Reaction score
1
Hi. What's a VM ? How can I check my channel port ?
Well some people like to change theirs. But I am guessing you are using a based released from RageZone, so check for the ports of 7575 being channel 1 and 7576 for channel 2 and so on and on.
 
Upvote 0
Back
Top