K-Lite bug with pyqt

2 posters

Go down

K-Lite bug with pyqt  Empty K-Lite bug with pyqt

Post by gfyts0123 Thu Sep 24, 2020 8:49 am

If I use QMediaPlayer, I'll have the problem of :DirectShowPlayerService::doRender: Unknown error 0x80040266.

If I install the K-lite, the problem can be fixed when I directly run the py file.
However, after I use Pyinstaller or Nuitka to change my .py program into .exe file, I meet the problem again: DirectShowPlayerService::doRender: Unknown error 0x80040266.

Note: If I install the LAVfilter directly, both .py and .exe file can be executed.

Is there any way to fix the K-lite? Thank you very much~
K-Lite bug with pyqt  Bug10

gfyts0123

Posts : 2
Join date : 2020-09-24

Back to top Go down

K-Lite bug with pyqt  Empty Re: K-Lite bug with pyqt

Post by Admin Thu Sep 24, 2020 12:30 pm

"main.exe" is currently a blacklisted name causing the filters to not load. I need to investigate if that particular name should be removed from the default blacklist. Is this the default filename used by these Python tools?

Quick solution would be to simply change the filename of the generated .exe

You can also remove it from blacklist:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LAV\Video\Blacklist

Admin
Admin

Posts : 7393
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

K-Lite bug with pyqt  Empty Re: K-Lite bug with pyqt

Post by gfyts0123 Thu Sep 24, 2020 2:43 pm

Admin wrote:"main.exe" is currently a blacklisted name causing the filters to not load. I need to investigate if that particular name should be removed from the default blacklist. Is this the default filename used by these Python tools?

Quick solution would be to simply change the filename of the generated .exe

You can also remove it from blacklist:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LAV\Video\Blacklist


Got it~
The problem is solved perfectly. Laughing
"main.exe" is a default name for both Pyinstaller and Nuitka output if your .py file is 'main.py'. I recommend you to remove it from the default blacklist.

gfyts0123

Posts : 2
Join date : 2020-09-24

Back to top Go down

K-Lite bug with pyqt  Empty Re: K-Lite bug with pyqt

Post by Admin Fri Sep 25, 2020 11:34 am

It will be removed in next version.

Admin
Admin

Posts : 7393
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

K-Lite bug with pyqt  Empty Re: K-Lite bug with pyqt

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum