CLa Clauderie

World of ClaudeCraft · Patch notes

What's new in v0.32.4

An emergency hotfix for the desktop app: since the v0.32.2 switch to compressed textures, Windows, macOS and Linux clients could freeze forever on the "Loading world" screen. The texture decoder was rebuilt to comply with the client's security rules — nothing was loosened, and the iOS memory gains are untouched. No gameplay changes. Click a bubble for the details.

Released Jul 31, 2026 Since v0.32.3 Client · desktop app
💡 Click any feature to open its detailed rules.
01

The "Loading world" freeze, fixed

On the desktop app, the loading screen could hang forever since v0.32.2. The cause was pinned down to the exact character; the fix removes it at the root without weakening the client's security.

Desktop: the world loads again Fix

The Windows, macOS and Linux desktop clients could freeze on "Loading world" — on v0.32.2 and v0.32.3 alike. The culprit: the decoder for the new compressed textures, incompatible with the app's strict security policy. It was rebuilt without dynamic code generation.

The exact cause

Key takeaways

  • Nothing to do: the desktop app updates itself at its next regular check.
  • Playing in the browser or on mobile was never affected — only the desktop app froze.
  • No gameplay, balance or content changes in this release.
02

Under the hood: locked down for good

The fix doesn't just repair: it adds guardrails so a future upgrade can't quietly reintroduce the freeze — and it guarantees the v0.32.1/v0.32.2 mobile optimizations stay intact.

Three locks against regression Technical

The decoder becomes a generated artifact produced by a committed script, with two new test suites: one bans any dynamic code from the shipped file, the other verifies it produces output byte-identical to the original on the game's textures.

The locks in detail

Key takeaways

  • The KTX2 textures are unchanged: the iOS and mobile memory savings are preserved as-is.
  • Client security was not loosened: the decoder was brought into compliance — the rule was not removed.