Help for nostale 2006

09/11/2016 13:38 g3oole#1
Hi guys i have download and install client released by JMI89 and login with worldserver created by ernilos.
I have insert boost, mysqlconnector c++ but after run emulator and login return error..
Who can help me?:mofo::handsdown:
09/11/2016 13:41 Liihes#2
Quote:
Originally Posted by g3oole View Post
Hi guys i have download and install client released by JMI89 and login with worldserver created by ernilos.
I have insert boost, mysqlconnector c++ but after run emulator and login return error..
Who can help me?:mofo::handsdown:
How about showing up the error?..
09/11/2016 13:48 g3oole#3
Quote:
Originally Posted by Liihes View Post
How about showing up the error?..
This is the error, but if i change this string :
this->connection = this->driver->connect(host,user,password);
this->connection->setSchema(schema);
in
this->connection = this->driver->connect("localhost","root","password");
this->connection->setSchema("schema");
login work but give other error.