Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: whitespirits on February 07, 2010, 04:47:16 pm

Title: Help setting up RMX-OS Public
Post by: whitespirits on February 07, 2010, 04:47:16 pm
Hi i have been looking into setting my server up online and so far am not getting to far, this is what i have done so far,
in cfg under server i have changed this:
NAME = 'RMX-OS Server'
HOST = 'my ip address'
PORT = 54269
RMXOS_VERSION = 1.08

i run the server and it keeps terminating over and over on a countdown telling me its encountered an error.
in the client i changed this
    SERVERS.push(['Localhost', '127.0.0.1', 54269])
    SERVERS.push(['Ricahrds', '127.0.0.1', 54269])
    SERVERS.push(['test 2 port', 'my ip address', 54269])
but seeing as the server wont work without using 127.0.0.1 i used that server side so it runs and tried running the client and seeing as the localhost options are also on this list the script hangs still? can anyone help me?
Title: Re: Help setting up RMX-OS Public
Post by: Ryex on February 07, 2010, 04:50:38 pm
it is really hard to help you with out knowing what error your getting just post a screen shot of the window.
Title: Re: Help setting up RMX-OS Public
Post by: whitespirits on February 07, 2010, 05:44:06 pm
(http://img40.imageshack.us/img40/5388/30389101.jpg)

thanks
Title: Re: Help setting up RMX-OS Public
Post by: Aqua on February 07, 2010, 05:51:13 pm
Are you /sure/ that port 54269 is open?
Title: Re: Help setting up RMX-OS Public
Post by: whitespirits on February 07, 2010, 06:59:04 pm
ok im using port checker on my ip and under 192.168.1.64 port is open but still same error i have tried using a dns also
Title: Re: Help setting up RMX-OS Public
Post by: Ryex on February 07, 2010, 07:42:36 pm
post your cfg.ini file
Title: Re: Help setting up RMX-OS Public
Post by: whitespirits on February 07, 2010, 07:47:04 pm
NAME = 'RMX-OS Server'
HOST = '92.9.239.110'
PORT = 50000
RMXOS_VERSION = 1.08

LOG_MESSAGES = false
LOG_ERRORS = true
LOG_ACTIONS = true

MAXIMUM_CONNECTIONS = 50
LOGIN_TIMEOUT = 30
AUTO_RESTART = true
RESTART_TIME = 5
OPTIMIZE_DATABASE_ON_STARTUP = true
DATABASE_CONNECTION_TIMEOUT = 60

SQL_HOSTNAME = '127.0.0.1'
SQL_USERNAME = '******'
SQL_PASSWORD = '******'
SQL_DATABASE = 'rmxosdb'

INBOX_SIZE = 10

EXTENSIONS = [
'ABS', 'globals', 'Day and Night',
]


i changed open port to 50000, another thing i can see a list of computers under my router mines called richard-pc i have opened ports on that 1 and port checker says its not workin, so i user defined my ip to 192.168.1.64 and opened 50000 on it and it worked but is that under this pc? cause it seems to be comletely different options and ports i forward are seperate between the 2 ?

Edit:
i just ran ipconfig

(http://img341.imageshack.us/img341/7417/16990269.jpg)

Edit edit:
update just installed server on windows xp laptop and the ip of this system 192.168.1.73 i opened port 8080 used the checker and it was open so its definatly open just not working same error as other pc


Don't double post within 24 hours.  Use the edit button instead.
Also, I starred out the username & password
Don't triple post either -_-
Title: Re: Help setting up RMX-OS Public
Post by: Ryex on February 07, 2010, 08:39:57 pm
the host should not be your external IP but you internal.
Title: Re: Help setting up RMX-OS Public
Post by: Aqua on February 07, 2010, 08:48:13 pm
whitespirits... stop double/triple posting -__________-

It's against the rules.
Title: Re: Help setting up RMX-OS Public
Post by: whitespirits on February 08, 2010, 09:03:14 am
sorry thanks tho i think ive got it i can setup a perminant server so if i get all setup i will make few maps so people can play it online with others test out some features :)