No host?(solved)

Started by xUriel, October 03, 2010, 08:27:48 am

Previous topic - Next topic

xUriel

October 03, 2010, 08:27:48 am Last Edit: October 04, 2010, 01:32:48 pm by xUriel
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:


Can anyone help me solve it?

Blizzard

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.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

xUriel

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...

xUriel

(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

Blizzard

Try removing all extensions and plugins then. Something is obviously changing RMX-OS behavior on one side but not on the other.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

xUriel

i dont have any extensions or plugins...i just download the files...

and what do you mean by one side and other side?

Blizzard

October 04, 2010, 11:08:56 am #6 Last Edit: October 04, 2010, 11:10:23 am by Blizzard
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.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

xUriel

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...

Blizzard

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.
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

xUriel

omg:D
didn't know that...

thanxs a lot dude :)


(someone lock topic pls)