CLIENT - Client crash

ChenR

Utente Assiduo
Autore del topic
8 Febbraio 2012
593
57
Miglior risposta
0
Assistenza Tecnica Habbo Retroserver
Titolo
Client crash
Tipologia del tuo problema/richiesta
CLIENT
CMS/Server/DB/Client Utilizzato
PRIVATO
Qual è il tuo errore?
Abbiamo raggiunto anche i 25 online nel mio retro ma quando sono entrato adesso esce questo..
Screenshot
Perfavore, Entra oppure Registrati per vedere i Link!
Ulteriori informazioni
Aiutatemi, grazie!
 
Assistenza Tecnica Habbo Retroserver
Titolo
Client crash
Tipologia del tuo problema/richiesta
CLIENT
CMS/Server/DB/Client Utilizzato
PRIVATO
Qual è il tuo errore?
Abbiamo raggiunto anche i 25 online nel mio retro ma quando sono entrato adesso esce questo..
Screenshot
Perfavore, Entra oppure Registrati per vedere i Link!
Ulteriori informazioni
Aiutatemi, grazie!

L'emulatore da errori?
 
L'emulatore da errori?
Si.. :nono:

- - - Aggiornato - - -

Posta il client.php che lo sistemo.

ECCO A TE:

<?php
/*=====================================================================+
|| # HaddoCMS based HoloCMS - Website and Content Management System
|+=====================================================================+
|| # Copyright © 2008 Meth0d. All rights reserved.
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================+
|| # HoloCMS is provided "as is" and comes without
|| # warrenty of any kind. HoloCMS is free software!
|+=====================================================================+
|| # HaddoCMS v2.0 by Raikas77
|| # www.sciax2.it/forum/development/haddocms-v2-build-2100-a-535753.html
|+=====================================================================*/

include('core.php');
include('includes/session.php');

if($logged_in){
require_once('includes/session.php');
} else {
header("location: clientutils.php?key=loginplease");
exit;
}

if($online !== "online" && $enable_status_image == "1"){
echo "<font color='white'><center><b>".$sitename." is offline</b></center></font>";
exit();
}

if($remote_ip == "MIO IP" || $remote_ip == "localhost" && $server_on_localhost == 1){
$ip = "MIO IP";
}

$forward = 0;
if(isset($_GET['roomId'])){
$roomid = mysql_real_escape_string($_GET['roomId']);
$checksql = mysql_query("SELECT roomtype FROM rooms WHERE id = '".$roomid."' LIMIT 1");
$roomexists = mysql_num_rows($checksql);
if($roomexists > 0){
$roominfo = mysql_fetch_array($checksql);
$forward = 1;
if($roominfo['roomtype'] == 'public')
$forward_type = 1;
else
$forward_type = 2;
}
}
if(isset($_GET['nome'])){
$nome = Filtertext($_GET['nome']);
$check = mysql_query("SELECT * FROM users WHERE username LIKE '".$nome."'");
$check1 = mysql_fetch_assoc($check);
if($myrow['rank'] == '7'){

$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$check1['id']."' LIMIT 1") or die(mysql_error());


}else{
echo 'Non sei un amministratore';
}
}else{
$myticket = GenerateTicket();
mysql_query("UPDATE users SET auth_ticket = '".$myticket."', ip_last = '".$remote_ip."' WHERE id = '".$my_id."' LIMIT 1") or die(mysql_error());
}

$mynickname = mysql_fetch_array(mysql_query("SELECT username FROM users WHERE id = '" . $my_id . "'"));
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />

<title><?php echo $sitename ?> ~ Client</title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
</script>
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="alternate" type="application/rss+xml" title="Habbo: RSS" href="http://www.habbo.it/articles/rss.xml" />
<script src="flashclient/libs2.js" type="text/javascript"></script>
<script src="flashclient/visual.js" type="text/javascript"></script>
<script src="flashclient/libs.js" type="text/javascript"></script>
<script src="flashclient/common.js" type="text/javascript"></script>
<link rel="stylesheet" href="flashclient/style.css" type="text/css" />
<link rel="stylesheet" href="flashclient/bottons.css" type="text/css" />
<link rel="stylesheet" href="flashclient/boxes.css" type="text/css" />
<link rel="stylesheet" href="flashclient/tooltips.css" type="text/css" />
<link rel="stylesheet" href="flashclient/changepassword.css" type="text/css" />

<script type="text/javascript">

</script>
<script type="text/javascript">
var habboReqPath = "";
var habboStaticFilePath = "./web-gallery";
var habboImagerUrl = "http://www.habbo.it/habbo-imaging/";
var habboDefaultClientPopupUrl = "MIO IP/client.php";



</script>



<link rel="stylesheet" href="flashclient/habboclient.css" type="text/css" />
<link rel="stylesheet" href="flashclient/habboflashclient.css" type="text/css" />
<script src="flashclient/habboflashclient.js" type="text/javascript"></script>
<script type="text/javascript" src="./habboflashclient.js"></script>

<script type="text/javascript">



if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "MIO IP",
"connection.info.port" : "30000",
"site.url" : "MIO IP",
"url.prefix" : "MIO IP",
"client.reload.url" : "MIO IP/404.php",
"client.fatal.error.url" : "MIO IP/404.php",
"client.connection.failed.url" : "MIO IP/404.php",
"external.variables.txt" : "http://MIO IP/r63/gamedata/external_variables.php",
"external.texts.txt" : "http://MIO IP/r63/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://MIO IP/r63/gamedata/productdata.txt",
"furnidata.load.url" : "http://MIO IP/r63/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php
if($forward)
{
echo '"forward.type" : "'.$forward_type.'",';
echo '"forward.id" : "'.$roomid.'",';

}

if(isset($_GET['friendId']))
{
echo '"friend.id" : "'.mysql_real_escape_string($_GET['friendId']).'",';
}
?>
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi perfavore! Acer sta caricando.",
"flash.client.url" : "http://mio ip/r63/dcr/hof_furni/",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://MIO IP/r63/gordon/r63/",
"allowScriptAccess" : "always",
"menu" : "false"

};

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

FlashExternalInterface.signoutUrl = "http://MIO IP/logout.php";

var clientUrl = "http://178.239.178.199/r63/gordon/r63/Habbo_.SWF";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "flashclient/expressInstall.swf", 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>

<meta name="description" content="Habbo Hotel: amici, divertimento, celebrità!" />
<meta name="keywords" content="habbo hotel, virtuale, mondo, social network, gratis, community, avatar, personaggio, chat, online, giovane, ragazzi, gioco di ruolo, giochi di ruolo, iscriviti, social, gruppi, forum, sicurezza, giocare, giochi, online, amici, giovani, rari, furni rari, collezione, creare, collezionare, connettersi, furni, mobili, cuccioli, animali, creazione stanze, condivisione, espressione, distintivi, badge, uscire, musica, VIP, celebrità, visite VIP, famosi, mmo, mmorpg, multiplayer" />




<!--[if IE 8]>
<link rel="stylesheet" href="flashclient/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="flashclient/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="flashclient/ie6.css" type="text/css" />
<script src="flashclient/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(/js/csshover.htc); }
</style>
<![endif]-->
<meta name="build" content="63-BUILD259 - 23.02.2011 23:10 - it" />
</head>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="flashclient/page_loader.gif" style="position:absolute; margin: -1500px;" />

<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">Aggiorna Flash Player all'ultima versione disponibile</h2>
<div class="box-content">
<p>Puoi scaricare e istallare Adobe Flash Player <a href="http://get.adobe.com/flashplayer/">da questa URL</a>. Puoi trovare le istruzioni di istallazione <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">cliccando qui</a>.</p>

<p><a href="http://www.adobe.com/go/getflashplayer"><img src="flashclient/get_flash_player.gif" 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>
<div style="display: none">
<div id="habboCountUpdateTarget">
4,017 Habbo in Hotel
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
if (window.opener && window.opener != window && window.opener.location.href == "/") {
window.opener.location.replace("/me");
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>




<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-448325-20");
pageTracker._trackPageview();
</script>

<script type="text/javascript">
HabboView.run();
</script

</body>
</html>
 
Ora ti capisco, devi svuotare la tabella navigator_public del database e riavviare l'emulatore.

Emh io penso che dovevo svuotare chatlogs e l'ho eliminata..adesso provo e ti faccio sapere.. :vecchio:

Adesso come faccio a rinserire chatlogs nello stesso db?
 
Ultima modifica:
Non fare danni, ti ho detto di postarmi il threaderror.err ed il exception.err che leggo l'errore e ti dico la tabella da aggiustare.

threaderror.err :
Error in thread Room [ID: 685] cycle task -- Process Users Updates:
MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'lobbexnew.rooms' doesn't exist
en MySql.Data.MySqlClient.MySqlStream.ReadPacket()
en MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
en MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
en MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
en MySql.Data.MySqlClient.MySqlDataReader.NextResult()
en MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
en MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
en P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
en P_obdpldjodtfcneyjoogopt.P_dqenwkrumgupewkvndbehl()
en P_obdpldjodtfcneyjoogopt.P_yvcssyownpwioasydtbqki()

Error in thread Server status update task:
MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'lobbexnew.server_status' doesn't exist
en MySql.Data.MySqlClient.MySqlStream.ReadPacket()
en MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
en MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
en MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
en MySql.Data.MySqlClient.MySqlDataReader.NextResult()
en MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
en MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
en P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
en P_uqrqxewnthfrmvxqajvbzx.P_gqvikmpvuftzufjnpturhi()

Error in thread Room [ID: 100] cycle task -- Process Users Updates:
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.CreateNewPooledConnection()
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 P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_obdpldjodtfcneyjoogopt.P_dqenwkrumgupewkvndbehl()
at P_obdpldjodtfcneyjoogopt.P_yvcssyownpwioasydtbqki()

Error in thread GCMExt.CheckPixelUpdates 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.CreateNewPooledConnection()
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 P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_rjykwvjhlxbypimqrpqves.P_vnitoaqldtshigovkjhdvx(Boolean P_weknrsbswqeembdytuuewp)
at P_lefrtegoqkkdkeyrqlzwgn.P_mjwbuupziabzelzkrfowet(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk)
at P_felpmtqsjmfuaubcrpchww.P_adclfzbdutjsxkqnnrkhow()

exceptions : [TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_hyoeoxwsndvppyyagdgpni.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_zgrkmatitpgthcggmearzl.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_gldemsjfnpyabrvkvawdgy.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_hyoeoxwsndvppyyagdgpni.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_gldemsjfnpyabrvkvawdgy.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_hyoeoxwsndvppyyagdgpni.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_hyoeoxwsndvppyyagdgpni.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_vnwyajubmrwougzixrrdxc.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'lobbexnew.chatlogs' doesn't exist
en MySql.Data.MySqlClient.MySqlStream.ReadPacket()
en MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
en MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)
en MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
en MySql.Data.MySqlClient.MySqlDataReader.NextResult()
en MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
en MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar()
en P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
en P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
en P_hptzcwduxxcfkfjccppauc.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

[TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): Se ha forzado la interrupci?n de una conexi?n existente por el host remoto
en System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
en System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
en P_hcbcojathdentdirdhtkhc.P_ndfdydgljkqjvgrqzmpsnf(IAsyncResult P_qrmrwqxffjpznsjklptbt)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_njvusxvrjcuetdwidcbana.P_ochxcuonzgqhpiknipkxsj(P_ymiqajhkxjnkultmkmqzgc P_gcbhtrueiqgzfhgioyqvko)
en P_sgguzxxohxrsxmcsdrhwnd.P_ndfdydgljkqjvgrqzmpsnf()
en P_cncgufegtswelvnlzlahnq.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_njvusxvrjcuetdwidcbana.P_ochxcuonzgqhpiknipkxsj(P_ymiqajhkxjnkultmkmqzgc P_gcbhtrueiqgzfhgioyqvko)
en P_sgguzxxohxrsxmcsdrhwnd.P_ndfdydgljkqjvgrqzmpsnf()
en P_cncgufegtswelvnlzlahnq.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en P_njvusxvrjcuetdwidcbana.P_ochxcuonzgqhpiknipkxsj(P_ymiqajhkxjnkultmkmqzgc P_gcbhtrueiqgzfhgioyqvko)
en P_sgguzxxohxrsxmcsdrhwnd.P_ndfdydgljkqjvgrqzmpsnf()
en P_cncgufegtswelvnlzlahnq.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
en P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.ArgumentException: Value does not fall within the expected range.
at P_grrjfrcqriywattjaobtdn.P_ykyguvtrvzmlennresfdet(UInt32 P_haiyhteleatppmpqskvwaw)
at P_kmjozplpgtzedpborkgier.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.ArgumentException: Value does not fall within the expected range.
at P_grrjfrcqriywattjaobtdn.P_ykyguvtrvzmlennresfdet(UInt32 P_haiyhteleatppmpqskvwaw)
at P_kmjozplpgtzedpborkgier.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.ArgumentException: Value does not fall within the expected range.
at P_grrjfrcqriywattjaobtdn.P_ykyguvtrvzmlennresfdet(UInt32 P_haiyhteleatppmpqskvwaw)
at P_kmjozplpgtzedpborkgier.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: System.NullReferenceException: Object reference not set to an instance of an object.
at P_lfvsdfolazunfncekkbbgt.P_arcfadkrzhpccksbmiiywu(UInt32 P_uhrhbojsshrhtnltvcgmju)
at P_lfvsdfolazunfncekkbbgt.P_nohrkxzjrshtjfkgsgpqo(UInt32 P_uhrhbojsshrhtnltvcgmju)
at P_cgpcftlctkrqrlnoskvoxn.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

Unknown baseID: 30300255

Unknown baseID: 200003

Unknown baseID: 30300255

Unknown baseID: 200003

Unknown baseID: 30300255

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_hptzcwduxxcfkfjccppauc.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_hptzcwduxxcfkfjccppauc.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_lfvsdfolazunfncekkbbgt.P_ykyguvtrvzmlennresfdet(UInt32 P_uhrhbojsshrhtnltvcgmju, String P_zofkjjnfsyfldzqiipjjb)
at P_tyupvdodxgebiqqfgfiksc.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '30945' for key 'PRIMARY'
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_nefuybxvtyygxwqkahmjct.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_nefuybxvtyygxwqkahmjct.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_lfvsdfolazunfncekkbbgt.P_ykyguvtrvzmlennresfdet(UInt32 P_uhrhbojsshrhtnltvcgmju, String P_zofkjjnfsyfldzqiipjjb)
at P_tyupvdodxgebiqqfgfiksc.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'acer.chatlogs' doesn't exist
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& 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.MySqlCommand.ExecuteScalar()
at P_gbnubrcmvxqgteeqbjimgj.P_aghtrcpuuvkpujdbdjbkw(String P_zofkjjnfsyfldzqiipjjb)
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: MySql.Data.MySqlClient.MySqlException (0x80004005): Reading from the stream has failed. ---> System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at MyNetworkStream.HandleOrRethrowException(Exception e)
at 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.LoadPacket()
at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
at MySql.Data.MySqlClient.NativeDriver.ReadOk(Boolean read)
at MySql.Data.MySqlClient.MySqlConnection.ChangeDatabase(String databaseName)
at MySql.Data.MySqlClient.MySqlConnection.Open()
at P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: 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.CreateNewPooledConnection()
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 P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: 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.CreateNewPooledConnection()
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 P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

User DC: 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.CreateNewPooledConnection()
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 P_gbnubrcmvxqgteeqbjimgj..ctor(P_lklwkdtcqprykqhkitrafr _Manager)
at P_lklwkdtcqprykqhkitrafr.P_ochxcuonzgqhpiknipkxsj()
at P_selwdqieygtriobpsqjahx.P_aghtrcpuuvkpujdbdjbkw(P_qbvbfwqmssvennzzdzanyi P_mxqgshqsyhowjplquemxk, String P_zofkjjnfsyfldzqiipjjb, Boolean P_qnqvjhqclnrwqrpcktcyae)
at P_vdztkkkvcqozttgnbnekhk.imethod_0(P_qbvbfwqmssvennzzdzanyi class14_0, P_djfrvtcabgfeaapdjsgeqj class16_0)
at P_qbvbfwqmssvennzzdzanyi.P_vnitoaqldtshigovkjhdvx(Byte[]& P_xphmijqicjgyjtiyneiaev)

Unknown baseID: 391573

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)

System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at P_oxyqvurkcjcylonymppeud.P_uqxpxsgybrigfdrysvetoo(UInt32 P_haiyhteleatppmpqskvwaw)
at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)
 
Elimina la tabella server_status e rooms ed inserisci questi sql nel db:
Codice:
Perfavore, Entra oppure Registrati per vedere i codici!

Codice:
Perfavore, Entra oppure Registrati per vedere i codici!

Visto che non sai importare una tabella te lo spiego io: Carichi un'altro DB su PHPMYADMIN, dopodiché lo esporti e lo importi nel database che utilizzi tu. ^^
 
ciao, io sono l'altro founder.. ho fatto quello che mi avete detto e mi da lo stesso errore!