Skip to content

fix: miside cover image case#2024

Merged
ebkr merged 1 commit intoebkr:developfrom
Hythera:fix/miside_image
Jan 22, 2026
Merged

fix: miside cover image case#2024
ebkr merged 1 commit intoebkr:developfrom
Hythera:fix/miside_image

Conversation

@Hythera
Copy link
Copy Markdown
Contributor

@Hythera Hythera commented Dec 7, 2025

The cover image of miside fails to load, as it has capitalized letters in the name, which are not the same as in src/assets/data/ecosystem.json. This might not be a problem on Windows, as it doesn't use case-sensitive file paths, but it is on Linux. Closes #2015

Error: ENOENT: no such file or directory, open '/nix/store/byikiv0256fvy3vra92pmfb0azla65zd-r2modman-3.2.11/share/r2modman/images/game_selection/miside.webp'
    at async open (node:internal/fs/promises:641:25)
    at async Object.readFile (node:internal/fs/promises:1245:14)
    at async file:///nix/store/byikiv0256fvy3vra92pmfb0azla65zd-r2modman-3.2.11/share/r2modman/electron-main.js:1:8635
    at async AsyncFunction.<anonymous> (node:electron/js2c/browser_init:2:53565) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/nix/store/byikiv0256fvy3vra92pmfb0azla65zd-r2modman-3.2.11/share/r2modman/images/game_selection/miside.webp'

This PR basically just renames the MiSide.webp cover image to miside.webp to fix those issues.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Dec 7, 2025

CLA assistant check
All committers have signed the CLA.

@Hythera
Copy link
Copy Markdown
Contributor Author

Hythera commented Jan 21, 2026

@ebkr could you take a look at this, or make a commit fixing this, as this should be very simple to fix. Thx :)

Copy link
Copy Markdown
Owner

@ebkr ebkr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - Thanks 💪

@ebkr ebkr merged commit 6c0e74e into ebkr:develop Jan 22, 2026
1 check passed
@Hythera Hythera deleted the fix/miside_image branch February 5, 2026 08:20
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.

[BUG] - MiSide Logo disappear

4 participants