Synfig Crashes when using Color Picker

I just tried it here and it works fine :confused:

Sadly, on Windows, GUI apps does not have any stdout/stdin/cerr/cout/cin/cerr.
He should edit the .bat launch file in Notepad to launch with --console. He could do it by changing this line:
start β€œβ€ β€œ%~dp0\bin\synfigstudio.exe”
to
start β€œβ€ β€œ%~dp0\bin\synfigstudio.exe” --console

1 Like