Quick answer: Watch for players reporting lost progress, crashes when loading a save, progress disappearing after an update, and crashes around the save/load path. Save corruption loses players their progress, so complaints are intense.

Save corruption, a save file getting damaged so it loses progress or crashes on load, is among the most damaging problems because it destroys the player's investment. Here are the signs your game has a save corruption problem.

Players Reporting Lost Progress

The most direct sign is players reporting lost progress, their save gone, their progress reset, hours of play disappeared. Lost progress is intensely frustrating (it feels like a betrayal), so it generates strong complaints. If players are reporting that their progress vanished, save corruption is a likely cause.

Bugnet captures crashes and context, so you can see crashes around the save system that correlate with lost progress. Players reporting lost progress is the clearest sign of a save corruption problem, and capturing the crashes around saving and loading is how you connect the lost-progress complaints to the underlying save-handling bug.

Crashes When Loading a Save

A telling sign is crashes that happen when loading a save, since a corrupted save often crashes the game when the loading code tries to read it. If players report crashes when continuing their game, or you see crashes clustering on the load path, a corrupted save that the loader can't handle is a likely cause.

Bugnet captures crashes with breadcrumbs, so crashes during save loading are identifiable. Crashes when loading a save are a strong sign of save corruption (the loader hitting a damaged save), and because a corrupted save doesn't change, it crashes every load attempt, locking the player out of their progress, which makes these crashes especially damaging.

Progress Disappearing After an Update

Save corruption often appears after an update that changed the save format, the new code reads old saves with new assumptions and corrupts or fails to load them. So a sign is progress disappearing or crashes on load right after an update, especially affecting players with existing saves, your most invested players.

Bugnet tracks crashes per version, so a wave of save-load crashes after an update points at a format-change regression. Progress disappearing after an update is a sign of a save-format regression, and per-version tracking reveals it, this is a particularly damaging form of save corruption because it hits your most invested players right when they update.

Watch for players reporting lost progress, crashes when loading a save, progress disappearing after an update, and crashes around the save/load path. Save corruption loses players their progress, so complaints are intense.