Re: An instance of Gdk::PixbufError is throwing...

2013-10-31 Thread Jens Georg
Hi, Glib::RefPtr Gdk::Pixbuf m_pixbuf = Gdk::Pixbuf::create_from_file (Glib::build_filename (DATADIR, picture.svg), 130, 130); Is it normal that this code that ran perfectly in past now produces an abortion in runtime ? With a message like, terminate called after throwing

Re: An instance of Gdk::PixbufError is throwing...

2013-10-31 Thread Murray Cumming
On Thu, 2013-10-31 at 07:53 +0100, Jens Georg wrote: Hi, Glib::RefPtr Gdk::Pixbuf m_pixbuf = Gdk::Pixbuf::create_from_file (Glib::build_filename (DATADIR, picture.svg), 130, 130); Is it normal that this code that ran perfectly in past now produces an abortion in runtime