Aleksoid1978 / VideoRenderer

Внешний видео-рендерер
GNU General Public License v3.0
1.03k stars 115 forks source link

32bit dll won't register (0.6.2.1952_git2022.08.18-30ada65) #61

Closed radpopl closed 2 years ago

radpopl commented 2 years ago

32bit dll won't register (MpcVideoRenderer-0.6.2.1952_git2022.08.18-30ada65) Old version MpcVideoRenderer-0.6.1.1931 working ok.

image

image

clsid2 commented 2 years ago

You are using the wrong path.

Use the supplied .cmd file to register it.

radpopl commented 2 years ago

I copied ax and cmd files to windows/system32 and ran as admin. The 64bit version has registered, 32bit has not. (The older version, however, does not want to register either)

Windows 10.

image

image

clsid2 commented 2 years ago

We can't read the Polish error message.

radpopl commented 2 years ago

Unable to load the dll module. Make sure that the binary is stored in the specified path or debug it to see if there are problems with the binary or dependent DLLs. The specified module could not be found.

clsid2 commented 2 years ago

Try putting it in the SysWoW64 folder instead.

radpopl commented 2 years ago

Try putting it in the SysWoW64 folder instead.

Working! Thanks.