Version 0.1.24

Discussion in 'Releases' started by Afr0, Jan 20, 2015.

Thread Status:
Not open for further replies.
  1. Blayer98

    Blayer98 Active Member

    oh for gods sake...
    upload_2015-1-25_12-35-19.png

    I swear this IM system should follow TSO's line of logic with IMs... >_<
  2. liinor

    liinor Member

    Now Login screen freezes for me on 25% doesn't tell anything about server being offline or anything it just freezes.
  3. Blayer98

    Blayer98 Active Member

    Same, it's probably down since Afr0 or Rhys is working on it.
  4. RHY3756547

    RHY3756547 FreeSO Developer Staff Member Moderator

    We can't just "follow TSO's line of logic", since we didnt know about it at the time we started and it is pretty much exactly the fuckin same as our current system - the problem is that the code is still very preliminary.
  5. xXJDrocks450Xx

    xXJDrocks450Xx Well-Known Member

    Yeah same with me too.
  6. Afr0

    Afr0 Well-Known Member

    Login server crashed because someone tried deleting a char that didn't exist.
    Probably someone double or triple clicked their delete button.
    Every button event handler should really make sure that a packet is sent only once.
    xXJDrocks450Xx likes this.
  7. xXJDrocks450Xx

    xXJDrocks450Xx Well-Known Member

    Huh. Is this happening for anyone else that after I created a Character, When I click on him in SAS, Nothing happens?
    EDIT= Nvm I looked and saw that East Jerome is down. :p
  8. liinor

    liinor Member

    It happens for everyone.
  9. xXJDrocks450Xx

    xXJDrocks450Xx Well-Known Member

    Yeah I just wasn't aware it went down.
  10. Afr0

    Afr0 Well-Known Member

    I discovered an actual deadlock that was preventing the packet from being fully processed. Not sure why it was occuring (threading bugs are nigh on impossible to track down), but I tried with some new code.
  11. AquilaSim

    AquilaSim Administrator Staff Member Moderator

    Again the same problem, now... :/
  12. xXJDrocks450Xx

    xXJDrocks450Xx Well-Known Member

    I'm having a strange glitch where if I use Afr0s latest PD Client it says East Jerome is not up whereas if I use Rhy's debug files (IDK what else to call it) It just crashes when connecting... Kinda strange.:p
    EDIT: Nvm now its back!
  13. Afr0

    Afr0 Well-Known Member

    Sorry about the frequent downtime!
    I think I just worked my way around the biggest deadlock in the history of deadlocks!
    I was locking around some code that would (potentially?) never return, but simply create a callback. And that's an obvious deadlock situation, but I still needed to lock on the object, so I locked when encrypting the data, instead.
  14. AquilaSim

    AquilaSim Administrator Staff Member Moderator

    I got the message "Player Offline" but after this, the client has stopped to working :

    Attached Files:

  15. Blayer98

    Blayer98 Active Member

    My client crashed after sending a message to someone else with another IM open :p

    If someone sends me a message, then someone else sends me a message, replying to any one of them crashes the game.
  16. Blayer98

    Blayer98 Active Member

    By the way, In TSO, simply typing a name and pressing Send Message would also allow you to send a message.
    Also, the map view hangs on 50%, shouldn't the progress go to 100% before connecting??
    Another note, if one of your characters is still online, you should NOT be able to login, and this message sahould appear. "You have been disconnected because another user has entered the game with the same account name. If you think someone else is using your account illegally please visit http://thesimsonline.custhelp.com for help."

    Also, this...
    upload_2015-1-25_19-2-32.png
    Last edited: Jan 25, 2015
  17. xXJDrocks450Xx

    xXJDrocks450Xx Well-Known Member

    Found a minor glitch.
    upload_2015-1-25_14-26-44.png
    I can't select the names from the bottom of the drop down menu and that it records everytime someone gets on but doesn't remove names of people that have gotten off.
  18. Blayer98

    Blayer98 Active Member

    Yeah, text overflows the dropdown list, the scrolling system isn't in place yet.
    xXJDrocks450Xx likes this.
  19. xXJDrocks450Xx

    xXJDrocks450Xx Well-Known Member

    Yeah, I've noticed a similar glitch if you are running Afr0s latest Pd Client that pressing OK in certain message boxes causes the game to crash.
  20. liinor

    liinor Member

    Timed out messages would be good here, so we would then know if they are still there.
Thread Status:
Not open for further replies.

Share This Page