Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Yupi! Emulator Help Thread

◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
Post your help requests related to the Yupi! Emulator - Post Shuffle - C# 6.0 here.

Please use the SPOILER tags if you're going to post screenshots or a large chunk of code.
Also make sure your code is between the CODE tags to make it easier to read.

The forum rules still apply, please use common sense and try to report posts that break the rules.


Yupi Emulator FAQ

  • Downloading

    1. You can Download last source code from Yupi accessing the Official Github Repository, and clicking in Download ZIP. The Repository URI is given in the Development and Release Thread.
    2. As is provided the Source Code, you need Build the Source Code, is necessary Build in a Windows 7 or higher Environment. You need Visual Studio 2015 or higher. Also is necessary .NET Framework 4.0, After Installing Visual Studio, you need Extract The .ZIP from Source Code and Open Yupi.sln (Or Yupi Visual Studio Project).
    3. After Opened, you only need Click in the Green Start Button, to Debug. You also can change the Build Target Platform (x64, x86, Any CPU)
    4. After that the Emulator will be Compiled in /Yupi/Build/Executables Folder.
    5. To Configure the Emulator you can search in the /Yupi/Build/Variables/Settings Folder.
  • Database

    1. The Database is provided in SQL Folder.
    2. You only need create an Empty Database and Import the Database.sql
    3. Higher Recommended using PhPMyAdmin, Some Navicat versions Import will throw Errors.
    4. Please don't try Deleting Tables and Importing again. If you need to import again, delete Entire Database. (If you don't know how Remove Foreign Keys (FK)
    5. The Database Needs InnoDB Engine
    6. Is Recommended usage of MySQL 5.5+
    7. Also it's recommended for Newbies usage of XAMPP (Last Version) - Windows, MAMP - OS X or Windows, LAMPP (XAMPP Linux Version, NOT LAMP)
    8. If you have Database Imports Error, check your Database Configuration
  • Starting Yupi

    1. You need First Import Database and Configure Main.ini and Others.ini
    2. Is highly recommended Check IF THE URL's in Others.ini IS CORRECTLY configured, with valid URI's.
    3. For Newbies is Highly recommended deactivate the packet.debug directive from Main.ini
    4. Yupi spends less than 1 minute to Start Up in Regular Environment's
  • Troubleshooting

    • Emulator
      1. When i open Emulator gives Error when trying to Download Furniture Data.
        • This can happen if you didn't configured correctly your furniture data url.
        • Also can happen if the furniture file is corrupted
    • Client
      1. When i enter in client with my user, in emulator gives SSO Key error.
        • Check if your CMS is storing a valid SSO key, maybe the SSO key from CMS is different such as the in the Database
        • Try change your CMS
      2. Client stuck as 59%
        • That happens if some of your external_variables configuration is wrong.
        • Also happens if some of the necessary startup files isn't given
        • Also this happens if your CMS isn't generating SSO key. In the console log maybe appear "Login without SSO Key isn't supported yet"
      3. Client stuck as 68%
        • Check if your external_variables are configured correctly.
      4. Client stuck as 76%
        • Check if the Emulator shows any error and if you're correctly logged in the CMS
        • Check if Emulator is running in same port as is configured in client.
        • Check if the Emulator is running in same IP, or if Firewall is disabled.
      5. Client stuck as 100%
        • This happens when your SWF gordon folder hasn't the Dance1|2|3|4.swf and HabboAvatarActions.xml and EffectMap.xml, Yupi SWF Pack has these files built in
        • Check if external_variables, Furnidata, FigureData, or any other important XML is loaded correctly
      6. My Avatar is blank
        • Check if FigureMap and FigureData are correctly loaded.
        • Check if you Have Crossdomain.xml File
      7. My Avatar is blank and i can't do anything in Hotel, nothing opens.
        • Check if the Emulator logged out you
        • Check if the Emulator shows any errors.
      8. When i Enter Client only Blank Page
        • Check if you downloaded the FIXED SWF from Release or Development Thread.
    • Camera
      1. When i take a photo nothing Happens, still only Loading... eternal
        • This happens if External_Variables has wrong stories.api configured url. Remember the Habbo Server Camera is in the same folder as the pack. If you're NOT USING the YUPI SWF pack, you need Download and Configure Server Camera manually, This is a piss and hard. Recommended use the Pack.
      2. When i take photo nothing Happens, still Loading.. or i receive Disconnect from Hotel (My avatar doesn't do anything anymore)
        • That happens if in Others.ini the URL of Server Camera is wrong, When emulator can't connect to Server Camera, throws an error.
        • My URL is CORRECT but still nothing. Check if your PhP Version is 5.5 or higher.
      3. The Photo is little messy
        • That happens because Habbo Camera is BETA
      4. I tried to download and configure Server Camera manually but didn't worked.
        • Sorry but Server Camera and Habbo Asset Extractor help will not be given here in this thread yet.
      5. When i Restart Emulator with new Furnidata the Furniture doesn't change
        • You need delete Yupi/Build/Variables/Cache/FurnidataCache.xml
      6. Some actions give me Disconnect
        • Remember YUPI is under Development, so you need explain better you error. You can create an ISSUE in Github.
    • AzureWEB
      1. When i download AzureWEB what i need to do?
        • AzureWEB contains a BUILT-IN WebServer so you doesn't need INSTALL APACHE/IIS
      2. How i Start AzureWEB?
        • First you need Windows 7+
        • It's needed C++ Redistributable 2012 x64 and x86
        • You need .NET Framework 4.0
        • After all this requeriments you need only open AzureWEB.cmd
      3. AzureWEB gives a weird error of port being used
        • AzureWEB need port 80 and 443, so shutdown any software that uses that port like Skype and TeamViewer and other Web Servers, MYSQL need be running.
      4. AzureWEB shows a message box with error something like msc...dl
        • You need download the softwares from the Folder Installers/readme.txt of AzureWEB
      5. When i start AzureWEB.cmd only appears server running, and now?
        • Open browser and enter , you will be redirected to AzureWEB installer, follow the steps.
      6. When i open the localhost gives error 500
        • Check if you downloaded last AzureWEB
        • Check if PhP Loaded Correctly
      7. When i Configured Database Settings in AzureWEB gives blank page
        • You need import DB before install AzureWEB, use the Yupi Database
        • Check if PhP_Errors.log in Web/Logs/ shows some query errors.
      8. After Installing Blank Page
        • Check PhP Errors
      9. Client Stays Blank
        • You need configure manually client.html in Web/Templates/client.html
    • Others
      • ​Other Help you need ask directly on the thread.
  • SWF

    1. You Can use the same SWF from Habboon, the RELEASES version of Yupi is given in the Yupi/Build/Variables/Packets Folder
    2. Is recommended using The Yupi SWF Packet given in Release Thread.
    3. Don't Forget to Download the FIXED Habbo.swf given in Development and Release Thread.
    4. If you Download the SWF Pack (Recommended) You only need Configure the client.php, resources/swf/gamedata/external_variables/1
  • CMS

    1. You can use any CMS that works with Phoenix, Azure, Habbon.
    2. Is strictly recommended not using Lavvos based CMS, or old CMS's.
  • Camera

    1. You can use Habbo Server Camera for Yupi, but the SWF Packet already contains pre-configured Server Camera ready to work. You DON'T need change anything on ServerCamera.php
    2. The Server Camera is in BETA Stage, so some Snapshots can appear a little messy.
    3. The Server Camera assets are extracted as the same RELEASE version fo Yupi. So Custom Furniture will not appear in Server Camera
  • Commands


  1. [*=1]You can check Full list of Commands using the :commands Command

  • AzureWEB


  1. [*=1]You can Use AzureWEB that is provided in AzureWEB release thread.
    [*=1]AzureWEB is an ideal CMS for Yupi, also RevCMS is it too!

  • Configuration File

    1. packet.debug
      • Used for Debug in Console all Packets Being "traded"
    2. multithread.XXX
      • Only for high powered machines, that enabled concurrency threads for users. In slow machines this will decrease highly emulator performance
    3. client.build
      • This specifies the folder from Yupi/Build/Variables/Packets that will be used by emulator.
    4. server.lang
      • The language for table server_langs of Database, only English coded yet.
    5. console.clear.XXX
      • Used for Automatic Console Clean.
  • Hardware|Software Requirements

    1. Windows 7 or higher; Windows Server 2008 or Higher
    2. Emulator: 512MB of RAM or higher; Database: 256MB of RAM or higher;
    3. Intel Celeron or higher;
    4. 1MB/s Internet

 
Last edited:
Newbie Spellweaver
Joined
Jan 3, 2016
Messages
41
Reaction score
7
Re: Official Yupi! Emulator Help Thread

I know that is clearly states that the yupi emulator is not for "starters / Noobs"
but it looks relly nice i got everything working except the DB Where Do i Find the file where i enter the Db Settings? like db.name And that stuff
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jun 5, 2010
Messages
1,582
Reaction score
160
Re: Official Yupi! Emulator Help Thread

I know that is clearly states that the yupi emulator is not for "starters / Noobs"
but it looks relly nice i got everything working except the DB Where Do i Find the file where i enter the Db Settings? like db.name And that stuff
/Yupi/Build/Variables/Settings
edit main.ini & other.ini
 
Upvote 0
Newbie Spellweaver
Joined
Jan 3, 2016
Messages
41
Reaction score
7
Re: Official Yupi! Emulator Help Thread

Thanks Very Much Sir :p
 
Upvote 0
Initiate Mage
Joined
Jan 7, 2016
Messages
4
Reaction score
0
Re: Official Yupi! Emulator Help Thread

I configured everything and my camera worked but after downloading the new release it won't anymore. When I make a picture and press preview it shows loading... Does anyone know how to fix that? I am definitely not a noob in this world but can't get it fixed. We are running on IIS 8.5 with PHP 5.6.
 
Upvote 0
Newbie Spellweaver
Joined
Apr 19, 2014
Messages
47
Reaction score
2
Re: Official Yupi! Emulator Help Thread

The firs page works:
PgFhEEJ - Yupi! Emulator Help Thread - RaGEZONE Forums

But when i click "NOW" I get an Internal Server Error
 

Attachments

You must be registered for see attachments list
Upvote 0
Newbie Spellweaver
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Re: Official Yupi! Emulator Help Thread

Is there a possibility to add brb, bew, wb, ...?
Thanks!
 
Upvote 0
Newbie Spellweaver
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

My client load not further than 76%

i use version
PRODUCTION-201601012205-226667486, and edit the client.build= in main.ini.

And i have the downloaded fixed Habbo.swf.

My emu gives this error:
http://prntscr.com/9pr8i0
How to fix that?

- Chris


 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jun 5, 2010
Messages
1,582
Reaction score
160
Re: Official Yupi! Emulator Help Thread

My client load not further than 76%

i use version
PRODUCTION-201601012205-226667486, and edit the client.build= in main.ini.

And i have the downloaded fixed Habbo.swf.

My emu gives this error:
http://prntscr.com/9pr8i0
How to fix that?

- Chris



Yupi does not have all the PRODUCTION-201601012205-226667486 packets, so use the old one that came with the Yupi SWF pack, works perfect.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

Yupi does not have all the PRODUCTION-201601012205-226667486 packets, so use the old one that came with the Yupi SWF pack, works perfect.

Okay, with release than?

but the fixed habbo.swf is for 2016 release? or not?

maybe can i copy the headers from boon :p
 
Upvote 0
Newbie Spellweaver
Joined
Jan 3, 2016
Messages
41
Reaction score
7
Re: Official Yupi! Emulator Help Thread

Well this could be because I've never tryed using another emulator but my cms Don link with my cms or whatever hoe do I do that? I'm stupid
 
Upvote 0
git bisect -m
Loyal Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
Re: Official Yupi! Emulator Help Thread

Yupi does not have all the PRODUCTION-201601012205-226667486 packets, so use the old one that came with the Yupi SWF pack, works perfect.


Yupi has this release packets, but i didn't updated the structures for this release. I recommend still using PRODUCTION...347, And the Fixed Habbo.swf is for PRODUCTION....347 not for PRODUCTION....486,

But if you want to use 486, you only need to change in Main.ini the Packets Folder.

Observation: I didn't fixed the Habbo.swf from PRODUCTION....486, so idk what is the expire date.
Multify i don't recommend you using PRODUCTION...486, isn't ready for yupi, as total.
 
Upvote 0
Initiate Mage
Joined
Apr 4, 2014
Messages
3
Reaction score
0
Re: Official Yupi! Emulator Help Thread

Code:
function GenerateTickets(){
        $data = "DE-";
        for ($i=1; $i<=6; $i++){
                $data = $data . rand(0,9);
        }
        $data = $data . "-";
        for ($i=1; $i<=20; $i++){
                $data = $data . rand(0,9);
        }
        $data = $data . "-HABBO-HOTEL-DE";
        $data = $data . rand(0,5);
        return $data;
}


This function is compatibley with Yupi emulador ?
 
Last edited by a moderator:
Upvote 0
Newbie Spellweaver
Joined
Jan 19, 2014
Messages
41
Reaction score
12
Re: Official Yupi! Emulator Help Thread

hello guys, i hope u can help me. I have a error, when i connect at second time. I made a image for u guys
Taiga - Yupi! Emulator Help Thread - RaGEZONE Forums
At the emulator it shows a Critical Exception when i connect the second time, and at the Exception Logfile is some text..
I went to the database and look in the user_achievements table, and deleted all entrys, this solved my problem, but if i connect again a second time, the error is there again..
 
Upvote 0
Newbie Spellweaver
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

My client its stop loading on 76%.

Here is my client.

<?phprequire_once ('data_classes/server-data.php_data_classes-core.php.php');
mysql_query("UPDATE users SET auth_ticket = '', auth_ticket = '".GenerateTicket()."', ip_last = '', ip_last = '".$remote_ip."' WHERE id = '".$my_id."'") or die(mysql_error());
$ticketsql = mysql_query("SELECT * FROM users WHERE id = '".$my_id."'") or die(mysql_error());
$ticketrow = mysql_fetch_assoc($ticketsql);
$select = "SELECT * FROM cms_settings WHERE variable='client_ip'";
$result = mysql_query($select);
while($l = mysql_fetch_array($result)){
$cliendfgtip = $l['value'];
}


$select = "SELECT * FROM cms_settings WHERE variable='client_port'";
$result = mysql_query($select);
while($l = mysql_fetch_array($result)){
$clienghjport = $l['value'];
}
@mysql_query("DELETE FROM items_rooms WHERE id='0'");
?>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="http://<?php echo $akamaihd; ?>/habbo-web/am/older/client.positions.css" type="text/css" />
<script src="http://<?php echo $akamaihd; ?>/habbo-web/am/client.frame.js" type="text/javascript"></script>
<link href='//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic|Ubuntu+Medium' rel='stylesheet' type='text/css'>
<?php
require_once ('templates/user.script.php');
?>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.start");


if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"external.texts.txt": "//localhost/resources/swf/gamedata/external_flash_texts/1.txt",
"connection.info.port": "1233",
"furnidata.load.url": "//localhost/resources/swf/gamedata/furnidata_xml/1.xml",
"external.variables.txt": "//localhost/resources/swf/gamedata/external_variables/1.txt",
"client.allow.cross.domain": "1",
"url.prefix": "http://localhost/",
"external.override.texts.txt": "//localhost/resources/swf/gamedata/override/external_flash_override_texts/1.txt",
"supersonic_custom_css": "//localhost/resources/swf/swf-style.css",
"external.figurepartlist.txt": "//localhost/resources/swf/gamedata/figuredata/1.xml",
"flash.client.origin": "popup",
"client.starting": "Please wait! Habbo is starting up.",
"processlog.enabled": "1",
"has.identity": "1",
"avatareditor.promohabbos": "http://www.habbo.com/api/public/lists/hotlooks",
"productdata.load.url": "//localhost/resources/swf/gamedata/productdata/1.txt",
"client.starting.revolving": "For science, you monster/Loading funny message\u2026please 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.",
"external.override.variables.txt": "//localhost/resources/swf/gamedata/override/external_override_variables/1.txt",
"spaweb": "1",
"supersonic_application_key": "2abb40ad",
"connection.info.host": "127.0.0.1",
"sso.ticket": "<?php echo $ticketrow['auth_ticket']; ?>",
"client.notify.cross.domain": "0",
"account_id": "1",
"flash.client.url": "//localhost/resources/swf/gordon/PRODUCTION-201510201205-42435347/",
"unique_habbo_id": "1"
};


var params = {
"base": "//localhost/resources/swf/gordon/PRODUCTION-201510201205-42435347/",
"allowScriptAccess": "always",
"menu": "false",
"wmode": "opaque"
};


swfobject.embedSWF ( '//localhost/resources/swf/gordon/PRODUCTION-201510201205-42435347/Habbo.swf', 'flash-container', '100%', '100%', '11.1.0', '//localhost/resources/expressInstall.swf', flashvars, params, null, null );
</script>
</head>
<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://<?php echo $akamaihd; ?>/web-gallery/v2/images/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">Atuao Flash Player para a última versão.</h2>
<div class="box-content">
<p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://<?php echo $akamaihd; ?>/web-gallery/v2/images/client/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>
<iframe id="game-content" class="hidden" allowtransparency="true" frameBorder="0" src="about:blank"></iframe>
<iframe id="page-content" class="hidden" allowtransparency="true" frameBorder="0" src="about:blank"></iframe>
</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();
Pinger.start(true);
HabboClient.resizeToFitScreenIfNeeded();


/* stub firebug console methods in case Firebug is not present */
if (!("console" in window) || !("firebug" in console))
{
var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
"group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];


window.console = {};
for (var i = 0; i < names.length; ++i)
window.console[names] = function() {}
}

var ssa_json = {
'applicationUserId': '25548668',
'applicationKey': '2c63c535',
'onCampaignsReady': supersonicAdsOnCampaignsReady,
'onCampaignOpen': supersonicAdsOnCampaignOpen,
'onCampaignClose': supersonicAdsOnCampaignClose,
'onCampaignCompleted': supersonicAdsOnCampaignCompleted,
'pagination': false,
'customCss': 'http://<?php echo $akamaihd; ?>/web-gallery/styles/supersonicads.css'
};


function supersonicAdsCamapaignEngage() {
//console.log("supersonicAdsCamapaignEngage");
SSA_CORE.BrandConnect.engage();


var topBar = document.getElementById("ssaInterstitialTopBar");
var innerHTML = topBar.innerHTML;
topBar.innerHTML = "";


var topBarInnerContainerLeft = document.createElement("div");
topBarInnerContainerLeft.className = "ssaInterstitialTopBarInnerContainerLeft";


var topBarInnerContainerRight = document.createElement("div");
topBarInnerContainerRight.className = "ssaInterstitialTopBarInnerContainerRight";


var closeButton = document.createElement("div");
closeButton.className = "ssaTopBarCloseButton";
closeButton.setAttribute("onClick", "SSA_CORE.close('ssaBrandConnect')");
closeButton.innerHTML = "";


var gamedataDiv = document.createElement("span");
gamedataDiv.className = "ssaTopBarTextSpan";
gamedataDiv.innerHTML = innerHTML;


topBarInnerContainerLeft.appendChild(closeButton);
topBarInnerContainerLeft.appendChild(gamedataDiv);


topBar.appendChild(topBarInnerContainerRight);
topBar.appendChild(topBarInnerContainerLeft);


var bottomBar = document.getElementById("ssaInterstitialBottomBar");
var bottomInnerContainerLeft = document.createElement("div");
bottomInnerContainerLeft.className = "ssaBottomBarInnerLeft";
var bottomInnerContainerRight = document.createElement("div");
bottomInnerContainerRight.className = "ssaBottomBarInnerRight";


bottomBar.appendChild(bottomInnerContainerRight);
bottomBar.appendChild(bottomInnerContainerLeft);
}


function supersonicAdsOnCampaignsReady(offers) {
if (typeof offers !== 'undefined' && offers.length) {
/*
console.log("supersonicAdsOnCampaignsReady offers: " + offers.length);
for (var i = 0; i < offers.length; i++) {
console.log(offers);
}
*/
FlashExternalInterface.clientElement.supersonicAdsOnCampaignsReady(offers.length.toString());
} else {
//console.log("supersonicAdsOnCampaignsReady no offers!");
FlashExternalInterface.clientElement.supersonicAdsOnCampaignsReady("0");
}
}


function supersonicAdsOnCampaignOpen(offer) {
//console.log("supersonicAdsOnCampaignOpen");
//console.log(offer);
FlashExternalInterface.clientElement.supersonicAdsOnCampaignOpen();
}


function supersonicAdsOnCampaignClose(offer) {
//console.log("supersonicAdsOnCampaignClose");
//console.log(offer);
FlashExternalInterface.clientElement.supersonicAdsOnCampaignClose();
}


function supersonicAdsOnCampaignCompleted(offer) {
//console.log("supersonicAdsOnCampaignCompleted");
//console.log(offer);
FlashExternalInterface.clientElement.supersonicAdsOnCampaignCompleted();
}


function supersonicAdsLoadCampaigns() {
// We need the client to have wmode=opaque or wmode=transparent for video offers
if (HabbletLoader.needsFlashKbWorkaround()) {
return;
}
//console.log("loading supersonic script");
var g = document.createElement('script');
var s = document.getElementsByTagName('script')[0];
g.async = true;
g.src = ("http:" != location.protocol ? "http://jsd.supersonicads.com" : "http://a248.e.akamai.net/ssastatic.s3.amazonaws.com") + "/inlineDelivery/delivery.min.gz.js";
s.parentNode.insertBefore(g,s);
}
HabboView.run();
</script>
</body>




Swfs are good configured, but i think.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 15, 2012
Messages
56
Reaction score
4
Re: Official Yupi! Emulator Help Thread

My client its stop loading on 76%.

Here is my client.





Swfs are good configured, but i think.


Look at this part:

Code:
var flashvars = {
"external.texts.txt": "//localhost/resources/swf/gamedata/external_flash_texts/1.txt",
"connection.info.port": "1233",
"furnidata.load.url": "//localhost/resources/swf/gamedata/furnidata_xml/1.xml",
"external.variables.txt": "//localhost/resources/swf/gamedata/external_variables/1.txt",
"client.allow.cross.domain": "1",
"url.prefix": "http://localhost/",
"external.override.texts.txt": "//localhost/resources/swf/gamedata/override/external_flash_override_texts/1.txt",
"supersonic_custom_css": "//localhost/resources/swf/swf-style.css",
"external.figurepartlist.txt": "//localhost/resources/swf/gamedata/figuredata/1.xml",
"flash.client.origin": "popup",
"client.starting": "Please wait! Habbo is starting up.",
"processlog.enabled": "1",
"has.identity": "1",
"avatareditor.promohabbos": "http://www.habbo.com/api/public/lists/hotlooks",
"productdata.load.url": "//localhost/resources/swf/gamedata/productdata/1.txt",
"client.starting.revolving": "For science, you monster/Loading funny message\u2026please 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.",
"external.override.variables.txt": "//localhost/resources/swf/gamedata/override/external_override_variables/1.txt",
"spaweb": "1",
"supersonic_application_key": "2abb40ad",
"connection.info.host": "127.0.0.1",
"sso.ticket": "<?php echo $ticketrow['auth_ticket']; ?>",
"client.notify.cross.domain": "0",
"account_id": "1",
"flash.client.url": "//localhost/resources/swf/gordon/PRODUCTION-201510201205-42435347/",
"unique_habbo_id": "1"
};

I see everywhere "//localhost". Where is your http? it needs to be ...
 
Upvote 0
Newbie Spellweaver
Joined
Dec 1, 2015
Messages
45
Reaction score
3
Re: Official Yupi! Emulator Help Thread

yes, but i change it to http:// but same problem (hanging on 76%). its not using on localhost but on my website. i hidden the url.


 
Upvote 0
Back
Top