Client stuck at 76% FluxRP Pack

theGuiihBR

New Member
Nov 19, 2018
13
0
Hello, i'm using a GoogleCloud VPS with FluxRP pack.

I already configured the config.php file, main.ini (emu) file, and external_variables files, but i'm having issues when I try to connect at my client.

It is stuck at 76%, and no matter what I do, this doesn't fix.

Can someone help me?
 

Attachments

  • print1.png
    print1.png
    183 KB · Views: 12

theGuiihBR

New Member
Nov 19, 2018
13
0
What emulator is this?
Change MUS to 127.0.0.1, anything happen?

I’ve set up loads of hotels but using a cloud based VPS I had the same problem, are you guys sure that isn’t it?

Changed and nothing again. Even changing the TCPIP config to "0.0.0.0" at port "30000".

Again, i'm using Google Cloud VPS with Windows 2012 R2 and IIS. If you guys want my Discord: GuilhermeF#0216.
And I think the problem is the client.php config:
Code:
<script type="text/javascript">
            var BaseUrl = "http://brasilrpg.tk/swfs/gordon/PRODUCTION-201510261212-858675875";
            var flashvars = {
                    "client.allow.cross.domain" : "0",
                    "client.notify.cross.domain" : "1",
                    "connection.info.host" : "35.247.254.247", (if this is localhost, it loads only at my VPS. If it's the VPS IP, it doesn't load anything.)
                    "connection.info.port" : "30000",
                    "site.url" : "http://brasilrpg.tk",
                    "url.prefix" : "http://brasilrpg.tk",
                    "client.reload.url" : "http://brasilrpg.tk/client",
                    "client.fatal.error.url" : "http://brasilrpg.tk/client",
                    "client.connection.failed.url" : "http://brasilrpg.tk/client",
                    "logout.url" : "http://brasilrpg.tk/me",
                    "logout.disconnect.url" : "http://brasilrpg.tk/client",
                    "external.variables.txt" : "http://brasilrpg.tk/swfs/gamedata/external_variables.txt",
                    "external.texts.txt" : "http://brasilrpg.tk/swfs/gamedata/external_flash_texts.txt",
                    "external.figurepartlist.txt" : "http://brasilrpg.tk/swfs/gamedata/figuredata.xml",
                    "productdata.load.url" : "http://brasilrpg.tk/swfs/gamedata/productdata.txt",
                    "furnidata.load.url" : "http://brasilrpg.tk/swfs/gamedata/furnidata.xml",
                    "sso.ticket" : "{sso}",
                    "processlog.enabled" : "1",
                    "account_id" : "2",
                    "client.starting.revolving" : "Cleaning the streets.../Filling Garbage cans.../Spawning Hobo\'s../Turning on city lights.../Restocking Ammunation.../Rigging the Slot Machines...",
                    "flash.client.url" : "http://brasilrpg.tk/swfs/gordon/PRODUCTION-201510261212-858675875/",
                    "user.hash" : "df2cd7104536553afde9f7d66133d578eccb4606",
                    "has.identity" : "1",
                    "flash.client.origin" : "popup",
                    "nux.lobbies.enabled" : "false",
                    "country_code" : ""
                  };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"
            };
            swfobject.embedSWF("http://brasilrpg.tk/swfs/gordon/PRODUCTION-201510261212-858675875/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://brasilrpg.tk/swfs/gordon/expressInstall.swf", flashvars, params, null);
        </script>
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Has nothing to do with VPS provider or whether it's a cloud server. The issue is the same as always.

Emulator Config
Firewall
Client config
Proxy
 

theGuiihBR

New Member
Nov 19, 2018
13
0
Has nothing to do with VPS provider or whether it's a cloud server. The issue is the same as always.

Emulator Config
Firewall
Client config
Proxy

Firewall disabled.
I don't know if it's the proxy (honestly, i don't know what the proxy can do to harm it).
About client and emu config: do you know what I did wrong to can't connect at my client?
Thanks for the reply.
 

Avatar020

New Member
Mar 25, 2019
1
0
Hello, i'm using a GoogleCloud VPS with FluxRP pack.

I already configured the config.php file, main.ini (emu) file, and external_variables files, but i'm having issues when I try to connect at my client.

It is stuck at 76%, and no matter what I do, this doesn't fix.

Can someone help me?


You can check if you're port is open.
 

theGuiihBR

New Member
Nov 19, 2018
13
0

You can check if you're port is open.

Checked, it's closed, but i have Inbound Rules at my firewall (which is disabled, should i enable it?):
I checked the websites, and I did it correctly. How it's closed?
You must be registered for see images attach
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Windows firewall needs to be on.

You should have an inbound connection allowing port 30000 on TCP Protocol only, not UDP. Under the Advanced tab ensure Domain, Private and Public are selected to allow
 

theGuiihBR

New Member
Nov 19, 2018
13
0
Windows firewall needs to be on.

You should have an inbound connection allowing port 30000 on TCP Protocol only, not UDP. Under the Advanced tab ensure Domain, Private and Public are selected to allow
Did it, but it still blocked. Deleted all the rules and created a new rule called "didit" with port 30000, allowed everything, etc., but still blocked.
Prints:
You must be registered for see images attach
You must be registered for see images attach


Edit: Even with this "edge transversal" accepted, the port still blocked. Maybe some other app are using this port?
Post automatically merged:

Ok, i think this thread are resolved.

@JMG Y'all can close it, thanks.
Post automatically merged:

So... Find this at the emu>Connection>ServerManager>DataSocket.cs:
_listener.Listen(1000);
Replaced it to 30000, changed the connection.host at the client.php file to my VPS IP and nothing...
Someone?
 
Last edited:

Users who are viewing this thread

Top