Mercury Emulator Client Crash

Neutrons

Member
Mar 28, 2013
31
1
Hi, i'm using Mercury Emulator + RevCMS, when i enter in the client after load crashes.. :C
PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>Fly - Client</title>
       
        <link rel="stylesheet" href="http://myvpsip/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="http://myvpsip/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://myvpsip/game/gordon/RELEASE63-201408141029-609065162";
            var flashvars =
            {
                "client.starting" : "Please wait, Fly loading", 
                "client.allow.cross.domain" : "1", 
                "client.notify.cross.domain" : "0", 
                "connection.info.host" : "myvpsip", 
                "connection.info.port" : "300", 
                "site.url" : "http://http://myvpsip", 
                "url.prefix" : "http://http://myvpsip", 
                "client.reload.url" : "http://http://myvpsip/client", 
                "client.fatal.error.url" : "http://http://myvpsip/me", 
                "client.connection.failed.url" : "http://http://myvpsip/me", 
                "external.variables.txt" : "http://myvpsip/game/gamedata/external_variables.txt", 
                "external.texts.txt" : "http://myvpsip/game/gamedata/texten.txt", 
                "productdata.load.url" : "http://myvpsip/game/gamedata/productdata.txt", 
                "furnidata.load.url" : "http://myvpsip/game/gamedata/furnidata_xml.xml", 
                "hotelview.banner.url" : "http://myvpsip/game/gamedata/DiffieHellman.php",
                "use.sso.ticket" : "1", 
                "sso.ticket" : "RevCMS-725/0568f82557ade3efcbc745b2343df6c30", 
                "processlog.enabled" : "0", 
                "flash.client.url" : BaseUrl, 
                "flash.client.origin" : "popup" 
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"                
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://myvpsip/game/gordon/RELEASE63-201408141029-609065162/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
   
    <body>
   
        <div id="client"></div>
   
    </body>
</html>
 

Neutrons

Member
Mar 28, 2013
31
1
UPDATE:
I changed the banner to DiffieHellman.php and now sasys Error Critico Logeado:
PHP:
Bug during user login: Mercury.HabboHotel.Users.UserDataManagement.UserDataNotFoundException: No user found with ip myip and sso RevCMS-623/594f6d0a2c4c091d85eed7a2b7f5c56bc.
   at Mercury.HabboHotel.Users.UserDataManagement.UserDataFactory.GetUserData(String sessionTicket, String ip, Byte& errorCode) in c:\Users\Jake\Downloads\MercuryNew\HabboHotel\Users\UserDataManagement\UserDataFactory.cs:line 57
   at Mercury.HabboHotel.GameClients.GameClient.tryLogin(String AuthTicket) in c:\Users\Jake\Downloads\MercuryNew\HabboHotel\GameClients\GameClient.cs:line 158
 

Tails

Go the fuck to sleep.
Jan 11, 2014
156
6
However the port he place must be Portforward I guess.
Only if he is homehosting, should automatically be forwarded on a VPS.

I also noticed
Code:
 "site.url" : "http://http://myvpsip", 
 "url.prefix" : "http://http://myvpsip", 
 "client.reload.url" : "http://http://myvpsip/client",
"client.fatal.error.url" : "http://http://myvpsip/me",
"client.connection.failed.url" : "http://http://myvpsip/me",

Is just you removing your IP or is it actually like that in client.php?
 

Janzeer

Headmaster Of Hogwart's
Apr 30, 2012
522
47
Only if he is homehosting, should automatically be forwarded on a VPS.

I also noticed
Code:
"site.url" : "http://http://myvpsip",
"url.prefix" : "http://http://myvpsip",
"client.reload.url" : "http://http://myvpsip/client",
"client.fatal.error.url" : "http://http://myvpsip/me",
"client.connection.failed.url" : "http://http://myvpsip/me",

Is just you removing your IP or is it actually like that in client.php?
I think that's the problem, I think He has replaced removing the localhost and replacing with so I would suggest him to remove the extra http:// and try that first if it still doesn't work then try changing the port.
 

Users who are viewing this thread

☀️  Switch to Light Theme

Latest posts

Top