Chaos Project

RPG Maker => General Discussion => Troubleshooting / Help => Topic started by: xUriel on October 03, 2010, 08:27:48 am

Title: No host?(solved)
Post by: xUriel on October 03, 2010, 08:27:48 am
Hello CP community, its my 1st day here so i dont know if its the right sections for what i need to ask...

1st of all i have much experience with rpg maker, and today i started using OS...
I have RMX-OS v1.01

I figured out how to run server and stuff...but when it comes to the host i have some problems...

I know the mmo basics, how to use ports etc...

But, at the server side, while it runs normally with 127.0.0.1 on the cfgs when i type my address and i run the server i get this:
(http://i55.tinypic.com/e81j80.jpg)

Can anyone help me solve it?
Title: Re: No host?
Post by: Blizzard on October 03, 2010, 08:31:48 am
1. You should update. The newest version is 1.15.

2. You either mistyped the IP address or made another mistake. Make sure the IP address is a STRING, not a NUMBER.
Title: Re: No host?
Post by: xUriel on October 03, 2010, 08:36:18 am
I use the no-ip sercive...but i get the error with my regural ip too...

And i just dloaded 1.15 and i get the same error there...
Title: Re: No host?
Post by: xUriel on October 04, 2010, 10:26:00 am
(sry for double-posting)
cm'on guys, no one can help?=/

or at least show me how you do it...or mby what host u type....

cause i rly dunno what ive done wrong... :S
Title: Re: No host?
Post by: Blizzard on October 04, 2010, 10:30:32 am
Try removing all extensions and plugins then. Something is obviously changing RMX-OS behavior on one side but not on the other.
Title: Re: No host?
Post by: xUriel on October 04, 2010, 10:35:23 am
i dont have any extensions or plugins...i just download the files...

and what do you mean by one side and other side?
Title: Re: No host?
Post by: Blizzard on October 04, 2010, 11:08:56 am
If you add a RMX-OS plugin to the game and do not include the RMX-OS extension on the server OR if you include the RMX-OS extension on the server and do not add the RMX-OS plugin to the game, it won't work and produce this kind of error.

When you add an extension, it changes the behavior of the server. If you don't have to appropriate plugin in the client that handles that altered behavior, it's won't work. Same goes vice versa. When you add the plugin, the client will expect different behavior from the server and it won't work right.
Title: Re: No host?
Post by: xUriel on October 04, 2010, 11:16:20 am
anyway...

I use the host: l2hazzard.servegame.com and port 2106

Im using the no-ip software for the port...

can you show me how to make my cfg?


I have it like this:

NAME = 'RMX-OS Server'
HOST = 'l2hazzard.servegame.com'
PORT = 2106
RMXOS_VERSION = 1.15

I can run the server when i use host: 127.0.0.1
I can also run it with any ip that has 127 or 192 first
127.423.12.10 for example...

but anything besides that doesnt work...
Title: Re: No host?
Post by: Blizzard on October 04, 2010, 12:41:39 pm
There we have the problem. Internally you need to run RMX-OS on a 192.x.x.x address as it is inside your own network. Then you need to forward the port 2106 on the router to direct traffic to your 192.x.x.x address so it becomes visible to the outside network. Make sure the nameservers of l2hazzard.servegame.com point to your external network IP address (the one on the router, the one you can look up at various internet sites). So basically RMX-OS doesn't have to know where it's at in the extenal network. It only needs to know where they are in the internal network. The router takes care of traffic redirection toward RMX-OS from the outside and vice versa.
Title: Re: No host?
Post by: xUriel on October 04, 2010, 01:32:28 pm
omg:D
didn't know that...

thanxs a lot dude :)


(someone lock topic pls)