Missing / wrong gap sprite image path

Open Beginner friendly
#175 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

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.

Description

bug

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.

Dominant language
C#
Stars
98
Forks
10
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from 07th-mod/umineko-question

All issues in 07th-mod/umineko-question

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.