07th-mod / 07th-mod/umineko-question

Missing / wrong gap sprite image path

Open Beginner friendly
#175 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
98
Forks
10
PR merge metrics
No merged PRs in 30d

Description

While looking at the logs for this issue: https://github.com/07th-mod/umineko-question/issues/174

I noticed this on the error log:

` *** can't find file [big\bmp\zoom\gap_akuwaraiA4az20.png.png] ***`

I don't think this is actually related to the crash, since that animation only involves nanjo and not gap.

Most likely we've included `.png` in some path when we're not meant to, resulting in the double `.png` extension.

Contributor guide

No contributing guide indexed for this repository

Research direction

Look for references to the file path 'big\bmp\zoom\gap_akuwaraiA4az20.png.png' in the codebase, likely in asset loading or animation configuration files. Check for string concatenation or path building logic that might incorrectly append '.png' twice. Verify the fix by running the game or relevant tests to ensure the error log no longer appears.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
game-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.