It exists since 1.0
The fourth release candidate of Synfig Studio 1.0 is available for download and testing! We would like to give a special thanks to the people who supported Synfig Studio development in this period. Much thanks to:
Ksenija Kuzjaeva, Patrick Hlavac-Winsor, Ricardo Tanaka, Michael Thanem, Boudewijn Rempt, Joslyn Greenard.
With this update we deliver a dozen of important fixes and some usability improvements. Please check the full list of changes below.
[image]
List of changes:
Show warning wh…
Hello, VivekC. You can’t hear the SFX even without the voiceover audio?
Maybe the audio spec is not supported.
If you use Linux or macOS, launch SYnfig Studio from console/terminal to get the log.
If on Windows, enable the console window by adding --console switch in the .bat file of the portable version. I can’t remember the full filename now.
I just tried it here and it works fine
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
Or even on Github
opened 03:38PM - 20 Jul 20 UTC
closed 08:35AM - 03 May 22 UTC
Windows
**Synfig version & platform**:
master branch, commit 2b0a8874afafb0881a466e595d… 99cad74d2fafdd
**Issue description**:
Steps to reproduce:
1. Start Synfig Studio with "--console" parameter:

2. Open any file and try to launch any plugin. You'll get an error:

The bug doesn't reproducible if started without "--console" parameter.
Everywhere where we talk about to obtain logs to solve an issue …
Note that this parameter is specific to Windows, which is not the primary target for development.
Starting SynfigStudio from the terminal in Linux displays everything.