=== RESTART: C:\Users\HomePc\Desktop\Stalker 5.0 (MPV Version)\Stalker 5.0.py ==
Traceback (most recent call last):
File "C:\Users\HomePc\AppData\Local\Programs\Python\Python311\Lib\site-packages\mpv.py", line 55, in <module>
backend = CDLL(dll, 0x00001000 | 0x00000100)
File "C:\Users\HomePc\AppData\Local\Programs\Python\Python311\Lib\ctypes\__init__.py", line 376, in __init__
self._handle = _dlopen(self._name, mode)
FileNotFoundError: Could not find module 'libmpv-2.dll' (or one of its dependencies). Try using the full path with constructor syntax.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\HomePc\Desktop\Stalker 5.0 (MPV Version)\Stalker 5.0.py", line 33, in <module>
import mpv
File "C:\Users\HomePc\AppData\Local\Programs\Python\Python311\Lib\site-packages\mpv.py", line 58, in <module>
raise OSError(f'ctypes.find_library found mpv.dll at {dll}, but ctypes.CDLL could not load it. It looks like find_library found mpv.dll under a relative path entry in %PATH%. Please make sure all paths in %PATH% are absolute. Instead of trying to load mpv.dll from the current working directory, put it somewhere next to your script and add that path to %PATH% using os.environ["PATH"] = os.path.dirname(__file__) + os.pathsep + os.environ["PATH"]') from e
OSError: ctypes.find_library found mpv.dll at libmpv-2.dll, but ctypes.CDLL could not load it. It looks like find_library found mpv.dll under a relative path entry in %PATH%. Please make sure all paths in %PATH% are absolute. Instead of trying to load mpv.dll from the current working directory, put it somewhere next to your script and add that path to %PATH% using os.environ["PATH"] = os.path.dirname(__file__) + os.pathsep + os.environ["PATH"]