bug: auto-boss stops with "Save rejected: signature mismatch" after first completion #148

Closed
opened 2026-03-25 15:10:01 -07:00 by hikari · 0 comments
Owner

Description

When using the auto-boss feature, the first boss fight completes successfully. However, after the first completion, auto-boss halts and displays the error message:

Auto-boss stopped: Save rejected: signature mismatch

Steps to Reproduce

  1. Activate auto-boss
  2. Observe first boss fight — completes successfully
  3. Observe second attempt — auto-boss stops with the signature mismatch error

Expected Behaviour

Auto-boss should continue looping through boss fights without stopping, re-saving state correctly each iteration.

Actual Behaviour

Auto-boss stops after the first fight with a save rejection due to a signature mismatch. This suggests the game state token/signature computed after the first boss fight is not valid when submitted for the second save.

Notes

Likely a state mutation issue — the signature may be computed before state is fully updated after the first fight result is applied, causing the second save to carry an invalid signature.

This issue was created with help from Hikari~ 🌸

## Description When using the auto-boss feature, the first boss fight completes successfully. However, after the first completion, auto-boss halts and displays the error message: > Auto-boss stopped: Save rejected: signature mismatch ## Steps to Reproduce 1. Activate auto-boss 2. Observe first boss fight — completes successfully 3. Observe second attempt — auto-boss stops with the signature mismatch error ## Expected Behaviour Auto-boss should continue looping through boss fights without stopping, re-saving state correctly each iteration. ## Actual Behaviour Auto-boss stops after the first fight with a save rejection due to a signature mismatch. This suggests the game state token/signature computed after the first boss fight is not valid when submitted for the second save. ## Notes Likely a state mutation issue — the signature may be computed before state is fully updated after the first fight result is applied, causing the second save to carry an invalid signature. ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-04-06 19:33:06 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#148