Skip to content

[BUGFIX] Fix spammy legacy asset path errors - #8091

Open
nykwono wants to merge 1 commit into
FunkinCrew:preview/public-playtestfrom
nykwono:bugfix/spammy-legacy-path-errors
Open

[BUGFIX] Fix spammy legacy asset path errors#8091
nykwono wants to merge 1 commit into
FunkinCrew:preview/public-playtestfrom
nykwono:bugfix/spammy-legacy-path-errors

Conversation

@nykwono

@nykwono nykwono commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

The errors happen because when you use the original funkin.Paths class when initializing a class field, it tries to retrieve the asset path before the asset system is initialized when the game starts, thus making it error out.

This also makes the ValidatedPaths class account for assets in the exclude folder also.

@github-actions github-actions Bot added status: pending triage Awaiting review. size: medium A medium pull request with 100 or fewer changes. pr: haxe PR modifies game code. labels Sep 7, 2026
@NotHyper-474 NotHyper-474 added the type: minor bug Involves a minor bug or issue. label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. type: minor bug Involves a minor bug or issue.

Development

Successfully merging this pull request may close these issues.

2 participants