Skip to content

yet another fix for BG3 pak-read failure spam#23022

Merged
IDCs merged 1 commit into
v2.0from
fix/app-418
May 6, 2026
Merged

yet another fix for BG3 pak-read failure spam#23022
IDCs merged 1 commit into
v2.0from
fix/app-418

Conversation

@IDCs
Copy link
Copy Markdown
Contributor

@IDCs IDCs commented May 6, 2026

A deterministic failure in BG3 pak parsing was fanning out into N×retries error spans per load-order change. Pre-check divine.exe before the parallel fanout, drop deterministic errors from the retry predicate, and add the missing await so the per-pak try/catch actually catches.

fixes fingerprint e957147c
fixes fingerprint 0d124ed7
fixes fingerprint 73bec7b7
fixes fingerprint eb5a70d5
fixes fingerprint 6f5a76c6
fixes fingerprint a2143502
fixes fingerprint 58ddb7f3

fixes https://linear.app/nexus-mods/issue/APP-418

A deterministic failure in BG3 pak parsing was fanning out into N×retries
error spans per load-order change. Pre-check divine.exe before the parallel
fanout, drop deterministic errors from the retry predicate, and add the
missing await so the per-pak try/catch actually catches.

fixes fingerprint e957147c
fixes fingerprint 0d124ed7
fixes fingerprint 73bec7b7
fixes fingerprint eb5a70d5
fixes https://linear.app/nexus-mods/issue/APP-418
@IDCs IDCs self-assigned this May 6, 2026
@IDCs IDCs requested a review from a team as a code owner May 6, 2026 09:19
@IDCs IDCs merged commit caa40a7 into v2.0 May 6, 2026
8 checks passed
@IDCs IDCs deleted the fix/app-418 branch May 6, 2026 09:41
pull Bot pushed a commit to A-Archives-and-Forks/Vortex that referenced this pull request May 6, 2026
yet another fix for BG3 pak-read failure spam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants