Skip to content

v7.13.1

Compare
Choose a tag to compare
@kozlovsky kozlovsky released this 24 Dec 16:12
· 1030 commits to main since this release

Overview

We are excited to announce Tribler 7.13.1, a bugfix release that notably enhances the stability of Tribler, especially during startup. This update addresses several critical issues, including problems related to Tribler startup, database corruption, and various other bugs. Our team has worked diligently to ensure a smoother and more reliable experience for our users.

Startup stability fixes

  • #7603: Use the filelock library to determine the primary process by @kozlovsky in #7660
  • Use dedicated exit codes when another primary GUI/Core process is running by @kozlovsky in #7746
  • #7592: Fix Core crash caused by TimeoutError when REST HTTP server is starting by @kozlovsky in #7617
  • #7641: Fix TypeError in StartDownloadDialog during Tribler UI startup by @drew2a in #7662

Database Integrity

  • #5252: Handle the database corruption error by regenerating the corrupted database on the fly by @kozlovsky in #7628

General stability fixes

Localization robustness

  • #7599: Fix TypeError when the translated string does not have the correct number of positional parameters by @kozlovsky in #7615

Enhanced error reporting

  • Add the reason for the OperationalError: unable to open database file when opening processes.sqlite by @kozlovsky in #7612
  • Add Tribler Config to the sentry event by @drew2a in #7665
  • Show correct stack trace for CoreCrashedError. by @drew2a #7713 (Implemented in #7722)

Note: Some antivirus software falsely flags the Windows 32-bit version of Tribler. When investigating the issue, we found that the Python builder we use (PyInstaller) is being flagged even for a simple Hello World program. So, your antivirus might flag Tribler as malware if you're using the 32-bit version. Therefore, we suggest you use the 64-bit version if you can.

Full Changelog: v7.13.0...v7.13.1