Client loads to 76%, crashes and redirects to base url

Roper

Ancient Member
Jul 4, 2010
569
216
Hi there,
I am using Plus Emulator (Habboon Edition) and I am encountering an issue.

This is my client, and links to the vars etc are within this for someone to verify (before someone asks if my vars/override vars are set up properly).
Code:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Luxo - Client</title>
<link rel="stylesheet" href="http://luxohotel.co.uk/app/tpl/skins/Habbo/styles/client.css" type="text/css">
<link rel="shortcut icon" href="http://luxohotel.co.uk/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/libs2.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/visual.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/libs.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/common.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/fullcontent.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/js/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var BaseUrl = "http://luxohotel.co.uk/gordon/PRODUCTION-201601012205-226667486";
var flashvars =
{
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "luxohotel.co.uk",
"client.starting" : "Hello Roper, Luxo is Loading",
"connection.info.port" : "30000",
"site.url" : "http://luxohotel.co.uk",
"url.prefix" : "http://luxohotel.co.uk",
"client.reload.url" : "http://luxohotel.co.uk/client",
"client.fatal.error.url" : "http://luxohotel.co.uk/disconnect",
"client.connection.failed.url" : "http://luxohotel.co.uk/disconnect",
"external.variables.txt" : "http://luxohotel.co.uk/gamedata/external_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae",
"external.texts.txt" : "http://luxohotel.co.uk/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae",
"external.figurepartlist.txt" : "http://luxohotel.co.uk/gamedata/figuredata",
"external.override.texts.txt" : "http://luxohotel.co.uk/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2",
"external.override.variables.txt" : "http://luxohotel.co.uk/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709",
"productdata.load.url" : "http://luxohotel.co.uk/gamedata/productdata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae",
"furnidata.load.url" : "http://luxohotel.co.uk/gamedata/furnidata_xml",
"use.sso.ticket" : "1",
"sso.ticket" : "RevCMS-160/c1fe4c957c0da07165f726950c2a4e032",
"client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",
"processlog.enabled" : "0",
"flash.client.url" : "http://luxohotel.co.uk/gordon/PRODUCTION-201601012205-226667486/",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "true",
"user.hash" : "RevCMS-160/c1fe4c957c0da07165f726950c2a4e032",
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://luxohotel.co.uk/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
My web.config contains all the rules required too. I am really stuck.
If anyone could help me get it fixed then that would be brilliant.
Thanks,
Roper
 

Berk

berkibap#4233
Developer
Oct 17, 2015
863
190
Is ur swfs at luxohotel.co.uk/Gordon/PRODUCTION-201601012205-226667486/
If not change to luxohotel.co.uk/game/gordon/PRODUCTION-201601012205-226667486/
 

ItsNick

Member
Nov 19, 2013
96
15
Have you changed your connection IP?
"connection.info.host" : "luxohotel.co.uk",

That should link to whichever server your emulator is running on, hopefully behind a proxy.

Also, your site doesn't even load, so which makes me think you should check to make sure your DNS is setup properly.
 

Roper

Ancient Member
Jul 4, 2010
569
216
Have you changed your connection IP?
"connection.info.host" : "luxohotel.co.uk",

That should link to whichever server your emulator is running on, hopefully behind a proxy.

Also, your site doesn't even load, so which makes me think you should check to make sure your DNS is setup properly.
Was linked to IP yes, changed for benefit of this thread.
I've turned it off for the timebeing, and nope no proxy because that isn't the server It's going on - nor the domain. Just was a base to set it up and get it all working before moving it all across to the actual server.
 

Users who are viewing this thread

Top