ZeCryptic / osu-cat

141 stars 29 forks source link

Crashes when aiming+keyboard images are custom? #12

Open JustAnEimyGuy opened 5 years ago

JustAnEimyGuy commented 5 years ago

Tried making my own setup but now it just crashes when I click my selected keys (z and x). It comes up with this: Traceback (most recent call last): File: "osu!cat.py", line 145, in File: "site-packages\PIL\Image.py", line 2327, in alpha_composite ValueError: image has wrong mode [4380] Failed to execute script osu!cat

ZeCryptic commented 5 years ago

This is most likely because the images you edited need to be saved with RGBA 32 bit depth. I'll consider updating it to do this automatically to new images.