This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] No preview window
#21
I can't get the viewer to stay open long enough, and I can't work out how to use the f5 option? Seems like Hybrid is messed up, and I'm not sure what to do to fix it.
Reply
#22
Got an old laptop which still runs Windows 10 Pro, I updated it (version 19045.6093) and installed the latest Hybrid dev.
Vapoursynth works fine there, so it's likely not a general Windows 10 update issue.

Uninstall Hybrid with settings.
Double check that "Program Files/Hybrid" (or where you installed Hybrid) actually got deleted.
Also check that 'C:\Users\USERNAME\AppData\Roaming\hybrid' got deleted.
Reinstall Hybrid.
If that does not help, check if you installed Vapoursynth on your system (this will cause problems).

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#23
If you open vsViewer (Tools->vsViewer), enter:
import vapoursynth as vs
core = vs.core
import site
clip = core.std.BlankClip()
clip = core.text.Text(clip, str(core))
clip.set_output()
then press 'F5' it should either show a preview window or show an error message.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#24
When I open Tools -> Viewer I see a list of connected apps. I then click on the vSViewer box and a folder opens, but no viewer.
Reply
#25
Quote:When I open Tools -> Viewer I see a list of connected apps.
You should see:
[Image: grafik.png]
when if you press vsViewer, you should see:
[Image: grafik.png]
Then you should change the text there to:
import vapoursynth as vs
core = vs.core
import site
clip = core.std.BlankClip()
clip = core.text.Text(clip, str(core))
clip.set_output()
and press 'F5'.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#26
I just get a view of what's in the folder.
Reply
#27
What folder are you writing of?
Your Hybrid install has a Hybrid/64bit/Vapoursynth folder with vsViewer.exe in it, right?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#28
C: / Program Files / Hybrid / 64 / Vapoursynth / vsViewer -  is installed
Reply
#29
Okay, that at least answers the second question.
C: / Program Files / Hybrid / 64 / Vapoursynth / vsViewer
I assume it's
C:/Program Files/Hybrid/64bit/Vapoursynth/vsViewer.exe
(without the white spaces, '64bit' instead of '64' and 'vsViewer.exe' instead of 'vsViewer')
So what happens if you start vsViewer from there?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#30
Failed to open, then it opens with the message: Vapoursynth plugins manager - failed to load Vapoursynth library. Please set up the library search paths in settings.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)