MartijnBraam / pyatem-win

Windows builds for https://git.sr.ht/~martijnbraam/pyatem
12 stars 2 forks source link

fatal error for 0.9.4 on Windows 10 #3

Open secarica opened 3 months ago

secarica commented 3 months ago

While trying to run version 0.9.4 on Windows 10 64bit, I get a fatal error – see the attached screenshot. Actual screenshot is from .msi installed version, but I get a similar error thing trying to run the .zip version. I also installed MinGW 'just in case', but no difference.

Python 3.11 64bit is already installed on my system (and working fine, for other personal projects [1]).

Few months ago I also tried 0.9.2 which gave some fatal error – don't know if the same, as I didn't recorded any log.

??

openswitcher_0 9 4_windows_10

[1] like my wxATEM software control panel, which I developed in relation with some specific tasks at my daily workplace.

MartijnBraam commented 1 month ago

Yep, the windows builds are horribly broken somewhere deep inside the mingw gtk3 stuff somewhere and I can't figure out why it doesn't work.

That AssertionError is deep inside GTK3 internals.

None of this software was originally intended to run on windows and I guess the WSL stuff is probably a better way to run it.