-
-
Notifications
You must be signed in to change notification settings - Fork 121
Common errors
Unfortunately, this section won't contain the answers to all your questions. Toast notifications (popups) that you see are intentional, however. They are there to tell you the program stopped itself for X reason before crashing out completely. That is what this section covers.
HINT: Use Ctrl+F
to search this page to find the specific toast error you've encountered.
NOTE: This is how one or more options are displayed throughout this document [<abc/xyz>
], or a placeholder such as <platform>
where 'platform' is something like Steam or Epic Games.
What's wrong? The file(s) within Documents\TcNo Account Switcher\LoginCache\<platform>
are inaccessible.
What's wrong?: The platform you're trying to save an account for has not saved certain files the program looks for to swap accounts. These can be located in many different areas. See the Wiki pages specific to your platform (See under Platforms
on the sidebar of this page) to see what files/data could be missing.
Chrome Embedded Framework is the alternative to Microsoft's WebView 2 in this program. More compatability, less speed. If you're getting errors relating to CEF while starting the TcNo Account Switcher: The simplest solution is:
- Download the latest TcNo Account Switcher version with CEF included from GitHub. You're looking for
TcNo-Acc-Switcher_and_CEF...7z
. - Extract the files within to where your TcNo Account Switcher is currently installed. You're replacing all of the program files, manually updating the program.
- Can't open
.7z
? Download 7-Zip, and install it. Open 7-zip (C:\Program Files\7-Zip\7zFM.exe
), and open the.7z
file you downlaoded with it.
- Can't open
FIX: You're trying to start the TcNo Account Switcher Tray application when there are no saved accounts to switch to. Switching to any account under any platform will add it to a list. That list is then used in the Tray for quickly switching accounts.
This issue is most commonly caused by Microsoft Edge not being happy. Open Settings > Apps > Installed Apps > Microsoft Edge (Click the 3 dots) > Modify > Repair.
FIX: When entering a BattleTag for the TcNo Battle.Net Account Switcher, it needs to be a 'real' battle tag. It needs to follow this scheme: A name between (including) 4-7 characters in length, followed by a #
and then numbers afterwards.
FIX: As per the official Epic Games Help. Open %LocalAppData%\EpicGamesLauncher\Saved\Config\Windows\Engine.ini
and add the following lines:
[Launcher]
ForceNonSslCdn=false
Save, and relaunch Epic Games.
FIX: This occurs when there is more than 1 install path for a game is saved into Riot's config file, located here: %ProgramData%\Riot Games\RiotClientInstalls.json
. The TcNo Account Switcher uses the first occurrence of each game on the list. Remove an entire line if you previously installed the game there and removed it since.
FIX: Your Steam files appear corrupt and can not be read correctly. Check this file on your computer to make sure it looks normal: ..\Steam\config\loginusers.vdf
. Often it will have extra "
s inside a pair of "
s, indicating a length of text. Extra quotation marks can cause issues and the \
and /
characters. You will likely have a loginusers.vdf_last
file that is not corrupt. The TcNo Account Switcher attempts to read this if the former appears corrupt. If this attempt works, you will see an info message saying, "Was able to load from vdf_last. Some accounts may be missing."
Your loginusers.vdf
file should look something like this:
"users"
{
"76561198064588130"
{
"AccountName" "login_username_here"
"PersonaName" "TechNobo"
"RememberPassword" "1"
"mostrecent" "1"
"Timestamp" "1624700000"
"WantsOfflineMode" "0"
}
...
}
FIX: The account you're trying to switch to has not been logged into in Steam before, and can not be found in loginusers.vdf. Simply log into the account once using the Add New
button. If this does not help, please contact TechNobo with more info.
All trademarks and materials are the property of their respective owners and their licensors. This project is not affiliated with any companies referenced. This is not "Official" software or related to any companies mentioned. All it does is let you move your files around on your computer the same way you can. The use of names, icons and trademarks does not indicate endorsement of the trademark holder by this project or its creators, nor vice versa. They are only used to visually indicate which programs this project interacts with easily to the end-user.
By enabling optional features that scrape the web for publically available information (such as limited game/profile statistics and other data), you understand and accept full responsibility for doing so on your own volition. If you appreciate accurate information, support the services providing it directly. The information collected is incredibly limited and is no replacement or competitor for sites scraped.
I am not responsible for the contents of external links. For the rest of the disclaimer, refer to the License (GNU General Public License v3.0) file: https://github.com/TcNobo/TcNo-Acc-Switcher/blob/master/LICENSE - See sections like 15, 16 and 17, as well as GitHub's 'simplification' at the top of the above website.