Windows Error 0xe06d7363 Triggers when running Windows Example file
Opened this issue · 0 comments
ayyfte commented
Description:
Upon running the provided example file, the error as described is triggered.
Error
Traceback (most recent call last):
File "main.py", line 8, in <module>
player = libwinmedia.Player(sleep=0)
File "E:\Programming\Python\lib\site-packages\libwinmedia\player.py", line 45, in __init__
lib.PlayerCreate(self.id, show_video)
OSError: [WinError -529697949] Windows Error 0xe06d7363
Specs:
libwinmedia version: Latest on GitHub as of now
libwinmedia.dll latest on releases as of now
OS: Windows 7 Basic
Python version: v3.8.10