So Im working in Inkscape and it did the spazzing out again. As usual it's Win32, first build of the day in the Win32-snap dir. I was working on the tutorials and clicked on the "create and edit text objects" button (left toolbar) and that's apparently what triggered it. It behaved almost the same way as last time, except after spewing that stuff out for a minute or so it gave me control of inkscape again. However, it continued to keep spewing that stuff out pretty consistently in the background in the log window. From the log window (this is what it repeated hundreds of times):
----- (inkscape.exe:3892): Gdk-WARNING **: gdkdrawable-win32.c:1234: LineTo failed: The parameter is incorrect.
(inkscape.exe:3892): Gdk-WARNING **: gdkdrawable-win32.c:1261: LineTo failed: The parameter is incorrect.
(inkscape.exe:3892): Gdk-WARNING **: gdkgc-win32.c:935: SaveDC failed: Not enough storage is available to process this command.
(inkscape.exe:3892): Gdk-WARNING **: gdkdrawable-win32.c:1493: CreateCompatibleDC failed: Not enough storage is available to process this command.
(inkscape.exe:3892): Gdk-WARNING **: gdkgc-win32.c:1074: RestoreDC failed: The parameter is incorrect. -----
Also, I found a way to recreate the other issue I am having regularly. In Windows (confirmed both at work & home on XP) if you choose to have the Windows taskbar "autohide", open Inkscape and maximize it. Then just make the taskbar popup. It will spit out:
----- (inkscape.exe:2604): Gdk-CRITICAL **: file gdkdraw.c: line 1351 (gdk_drawable_real_draw_pixbuf): assertion `width >= 0 && height >= 0' failed
(inkscape.exe:2604): Gdk-CRITICAL **: file gdkdraw.c: line 1351 (gdk_drawable_real_draw_pixbuf): assertion `width >= 0 && height >= 0' failed ----- It always spits it out in pairs like that too.
I suppose I should file RFEs for these, but won't have time till a little later, but I figured I'd just let you guys know in the meantime.
-Josh
-----Original Message----- From: inkscape-devel-admin@lists.sourceforge.net [mailto:inkscape-devel-admin@lists.sourceforge.net] On Behalf Of Joshua A. Andler Sent: Wednesday, November 10, 2004 10:37 AM To: inkscape-devel@lists.sourceforge.net Subject: [Inkscape-devel] Recent error messages
First Ive noticed that the log window has been popping up frequently with recent builds... unfortunately Ive been really tied up the past week and a half and have only skimmed the lists (so Im sorry if this has been discussed), anyway since this stuff started it says: ----- (inkscape.exe:2720): Gdk-CRITICAL **: file gdkdraw.c: line 1351 (gdk_drawable_re al_draw_pixbuf): assertion `width >= 0 && height >= 0' failed ----- And it seems to happen if I switch to a different program and then when I pull inkscape back up it spits that out. The really bad thing though is that Inkscape got caught in a loop here this morning. Using the most recent build in the Win32-snap dir, It just kept spewing the following into the log window: ----- (inkscape.exe:952): Gdk-WARNING **: gdkgc-win32.c:935: SaveDC failed: Not enough storage is available to process this command. (inkscape.exe:952): Gdk-WARNING **: gdkdrawable-win32.c:1493: CreateCompatibleDC failed: Not enough storage is available to process this command. (inkscape.exe:952): Gdk-WARNING **: gdkgc-win32.c:1074: RestoreDC failed: The pa rameter is incorrect. ----- Unfortunately I wasnt able to figure out what triggered it. And also I could not control inkscape whatsoever as it would just pull the log window ontop. Anyway, it just continually repeated those 3 lines non-stop until I finally killed it. Any ideas on either one? And on a side note Ill be posting the tracing quick-start in probably an hour or so for review.