Traceback (most recent call last):
File "fishing.py", line 18, in
from fisher.environment import
File "D:\genshin_auto_fish-master\fisher\environment.py", line 4, in
from utils import
File "D:\genshin_auto_fish-master\utils__init__.py", line 2, in
from .utils import *
File "D:\genshin_auto_fish-master\utils\utils.py", line 30, in
gvars.genshin_window_rect = win32gui.GetWindowRect(hwnd)
pywintypes.error: (1400, 'GetWindowRect', '无效的窗口句柄。')
Traceback (most recent call last): File "fishing.py", line 18, in
from fisher.environment import
File "D:\genshin_auto_fish-master\fisher\environment.py", line 4, in
from utils import
File "D:\genshin_auto_fish-master\utils__init__.py", line 2, in
from .utils import *
File "D:\genshin_auto_fish-master\utils\utils.py", line 30, in
gvars.genshin_window_rect = win32gui.GetWindowRect(hwnd)
pywintypes.error: (1400, 'GetWindowRect', '无效的窗口句柄。')
这是怎么回事呀呜呜呜……