CrendKing / avisynth_filter

DirectShow filters that put AviSynth and VapourSynth into video playing
MIT License
107 stars 8 forks source link

install.bat does not work via double click or run as administrator #23

Closed mark007 closed 3 years ago

mark007 commented 3 years ago

Environment

Mostly na, Using Windows 10 64bit.

Describe the bug

When trying to install the plugin via the install.bat, it doesn't work by double clicking on it, or right clicking and running as administrator. The error is 'The module avisynth_filter_64.ax failed to load.'

Instead I need to cd into the directory in an elevated cmd prompt, and run install.bat from there. I can make a patch to resolve this to make it behave similar to the likes of the madVR install.bat, which seems to support running via right click / run as administrator?

To Reproduce

  1. Right click on install.bat
  2. Run as Administrator

Checklist

CrendKing commented 3 years ago

Does https://github.com/CrendKing/avisynth_filter/commit/8f101c6304c9141f3e9fa2a5dcd34511a98758c5 fix the problem? If not, I need a better explanation of how to reproduce the issue.

mark007 commented 3 years ago

Fantastic! That fixed it, I think that's a great improvement. Thanks for such a great filter btw. Looking forward to future updates.