Scheduled transaction editor immediately crashes Gnucash

Josh Sled jsled at asynchronous.org
Wed Aug 3 10:53:58 EDT 2005


On Tue, 2005-08-02 at 23:14 -0400, javastead wrote:
> When attempting to edit my scheduled transactions by using the menu
> "Actions" then "Scheduled Transactions" then "Scheduled Transactions
> Editor", Gnucash crashes with the following error (when run from a
> terminal):
> 
> ** ERROR **: file gnc-dense-cal.c: line 319 (gnc_dense_cal_init):
> assertion failed: (dcal->monthLabelFont)
> aborting...
> Aborted

> Using Gnucash 1.8.11 on Gentoo.

I just package.keyword'ed 1.8.11 and emerged it (why is it still
masked?), and the dense-calendar works fine here.  The font definition
from the source code which is not being found by your system (causing
the assertion failure) is:

    -adobe-helvetica-bold-r-normal--*-100-*-*-p-*-iso8859-1

I'm nearly positive this is provided
by /usr/share/fonts/100dpi/helvB10.pcf.gz, which equery reports ...

[jsled at phoenix:~]$ equery belongs /usr/share/fonts/100dpi/helvB10.pcf.gz
[ Searching for file(s) /usr/share/fonts/100dpi/helvB10.pcf.gz in *... ]
x11-base/xorg-x11-6.8.2-r2 (/usr/share/fonts/100dpi/helvB10.pcf.gz)

At the same time, I know that line works unmodified with the XFree
server, which I used to use.  Which X server are you using?

Does `xlsfonts` report that font being available, or maybe a similar one ("-*-helvetica-bold-r-[...]"?)

...jsled

-- 
http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo ${a}@${b}`


More information about the gnucash-user mailing list