|
From: | Germán Arias |
Subject: | Re: errors in Ink |
Date: | Wed, 25 Jan 2012 17:14:45 -0600 |
User-agent: | GNUMail (Version 1.2.0) |
Hi,I have Ink which is running with the WinClassic theme If I start Ink, no special error happens. However, I wanted to reverto to the standard theme and I open the Info menu. My console gets inundated by messages :2012-01-25 23:22:10.199 Ink[3054] [NSConstantString-stringByAppendingPathExtension:] cannot append extension 'tiff' to empty string 2012-01-25 23:22:10.201 Ink[3054] [NSConstantString-stringByAppendingPathExtension:] cannot append extension 'tif' to empty string 2012-01-25 23:22:10.203 Ink[3054] [NSConstantString-stringByAppendingPathExtension:] cannot append extension 'pnm' to empty string 2012-01-25 23:22:10.205 Ink[3054] [NSConstantString-stringByAppendingPathExtension:] cannot append extension 'ppm' to empty string 2012-01-25 23:22:10.206 Ink[3054] [NSConstantString-stringByAppendingPathExtension:] cannot append extension 'gif' to empty string<... and many more...>
All this is caused by the change I did in GSInfoPanel.m. When "ApplicationIcon" is not found. Is called [NSImage imageNamed: nil], and this cause all previous logs. But If NSImage should display this logs messages, I don't know. However, this is not related
with the core dump you report.
if I then click on the theme to change it, I get a core dump. Riccardo _______________________________________________ Discuss-gnustep mailing list Discuss-gnustep@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnustep
[Prev in Thread] | Current Thread | [Next in Thread] |