This is my 1st time properly using uber, im used to v26, but i thought i would have a play.
I keep getting this error when i load up my emu
I have odbc installed and Mysql Connector 6.0.3.
The settings in the config.conf matches all settings in my database i think
If there any errors or anybody knows what is wrong leave a message please
I keep getting this error when i load up my emu
PHP:
11/25/2010 10:09:49 AM
System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.2.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.
File name: 'MySql.Data, Version=6.2.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d'
at Uber.Storage.DatabaseManager.MonitorClients()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
The settings in the config.conf matches all settings in my database i think
PHP:
## System Configuration File
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username= Im Using Correct Username
db.password= Correct Password
db.name= And Correct DB name
key.password=codedbyijakey
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=1500
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP HERE? What i have done
game.tcp.port=30000
game.tcp.conlimit=500
## MUS TCP/IP Configuration
mus.tcp.bindip= Localhost Or VPS IP (127.0.0.1)
mus.tcp.port=30001
mus.tcp.allowedaddr= VPS Pass Used Here
## Client configuration
client.ping.enabled=1
client.ping.interval=30000