First time Event Ghost user, so this might be a user error - but please bear with me
I'm trying to load this plugin. In its original state everything is great (after setting up VLC to handle connections). I can use the scripts and all. However, if I try to use the plugin to start VLC I get an error that it cannot find the specified file. I've checked the registry and the information there is correct.
This is the error in the log:
Error in Action: "VLC media player: Start"
Traceback (most recent call last) (1722):
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
return self(*args)
File "C:\Program Files (x86)\EventGhost\plugins\VLC\__init__.py", line 193, in __call__
1
error: (2, 'ShellExecute', 'The system cannot find the file specified.')
VLC is located in "C:\Program Files\VideoLAN\VLC\vlc.exe", which is also the value of the registry key used in GetVlcPath().
Any tips on this? It's not a showstopper. I just like it all to work

I'm on Windows 10 professional.