Connect to server error

01/15/2015 20:43 Nwtness#1
Hello. I have a problem in the game mate by hamachi. We have the same version of hamachi, the same game client, I have created an account in sql
I launcher.bat
ECHO OFF
START sframe / auth_ip (hamachi ip colleague) / auth_port: 8841 / locale: ASCII / country: US / commercial_shop / cash

gameserver:
S app.name:Game Server
S auth.server_idx 1
S auth.server_name: shit

S db.user.work_total:
S db.user.work_pending:
S db.user.work_active:
S db.user.thread_active:
S db.user.thread_total:

S console.port: 4515
S console._password:

S db.game.ip: 127.0.0.1

S db.c.name:Arcadia
S db.c.server: 127.0.0.1
S db.c.account: sa
S db.c._password:

S db.user.name:Telecaster
S db.user.server: 127.0.0.1
S db.user.account: sa
S db.user._password:

S io.auth.ip: 127.0.0.1
S io.ip_address: xx.xx.xx.xx <- hamachi address
S io.port: 4515

S game.server_screenshot_url:

S io.upload.port: 4617
S io.upload.ip: your_website / external_ip
S game.guild_icon_base_url: http: // your_website / external_ip / icons /
S game.url_list: guild_icon_upload.ip | your_website / external_ip | guild_icon_upload.port | 4615

AuthServer:

S db.auth.server: 127.0.0.1
S db.auth.name:Auth
S db.auth.account: sa
S db.auth._password:
S app.name:Auth Server
S log.ip: 127.0.0.1
S db.auth.port: 1433
S io.auth.port: 8841
N db.auth.use_webauth: 0
N db.auth.use_md5 1
N db.auth.debug_md5 1
N db.auth.md5_key: 2011

Server is running. Colleague is already logged in. Rappelz auth server saves everything that is trying to log into the game. When I log and choose the server displays a message. I do not know where we made the mistake gets called.

[Only registered and activated users can see links. Click Here To Register...]
01/15/2015 20:56 mohamad512#2
What's the Server Files Version ? , and what the client version ?

it's could be from the Sframe
01/15/2015 21:03 Nwtness#3
server viles 8,1 client 8,1

everything as in tutroial

[Only registered and activated users can see links. Click Here To Register...]
01/15/2015 21:30 mohamad512#4
try this Sframe [Only registered and activated users can see links. Click Here To Register...]

and let me now

**change the sframe name from VolcanoSframe to Sframe
01/15/2015 21:36 ThunderNikk#5
auth IP also needs to be the hamachi address in the game server .opt

If it is not then the only computer that will be able to log in to auth is the computer that is running the servers...

S io.auth.ip: 127.0.0.1
S io.ip_address: xx.xx.xx.xx <- hamachi address
S io.port: 4515

Should be

S io.auth.ip: xx.xx.xx.xx <- hamachi address
S io.ip_address: xx.xx.xx.xx <- hamachi address
S io.port: 4515

Your IO port is also wrong because it is using the same port as the console port which will only allow one connection through a port...

S console.port: 4515
S io.port: 4515

Will never work... the game server port by default is 4504
01/15/2015 21:52 Nwtness#6
thndr ty!!! all works.Port is wrongs