10 Nov
2004
10 Nov
'04
7:29 p.m.
On Wed, 10 Nov 2004, Bryce Harrington wrote:
At first blush it sounds like a complaint about insufficient disk space. Is your available disk space low?
The error usually indicates that Windows is running out of GDI resources or handles (device contexts, fonts, brushes, etc...). I don't think any remaining Inkscape code directly touches the Windows GDI, though.
Assuming it's not a Windows bug or some other application screwing things up, this would indicate either:
* libgdk leaking GDI resources
* inkscape leaking libgdk resources
A remote third possibility might be virtual memory exhaustion, but I would expect other code to fail first in that case, and I wouldn't expect it to happen immediately on startup.
-mental