- Jan 8, 2020
- 25
- 26
So, I've got a problem on my linux system where images just can't load because of the file path names. For example, the image has a file path written in html as "./resources/characters/Meganrain/Intro/intro-01.webp", but the actual path in the file system is "./resources/characters/meganrain/Intro/intro-01.webp". Most majority of filesystems in linux (or maybe even all of them) are case sensitive, so "meganrain" is not the same folder as "Meganrain". This is probably worth a fix, though I just started a game and maybe there's no such problem going forward.
As for a workaround right now, you can create a partition with some "Microsoft approved" filesystem on your drive (fat32, exfat, ntfs, etc.) and place the game there.
As for a workaround right now, you can create a partition with some "Microsoft approved" filesystem on your drive (fat32, exfat, ntfs, etc.) and place the game there.