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!

[Development] Chư Tiên Liệt Truyện (SwiftWarrior)

Status
Not open for further replies.
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Joined
Jan 21, 2008
Messages
20
Reaction score
1
I have VPS that php mysql web server enabled, java seems to be version lower than 7 but i can upgrade it. Shell file will be better :D.
Thanks for the links



How about the english translation? can i contribute the translation?
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
I have VPS that php mysql web server enabled, java seems to be version lower than 7 but i can upgrade it. Shell file will be better :D.
Thanks for the links



How about the english translation? can i contribute the translation?
Yes you can.
 
Joined
Jan 21, 2008
Messages
20
Reaction score
1
I got this error while running game server

Code:
D:\GPHZXLZ\server\xy5>"D:\GPHZXLZ\server\jdk1.7.0_45\bin\java.exe" -server -Xmx1
200m -Xms1200m -XX:NewSize=1g -XX:MaxNewSize=1g -XX:SurvivorRatio=8 -XX:PermSize
=30m -XX:MaxPermSize=100m  -classpath .;.\bin;.\lib\*; -Dfile.encoding=UTF-8 com
.yheng.xy.base.core.GameMain
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.


D:\GPHZXLZ\server\xy5>pause
Press any key to continue . . .
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
I got this error while running game server

Code:
D:\GPHZXLZ\server\xy5>"D:\GPHZXLZ\server\jdk1.7.0_45\bin\java.exe" -server -Xmx1
200m -Xms1200m -XX:NewSize=1g -XX:MaxNewSize=1g -XX:SurvivorRatio=8 -XX:PermSize
=30m -XX:MaxPermSize=100m  -classpath .;.\bin;.\lib\*; -Dfile.encoding=UTF-8 com
.yheng.xy.base.core.GameMain
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.


D:\GPHZXLZ\server\xy5>pause
Press any key to continue . . .
why are you using jdk when i said jre... also you dont have enough ram to run it.
 
Joined
Jan 21, 2008
Messages
20
Reaction score
1
jre7 gives me error also, so i tried jdk. wait.. let me test using jre7 again



Sorry my bad, i downloaded jre7 client not the server one, but the server requires 64-bit windows, mine 32-bit .



Finally can run the server with the new fixed server file, using jdk and this parameter from .sh file:
Code:
 -Xmx1g -Xms1g -XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=8 -XX:PermSize=30m -XX:MaxPermSize=100m

Btw, why i can't attack monster? the old server works fine.
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
jre7 gives me error also, so i tried jdk. wait.. let me test using jre7 again



Sorry my bad, i downloaded jre7 client not the server one, but the server requires 64-bit windows, mine 32-bit .



Finally can run the server with the new fixed server file, using jdk and this parameter from .sh file:
Code:
 -Xmx1g -Xms1g -XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=8 -XX:PermSize=30m -XX:MaxPermSize=100m

Btw, why i can't attack monster? the old server works fine.
I dont know, you need to translate the game first and see what they write.



Some code is missing from gameserver after decompilation, so I must rewrite it..

GameServer: com.yheng.xy.util.Formula.java
Class: arrayStact



Code fixed, attacks are working again. Uploaded new source.
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Strange, using the new fixed, still cannot attack monster
Download new GameServer source and compile it.



I need someone to decode and fix the code of swf's so that I could recompile.

Contact me please.
 
Joined
Jan 21, 2008
Messages
20
Reaction score
1
Download new GameServer source and compile it.



I need someone to decode and fix the code of swf's so that I could recompile.

Contact me please.

I've downloaded the latest source and compile it, but no luck, still can't attack monster. Could you please reupload the gameserver file?
 
Initiate Mage
Joined
Feb 13, 2012
Messages
89
Reaction score
25
i still cant make it online to public , everything i change to my vps public ip , still get socket error . . when i change to 127.0.0.1 , only can play in VPS . . @@

You only need to change the ip in the file ..\server\sandbox\bin\config.properties

p843=843
ip=127.0.0.1 => change IP VPS

it is and htdocs you change ..\server\GPHWWW\www\data

Unzip config.zip and firstConfig.zip then edit .xml

<loginServer>
<server addr="ip VPS" port="10023"/>
</loginServer>
<recharge><![CDATA[]></recharge>
<domain><![CDATA[xmlsocket:/ /ip VPS:843]]></domain>
http:// ip VPS/pay_index.shtml
 
Initiate Mage
Joined
Jan 17, 2013
Messages
3
Reaction score
0
Is there any reason to build it not on the CYDPHP ? for example at xxamp or OperServer?
will it work on it, because I've try to start it and have so much error on cydphp ...
Does enybody know, may it be started without cydphp or not?
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
Is there any reason to build it not on the CYDPHP ? for example at xxamp or OperServer?
will it work on it, because I've try to start it and have so much error on cydphp ...
Does enybody know, may it be started without cydphp or not?
Read the comments in this thread, I actually started it on NGINX + JRE7 + MySQL5.6 + PHP-FPM Debian7
 
Divine Celestial
Joined
Feb 25, 2013
Messages
808
Reaction score
343
I've updated sandbox server you should replace them right now if you want stability in your server.
 
Status
Not open for further replies.
Back
Top