PlusEMU r2 - Work by local, doesn't work on my website
I have a problem with PlusEMU r2 on my website, it works by local but doesn't work on my website,
I have configured :
- rs4.php
- Banner.php
- I have added the links on my client
- config of emulator
- external_variables
I use local is used on my website
The problem : The client load and remains black, and redirect in /game/ and the emulator :
http://img15.hostingpics.net/pics/812812EMULATOR.png
Sorry for my english, I'm french
Re: PlusEMU r2 - Work by local, doesn't work on my website
use this swf (utilise cette swf) => https://mega.co.nz/#!hVVnRLLR!XOL4O5...gp6W0ShDuSPC88
and check the google dev tools for errors (et chercher des erreurs dans l'util developement de google)
If this doesn't help check your emulators log files. (Si ca ne marche pas essayer de regarder les donnees log de ton emulateur)
Re: PlusEMU r2 - Work by local, doesn't work on my website
Quote:
Originally Posted by
moere
use this swf (utilise cette swf) =>
https://mega.co.nz/#!hVVnRLLR!XOL4O5...gp6W0ShDuSPC88
and check the google dev tools for errors (et chercher des erreurs dans l'util developement de google)
If this doesn't help check your emulators log files. (Si ca ne marche pas essayer de regarder les donnees log de ton emulateur)
I use it, but doesn't work, screen of emulator :
http://img15.hostingpics.net/pics/675267plusemu.png
- - - Updated - - -
Errors :
http://img15.hostingpics.net/pics/899560errors.png
Re: PlusEMU r2 - Work by local, doesn't work on my website
Have you find the solution beacause i have the same problem
Re: PlusEMU r2 - Work by local, doesn't work on my website
I have the solution for this. search in your emulator folder for the file that is something like packet manager.cs then open it in notepad ++. Now search for something like WriteLine("Packet Handled" (OR ITS "Handled Packet") And then just comment out that line using "//" Infront of it. Then restart the emulator and try it again! I can offer team viewer assistance if necessary! Its an easy fix.
Re: PlusEMU r2 - Work by local, doesn't work on my website
Quote:
Originally Posted by
Explicable
I have the solution for this. search in your emulator folder for the file that is something like packet manager.cs then open it in notepad ++. Now search for something like WriteLine("Packet Handled" (OR ITS "Handled Packet") And then just comment out that line using "//" Infront of it. Then restart the emulator and try it again! I can offer team viewer assistance if necessary! Its an easy fix.
This won't help. What you are doing is commenting and so disabling the method. When you lookup the packets it's concerning those three:
4000 = GetClientVersionMessageEvent
112 = InitCryptoMessageEvent
290 = GenerateSecretKeyMessageEvent
Those you should normally not see when starting up emu/ logging in with a user.
So either his session ticket is not recognized or habbo.swf is the wrong one.
Re: PlusEMU r2 - Work by local, doesn't work on my website
@moere Thats odd cuz after someone shared this fix with me I've fixed about 5 peoples hotels that had those exact packet issues just by commenting out that one line.
Re: PlusEMU r2 - Work by local, doesn't work on my website
C'est un problème de SWF, tu vas devoir le changer, revois sérieusement ton pack SWF, 'game' c'est ça?
-Mercury
Re: PlusEMU r2 - Work by local, doesn't work on my website
Quote:
Originally Posted by
Explicable
@
moere Thats odd cuz after someone shared this fix with me I've fixed about 5 peoples hotels that had those exact packet issues just by commenting out that one line.
Well if this is the case then the better :). For me it was just illogical because what is here being commented out doesn't affect in any way the game/emulators functionality. It only prints out the handled packets in the console.
Re: PlusEMU r2 - Work by local, doesn't work on my website
Yeh i completely agree. It has no logical explanation. At least none that I can think of. When someone told me to comment it out i was baffled as it makes no sense how that writeline has any effect on the emulator. There must be more to what commenting it out is doing.