Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple errors to Console with Note CardView #217

Open
emyoulation opened this issue Oct 3, 2022 · 0 comments
Open

Multiple errors to Console with Note CardView #217

emyoulation opened this issue Oct 3, 2022 · 0 comments

Comments

@emyoulation
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant