mySQL errors?

Stevee

Posting Freak
Mar 29, 2011
580
35
Hi, I was wondering how to fix these.. I tried to fix it myself, didn't work.



Exceptions:



This one:
Code:
9/11/2013 9:02:13 PM: Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  --- End of inner exception stack trace ---
  at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  --- End of inner exception stack trace ---
  at MySql.Data.Common.MyNetworkStream.HandleOrRethrowException(Exception e)
  at MySql.Data.Common.MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
  at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count)
  at MySql.Data.MySqlClient.MySqlStream.LoadPacket()
  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
  at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
  at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
  at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
  at MySql.Data.MySqlClient.ExceptionInterceptor.Throw(Exception exception)
  at MySql.Data.MySqlClient.MySqlConnection.Throw(Exception ex)
  at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exception ex)
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
  at Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\Storage\DatabaseClient.cs:line 32
  at Phoenix.HabboHotel.Rooms.Class33.method_1(GameClient class16_0, String string_1, Boolean bool_13) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\Rooms\Class33.cs:line 282
  at Phoenix.Communication.Messages.Rooms.Chat.ChatMessageEvent.imethod_0(GameClient class16_0, ClientMessage class18_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\Communication\Messages\Rooms\Chat\Class257.cs:line 17
  at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482

This one:
Code:
9/11/2013 9:02:13 PM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
  at Phoenix.Communication.Messages.Rooms.Chat.CancelTypingMessageEvent.imethod_0(GameClient class16_0, ClientMessage class18_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\Communication\Messages\Rooms\Chat\Class253.cs:line 11
  at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482

and last but not least:

Code:
9/11/2013 9:02:56 PM: Error: System.NullReferenceException: Object reference not set to an instance of an object.
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
  at Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\Storage\DatabaseClient.cs:line 32
  at Phoenix.HabboHotel.Users.Habbo.method_10(UInt32 RoomId) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\Users\Habbo.cs:line 535
  at Phoenix.HabboHotel.Rooms.Room.method_46(GameClient class16_0, Boolean bool_13) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\Rooms\Room.cs:line 3858
  at Phoenix.Communication.Messages.Rooms.Engine.GetRoomEntryDataMessageEvent.imethod_0(GameClient class16_0, ClientMessage class18_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\Communication\Messages\Rooms\Engine\Class250.cs:line 62
  at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482


Critical Exceptions:


Code:
9/11/2013 9:02:14 PM: Error during saving wired items for room 35. Stack: System.NullReferenceException: Object reference not set to an instance of an object.
  at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
  at Phoenix.Storage.DatabaseClient.ExecuteQuery(String sQuery) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\Storage\DatabaseClient.cs:line 32
  at Phoenix.HabboHotel.Rooms.Room.method_64() in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\Rooms\Room.cs:line 4396
Query: DELETE FROM wired_items WHERE item_id = '1389' LIMIT 1; INSERT INTO wired_items (item_id,extra1,extra2,extra3,extra4,extra5) VALUES ('1389',@1389Extra1,@1389Extra2,@1389Extra3,@1389Extra4,@1389Extra5); DELETE FROM wired_items WHERE item_id = '8241' LIMIT 1; INSERT INTO wired_items (item_id,extra1,extra2,extra3,extra4,extra5) VALUES ('8241',@8241Extra1,@8241Extra2,@8241Extra3,@8241Extra4,@8241Extra5);


any ideas thanks steve
 

Users who are viewing this thread

Top