[Help] 2 very weird/unexpected errors.

12/07/2011 00:47 killersub#1
EDIT:

This is the Error(s) I'm getting when I try to launch the Elite-CoEmu world server.

Code:
== Welcome to Elite-CoEmu v5095 ==
== This Program is for Non Profitable and Entertainment Purposes Only ==
[WorldServer] Starting to Initialize
MySql.Data.MySqlClient.MySqlException: Host 'Computer-PC' is not allowed to connect to this MySQL server
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.Driver.Open()
   at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   at MySql.Data.MySqlClient.MySqlPool.GetConnection()
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at MySqlHandler.MySqlReader.TryFill(MySqlCommand command)
   at MySqlHandler.MySqlReader..ctor(MySqlCommand command)
   at WorldServer.Database.LoadMaps() in C:\Users\Thomas\Documents\Visual Studio 2010\Projects\Elite-CoEmu\Source\Current Source\WorldServer\Database\Database.cs:line 759
[WorldServer] Loaded 0 Maps in 358ms
MySql.Data.MySqlClient.MySqlException: Host 'Computer-PC' is not allowed to connect to this MySQL server
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.Open()
   at MySql.Data.MySqlClient.Driver.Open()
   at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)
   at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()
   at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
   at MySql.Data.MySqlClient.MySqlPool.GetConnection()
   at MySql.Data.MySqlClient.MySqlConnection.Open()
   at MySqlHandler.MySqlReader.TryFill(MySqlCommand command)
   at MySqlHandler.MySqlReader..ctor(MySqlCommand command)
   at WorldServer.Database.LoadDynamicMaps() in C:\Users\Thomas\Documents\Visual Studio 2010\Projects\Elite-CoEmu\Source\Current Source\WorldServer\Database\Database.cs:line 785
   at WorldServer.Initialize.LoadMaps() in C:\Users\Thomas\Documents\Visual Studio 2010\Projects\Elite-CoEmu\Source\Current Source\WorldServer\Initialize.cs:line 28
   at WorldServer.World.StartServer() in C:\Users\Thomas\Documents\Visual Studio 2010\Projects\Elite-CoEmu\Source\Current Source\WorldServer\World.cs:line 116
Any ideas?
12/07/2011 04:20 Spirited#2
NHibernate settings. I knew a lot of people were going to have issues setting it up. Be glad that there are tutorials online that you can follow (found by searching on Google / Yahoo/ Ask Whatever his face is / Bing / whatever the hell you use to search for things).
12/07/2011 04:26 pro4never#3
Quote:
Originally Posted by Fаng View Post
NHibernate settings. I knew a lot of people were going to have issues setting it up. Be glad that there are tutorials online that you can follow (found by searching on Google / Yahoo/ Ask Whatever his face is / Bing / whatever the hell you use to search for things).
Since when does Elite-CoEmu use nhibrinate?... I'm confuseddd! xD

Advice still valid though. Google the issue.
12/07/2011 05:55 Spirited#4
Quote:
Originally Posted by pro4never View Post
Since when does Elite-CoEmu use nhibrinate?... I'm confuseddd! xD

Advice still valid though. Google the issue.
Ah haha, oops. I saw "Computer-PC" and immediately thought of your source and how you use the pc name for your settings.

@OP - your mysql settings are wrong.