-
Enthusiast
R63 client reloads when making a room!
I'm trying to create a room and then I get disconnected... R63 & gold tree emulator.
-
-
Re: R63 client reloads when making a room!
Do you get any errors / exceptions saved ?
-
Re: R63 client reloads when making a room!
Indeed, please post all the details you can. The more details the better. Such as errors, logs, exceptions on the emulator, the CMS you're using and more
-
Enthusiast
Re: R63 client reloads when making a room!
6.10.2014 19:04:37: Error: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '4294967295' for key 'PRIMARY'
kohteessa MySql.Data.MySqlClient.MySqlStream.ReadPacket()
kohteessa MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
kohteessa MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
kohteessa MySql.Data.MySqlClient.MySqlDataReader.NextResult()
kohteessa MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
kohteessa MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
kohteessa GoldTree.Storage.DatabaseClient.ExecuteQuery(String sQuery) tiedostossa c:\Users\Administrator\Gold-Tree-Emulator\Gold Tree Emulator 3.0\Storage\DatabaseClient.cs:rivill? 32
kohteessa GoldTree.HabboHotel.Rooms.RoomManager.method_20(GameClient Session, String string_0, String string_1) tiedostossa c:\Users\Administrator\Gold-Tree-Emulator\Gold Tree Emulator 3.0\HabboHotel\Rooms\RoomManager.cs:rivill? 492
kohteessa GoldTree.Communication.Messages.Navigator.CreateFlatMessageEvent.Handle(GameClient Session, ClientMessage Event) tiedostossa c:\Users\Administrator\Gold-Tree-Emulator\Gold Tree Emulator 3.0\Communication\Messages\Navigator\CreateFlatMessageEvent.cs:rivill? 17
kohteessa GoldTree.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) tiedostossa c:\Users\Administrator\Gold-Tree-Emulator\Gold Tree Emulator 3.0\HabboHotel\GameClients\GameClient.cs:rivill? 542
-
Re: R63 client reloads when making a room!
It looks like the auto increment is not on your table, go to design view / structure view of your rooms table and check the id feild is set to auto increment (AI)
-
Enthusiast
Re: R63 client reloads when making a room!
It is set to auto increment.. Still getting the problem
-
Re: R63 client reloads when making a room!
You may need to reset the increment counter, incase it's conflicting for some reason.