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
#51
I am confused.
Normally you should see two windows:
[Image: grafik.png]
the left in my case is the editor, the right the preview.
When pasting the text and pressing F5, do both of these close?
If the editor does not close it should show something new in the log (at the bottom of the editor window),...

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#52
Once I paste the text and hit F5, the viewer opens and closes, slightly before the viewer script page.

All I see at the bottom of the script page is something about a Null PixMap, before the script window then quickly closes.
Reply
#53
if you paste:
import vapoursynth as vs
core = vs.core
import site
clip = core.std.BlankClip()
clip = core.text.Text(clip, str(core))
clip = core.std.Trim(clip=clip, first=0, last=1)
clip.set_output()

Do you see:
[Image: grafik.png]
do you see the same text in the preview window, or does it again simply close?
If you see a different text, what does it say? (I suspect at least the '_Number of Threads' should be different on your system)
If the Log in the Editor does show an error, what does it say?

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#54
Aha...

[Image: Screenshot-2025-07-20-103747.png]
Reply
#55
okay, something is 'off' the version should be Vapoursynth R72 not R72-RC1.
=> I'm looking into it.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#56
uploaded a new dev, try whether that one:
a. fixes the R72
b. preview works now

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#57
Still no preview and jobs still crashing.

[Image: Screenshot-2025-07-20-125148.png]

By not using YAHR and using DeHaloAlpha the project runs, but still no preview window.
Reply
#58
Might be a different issue.
Will look at it once I figure out why the preview doesn't work.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#59
OK, thank you.
Reply
#60
To be sure: The preview does not work for you, even if no additional filters are used, correct?
Please, try using a progressive source (or overwrite scanorder to 'progressive') and check the script view.
I can reproduce some problems related to libmvtools.dll, but the preview with source filter only should work.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)