Azure Emu Client loads then disconnects

JMS

Posting Freak
Aug 25, 2014
562
270
Hey guys, Im having an issue with my Azure Emu retro, the client loads, you are able to see the hotel view and receive the welcome message, then around a second later it will disconnect (redirect to /me) I am using all the official azure items (except CMS)(Habbo Extreme CMS from @Nippy) I have edited external_variables and all config files are correct. SWF links etc, 100% correct.


Emu + Retro IMGS
(Retro loading successfully)
(It'll load here fully)
(Emu at the time of D/C)
The emu loads up correctly, I was unable to prntscr it!

Config File Pastebin
(Config.php) (Yes, the SWFs folder is called "azure" in wwwroot, and vars, etc are in "azure/gamedata")
 

Marcel

You're the guy who stole my car
Jul 17, 2015
466
208
If you've connected it properly, try see the Client.php
if that seems right to you, then try contacting Azure Staff, either their website or Jamal, who can be contacted through skype.
there should be information how to get help.
 
Or it could be in the database, I can take a look at it if you want me too ? but I'm confused as hell.
 
Skype: floppykiller123 :p
Or inbox me
 

JMS

Posting Freak
Aug 25, 2014
562
270
If you've connected it properly, try see the Client.php
if that seems right to you, then try contacting Azure Staff, either their website or Jamal, who can be contacted through skype.
there should be information how to get help.
 
Or it could be in the database, I can take a look at it if you want me too ? but I'm confused as hell.
 
Skype: floppykiller123 :p
Or inbox me
I will look over the client.php soon and get back to you after!
 

Marcel

You're the guy who stole my car
Jul 17, 2015
466
208
I don't think the cms will be a issue.
If the emulator is running there must be something that keeps stopping it, give me a sec to see the pictures again.
 
It could be a table.
 
Want a quick team-viewer ?
I'll make a private conversation
 

JMS

Posting Freak
Aug 25, 2014
562
270
I don't think the cms will be a issue.
If the emulator is running there must be something that keeps stopping it, give me a sec to see the pictures again.
 
It could be a table.
 
Want a quick team-viewer ?
I'll make a private conversation

if you could do join.me later that would be much more preferred?
 

Marcel

You're the guy who stole my car
Jul 17, 2015
466
208
hm
 
I'm about to go off for some coding which I don't like to be distracted, tomorrow morning will be fine if you're okay with that?
 

JMS

Posting Freak
Aug 25, 2014
562
270
Im having the same problem
I did manage to find a fix, if you are still stuck solving this add me on skype, I'd be more than happy to help!
Skype: JamesRTID

I am also happy to set up a working Azure emu retro on any VPS for anyone, once again add me on skype, and message saying "From Devbest" and I'll be sure to add!
 

nardovisky

New Member
Nov 25, 2015
1
0
I did manage to find a fix, if you are still stuck solving this add me on skype, I'd be more than happy to help!
Skype: JamesRTID

I am also happy to set up a working Azure emu retro on any VPS for anyone, once again add me on skype, and message saying "From Devbest" and I'll be sure to add!

HOW????
 
Oct 11, 2014
1,071
256
try this client.php @nardovisky
PHP:
<!DOCTYPE html>

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname}: Client</title>

<link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />

<script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
<script type="text/javascript">

var BaseUrl = "http://localhost/game/";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading...",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "http://localhost",
"url.prefix" : "http://localhost",
"client.reload.url" : "http://localhost/client",
"client.fatal.error.url" : "http://localhost/disconnect",
"client.connection.failed.url" : "http://localhost/disconnect",
"external.variables.txt" : "http://localhost/game/gamedata/external_variables.txt",
"external.texts.txt" : "http://localhost/game/gamedata/external_flash_texts.xml",
"external.figurepartlist.txt" : "http://localhost/game/gamedata/figuredata.xml",
"external.override.texts.txt" : "http://localhost/game/gamedata/external_flash_override_texts.xml",
"external.override.variables.txt" : "http://localhost/game/gamedata/external_override_variables.xml",
"productdata.load.url" : "http://localhost/game/gamedata/productdata.xml",
"furnidata.load.url" : "http://localhost/game/gamedata/furnidata.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : "//localhost/game/",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "true"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/game/expressInstall.swf", flashvars, params, null);

</script>

</head>

<body>
<div id="client"></div>

</body>
</html>
 

Users who are viewing this thread

Top