Posts: 11.639
Threads: 63
Joined: May 2017
I am confused.
Normally you should see two windows:
![[Image: grafik.png]](https://i.ibb.co/bMfNnn1g/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.
Posts: 510
Threads: 114
Joined: Jul 2020
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.
Posts: 11.639
Threads: 63
Joined: May 2017
Yesterday, 19:09
(This post was last modified: Yesterday, 19:13 by Selur.)
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]](https://i.ibb.co/TMBxmD6Q/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.
Posts: 510
Threads: 114
Joined: Jul 2020
Aha...
Posts: 11.639
Threads: 63
Joined: May 2017
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.