Hello,
Steps to Reproduce this problem:
1.) Download FreeFileSync_7.1_Debian_8.0_64-bit.tar.gz or FreeFileSync_7.2_Debian_8.0_64-bit.tar.gz from Fosshub
2.) tar -xf FreeFileSync_7.2_Debian_8.0_64-bit.tar.gz
3.) Start Program ./FreeFileSync/FreeFileSync
4a.) press alt+t and then l -> crash
4b.) click on "Tools"-Menu and hover mouse over Languages -> crash
On Linux FreeFileSync crashes on Language submenu
- Posts: 4
- Joined: 20 Jan 2012
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Do you have some additional crash information? Just tested FreeFileSync_7.2_Debian_8.1_64-bit.tar.gz on Debian, but couldn't reproduce the crash.
- Posts: 4
- Joined: 20 Jan 2012
Sorry for the late answer.
I tested it with FreeFileSync_7.2_Debian_8.1_64-bit.tar.gz just now and I actually got some error message I can't remember seeing when I wrote the last message:
FreeFileSync: ../../../../src/cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
Aborted
I'm sorry, it seems this is some system font / theme issue and not FreeFileSync.
I tested it with FreeFileSync_7.2_Debian_8.1_64-bit.tar.gz just now and I actually got some error message I can't remember seeing when I wrote the last message:
FreeFileSync: ../../../../src/cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
Aborted
I'm sorry, it seems this is some system font / theme issue and not FreeFileSync.
- Posts: 4
- Joined: 20 Jan 2012
Just posting this here for closure. The problem was with this theme: http://killhellokitty.deviantart.com/art/Sable-3-14-31-03222015-507996540
more specifically. After commenting these lines in theme/Sable/gtk-2.0/gtkrc it worked.
style "menu-text"
{
engine "murrine"
{
text_shade = 0.9
textstyle = 1
}
}
# Text using Murrine-Engine to make it cleaner and clearer(the Mist-Engine also has great text rendering) ##
widget_class "*<GtkMenuItem>*<GtkLabel>" style "menu-text"
more specifically. After commenting these lines in theme/Sable/gtk-2.0/gtkrc it worked.
style "menu-text"
{
engine "murrine"
{
text_shade = 0.9
textstyle = 1
}
}
# Text using Murrine-Engine to make it cleaner and clearer(the Mist-Engine also has great text rendering) ##
widget_class "*<GtkMenuItem>*<GtkLabel>" style "menu-text"