Client Error

knkzone

Member
Jul 8, 2011
86
0
when ever i load up my client it gets up to the full load then goes to disconnect can someone nice help me plz

image:

and in my exception.err and it says this:
[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

User DC: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.Types.HandlerType.Context(ViewMethod path, NumberEventHost graphics)
at MySql.Data.MySqlClient.Properties.ViewMethod.Three(Byte[]& variable)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

User DC: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.Types.HandlerType.Context(ViewMethod path, NumberEventHost graphics)
at MySql.Data.MySqlClient.Properties.ViewMethod.Three(Byte[]& variable)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

User DC: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.Types.HandlerType.Context(ViewMethod path, NumberEventHost graphics)
at MySql.Data.MySqlClient.Properties.ViewMethod.Three(Byte[]& variable)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

User DC: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.Types.HandlerType.Context(ViewMethod path, NumberEventHost graphics)
at MySql.Data.MySqlClient.Properties.ViewMethod.Three(Byte[]& variable)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.TextData.Looping(IAsyncResult element)

[TCPListener.OnRequest]: Could not handle new connection request: System.Collections.Generic.KeyNotFoundException: The given key was not
 

knkzone

Member
Jul 8, 2011
86
0
Least you've brought Phoenix, not like other people + Maybe config
can you help plz
30690_1374230609013_1629256153_868867_6871848_n.jpg.jpg%20height=
 

Tr00L

Member
Mar 29, 2012
31
0
I will help you, i self got this error and i fixed.

Did you have seen you have set the right on the Index on your client ? :)

I send you mine client so you only need to edit where mine ip is.
 

Tr00L

Member
Mar 29, 2012
31
0
<?php
define('USERNAME_REQUIRED', TRUE);
define('ACCOUNT_REQUIRED', TRUE);
include('../global.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " ">
<?php
$rand1 = rand(100000, 999999);
$rand2 = rand(10000, 99999);
$rand3 = rand(10000, 99999);
$rand4 = rand(10000, 99999);
$rand5 = rand(10000, 99999);
$rand6 = rand(1, 9);
$ticket = "ST-".$rand1."-".$rand2.$rand3."-".$rand4.$rand5."-otaku-".$rand6;
$username = $_SESSION['username'];
if(@$_GET['ticket'] && @$_GET['username'] && $users->UserPermission('hk_ext_login', $_SESSION['username']))
{
$username = $_GET['username'];
$ticket = $_GET['ticket'];
}
$query = mysql_query("UPDATE users SET auth_ticket = '$ticket' WHERE username = '$username'");
$query = mysql_query("UPDATE users SET ip_last = '".$_SERVER['REMOTE_ADDR']."' WHERE username = '$username'");
?>
<html xmlns=" " xml:lang="en" lang="en" xmlns:eek:g=" " xmlns:fb=" ">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title><?php echo $sitename." - Client"; ?></title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $_SESSION['username']; ?>";
var habboReqPath = "<?php echo $core->CmsSetting('cms_url'); ?>";
var habboStaticFilePath = " ";
var habboImagerUrl = " ";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo $core->CmsSetting('cms_url'); ?>/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
</script>
<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href=" " />
<script src=" " type="text/javascript"></script>
<script src=" " type="text/javascript"></script>
<script src=" " type="text/javascript"></script>
<script src=" " type="text/javascript"></script>
<link rel="stylesheet" href=" " type="text/css" />
<link rel="stylesheet" href=" " type="text/css" />
<link rel="stylesheet" href=" " type="text/css" />
<link rel="stylesheet" href=" " type="text/css" />
<link rel="stylesheet" href=" " type="text/css" />
<link type="text/css" rel="stylesheet" href="../Public/Styles/<?php echo $currentstyle ?>/CSS/client.css" />
<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>
<link rel="stylesheet" href=" " type="text/css" />
<link rel="stylesheet" href="/Public/Styles/Default/CSS/client.css" type="text/css" />
<script src=" " type="text/javascript"></script>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "5.88.164.142",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : "http:/5.88.164.142/index.php",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $ticket ?>",
"processlog.enabled" : "0",
"account_id" : "1",
"client.starting" : "NitiZCMS by NitiZ..",
"flash.client.url" : " ",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : "<?php echo $ticket ?>"
};
var params = {
"base" : " ",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = " ";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", " ", flashvars, params);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
<div class="cbb clearfix">
<h2 class="title">Please install Adobe Flash Player.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href=" ">
Install flash player</a>. More instructions for installation can be
found here: <a href=" ">
More information</a></p>
<p><a href=" "><img src=" " alt="Get Adobe Flash player" /></a></p>
</div>
</div>
</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
</div>
</noscript>
</div>
</div>
<div id="content" class="client-content"></div>
</div>
</body>
</html>
 

Users who are viewing this thread

Top