¿How to fix this error?
Code:
3-11-2010 18:49:13
LockTimeoutException: Timeout whilst waiting for lock
en TimedLock.Lock(Object o, TimeSpan timeout)
en Uber.HabboHotel.GameClients.GameClientManager.CheckEffects()
en Uber.HabboHotel.Misc.LowPriorityWorker.Process()
en System.Threading.ThreadHelper.ThreadStart_Context(Object state)
en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
en System.Threading.ThreadHelper.ThreadStart()
03-11-2010 18:50:59
LockTimeoutException: Timeout whilst waiting for lock
en TimedLock.Lock(Object o, TimeSpan timeout)
en Uber.HabboHotel.GameClients.GameClientManager.LogClonesOut(String Username)
en Uber.HabboHotel.GameClients.GameClient.Login(String AuthTicket)
en Uber.Messages.GameClientMessageHandler.SSOLogin()
en Uber.Messages.GameClientMessageHandler.HandleRequest(ClientMessage Request)
en Uber.HabboHotel.GameClients.GameClient.HandleConnectionData(Byte[]& data)
en Uber.Net.TcpConnection.RouteData(Byte[]& Data)
en Uber.Net.TcpConnection.DataReceived(IAsyncResult iAr)
en System.Net.LazyAsyncResult.Complete(IntPtr userToken)
en System.Net.ContextAwareResult.CompleteCallback(Object state)
en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
en System.Net.ContextAwareResult.Complete(IntPtr userToken)
en System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
en System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
en System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)