Bugs item #1863126, was opened at 2008-01-03 13:58 Message generated for change (Comment added) made by dooglus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1863126&group_id=144022
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Usability Group: SVN version >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Genete (genete) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot run synfigstudio if don't add LANG_ALL=C before Initial Comment: Using svn r1257 When running "synfigstudio" from the console it stops loading the GUI and says in a pop up window: "Unknown exception caught when constructing App. This software may be unstable." the console doesn't return. Simply continue running synfigstudio without show the GUI. If I run "LANG_ALL=C synfigstudio" it runs perfectly. ---------------------------------------------------------------------- >Comment By: dooglus (dooglus) Date: 2008-02-11 21:37 Message: Logged In: YES user_id=1546005 Originator: NO Fixed in SVN r1649. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-01-03 15:16 Message: Logged In: NO The problem seems to be this line: App::ui_manager()->add_ui_from_string(layer_ui_info); in gtkmm/dock_layers.cpp layer_ui_info contains this substring: <menu action='GeometrĂa'> That's the only layer category with an accented character in it. Replacing the accented 'i' with a regular ASCII one fixes the problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1863126&group_id=144022 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
