• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Arcturus] White client

Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
I used the files from here http://forum.ragezone.com/f335/hotel-arcturus-emulator-braincms-1135433/#post8810423

Without any luck. Usually when u have a white screen its due to incorrect links in your swf (external_variables.txt), but I checked them and they seem fine. Has anyone found an issue wit these specific files? SHould I try different swfs? The OP claimed they work, but gave no proof or screenshots even.

AFter I set it up this is what my client is (DOMAIN is where my IP is)

var Client = new SWFObject("http://DOMAIN/swf/gordon/PRODUCTION-201601012205-226667486/habbo.swf", "client", "100%", "100%", "10.0.0");
Client.addVariable("client.allow.cross.domain", "0");
Client.addVariable("client.notify.cross.domain", "1");
Client.addVariable("connection.info.host", "DOMAIN");
Client.addVariable("connection.info.port", "30000");
Client.addVariable("site.url", "http://DOMAIN");
Client.addVariable("url.prefix", "http://DOMAIN");
Client.addVariable("client.reload.url", "http://DOMAIN/me");
Client.addVariable("client.fatal.error.url", "http://DOMAIN/me");
Client.addVariable("client.connection.failed.url", "http://DOMAIN/me");
Client.addVariable("external.override.texts.txt", "http://DOMAIN/swf/gamedata/override/external_flash_override_texts.txt");
Client.addVariable("external.override.variables.txt", "http://DOMAIN/swf/gamedata/override/external_override_variables.txt?v=6");
Client.addVariable("external.variables.txt", "http://DOMAIN/swf/gamedata/external_variables.txt?v=7");
Client.addVariable("external.texts.txt", "http://DOMAIN/swf/gamedata/external_flash_texts.txt");
Client.addVariable("external.figurepartlist.txt", "http://DOMAIN/swf/gamedata/figuredata.xml");
Client.addVariable("flash.dynamic.avatar.download.configuration", "http://DOMAIN/swf/gamedata/figuremap.xml");
Client.addVariable("productdata.load.url", "http://DOMAIN/swf/gamedata/productdata.txt");
Client.addVariable("furnidata.load.url", "http://DOMAIN/swf/gamedata/furnidata.xml");
Client.addVariable("use.sso.ticket", "1");
Client.addVariable("sso.ticket", "Brain-1.8.0-fuCQpcKZTaj4djR03FxNVzFqI-SSO");
Client.addVariable("processlog.enabled", "0");
Client.addVariable("client.starting", "Fortnight is loading...");
Client.addVariable("flash.client.url", "http://DOMAIN/swf/gordon/PRODUCTION-201601012205-226667486/");
Client.addVariable("flash.client.origin", "popup");
Client.addVariable("ads.domain", "");
Client.addVariable("diamonds.enabled", '1');
Client.addParam('base', 'http://DOMAIN/swf/gordon/PRODUCTION-201601012205-226667486/');
Client.addParam('allowScriptAccess', 'always');
Client.addParam('wmode', "opaque");
Client.write('client');
FlashExternalInterface.signoutUrl = "http://DOMAIN/logout";
 
Last edited:
Newbie Spellweaver
Joined
Sep 5, 2014
Messages
20
Reaction score
0
Bump any help? Idk why this isnt working.
Check if the folder has the same name http://DOMAIN/swf/gordon/PRODUCTION-201601012205-226667486/habbo.swf and that the habbo.swf is in that folder with the same name.

Also, in the tutorial there is a link for Arcturus Habbo.swf did you use that file?
 
Upvote 0
Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
Yes it has the same name, and the habbo.swf that the tutorial gave is the one I put in there.
 
Upvote 0
Newbie Spellweaver
Joined
Sep 5, 2014
Messages
20
Reaction score
0
Yes it has the same name, and the habbo.swf that the tutorial gave is the one I put in there.

I think i noticed the problem in your code
Code:
[COLOR=#666666]"http://DOMAIN/swf/gamedata/override/external_override_variables.txt[B]?v=6[/B]"[/COLOR]
That (?v=6) shouldn't be there unless you named it that and maybe check the other links if they are the same

Let me know if this has resolved your issue.
Make sure you enable flash if you are using Chrome.
 
Last edited:
Upvote 0
Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
I think i noticed the problem in your code
Code:
[COLOR=#666666]"http://DOMAIN/swf/gamedata/override/external_override_variables.txt[B]?v=6[/B]"[/COLOR]
That (?v=6) shouldn't be there unless you named it that and maybe check the other links if they are the same

Let me know if this has resolved your issue.
Make sure you enable flash if you are using Chrome.

Hey thanks for replying again. I changed that on all the links and its still a whte screen. Nothing flash is even trying to load and it does the same for all my friends when they try to load it.
 
Upvote 0
Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
Just wondering, have you checked in the console to make sure there are no errors in your links resulting in things not being able to load?
 
Upvote 0
Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
Just wondering, have you checked in the console to make sure there are no errors in your links resulting in things not being able to load?
WHen I check the console, NOTHING shows in it. Like literally nothing loads. View source shows all the links for the swfs and poop, but NOTHING loads in the console at all.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 27, 2017
Messages
14
Reaction score
0
Could you post the network log of when you try to load /client? Then we can see if the SWF is actually being requested. If it is, make sure you've enabled flash for the website in your browser.
 
Upvote 0
Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
There is nothing loading. Just the basic client. No flash files. ANd flash is enabled im not an idiot :p
 
Upvote 0
Newbie Spellweaver
Joined
Jul 27, 2017
Messages
14
Reaction score
0
Weird, because as soon as I enabled flash on the website you PM'd me the client loaded.

http://i.imgur.com/t3L6n9g.jpg

However it is stuck on 76%, probably because your port is set to 30000 but Arcturus 1.8 default is 3000 I believe?
 
Upvote 0
Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
Really? I tried it on three separate computers with no luck and all 3 have flash unblocked for all sites...
 
Upvote 0
Experienced Elementalist
Joined
Aug 30, 2013
Messages
287
Reaction score
64
Could you post the network log of when you try to load /client? Then we can see if the SWF is actually being requested. If it is, make sure you've enabled flash for the website in your browser.
If inbt is able to load your client, you might have something wrong with your flash installation. Have you tried checking other browsers just to be sure it's not your current browser? You could also try reinstalling flash and seeing if that changes anything
 
Upvote 0
Newbie Spellweaver
Joined
Jul 27, 2017
Messages
14
Reaction score
0
I see you changed the port, it's still not connecting though, is port 3000 open/forwarded?
 
Upvote 0
Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
All the required ports are open. So not sure why it wont connect. 76% is almost always a connection issue.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 27, 2017
Messages
14
Reaction score
0
When I scan for 3000 I get "Port 3000 is closed on <IP>".

Aside from that let's figure out why the client doesn't load for you, first what browser are you using?
 
Upvote 0
Experienced Elementalist
Joined
Mar 17, 2013
Messages
245
Reaction score
28
COuld it be my habbo.swf not compatible or some poop? I used the one from the tut but maybe the guy was an idiot lol. Anyone got one I can try with?
 
Upvote 0
Newbie Spellweaver
Joined
Jul 27, 2017
Messages
14
Reaction score
0
I used the same files to setup mine so I believe it's working fine. Again I think the connection issue is your ports forwarding/firewall, and the client not loading is browser-flash related, as it's loading for me.
 
Upvote 0
Back
Top