Bellwright V0035772 Fixed May 2026

Title: [Discussion] Patch v0035772 Released – Stability & Bug Fixes

Body:

Hey everyone,

It looks like a new patch has just rolled out for Bellwright. The team has pushed update v0035772 live, and it appears to be a stability-focused update rather than a content drop. bellwright v0035772 fixed

Here is a quick look at what has been addressed in this version:

🔧 Fixed in v0035772:

🛠️ Known Issues / Workarounds: If you are still experiencing crashes after updating, the devs recommend verifying your game file integrity via Steam. Title: [Discussion] Patch v0035772 Released – Stability &

Let us know if you spot any other changes in the comments below! How is your performance looking after the update?


Note: Since specific patch notes can vary depending on the exact build and platform, please check the official Bellwright Discord or Steam News page for the detailed changelog.

Implementation Tasks

  1. Reproduce the bug locally using v0035772 snapshot and provided repro steps.
  2. Debug root causes:
    • Verify input schema and validation logic.
    • Inspect persistence layer for transaction/commit issues.
    • Review rendering lifecycle for duplicated updates.
  3. Code changes:
    • Tighten input validation and sanitize edge cases.
    • Ensure atomic state writes (use transactions or retries).
    • Debounce or deduplicate UI state updates; fix lifecycle hooks.
  4. Add/Update tests:
    • Unit tests for input validation edge cases.
    • Integration test for state persistence across restart.
    • UI snapshot tests to catch layout regressions.
  5. Run full test suite and fix any regressions.
  6. Prepare release bundle and changelog entry.
  7. Deploy to staging and perform smoke tests; then promote to production.

4. Combat Stability

The militia formation system, which previously caused desync in multiplayer and staggering in single-player, has been refactored. Shield walls now stay connected, and archers no longer forget their attack orders mid-skirmish. Critical Crash Fixes: The main focus of this

The Memory Leak Meltdown

Version v0035772 contained a critical memory leak tied to the day/night cycle rendering. After approximately 45 minutes of play, frame rates would plummet from a smooth 60 FPS to a stuttering 10 FPS, culminating in a hard crash to desktop. Memory analysis tools showed RAM usage climbing from 8GB to over 22GB before the crash.

The Future Beyond v0035772

Developers have hinted that this patch was a prerequisite for the upcoming “Castle Siege Overhaul” scheduled for Q3. Fixing the memory leaks and production logic in v0035772 unlocks the ability to add trebuchets, battering rams, and multi-stage fortress assaults.

In other words, v0035772 is the foundation. Now that the floor is solid, the developers can build the second story without everything collapsing.