Troubleshooting: Difference between revisions
From TF2 Classified Wiki
More actions
Technochips (talk | contribs) added raisejsexception error |
Technochips (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
== Current major issues == | == Current major issues == | ||
=== Game | === Game crashes after the Valve intro/"Failed to apply client patches!" === | ||
This is a new issue caused by the recent SDK2013 update, and TF2 Classic not having been updated yet. To temporarily fix this, right click ''Source SDK Base 2013 Multiplayer'' on Steam, click Properties, go to Beta, and select <code>previous2021</code>. | |||
Whenever TF2 Classic updates to the new SDK2013 version, you'll need to revert this. | |||
=== "Could not load library client. Try restarting. If that doesn't work, verify the cache." === | |||
This is a new 2.0.4 issue caused by our crashpad handler requiring libraries that not all users have. | This is a new 2.0.4 issue caused by our crashpad handler requiring libraries that not all users have. | ||
| Line 23: | Line 28: | ||
=== (Linux) TF2CDownloader gives me an "Error loading Python lib"! === | === (Linux) TF2CDownloader gives me an "Error loading Python lib"! === | ||
This happens when the application was built with a version of glibc that's newer than what your distribution carries. Currently, we support Ubuntu 20.04 and any other distribution with glibc 2.31 or newer. | This happens when the application was built with a version of glibc that's newer than what your distribution carries. Currently, we support Ubuntu 20.04 and any other distribution with glibc 2.31 or newer. | ||
, | |||
=== (Linux) TF2CDownloader downloads a .meta4 file, then crashes when it can't find a .tar.zst file === | === (Linux) TF2CDownloader downloads a .meta4 file, then crashes when it can't find a .tar.zst file === | ||
This happens if your version of aria2 was compiled without metalink support. If you're on a Gentoo Linux-based distribution, you can fix it by setting the <code>metalink</code> USE flag for aria2 and then rebuilding it. | This happens if your version of aria2 was compiled without metalink support. If you're on a Gentoo Linux-based distribution, you can fix it by setting the <code>metalink</code> USE flag for aria2 and then rebuilding it. | ||
| Line 30: | Line 35: | ||
Those are normal. The output is extremely verbose. The first thing TF2CDownloader does is check if the game file already exists for the purpose of verifying it. It usually doesn't exist, which causes it to produce a "Checksum error". Then, if any mirrors are failing, timing out, missing, or otherwise having issues, it'll produce an error when it attempts to contact them as well. These are ''not'' fatal errors, and are expected in its course of operation. | Those are normal. The output is extremely verbose. The first thing TF2CDownloader does is check if the game file already exists for the purpose of verifying it. It usually doesn't exist, which causes it to produce a "Checksum error". Then, if any mirrors are failing, timing out, missing, or otherwise having issues, it'll produce an error when it attempts to contact them as well. These are ''not'' fatal errors, and are expected in its course of operation. | ||
=== "PermissionError: [Errno 13] Permission denied: ... | === "PermissionError: [Errno 13] Permission denied: ..." === | ||
If you're updating, make sure the | If you're updating, make sure the game and the launcher are closed, then try again. If the game is already closed, open task manager, and terminate "hl2.exe". The game not properly terminating by itself is a bug. | ||
=== I can't find the folder TF2CDownloader extracted! === | === I can't find the folder TF2CDownloader extracted! === | ||