[Help] Client Disconnection Errors

Reestv

New Member
Jul 4, 2010
29
1
Hi,

I've just set up my Phoenix client, but whenever I try to perform an action on the Hotel I get disconnected. This could be either just talking or trying to change clothing. I get the following exception:

Code:
16/01/2013 11:16:13: Error: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  at (Object , UInt32 )
  at A..(Object , UInt32 )
  at A..(UInt32 )
  at A..()
  at A..( , String , Boolean )
  at A..( , 
)
  at A..(Byte[]& )

with this threaderror:

Code:
15/01/2013 18:29:30: Error in thread Server status update task:
MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
  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.GetPooledConnection()
  at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver()
  at MySql.Data.MySqlClient.MySqlPool.GetConnection()
  at MySql.Data.MySqlClient.MySqlConnection.Open()
  at (Object )
  at A..(Object )
  at A...ctor( )
  at A..()
  at A..()

I'm confused as to what I may have set up incorrectly, so was wondering if anyone could help me? I'm using RevCMS and the latest Phoenix emulator. I can still purchase items from the catalog successfully; if that helps.

Thanks,
Reestv.
 

Users who are viewing this thread

Top