Skip to content

Fix CI build and startup crash with category controls validation#36

Merged
PalmarHealer merged 3 commits intomainfrom
PalmarHealer/fix-startup-index-crash
Mar 26, 2026
Merged

Fix CI build and startup crash with category controls validation#36
PalmarHealer merged 3 commits intomainfrom
PalmarHealer/fix-startup-index-crash

Conversation

@PalmarHealer
Copy link
Copy Markdown
Collaborator

No description provided.

PalmarHealer and others added 3 commits March 25, 2026 17:34
…test project

AudioStream.cs references ProcessIdentifierHelper but it was not included
in the test project's compile list, causing CS0103 on CI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
LoadCategoryControls() assumed the config file always had enough lines
for all sliders + buttons. A corrupt or incompatible file would cause
an IndexOutOfRangeException on startup. Add bounds checking on the
lines array and validate Split(':') output before accessing elements.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@PalmarHealer PalmarHealer merged commit 1ae47e5 into main Mar 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant