spmn / vlc-win10smtc

Integrate VLC Media Player with Windows 10 System Media Transport Controls (SMTC)
GNU General Public License v3.0
46 stars 5 forks source link

Error 0x80004005 when copying DLL from extracted folder to plugins/misc #8

Closed mysticmst closed 2 weeks ago

mysticmst commented 2 weeks ago

image

I am receiving the above error when I try to copy the specified dll file from the zip to the plugins/misc folder. I am running Windows 11 Pro, is this the cause of this error? If so, is there an alternative for Windows 11?

spmn commented 2 weeks ago

That error is unrelated to this project.

Before copying the file, make sure that VLC is closed and you have write permissions for the destination folder. VLC, by default, is installed in Program Files, which is write-protected.

mysticmst commented 2 weeks ago

Issue resolved after allowing permissions, apparently I didn't allow the modify permission previously.