Difference between revisions of "FAQ"

From Synfig Studio :: Documentation
Jump to: navigation, search
(Moved fixed bugs to a FAQ for earlier versions section)
m (Trying for a TOC)
Line 1: Line 1:
 +
= FAQs relating to the current Synfig release (0.61.06)=
 
Many issues are documented in the [http://sf.net/tracker/?group_id=144022&atid=757416 bug tracker] and on the [http://www.synfig.com/download/ download] page.
 
Many issues are documented in the [http://sf.net/tracker/?group_id=144022&atid=757416 bug tracker] and on the [http://www.synfig.com/download/ download] page.
  
Line 16: Line 17:
 
* '''Why does only the first frame of my animation render?''' You probably have '''Use current frame''' checked in the render dialog box.
 
* '''Why does only the first frame of my animation render?''' You probably have '''Use current frame''' checked in the render dialog box.
  
== FAQs relating to earlier Synfig versions ==
+
= FAQs relating to earlier Synfig versions =
 
* '''Missing icons'''? '''synfig/studio doesn't render anything'''? You probably compiled synfig with g++ 4.1 using optimisation level 2 or higher. g++ has a bug that prevents synfig from compositing the images properly. Please recompile synfig using ./configure --enable-optimization=0 or disable optimisation and then rebuild the the synfigstudio images. The binary packages for some GNU/Linux distributions are affected by this. [http://sf.net/tracker/?group_id=144022&atid=757416 Bug] #[http://sf.net/support/tracker.php?aid=1509627 1509627]
 
* '''Missing icons'''? '''synfig/studio doesn't render anything'''? You probably compiled synfig with g++ 4.1 using optimisation level 2 or higher. g++ has a bug that prevents synfig from compositing the images properly. Please recompile synfig using ./configure --enable-optimization=0 or disable optimisation and then rebuild the the synfigstudio images. The binary packages for some GNU/Linux distributions are affected by this. [http://sf.net/tracker/?group_id=144022&atid=757416 Bug] #[http://sf.net/support/tracker.php?aid=1509627 1509627]
 
* '''synfigstudio can't find icons?''' '''I know they rendered fine, but they show up with red crosses everywhere''' This is #[http://sf.net/support/tracker.php?aid=1568925 1568925]  that was introduced in SVN 180. Workaround is to set an environment variable at runtime like this: export SYNFIG_ROOT=/usr (or similar) or just install into /usr/local instead.  Fixed in SVN r486.
 
* '''synfigstudio can't find icons?''' '''I know they rendered fine, but they show up with red crosses everywhere''' This is #[http://sf.net/support/tracker.php?aid=1568925 1568925]  that was introduced in SVN 180. Workaround is to set an environment variable at runtime like this: export SYNFIG_ROOT=/usr (or similar) or just install into /usr/local instead.  Fixed in SVN r486.
 
* '''I'm using synfigstudio on a laptop, can't draw anything using my mouse. What gives?''' Try disabling the the touchpad from the input devices dialog. Unfortunately synfigstudio will not remember this setting so you have to do it every time you start synfigstudio.
 
* '''I'm using synfigstudio on a laptop, can't draw anything using my mouse. What gives?''' Try disabling the the touchpad from the input devices dialog. Unfortunately synfigstudio will not remember this setting so you have to do it every time you start synfigstudio.
 
* '''Why is everything yellow? / Why are all the colors wrong?''' This can happen when you switch between locales, due to a bug in version 0.61.05.  It's fixed in the subversion repository (r228).  To work around the problem, do the following: from the main window, choose File > Setup > Gamma and set all 3 sliders back to the default value of 2.2.
 
* '''Why is everything yellow? / Why are all the colors wrong?''' This can happen when you switch between locales, due to a bug in version 0.61.05.  It's fixed in the subversion repository (r228).  To work around the problem, do the following: from the main window, choose File > Setup > Gamma and set all 3 sliders back to the default value of 2.2.

Revision as of 07:24, 8 July 2007

Languages Language: 

English • español • français


FAQs relating to the current Synfig release (0.61.06)

Many issues are documented in the bug tracker and on the download page.

  • Why doesn't dyloxin talk on the synfig irc channel? dyloxin is a bot that stores the synfig irc logs, not a human. It has no commands, so you won't get any response out of it either.
  • I have a weird problem building from src, what's up? Your copy of pkg-config probably doesn't look in the right places for .pc files. If you are installing to /usr/local, try running "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" before building or installing anything.
  • Where'd the polygon, draw, sketch, and width tools go? They are disabled by default due to problems. Instead of the polygon tool, you should use the bline tool. Instead of the width tool, you should just modify the width ducks directly. The draw tool was never completed, is very buggy, and frustrating to use. Since the draw tool is being disabled, then we might as well disable the sketch tool too. You can re-enable them without recompiling by setting some environment variables (you can set environment variables on windows too):
export SYNFIG_ENABLE_POLYGON=1
export SYNFIG_ENABLE_DRAW=1
export SYNFIG_ENABLE_SKETCH=1
export SYNFIG_ENABLE_WIDTH=1
  • Why doesn't walk.sif work? It's a known bug. If you can look at the code and figure out what's broken, we'd love to have a fix.
  • The plant layer doesn't work/displays erratically/doesn't render. What's up with that? The plant layer should allow pictures like this one to be drawn, but again it has one or more bugs that prevent if from working correctly. Again, patches are welcome.
  • Why does only the first frame of my animation render? You probably have Use current frame checked in the render dialog box.

FAQs relating to earlier Synfig versions

  • Missing icons? synfig/studio doesn't render anything? You probably compiled synfig with g++ 4.1 using optimisation level 2 or higher. g++ has a bug that prevents synfig from compositing the images properly. Please recompile synfig using ./configure --enable-optimization=0 or disable optimisation and then rebuild the the synfigstudio images. The binary packages for some GNU/Linux distributions are affected by this. Bug #1509627
  • synfigstudio can't find icons? I know they rendered fine, but they show up with red crosses everywhere This is #1568925 that was introduced in SVN 180. Workaround is to set an environment variable at runtime like this: export SYNFIG_ROOT=/usr (or similar) or just install into /usr/local instead. Fixed in SVN r486.
  • I'm using synfigstudio on a laptop, can't draw anything using my mouse. What gives? Try disabling the the touchpad from the input devices dialog. Unfortunately synfigstudio will not remember this setting so you have to do it every time you start synfigstudio.
  • Why is everything yellow? / Why are all the colors wrong? This can happen when you switch between locales, due to a bug in version 0.61.05. It's fixed in the subversion repository (r228). To work around the problem, do the following: from the main window, choose File > Setup > Gamma and set all 3 sliders back to the default value of 2.2.


Languages Language: 

English • español • français