I get the standard "Specified SQL Server not found" error, but it's not as straight forward as it looks.(For those who want to be ass holes). I've diagnosed this problem down as far as I could go, even looked at the hex.
Anywhore, apparently the Auth server isn't even attempting to connect to the SQL server. Everything else starts perfectly fine. Game Server, upload, logs, etc etc. I can even access it remotely. So I can only deduce from this that I'm missing something in the opt file for the Auth server.
This is my authserver.opt file. Either I'm missing something from my opt file or this particular auth server is fucked.
I'm going to be starting a rappelz server, it's going to be the best one in existence. Who ever can help me with this annoyance, there might be a spot on the staff in it for you.
Anywhore, apparently the Auth server isn't even attempting to connect to the SQL server. Everything else starts perfectly fine. Game Server, upload, logs, etc etc. I can even access it remotely. So I can only deduce from this that I'm missing something in the opt file for the Auth server.
Code:
S db.auth.server:127.0.0.1 S db.auth.name:Auth S db.auth.account:sa S db.auth._password: S db.auth.port:1433 S app.name:auth S io.auth.port:4500 N game.user_limit:3000 N auth.max_client_per_ip:30000 S log.ip:127.0.0.1 N _auth.version:200604290 N auth.version:200701120 N auth.max_daily_client_per_ip:50000 S db.auth.md5_key:2011 N db.auth.use_md5:1 N db.auth.use_md5_for_security_no:0
I'm going to be starting a rappelz server, it's going to be the best one in existence. Who ever can help me with this annoyance, there might be a spot on the staff in it for you.