When
the previously working (packaged on VW 7.4) version of my font selection
function is selected, I’m getting: 2007-06-09
22:50:23.891 visual[6409] An uncaught exception was
raised 2007-06-09
22:50:23.891 visual[6409] *** -[NSCFDictionary
setObject:forKey:]: attempt to insert nil value 2007-06-09
22:50:23.891 visual[6409] *** Uncaught exception: <NSInvalidArgumentException> *** -[NSCFDictionary
setObject:forKey:]: attempt to insert nil value appearing on
the console.log and
the system crashes. I’ve
seen references to similar problems. Is this a bug in the VM? Cheers, Stewart |
Please find attached the full crash
report. Cheers, Stewart -----Original
Message----- When the previously working (packaged on VW
7.4) version of my font selection function is selected, I’m getting: 2007-06-09 22:50:23.891 visual[6409] An
uncaught exception was raised 2007-06-09 22:50:23.891 visual[6409] ***
-[NSCFDictionary setObject:forKey:]: attempt to insert nil value 2007-06-09 22:50:23.891 visual[6409] ***
Uncaught exception: <NSInvalidArgumentException> *** -[NSCFDictionary
setObject:forKey:]: attempt to insert nil value appearing on the console.log and the system crashes. I’ve seen references to similar
problems. Is this a bug in the VM? Cheers, Stewart locale crash report.TXT (17K) Download Attachment |
Stewart,
This is the same error which I posted on May 26, except that what I reported occurred during system startup and on MacOS X 10.4.9, while yours was on 10.3.9. So it does not depend on the OS version. Using the same image with the X11 VM worked without problems, so it's probably not in the image. Looks like a problem in the VM in [STScribe initWithFontDescription:] to me. > Thread 1 Crashed: > 0 com.apple.Foundation 0x90a8d2c0 _NSRaiseError + 0xf8 > 1 com.apple.Foundation 0x90a8d1a4 +[NSException raise:format:] + 0x2c > 2 com.apple.Foundation 0x90a24f00 -[NSCFDictionary setObject:forKey:] + 0x90 > 3 crunch 0x000a9d08 -[STScribe initWithFontDescription:] + 0x2f0 (macXSTScribe.m:159) > 4 crunch 0x0009ee30 primNewOpenFont + 0x1d4 (macXFont.m:109) > 5 crunch 0x00061a74 rtPrimGlue1 + 0x34 (dnu.c:361) > 6 crunch 0x0003c1a4 launchSystem + 0x3c (mmInit.c:515) > 7 crunch 0x00069ae4 initStacksOnStack + 0xb0 (stackzone.c:117) > 8 crunch 0x0003c154 startKernel + 0x84 (mmInit.c:498) > 9 crunch 0x0000dafc startSupervisor + 0x64 (exInit.c:296) > 10 crunch 0x0008e8e8 -[STApplication startInThreadWith:] + 0x3c (macXSTApplication.m:268) > 11 com.apple.AppKit 0x9309bbd0 +[NSApplication _startDrawingThread:] + 0x60 > 12 com.apple.Foundation 0x90a6a4b8 forkThreadForFunction + 0x6c > 13 libSystem.B.dylib 0x90024990 _pthread_body + 0x28 Joachim Geidel |
Free forum by Nabble | Edit this page |