1 (edited by Harze2k 05-10-2018 07:04:50)

Topic: Windows 10 ver 1809 broke SVP

Hi!

As soon as i tried SVP after Win10 1809 install it was broken, got this error:

Playback [40a12]: AVS - (C:\Users\marti\AppData\Roaming\SVP4\scripts\40a12.avs, line 61)
Playback [40a12]: AVS - (C:\Users\marti\AppData\Roaming\SVP4\scripts\40a12.avs, line 44)
Playback [208bc]: AVS - SVSmoothFps: unable to init GPU-based renderer [code 0xFF]

Any ideas?

Post's attachments

Capture.PNG 186.91 kb, 104 downloads since 2018-10-05 

Re: Windows 10 ver 1809 broke SVP

Looks like it breaks in this script on row 3:

global svppath="C:\Users\marti\AppData\Roaming\SVP4\"
try {
   import(svppath+"scripts\40aa6.avs")
}
catch(err_msg) {
   ffdshow_source().Subtitle(err_msg)
   WriteFileStart(svppath+"logs\err-40aa6.avs.log", "err_msg")
}

Re: Windows 10 ver 1809 broke SVP

https://www.svp-team.com/wiki/FAQ#Error … d_renderer

Re: Windows 10 ver 1809 broke SVP

Cheers! Will test that