Difference between revisions of "Mac OS X:Build from source:gtk-osx:bugs"

From Gramps
Jump to: navigation, search
m
(Disaster in Cairo.)
Line 14: Line 14:
 
     self.context = self.window.cairo_create()
 
     self.context = self.window.cairo_create()
 
  Error: NULL pointer
 
  Error: NULL pointer
which keeps going forever until I pick "force quit" from the apple menu and kill the python. Then when I restart gramps from the command line again, it just leaps into executing the same error again, and again, and again. Gramps becomes permanently unusable. It continues to be unusable even after gramps has been rebuilt, so something is awry in the graphics code and maybe the whole lot needs rebuilding!
+
which keeps going forever until I pick "force quit" from the apple menu and kill the python. Then when I restart gramps from the command line again, it just leaps into executing the same error again, and again, and again. Gramps becomes permanently unusable. It continues to be unusable even after customgramps has been rebuilt, and also after meta-gtk-osx-python (which contains cairo) has been rebuilt, so I may have to go and buy a new iMac before gramps runs again. Ah, such is life.

Revision as of 22:27, 21 June 2009

This page describes bugs that may appear in the gtk-osx port of gramps for Mac. It only describes the current bugs, those to be found with a system built according to the instructions on the Mac gtk-osx port page. Please add your own observations here.

Export crashes after exporting archive

The export database feature fails to terminate after having exported the database archive. The workaround is to click "x" the kill button in the top corner of the main gramps window, which stops everything. The exported archive should be correct.

drop onto clipboard doesn't

There isn't any way to use the clipboard, because items dropped there disappear. It is, however, possible to drag and drop events, places, text etc between any two other windows. It's just the clipboard that doesn't work.

Trying to look at the pedigree is not a good idea

Clicking on the pedigree view gets

1713: ERROR: gramps.py: line 160: Unhandled exception
Traceback (most recent call last):
 File "/Users/trial2/gtk/inst/share/gramps/DataViews/PedigreeView.py", line 187, in realize
   self.context = self.window.cairo_create()
Error: NULL pointer

which keeps going forever until I pick "force quit" from the apple menu and kill the python. Then when I restart gramps from the command line again, it just leaps into executing the same error again, and again, and again. Gramps becomes permanently unusable. It continues to be unusable even after customgramps has been rebuilt, and also after meta-gtk-osx-python (which contains cairo) has been rebuilt, so I may have to go and buy a new iMac before gramps runs again. Ah, such is life.