araten10 / EdgewarePlusPlus

Expansion to PetitTournesol's fetishware "Edgeware", adding more features and config options.
MIT License
57 stars 19 forks source link

libVLC.dll is not traced #82

Closed llcgoons closed 1 month ago

llcgoons commented 2 months ago

FileNotFoundError: Could not find module 'libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax.

ShakingOcean commented 2 months ago

Yeah, same here. CAn't figure out any troubleshooting tactics from the documentation. There are less .py files tahn before. configure.py doesn't seem to work, nor the debugger.

LewdDevelopment commented 2 months ago

For the sake of additional information, do you have VLC installed? You don't need it if not, but it may fix your issue in the meantime.

Could you send the full traceback (you can censor your username if it shows up)?

llcgoons commented 2 months ago

Traceback (most recent call last): File "F:\ZPS\BSC\New folder\EdgewarePlusPlus-main\EdgewarePlusPlus-main\edgeware\src\config.py", line 44, in from panic import send_panic File "F:\ZPS\BSC\New folder\EdgewarePlusPlus-main\EdgewarePlusPlus-main\edgeware\src\panic.py", line 6, in from settings import Settings File "F:\ZPS\BSC\New folder\EdgewarePlusPlus-main\EdgewarePlusPlus-main\edgeware\src\settings.py", line 7, in import vlc File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\vlc.py", line 220, in dll, plugin_path = find_lib() ^^^^^^^^^^ File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\vlc.py", line 180, in find_lib dll = ctypes.CDLL('.\' + libname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\ctypes__init.py", line 379, in init__ self._handle = _dlopen(self._name, mode) ^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: Could not find module 'F:\ZPS\BSC\New folder\EdgewarePlusPlus-main\EdgewarePlusPlus-main\edgeware\libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax. Done Select number:

LewdDevelopment commented 2 months ago

Thanks! I pushed a potential fix for this, does it work in the newest version?

LewdDevelopment commented 1 month ago

I'm going to assume this has been fixed now. If there are still problems, feel free to open another issue.