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:
- Critical Crash Fixes: The main focus of this patch seems to be resolving unexpected crashes that were occurring during large-scale battles and save/load operations.
- AI Pathing Updates: Fixed an issue where NPCs and enemies would get stuck on terrain objects or clip through floors in multi-story buildings.
- Quest Logic: Resolved a progression blocker in the "Gildor's Request" chain where the dialogue option wouldn't trigger if you had specific inventory items equipped.
- Performance Optimization: Small improvements to frame rate stability in dense forest biomes.
🛠️ 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
- Reproduce the bug locally using v0035772 snapshot and provided repro steps.
- Debug root causes:
- Verify input schema and validation logic.
- Inspect persistence layer for transaction/commit issues.
- Review rendering lifecycle for duplicated updates.
- 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.
- Add/Update tests:
- Unit tests for input validation edge cases.
- Integration test for state persistence across restart.
- UI snapshot tests to catch layout regressions.
- Run full test suite and fix any regressions.
- Prepare release bundle and changelog entry.
- 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.