(http://www.tecworldforums.com/serverissues.jpg)
os info:
windows server 2003 enterprise edd. x32
service pack 2
processors :
2 xeon 3.4 ghz ea
ram.
3gb
SQL:
running mysql 6.0
Ruby:
1.9.2
RMX GUI:
2.21
RMX OS:
1.18
anyone have a idea of what might be going on with it?
Try resetting your database. I take it you are trying to use the Blizz-ABS plugin right?
http://forum.chaos-project.com/index.php/topic,3869.0.html
RPG Maker XP Online System
Authors: Blizzard
Version: 1.18
Type: Multiplayer Online System
is the only thing i have installed other then the gui.
I refomatted that server this morning with the same results sadly, im kinda lost on the database refresh?
the only data bases im using as well is what came with the rpg maker online system that blizzard made, only thing i have changed on it was the ip addresses the game looks for from 127.0.0.1 to 192.168.6.103
"module Options
SERVERS = []
SAVE_DATA = {}
CREATION_DATA = {}
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# Server Connection Settings
#::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
SERVER_REFRESH = 400
SERVER_TIMEOUT = 200
SERVERS.push(['one', '192.168.6.103', 54269])"
~update i have deleted my db and put it back in sql, sadly same results, and i re downloaded it from http://forum.chaos-project.com/index.php/topic,3869.0.html
~update re edit, figure ill add more photos of what im seeing it may help more?
(http://www.manypcgames.com/serverissue61711.jpg)
*note i also changed the port numbers on it as well as the ip addresses, i thought that it may have been my issue, sadly it was not.
8080 is the secondary default port for HTTP access. Don't use it. If you need a list of port which you shouldn't use, just google "well-known ports".
kkk, just changed the port back to 54269. :( same issue tho.
Well, judging from your code, I'd say that either your database connection wasn't set up properly or your database wasn't created properly. As far as your connection log says, there are no tables in your database (since RMX-OS optimizes all tables on startup).
You're not going to be able to connect either.
SERVERS.push(['one', '192.168.6.103', 54269])"
You don't use your IPv4 to connect to your server. You have to use your external IP (I think its called WAN?) Go here, http://whatismyip.com to get it. So clear your database and re-execute the .sql file that came with RMX-OS.
nope gave the server a public ip address and now i have a different server one for the sql stuff and one for the ruby stuff, then lastly my webserver is going to hold the downloadable client, but sadly im still getting the same message as an error, looking into the databases now but im still pretty lost sadly :facepalm: