TCNOco / TcNo-Acc-Switcher

A Super-fast account switcher for Steam, Battle.net, Epic Games, Origin, Riot, Ubisoft and many others!
GNU General Public License v3.0
1.68k stars 122 forks source link

Failed to load steam/config/loginusers.vdf #370

Open Skripterr opened 3 months ago

Skripterr commented 3 months ago

In my case, it is due to change in loginusers.vdf file, after steam shutdown it changes, tab character changes, some data is added/deleted. Is there a fix for this? Before

"users"
{
    "steamid"
    {
        "AccountName" "login"
        { "PersonaName" "nickname"
        "RememberPassword" "1"
        "mostrecent" "0"
        "Timestamp" "timestamp"
        "WantsOfflineMode" "0"
        "SkipOfflineModeWarning" ""
    }
}

After

"users"
{
    "steamid"
    {
        "AccountName" "login"
        "PersonaName" "nickname"
        "RememberPassword" "1"
        "WantsOfflineMode" "0"
        "SkipOfflineModeWarning" "0"
        "AllowAutoLogin" "1"
        "MostRecent" "1"
        "Timestamp" "timestamp"
    }
}
aleatorio1337 commented 2 months ago

mesmo problema aqui =|

jeanlorencini commented 2 months ago

o mesmo aqui