Version 0.1.21

Discussion in 'Releases' started by Afr0, Aug 14, 2014.

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

    Blayer98 Active Member

    nope, I'm not opening this thing until I can be sure everything is stable. :)
  2. Cyber Toon

    Cyber Toon Member

    http://gyazo.com/332480a3048b535d556de061f4fdd6a5
    that is a screenshot of what is happening when I click on the sim to enter the game. Clicking the enter neighborhood button below that shows a neighborhood pic does nothing. I even tried running the client as admin, and tried launching it from the launcher. D:
  3. Afr0

    Afr0 Well-Known Member

    I just did. The dropdown thingy doesn't seem to render text. Need to fix it. :\
  4. Blayer98

    Blayer98 Active Member

    same thing happens with me, but it gets to 50% then crashes... :/
  5. SoraTSO

    SoraTSO Active Member

    Still stuck at 50% when selecting your sim and entering the city..
    Blayer98 likes this.
  6. Blayer98

    Blayer98 Active Member

    Don't connect multiple times, the server might crash...
  7. AquilaSim

    AquilaSim Administrator Staff Member Moderator

    Dafuq? why they blocks or crash for you but not for myself... ._.
  8. Blayer98

    Blayer98 Active Member

    You can connect to the map view just fine!?
  9. AquilaSim

    AquilaSim Administrator Staff Member Moderator

    Yes ._. I can see the city server East-Jerome and login.
  10. Blayer98

    Blayer98 Active Member

    oh, you mean you can see your Sims, but you can't connect to the map view?
  11. AquilaSim

    AquilaSim Administrator Staff Member Moderator

    I have the map view of server.
  12. Afr0

    Afr0 Well-Known Member

    I'm suspecting the reason it isn't working for you guys is because the patcher isn't doing what it's supposed to.
    Or because you guys are running the patcher, not the bootstrapper (which isn't what you're supposed to be doing!!).
    Sigh, seems I'm going to have to put priority into fixing the patcher.
    SoraTSO likes this.
  13. Blayer98

    Blayer98 Active Member

    The bootstrap won't work, I have PD installed in my TSOClient folder, where TSO is, but it isn't able find the manifest and any "Maxis products".
  14. Cyber Toon

    Cyber Toon Member

    That is actually easily fixable if you know what is wrong (which I do), by the way.
    And yes, I do use the Bootstrapper.
  15. Blayer98

    Blayer98 Active Member

    How can I get it fixed? :/
  16. Cyber Toon

    Cyber Toon Member

    Open notepad, paste
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Maxis\The Sims Online]
    "InstallDir"="C:\\Program Files\\Maxis\\The Sims Online\\"
    "GameDir"="TSOClient"
    "GameExe"="TSOClient.exe"
    "PatchDir"="TSOPatch"
    "PatchExe"="TSO.exe"
    "ProgramFolder"="Maxis\\The Sims Online\\"
    
    in, go to file save as, change save as type to all files, and enter TSO.reg (or whatever .reg) and save it (doesn't matter where), and double click it. :) If you did NOT use the default install directory, or your drive where it is (probably local disc) is not C, then change installDir accordingly.

    This way you don't have to open regedit, since I am assuming you wouldn't know how to use it.
    Blayer98 likes this.
  17. Blayer98

    Blayer98 Active Member

    So, Wherever I save the file, it will appear in regedit?
  18. Cyber Toon

    Cyber Toon Member

    It doesn't matter where it is saved, you just need to save it, then double click it. (assuming your local disc is C) and click yes on the warning saying changing your registry can damage stuff (since this won't damage anything)
    Blayer98 likes this.
  19. Blayer98

    Blayer98 Active Member

    Ok, it can find the Maxis product, what about the manifest?

    EDIT: Had to change to (x86) :p
    Last edited: Aug 15, 2014
  20. RHY3756547

    RHY3756547 FreeSO Developer Staff Member Moderator

    Just checked, items need to be of the type UIListBoxItem. Nothing needs to be fixed in the UIListBox system, though I would like to modify it to support icons in segments at some point.

    var item = new UIListBoxItem(column1, column2, ...);

    The listbox has one column, so just use
    var item = new UIListBoxItem("bla bla bla");

    EDIT: actually I can't get this working right now, give me a second
Thread Status:
Not open for further replies.

Share This Page