plotbitrate icon indicating copy to clipboard operation
plotbitrate copied to clipboard

Fails on WSL.

Open paperclipstudio opened this issue 1 year ago • 2 comments

Great program but just something that I've noticed When running on WSL we get an error saying Error: No module named 'tkinter' Which is expected but if you run it without any GUI with plotbitrate -f png -o out.png MerryChristmas.mp4

Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: linuxfb, vkkhrdisplay, wayland-egl, vnc, minimalegl, xcb, minimal, offscreen, wayland, eglfs.

Aborted (core dumped)

Which isn't expected as I believe that it doesn't need to load any Qt to run this command right?

Many thanks, this has been super useful.

paperclipstudio avatar Dec 19 '24 11:12 paperclipstudio