-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Program just straight up crashes whenever I'm trying to start AutoShop. Not sure what's causing the problem. It was like this when I first installed AutoShop (couple of days ago) and then after a couple tries it suddenly worked well once and then never again.
I'm using BlueStacks (Pie 64), but it also crashes on LDPlayer (tried it today). Also tried both admin and no admin as well as different file locations for AutoShop.
Experienced 2 types of crashes so far:
Crash 1:
https://github.com/user-attachments/assets/a8194f27-ed55-4208-9b9c-b014d39f7ad7
Crash 1 (On LDPlayer):
https://github.com/user-attachments/assets/114b533c-d919-403e-9c15-ff841e52cfac
(Crashes both on local and remote connection)
Crash 2:
https://github.com/user-attachments/assets/2442b12d-32f1-42cf-b9e7-2fe60d1cef99
Here's what I get in error:
File "PIL\Image.py", line 3339, in open
PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x0000019B5109A160>
ERROR:root:cannot identify image file <_io.BytesIO object at 0x000002981066A200>
Traceback (most recent call last):
File "scripts\shop.py", line 218, in main
screenshot = self.screen()
^^^^^^^^^^^^^
File "scripts\shop.py", line 108, in screen
screenshot = Image.open(BytesIO(img_bytes))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^