Incorrectly named image file #224
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I downloaded the GNU/Linux version (Patch 8 New Years). During the game I got an OSError where apparently one of the image files could not be found. The file in question is
images/other/phoneshitpost/elliot_raptor_shitpost buttonpressed.webp
. I noticed that I instead have a filegame/images/other/phoneshitpost/elliot_raptor_shitpost buttonpressed
. Symlinking to this file fixes the issue but presumably the correct fix would be to add the.webp
extension.I am not having this issue when running the Windows version via WINE.
You mentioned in the other issue that you cannot reproduce the bug. But is the file still lacking the
.webp
extension in your case?Extracting via tar, akin to how I did #224 (comment), I am unable to reproduce the bug.
Are you using unrar for extracting here as well? I'm going to go out on a limb and assume that #224 and #225 are caused by the same thing.
I am not using unrar, I am using unar. But I agree that both issues probably have the same root cause, in this case it's only less obvious because the file name was cut off in such a way that only the file extension was missing.