Beta 2024.2.2.906

From Resonite Wiki

Beta 2024.2.2.906 is a Resonite version released on 2024/02/02.

It is compatible with the previous build, Beta 2024.1.31.744.

The following notes were sent by Frooxius:

Just a small bugfix release, fixing a few issues.
Compatible with previous.

Bugfixes:

  • Fixed world browser showing incompatible sessions, even when this is disabled (reported by @epicEaston197, issue #1182, fixed by @ProbablePrime)
  • Fixed world browser not filtering sessions properly by universe (fixed by @ProbablePrime)
  • Backported convex hull computation fix for BepuPhysicsV2 from upstream (https://github.com/bepu/bepuphysics2/issues/301)
    • This should fix cases of some convex hulls causing memory access violation and crashes (reported by @Stiefel, issue #1198)
    • This also fixes some asset variants failing to process due to same error, resulting in the asset variant worker crashing
  • Restructure session token swap mechanism into two phases to prevent current session from being invalidated, when the new token doesn't get updated properly
    • This fixes active sessions breaking in some cases when logged for longer than 12 hours, including "Remember Me" functionality (reported by @SlyTheFloof, @Nytra, issue #1281)