Opened 14 years ago

Last modified 12 years ago

#27254 closed defect

MyPaint @0.9.0_0 Runtime error -crashes after launch — at Version 1

Reported by: catichenor@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: MyPaint

Description (last modified by jmroot (Joshua Root))

After updating to 0.9.0_0 from MyPaint 0.8.2_0, MyPaint crashes after launch with the message:

$ mypaint

Xlib:  extension "RANDR" missing on display "/tmp/launch-ylr3pH/org.macosforge.xquartz:0".
builtin python 2.6 json support
confpath = /Users/chris/.mypaint/
Warning: Where have all my icons gone?
Theme search path: ('/opt/local/share/mypaint/desktop/icons', '/Users/chris/.icons', '/Users/chris/.local/share/icons', '/opt/local/share/icons', '/usr/local/share/icons', '/usr/share/icons', '/opt/local/share/pixmaps', '/usr/local/share/pixmaps', '/usr/share/pixmaps')
/opt/local/share/mypaint/lib/helpers.py:115: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  arr = pixbuf.get_pixels_array()
/opt/local/share/mypaint/gui/main.py:54: GtkWarning: Could not find the icon 'application-octet-stream'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
	http://icon-theme.freedesktop.org/releases
  gtk.main()
**
Gtk:ERROR:gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval != NULL)
Abort trap

---

After downloading, compiling from source and installing from http://icon-theme.freedesktop.org/releases, the crash still occurs, with the message changed to:

$ mypaint

Xlib:  extension "RANDR" missing on display "/tmp/launch-ylr3pH/org.macosforge.xquartz:0".
builtin python 2.6 json support
confpath = /Users/chris/.mypaint/
/opt/local/share/mypaint/lib/helpers.py:115: DeprecationWarning: PyArray_FromDimsAndDataAndDescr: use PyArray_NewFromDescr.
  arr = pixbuf.get_pixels_array()
**
Gtk:ERROR:gtkrecentmanager.c:1942:get_icon_fallback: assertion failed: (retval != NULL)
Abort trap

---

Eventually I found a workaround at https://bugs.launchpad.net/ubuntu/+source/anjuta/+bug/651678

I installed gnome-icon-theme via MacPorts, then created '~/.gtkrc-2.0' and added the line:

gtk-icon-theme-name = "gnome"

Change History (1)

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Description: modified (diff)
Keywords: MyPaint gtk2 gnome-icon-theme removed
Milestone: MacPorts 2.0.0
Owner: changed from macports-tickets@… to ryandesign@…

Please remember to preview and use WikiFormatting, and to cc the maintainer. As per the ticket guidelines, please don't set the Milestone field.

Note: See TracTickets for help on using tickets.