everytime starting the binary (0.9.0), the screen
flackers two times, then I get a crash report:
Date/Time: 2004-06-10 20:43:16 +0200
OS Version: 10.3.4 (Build 7H63)
Report Version: 2
Command: kiki
Path: /Applications/kiki.app/Contents/MacOS/kiki
Version: kiki version 0.8.4 (0.9.0)
PID: 8220
Thread: 0
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000020
Thread 0 Crashed:
0 libobjc.A.dylib 0x908311ec
objc_msgSend + 0xc
1 com.apple.Foundation 0x909f15d4
NSPopAutoreleasePool + 0x164
2 com.apple.Foundation 0x90a50c80
_NSAppleEventManagerGenericHandler + 0x8c
3 com.apple.AE 0x91674a68
aeDispatchAppleEvent(AEDesc const, AEDesc, unsigned
long, unsigned char) + 0xd0
4 com.apple.AE 0x916778b0
dispatchEventAndSendReply(AEDesc const, AEDesc*) + 0x2c
5 com.apple.AE 0x91674ca8
aeProcessAppleEvent + 0x11c
6 com.apple.HIToolbox 0x928c47f4
AEProcessAppleEvent + 0x3c
7 com.apple.AppKit 0x92dd2c0c
_DPSNextEvent + 0x358
8 com.apple.AppKit 0x92de93b0
-[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
9 com.apple.AppKit 0x92dfd718
-[NSApplication run] + 0x21c
10 com.apple.AppKit 0x92eb9b80
NSApplicationMain + 0x1d0
11 com.mulle-kybernetik.kodi.kiki 0x00030d24 0x1000 +
0x2fd24
12 com.mulle-kybernetik.kodi.kiki 0x000025d0 0x1000 +
0x15d0
13 com.mulle-kybernetik.kodi.kiki 0x00002450 0x1000 +
0x1450
then I tried compiling with Xcode, but this failed,
because numerous files were missing (readmes,
main_title.jpg, etc...).
I also think, that python.framework is missing on my
machine...
puhh...
Logged In: YES
user_id=863586
Did you have a look in your console.log, viewable with the
Console application? Maybe it is the same bug I found when
trying to run the German localization: The
Localizable.strings is not proper UTF-8, instead it is MacOS
Roman. See the patch #1114172 at
https://sourceforge.net/tracker/index.php?func=detail&aid=1114172&group_id=78324&atid=552854
for details.