04-08-2013, 07:20 AM
Thank you alot. I changed everything you told me but now nothing happens after the Messenger Server is running.
Here an image:
my run-file
#!/bin/sh
cd Messenger/Messenger
chmod 777 Messenger;
./Messenger start;
cd ../../;
cd Helper/Helper
chmod 777 Helper;
./Helper start ;
cd ../../;
cd SubHelper/SubHelper
chmod 777 SubHelper;
./SubHelper start;
cd ../../;
cd Connector/Connector
chmod 777 Connector;
./Connector start;
cd ../../;
cd LoginServer/LoginServer
chmod 777 LoginServer;
./LoginServer start;
cd ../../;
cd GameServer/GameServer1
chmod 777 GameServer_d;
./GameServer_d start
I turned off my firewall if you need to know
Theres no mistake!
Nothings wrong with the Messenger. The messenger only needs to be started, it is correct, that nothing happens then.
this is exactly how it should look like. As it says: Messenger server runnung..

