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!

[v83] HeavenMS

Initiate Mage
Joined
Feb 2, 2009
Messages
75
Reaction score
5
Re: MapleSolaxiaV2 Release

Nicely done, Ronan. Keep up the good work! :):
 
Joined
Mar 6, 2010
Messages
13
Reaction score
0
Re: MapleSolaxiaV2 Release

I get this error everytime I try to connect to the server.
I6PHIYc - [v83] HeavenMS - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Dec 14, 2017
Messages
1
Reaction score
0
Re: MapleSolaxiaV2 Release

Hi guys,
I am new to this forum.
May I know what happen to the error exist in the Netbeans while compiling the project to JAR file. Although the JAR was built successfully, I wonder it will causes any critical issues to the gameplay? thank you~
 

Attachments

You must be registered for see attachments list
Joined
Jul 26, 2005
Messages
97
Reaction score
4
Re: MapleSolaxiaV2 Release

Hi guys,
I am new to this forum.
May I know what happen to the error exist in the Netbeans while compiling the project to JAR file. Although the JAR was built successfully, I wonder it will causes any critical issues to the gameplay? thank you~

You can safely ignore that error.
 
Elite Diviner
Joined
Dec 10, 2012
Messages
475
Reaction score
9
Re: MapleSolaxiaV2 Release

Does anyone have the list of the custom NPC?
The link of github for this got removed.

Thanks!
 
Initiate Mage
Joined
Aug 28, 2016
Messages
5
Reaction score
0
Re: MapleSolaxiaV2 Release

Is anyone know how to fix this error? :( thanks
cbe49b741276ed3a1a14101ac15549e9 - [v83] HeavenMS - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Mar 28, 2008
Messages
11
Reaction score
0
Re: MapleSolaxiaV2 Release

i've hit a roadblock in a login screen, can anyone help me? something is wrong with the sql but i cant figure out what it is
YstMVXQ - [v83] HeavenMS - RaGEZONE Forums
oicOox7 - [v83] HeavenMS - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jul 28, 2017
Messages
40
Reaction score
35
Re: MapleSolaxiaV2 Release

Is anyone know how to fix this error? :( thanks
cbe49b741276ed3a1a14101ac15549e9 - [v83] HeavenMS - RaGEZONE Forums

The default allotted value for initialization of the Java VM (on which the server runs on) goes less than the required for the server to run.

To solve that, you must specify a minimum to the system when booting the net.server.Server class. The flag -Xmx2048m does the trick there. The bundled "launch.bat" already does this for you.



i've hit a roadblock in a login screen, can anyone help me? something is wrong with the sql but i cant figure out what it is
YstMVXQ - [v83] HeavenMS - RaGEZONE Forums
oicOox7 - [v83] HeavenMS - RaGEZONE Forums
Check again the URL you are giving on the configuration.ini file, as it seems to be empty or does not exist at all.

The bind problem says the problem for itself. The ports they are trying to bind are already in use (which may be happening because you have already a server instance online).
 

Attachments

You must be registered for see attachments list
Elite Diviner
Joined
Dec 10, 2012
Messages
475
Reaction score
9
Re: MapleSolaxiaV2 Release

Wondering if anyone experiencing any major memory leak using this source?
 
Initiate Mage
Joined
Dec 12, 2014
Messages
2
Reaction score
0
Re: MapleSolaxiaV2 Release

Anyway to fix it? Fixed it by changing birtday to 1970-01-01. No more errors ,but after clicking login client shutdowns.
Ronan - [v83] HeavenMS - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Jun 22, 2016
Messages
76
Reaction score
8
Re: MapleSolaxiaV2 Release

Comment removed.
 
Last edited:
Initiate Mage
Joined
Feb 10, 2018
Messages
2
Reaction score
0
Re: MapleSolaxiaV2 Release

Whenever I run the starter bat in admin it tells me can't find main class net.server.Server
but when I start it normally it doesn't show that and works instead.
It's a pleasure to have helped
Mind showing me what you helped him with? :O



UPDATE:

I've fixed the execution of the database, it appears my wampserver was Ducking up so I had to change the ports from 3306 to 3305.
 
Last edited:
Back
Top