Pheonix Emu Connection dropped error

Status
Not open for further replies.

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Hi im getting dropped from my emu, which never happened until now
and it says this in the exceptions
Code:
8/17/2013 8:37:15 AM: Error: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
  at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
  at Phoenix.HabboHotel.Roles.RoleManager.method_8(UInt32 uint_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\Roles\RoleManager.cs:line 983
  at Phoenix.HabboHotel.GameClients.GameClient.method_6(String string_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\GameClients\GameClient.cs:line 291
  at Phoenix.Communication.Messages.Handshake.SSOTicketMessageEvent.imethod_0(GameClient class16_0, ClientMessage class18_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\Communication\Messages\Handshake\Class314.cs:line 14
  at Phoenix.HabboHotel.GameClients.GameClient.method_13(Byte[]& byte_0) in c:\Users\Leon\Desktop\Development\Phoenix Neto Source\Source\Phoenix\HabboHotel\GameClients\GameClient.cs:line 482
can you guys help me?
 

j4ke

Member
Nov 4, 2012
364
97
Go to the database, and go to server_settings then change secure_sessions and save then restart EMU. That should fix it, let me know if it doesn't.
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Ahh, Its loading but then disconnects like when the hotel view and when the chatlogs and etc start to pop up it disconnect, never happened to my old database
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
The configuration of the Swfs are fine and they work perfectly, its just that once i had changed from the revcms edit that i had been using to the original revcms it all happened. Ill show you ;)
PHP:
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.
 
#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.
 
/*
*
*    MySQL management
*
*/
 
$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.
 
$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host
 
$_CONFIG['mysql']['username'] = 'root'; //MySQL username
 
$_CONFIG['mysql']['password'] = '1a2s3d4f'; //MySQL password
 
$_CONFIG['mysql']['database'] = 'august'; //MySQL database
 
$_CONFIG['mysql']['port'] = '3306'; //MySQL's port
 
/*
*
*    Hotel management  - All URLs do not end with an "/"
*
*/
 
$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of VPS/DEDI/etc
 
$_CONFIG['hotel']['url'] = 'http://127.0.0.1'; //Does not end with a "/"
 
$_CONFIG['hotel']['name'] = 'Jep'; // Hotel's name
 
$_CONFIG['hotel']['desc'] = 'Hotel is Under Construction!'; //Hotel's description \\ Your Desc will be on the index!
$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin
 
$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance
 
$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.
 
$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.
 
$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.
 
$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.
 
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build
 
$_CONFIG['hotel']['external_vars'] = 'http://127.0.0.1/swfs/external_variables.txt'; //URL to your external vars
 
$_CONFIG['hotel']['external_texts'] = 'http://127.0.0.1/swfs/external_flash_texts.txt'; //URL to your external texts
 
$_CONFIG['hotel']['product_data'] = 'http://127.0.0.1/swfs/productdata.txt'; //URL to your productdata
 
$_CONFIG['hotel']['furni_data'] = 'http://127.0.0.1/swfs/furnidata.txt'; //URL to your furnidata
 
$_CONFIG['hotel']['swf_folder'] = 'http://127.0.0.1/swfs'; //URL to your SWF folder(does not end with a '/')
 
/*
*
*    Templating management - Pick one of our default styles or make yours by following our examples!
*
*/
 
#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.
 
$_CONFIG['template']['style'] = 'RevPro';
 
/*
*
*    Other topsites.. thing
*
*/
 
$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';
 
/*
*
*    Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/
 
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
 
 
/*
*
*    Social Networking stuff
*
*/
 
$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account
 
$_CONFIG['social']['facebook'] = 'Facebook'; //Hotel's Facebook account
 
?>
 

j4ke

Member
Nov 4, 2012
364
97
Oh, RevPRO theme. I had problems with RevPRO client. So we switched back to Habbo theme, and everything work, post a screenshot of the client loading itself, like the problem, it might be that the client is set for client.php instead of client
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
Nothing is wrong with the RevPro Theme, I used it before and worked perfectly.
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
or close the thread, it had to do with the rank system or so. already resolved. but thanks for the help^^^
 
Status
Not open for further replies.

Users who are viewing this thread

Top