Alt Codes in Motto converts to ??

Issue #416 invalid
S150217754 created an issue

Hi,

Self-explanatory. If you add an Alt code to the motto, it will turn to ??

Comments (12)

  1. Taz

    I reloaded the hotel to check, and reloaded the rooms... Still shows perfectly fine. This might be a SWF error on your end.

  2. S150217754 reporter

    Hi,

    Not sure how did you got it working but I have reverted back to original Habbo.swf (based on overview page) but problem still exists.

  3. Taz

    I could give you a copy of my habbo.swf if you'd like? And/or any other files you'd like? Seeing your such a great contributer towards this project, and you helped me out with my other issue ;) #friends LOL

  4. S150217754 reporter

    @TazTazTheTaz Happy to help. :) Anyway, thanks for the offer but no need for now!

    I have tried changing the whole Production folder and the external files but the issue continues to persist. The problem also exists for speech bubble too!

    Since its working well for you, I am thinking that it might have to do with my server or something. Will try to host in on another server when I get back home later to determine the issue.

  5. Taz

    Sweet man.. Hit me up if I can help in any way.... Out of interest, are you doing this for fun or making a full fletched public hotel like Habboon and whatnot..? I used to be 4th on thehabbos.org back in the day ;)

  6. S150217754 reporter

    @TazTazTheTaz I'm doing this based on interest and am running a (sandbox) hotel strictly by invitation only. Assuming that you're gonna be competing with full fledge public hotel; I wish you all the best! :)

    Anyway, I managed to verify that it on a Windows server and everything is running smoothly. Clearly, the issue lies with my VPS rather than the emulator.

    Closing and marking this issue as invalid.

  7. Taz

    I hate small issues like that.. they're always the ones that take up the most time.. possibly going public, not sure.. i started this off out of interest myself when I saw this release and Chocolatey, Espresso etc.. mainly interested in the integration as well as coding structure.. pretty impressed with Claudio I must say!

  8. Rafa Molinas

    Thanks for the VPS locale heads-up! Managed to fix it in Ubuntu by changing it. This is how I fixed it:

    1. Run
    #!
    nano /etc/default/locale
    

    and write this:

    #!
    LANG="en_US.UTF-8"
    LC_ALL="en_US.UTF-8"
    
    1. Then, write directly in your terminal:
    #!
    LANG=en_US.UTF-8 bash
    

    After that, run Arcturus again and it should be fixed!

  9. Log in to comment