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!

Last Shelter Survival Server File v1.250.102

Newbie Spellweaver
Joined
Mar 28, 2020
Messages
95
Reaction score
11
The files doesn't need linux to work the files runs using SFXS2 which the same clash of kings runs
They can run on windows Fine
I'll make a Chanel soon and make a tutorial videos :D
 
Newbie Spellweaver
Joined
Aug 12, 2011
Messages
23
Reaction score
7
I forgot to write: in vm settings -> edit -> virtual network Editor edit your NAT(subnet ip -> 192.168.80.0 , DHCP -> 192.168.80.28 )
DB login/pass: root/123321

Server change ip:
/52gmsy/SFS2X/extensions/COK2/resource/servers.xml
DB change ip: cokdb_global/server_list
Apk change ip: libgame.so

Mega link:


Thank you. .
Thank you for sharing.
We will learn together.
 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
edit:im installing it on my windows host pc
so far i got webserver and sql done,with wampp,but the server launchs bat like this
@java -cp "./;lib/*;lib/Jetty/*;extensions/__lib__/*" -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n -Dfile.encoding=UTF-8 com.smartfoxserver.v2.Main $1 $2 $3pause

and crashes like this

Exception in thread "main" java.lang.NoClassDefFoundError: com/smartfoxserver/v2/MainCaused by: java.lang.ClassNotFoundException: com.smartfoxserver.v2.Main at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source)Could not find the main class: com.smartfoxserver.v2.Main. Program will exit.
 
Last edited:
Newbie Spellweaver
Joined
Mar 28, 2020
Messages
95
Reaction score
11
The files uses Wampp only for user connection it doesn't have anything to do with the game itself SFSX2
 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
when i edit ip and resign the apk it freezes here
EDIT:WITH ORIGINAL APP FREEZES AT 20% THEN GIVES NETWORK ERROR
Qx0UOkr - Last Shelter Survival Server File v1.250.102 - RaGEZONE Forums



hi524rB - Last Shelter Survival Server File v1.250.102 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
i just need a way to edit server and apk ips so it stop conflicting
original apk goes to 20% and dies
unsigned apk fails to recompile after edit libgame.so

COULD IT BE THAT BLUESTACKS IS NOT COMPATIBLE?
Im tired,i cant make it work

@ can you assist me with team viewer?

edit:i got some logs Negan
Code:
2020-05-03 00:04:55,124 | INFO  | main | com.mmobuilder.server.COKServer | Server starting...2020-05-03 00:04:55,228 | INFO  | main | com.mmobuilder.server.COKServer | 


   _____  _____  _____   _  ___   __
  / ____|/ ____|/ ____| | || \ \ / /
 | (___ | |  __| (___   | || |\ V /
  \___ \| | |_ |\___ \  |__   _> <
  ____) | |__| |____) |    | |/ . \
 |_____/ \_____|_____/ ____|_/_/_\_\
  / ____|__   __|/\   |  __ \__   __|
 | (___    | |  /  \  | |__) | | |
  \___ \   | | / /\ \ |  _  /  | |
  ____) |  | |/ ____ \| | \ \  | |
 |_____/   |_/_/    \_\_|  \_\ |_|






2020-05-03 00:04:55,297 | INFO  | main | c.m.server.session.COKServerShutdownHook | cok server shutdown hook started
2020-05-03 00:04:55,299 | INFO  | main | com.mmobuilder.server.utils.ZoneUtil | [zones] zones contains [COK2]
2020-05-03 00:04:55,314 | INFO  | main | c.s.v2.extensions.SFSExtension | start load extension properties extensions/COK2/config.properties
2020-05-03 00:04:55,318 | INFO  | main | com.elex.cok.core.COKExtension | COK2 dxm20151.8.0_252 java.version
2020-05-03 00:04:55,319 | INFO  | main | com.elex.cok.core.COKExtension | COK2 dxm201525.252-b09 java.vm.version
2020-05-03 00:04:55,319 | INFO  | main | com.elex.cok.core.COKExtension | COK2 dxm20151.8 java.specification.version
2020-05-03 00:04:55,366 | ERROR | main | com.elex.cok.core.COKExtension | init zone: COK2 fail
redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
    at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.Connection.sendCommand(Connection.java:83) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.BinaryClient.clientSetname(BinaryClient.java:1141) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.Client.clientSetname(Client.java:821) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.Jedis.clientSetname(Jedis.java:3116) ~[jedis-2.4.2.jar:na]
    at com.elex.cok.utils.RedisSession.<init>(RedisSession.java:100) ~[na:na]
    at com.elex.cok.core.GameEngine.init(GameEngine.java:207) ~[na:na]
    at com.elex.cok.core.COKExtension.init(COKExtension.java:81) ~[na:na]
    at com.mmobuilder.server.managers.ExtensionManager.createExtension(ExtensionManager.java:72) [mmo-server.jar:na]
    at com.mmobuilder.server.COKServer.initExtension(COKServer.java:115) [mmo-server.jar:na]
    at com.mmobuilder.server.COKServer.start(COKServer.java:85) [mmo-server.jar:na]
    at com.mmobuilder.server.COKBootStrap.main(COKBootStrap.java:12) [mmo-server.jar:na]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_252]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_252]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_252]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_252]
    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) [i4jruntime.jar:na]
    at com.install4j.runtime.launcher.Launcher.main(Unknown Source) [i4jruntime.jar:na]
Caused by: java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_252]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_252]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_252]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_252]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_252]
    at java.net.Socket.connect(Socket.java:607) ~[na:1.8.0_252]
    at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:na]
    ... 18 common frames omitted
2020-05-03 00:04:55,368 | ERROR | main | com.mmobuilder.server.COKBootStrap | cok server start error
redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
    at redis.clients.jedis.Connection.connect(Connection.java:142) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.BinaryClient.connect(BinaryClient.java:75) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.Connection.sendCommand(Connection.java:83) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.BinaryClient.clientSetname(BinaryClient.java:1141) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.Client.clientSetname(Client.java:821) ~[jedis-2.4.2.jar:na]
    at redis.clients.jedis.Jedis.clientSetname(Jedis.java:3116) ~[jedis-2.4.2.jar:na]
    at com.elex.cok.utils.RedisSession.<init>(RedisSession.java:100) ~[na:na]
    at com.elex.cok.core.GameEngine.init(GameEngine.java:207) ~[na:na]
    at com.elex.cok.core.COKExtension.init(COKExtension.java:81) ~[na:na]
    at com.mmobuilder.server.managers.ExtensionManager.createExtension(ExtensionManager.java:72) ~[mmo-server.jar:na]
    at com.mmobuilder.server.COKServer.initExtension(COKServer.java:115) ~[mmo-server.jar:na]
    at com.mmobuilder.server.COKServer.start(COKServer.java:85) ~[mmo-server.jar:na]
    at com.mmobuilder.server.COKBootStrap.main(COKBootStrap.java:12) ~[mmo-server.jar:na]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_252]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_252]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_252]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_252]
    at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) [i4jruntime.jar:na]
    at com.install4j.runtime.launcher.Launcher.main(Unknown Source) [i4jruntime.jar:na]
Caused by: java.net.ConnectException: Connection refused (Connection refused)
    at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_252]
    at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_252]
    at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_252]
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_252]
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_252]
    at java.net.Socket.connect(Socket.java:607) ~[na:1.8.0_252]
    at redis.clients.jedis.Connection.connect(Connection.java:137) ~[jedis-2.4.2.jar:na]
    ... 18 common frames omitted
2020-05-03 00:04:55,369 | INFO  | COK shutdown hook | c.mmobuilder.server.utils.TaskScheduler | TaskScheduler-0 stopping. Tasks awaiting execution: 0
2020-05-03 00:04:55,370 | ERROR | COK shutdown hook | c.m.server.session.COKServerShutdownHook | cok server stop successfully
 
Last edited:
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
COK2 ZONE in zone folder refuses to start and gives
redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
 
RaGEZONE VIP
[VIP] Member
Joined
Sep 7, 2019
Messages
51
Reaction score
13
COK2 ZONE in zone folder refuses to start and gives
redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)
Im tried to edit some files in vm but server always stopping on init cok2 zone,i dont know why :(
 
Newbie Spellweaver
Joined
Aug 12, 2011
Messages
23
Reaction score
7
COK2 ZONE in zone folder refuses to start and gives
redis.clients.jedis.exceptions.JedisConnectionException: java.net.ConnectException: Connection refused (Connection refused)

Server IP modification 2 file

1) /52gmsy/SFS2X/extensions/COK2/resource/servers.xml
2) /www/wwwroot/swlm/servers.xml

Check that the server is start&running OK.
My server is on CentOS 7.
When running the server port and PID Loading.

 
CATMAGEDDON
Loyal Member
Joined
Aug 17, 2014
Messages
1,666
Reaction score
293
im using the clean vm all i did is just install gnome,it keeps saying that connection is refused
the server configs seems to be okay

also i get this error @CYBERFOXTH
12:05:35,446 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@40:16 - RuntimeException in Action for tag [appender] java.lang.IllegalStateException: DBAppender cannot function if the JDBC driver does not support getGeneratedKeys method *and* without a specific SQL dialect at java.lang.IllegalStateException: DBAppender cannot function if the JDBC driver does not support getGeneratedKeys method *and* without a specific SQL dialect

longeragon999 - Last Shelter Survival Server File v1.250.102 - RaGEZONE Forums
 
Last edited:
Back
Top