MacOSaiX Sluit direct af na openen

Pagina: 1
Acties:

  • Oyster
  • Registratie: Januari 2003
  • Niet online
Zojuist heb ik MacOSaiX gedownload. Als ik dit programma open verschijnt er in de dock een stuiterend progamma icoontje. Na enige tijd sluit het programma zich af met een foutmelding, zonder te openen.

Mijn vraag is universeel. Is er ergens in OSX een logfile te vinden met de preciese foutmelding, zodat ik dit kan repareren?

Afbeeldingslocatie: http://i36.photobucket.com/albums/e27/Xander2000/error.jpg

  • RM-rf
  • Registratie: September 2000
  • Laatst online: 12:35

RM-rf

1 2 3 4 5 7 6 8 9

In de Utilities Folder in je Applications map zou een Log Applicatie moeten staan welke je een verslag geeft van alle systeemmeldingen.

verder staat de log an sich in /var/log/system.log en die kun je ook via de terminal inkijken

[ Voor 26% gewijzigd door RM-rf op 06-12-2007 17:35 ]

Intelligente mensen zoeken in tijden van crisis naar oplossingen, Idioten zoeken dan schuldigen


  • begintmeta
  • Registratie: November 2001
  • Niet online

begintmeta

Moderator General Chat
Als je report klikt kun je wat meer info krijgen. Vaak help het ook om de boel vanuit een terminal op te starten. ook kun je checken in de systeemlogbestanden of je daar informatie vind, meestal wordt ook een crashlog geplaatst in de gebruikersaccount.

  • Oyster
  • Registratie: Januari 2003
  • Niet online
Ow verhip, ik dacht dat report alleen zo'n Xp/Vista aka centrale foutmeldingtool was. 8P

Geen idee wat er nu misgaat. Een search op EXC_BAD_ACCESS (SIGBUS) levert niet veel oplossingen.

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
Process:         MacOSaiX [323]
Path:            /Volumes/MacOSaiX/MacOSaiX.app/Contents/MacOS/MacOSaiX
Identifier:      com.mac.homepage.knarf.MacOSaiX
Version:         MacOSaiX version 2.0 Copyright 2007 Frank M. Midgley. (2.0)
Code Type:       X86 (Native)
Parent Process:  launchd [58]

Date/Time:       2007-09-05 17:51:29.223 +0200
OS Version:      Mac OS X 10.5.1 (9B18)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000005
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.CoreFoundation        0x935205e4 CFRelease + 36
1   iPhoto Image Source             0x0009c90c +[MacOSaiXiPhotoImageSource initialize] + 398
2   libobjc.A.dylib                 0x94fadb18 _class_initialize + 367
3   libobjc.A.dylib                 0x94fac499 _class_lookupMethodAndLoadCache + 81
4   libobjc.A.dylib                 0x94fbc736 objc_msgSend + 102
5   com.apple.Foundation            0x9079f9ca -[NSBundle load] + 42
6   com.apple.Foundation            0x9079f98d -[NSBundle principalClass] + 45
7   ...mac.homepage.knarf.MacOSaiX  0x00002f4f -[MacOSaiX discoverPlugIns] + 590
8   ...mac.homepage.knarf.MacOSaiX  0x000026e5 -[MacOSaiX applicationWillFinishLaunching:] + 559
9   com.apple.Foundation            0x9077377c _nsnote_callback + 364
10  com.apple.CoreFoundation        0x934ffa4a __CFXNotificationPost + 362
11  com.apple.CoreFoundation        0x934ffd23 _CFXNotificationPostNotification + 179
12  com.apple.Foundation            0x90770a70 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
13  com.apple.Foundation            0x9077a108 -[NSNotificationCenter postNotificationName:object:] + 56
14  com.apple.AppKit                0x9111e984 -[NSApplication finishLaunching] + 515
15  com.apple.AppKit                0x9111e409 -[NSApplication run] + 83
16  com.apple.AppKit                0x910eb9ba NSApplicationMain + 574
17  ...mac.homepage.knarf.MacOSaiX  0x000022ea _start + 216
18  ...mac.homepage.knarf.MacOSaiX  0x00002211 start + 41

Thread 1:
0   com.apple.CoreFoundation        0x935175a4 getContentObject + 52
1   com.apple.CoreFoundation        0x9351772a parseDictTag + 74
2   com.apple.CoreFoundation        0x93515dd5 parseXMLElement + 3461
3   com.apple.CoreFoundation        0x93515e31 parseXMLElement + 3553
4   com.apple.CoreFoundation        0x93515a10 parseXMLElement + 2496
5   com.apple.CoreFoundation        0x93516fc2 _CFPropertyListCreateFromXMLData + 2402
6   com.apple.CoreFoundation        0x935174f7 CFPropertyListCreateFromStream + 551
7   com.apple.CFNetwork             0x94db8edc CFHTTPCookieStorageRead + 120
8   com.apple.CFNetwork             0x94db8c1f _CFHTTPCookieStorageCreateFromFile + 388
9   com.apple.Foundation            0x907fa406 -[NSHTTPCookieStorageInternal init] + 118
10  com.apple.Foundation            0x907fa352 -[NSHTTPCookieStorage(NSInternal) _internalInit] + 98
11  com.apple.Foundation            0x907fa2d7 initSharedCookieManager + 55
12  libSystem.B.dylib               0x94c0a446 pthread_once + 82
13  com.apple.Foundation            0x907fa285 +[NSHTTPCookieStorage sharedHTTPCookieStorage] + 37
14  com.apple.Foundation            0x90903139 createCFRequest + 313
15  com.apple.Foundation            0x90826e49 +[NSURLConnection sendSynchronousRequest:returningResponse:error:] + 57
16  com.apple.Foundation            0x908fde47 -[NSURL resourceDataUsingCache:] + 119
17  com.apple.Foundation            0x907d28fb -[NSData(NSData) initWithContentsOfURL:] + 123
18  com.apple.Foundation            0x90791597 +[NSDictionary(NSDictionary) newWithContentsOf:immutable:] + 295
19  com.apple.CoreFoundation        0x9359278f -[__NSPlaceholderDictionary initWithContentsOfURL:] + 63
20  com.apple.Foundation            0x908815a8 +[NSDictionary(NSDictionary) dictionaryWithContentsOfURL:] + 72
21  ...mac.homepage.knarf.MacOSaiX  0x0001a3d8 -[MacPADSocket initiateCheck:] + 82
22  com.apple.Foundation            0x9077404d -[NSThread main] + 45
23  com.apple.Foundation            0x90773bf4 __NSThread__main__ + 308
24  libSystem.B.dylib               0x94c19075 _pthread_start + 321
25  libSystem.B.dylib               0x94c18f32 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000  ebx: 0x935205ca  ecx: 0xa05e7104  edx: 0x00000000
  edi: 0x00000000  esi: 0x00000000  ebp: 0xbffff368  esp: 0xbffff350
   ss: 0x0000001f  efl: 0x00010246  eip: 0x935205e4   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000005

Binary Images:
    0x1000 -    0x37fff +com.mac.homepage.knarf.MacOSaiX MacOSaiX version 2.0 Copyright 2007 Frank M. Midgley. (2.0) /Volumes/MacOSaiX/MacOSaiX.app/Contents/MacOS/MacOSaiX
   0x69000 -    0x6efff +Flickr Image Source ??? (2.0) /Volumes/MacOSaiX/MacOSaiX.app/Contents/PlugIns/Flickr Image Source.plugin/Contents/MacOS/Flickr Image Source
   0x76000 -    0x7cff7 +Glyph Image Source ??? (2.0) /Volumes/MacOSaiX/MacOSaiX.app/Contents/PlugIns/Glyph Image Source.plugin/Contents/MacOS/Glyph Image Source
   0x84000 -    0x8afff +Google Image Source ??? (2.0) /Volumes/MacOSaiX/MacOSaiX.app/Contents/PlugIns/Google Image Source.plugin/Contents/MacOS/Google Image Source
   0x92000 -    0x95ff7 +Hexagonal Tiles ??? (2.0) /Volumes/MacOSaiX/MacOSaiX.app/Contents/PlugIns/Hexagonal Tiles.plugin/Contents/MacOS/Hexagonal Tiles
   0x9b000 -    0x9efff +iPhoto Image Source ??? (2.0) /Volumes/MacOSaiX/MacOSaiX.app/Contents/PlugIns/iPhoto Image Source.plugin/Contents/MacOS/iPhoto Image Source
   0xe9000 -    0xecfff +Directory Image Source ??? (2.0) /Volumes/MacOSaiX/MacOSaiX.app/Contents/PlugIns/Directory Image Source.plugin/Contents/MacOS/Directory Image Source
  0x520000 -   0x606ff7  com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x8fe00000 - 0x8fe2d883  dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
0x90003000 - 0x9002dfef  libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
0x901b3000 - 0x9020cfff  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9020d000 - 0x90215fff  com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x90216000 - 0x902a9fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x903e1000 - 0x903e1fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x904a8000 - 0x90504ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90505000 - 0x905bbfe3  com.apple.CoreServices.OSServices 210.2 (210.2) <4ed69f07fc0f211ab32d1ee96e281fc2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x905bc000 - 0x90619ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x9063e000 - 0x906e5fff  com.apple.QD 3.11.50 (???) <e2f71720ae1dad06a8883ac80775b21a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x906fd000 - 0x90718ffb  libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x90719000 - 0x90769ff7  com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9076a000 - 0x909e3fe7  com.apple.Foundation 6.5.1 (677.1) <85ac18c7cd454378db6122bea0c00965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x909e4000 - 0x90a1afff  com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90a1b000 - 0x90aa5fff  com.apple.framework.IOKit 1.5.1 (???) <5176a7383151a19c962334009fef2c6d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90ba8000 - 0x90f3eff7  com.apple.QuartzCore 1.5.1 (1.5.1) <deb61cbeb3f734a1b2f4669f6268b9de> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x91096000 - 0x91096ffd  com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91097000 - 0x91097ffd  com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91098000 - 0x910aefff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x910af000 - 0x910c5fe7  com.apple.CoreVideo 1.5.0 (1.5.0) <8947e88900afa1d2ca78b69bff98b0d7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x910e5000 - 0x918dffef  com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9197f000 - 0x91986fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x91987000 - 0x91a52fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91a59000 - 0x91a5efff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91a5f000 - 0x91b40ff7  libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
0x91b87000 - 0x91f97fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x91fe6000 - 0x91fe6ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x921fd000 - 0x92221fff  libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
0x92230000 - 0x928c7fef  com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x928c8000 - 0x92902ff7  com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x92903000 - 0x92cc1fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92ccc000 - 0x92cccffd  com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x92ccd000 - 0x92db1ffb  com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x92db2000 - 0x92dbeff5  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92dbf000 - 0x92dcfffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x92df9000 - 0x92e17fff  libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
0x92e19000 - 0x92e56ff7  libGLImage.dylib ??? (???) <202d73e6a4688fc06ff11b71910c2ce7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92e57000 - 0x92f06fff  com.apple.DesktopServices 1.4.3 (1.4.3) <66d5ed56111c43d234e235d365d02469> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92f07000 - 0x92f07ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x92f09000 - 0x92f83ff8  com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x92f84000 - 0x92fdeff7  com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x92fdf000 - 0x934abffe  libGLProgrammability.dylib ??? (???) <e8bc0af671427cf2b6279a035805a086> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x934ac000 - 0x935defe7  com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x935e4000 - 0x93629fef  com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9362a000 - 0x93633fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x936a2000 - 0x936a9ffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x9379f000 - 0x937c6fff  libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
0x93804000 - 0x93896ff3  com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x93897000 - 0x938a1feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x938ef000 - 0x9396bfeb  com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x93972000 - 0x9397dfe7  libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9398b000 - 0x9399bfff  com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9399c000 - 0x939c9feb  libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x939ca000 - 0x93a56ff7  com.apple.LaunchServices 284 (284) <0fb50a7a6fd38875f727fc2592a496e4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x93f6d000 - 0x9401fffb  libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
0x94020000 - 0x94062fef  com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94063000 - 0x940d7fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9410b000 - 0x9410dfff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x94150000 - 0x9417ffe3  com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94180000 - 0x942b8ff7  libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
0x942b9000 - 0x942bcfff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x942ee000 - 0x942eeffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x943ea000 - 0x94429fef  libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9442a000 - 0x944f1ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x944f2000 - 0x947f8fff  com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94b37000 - 0x94be7fff  edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94be8000 - 0x94d42fe3  libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
0x94d8e000 - 0x94d8eff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x94d9f000 - 0x94e16fe3  com.apple.CFNetwork 220 (220) <0ae8fbcbadcb9bd8d673aa4531c0fcfc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x94f26000 - 0x94fa5ff5  com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94fa6000 - 0x94fa7ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x94fa8000 - 0x95087fff  libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
0x950ec000 - 0x953c5fe7  com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x953c6000 - 0x953e5ffa  libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x953e6000 - 0x955affef  com.apple.security 5.0.1 (32736) <8c9eda0fcc1d8a571543025ac900715f> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x95957000 - 0x95a9cff7  com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x95a9d000 - 0x95ab5fff  com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95b23000 - 0x95b23ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x95c26000 - 0x95c28ff5  libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x95c29000 - 0x95c2ffff  com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x96b6d000 - 0x96b6efef  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x96b8a000 - 0x96b8efff  libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96b8f000 - 0x96ba3ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x96ba4000 - 0x96c2bff7  libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
0x96c2c000 - 0x96c3affd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x96c3b000 - 0x96c48fe7  com.apple.opengl 1.5.5 (1.5.5) <aa08b52d2a84b44dc6ee5d544a53fe8a> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x96c49000 - 0x96d6dfe3  com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

[ Voor 103% gewijzigd door Oyster op 06-12-2007 18:02 ]


Verwijderd

Dit zijn geen dingen die je zelf moet repareren. MacOSaiX is gewoon buggy en crashed bij het opstarten, zo te zien bij het babbelen met iPhoto. Heb je wel iPhoto geïnstalleerd staan en is het de versie die door MacOSaiX verwacht wordt?