Multiple errors to Console with Note CardView
emyoulation opened this issue · 0 comments
emyoulation commented
The Notes Category CardView sends a whole cascade of messages to the console.
I started by closing the current tree and setting each Category to the the 1st (default) view mode. Just to ensure no Views would have a CardView as the preferred view mode. Then exited Gramps, restarted Gramps (which kicks out a single Console line about the database being closed) and loaded the Example.gramps tree.
Selecting the Notes CardView from the Navigator shows Note N000012 and generates all the following lines
2022-10-02 20:21:20.901: WARNING: dummydb.py: line 1420: database is closed
render_page: N000012 0.3569951057434082
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
*** BUG ***
In pixman_region32_init_rect: Invalid rectangle passed
Set a breakpoint on '_pixman_log_error' to debug
(gramps.exe:9288): Gtk-CRITICAL **: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed
(gramps.exe:9288): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 5 and height -27
(gramps.exe:9288): Gtk-CRITICAL **: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed
(gramps.exe:9288): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 5 and height -27
(gramps.exe:9288): Gtk-CRITICAL **: gtk_widget_get_preferred_width_for_height: assertion 'height >= 0' failed
(gramps.exe:9288): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 5 and height -27