Copying VComponents into Cocoa app

Matthew Jew mjew at icnc.com
Tue Jun 20 16:28:03 CDT 2006


Ruslan,

In a chat with me, you commented on how to copy the VComponents into  
my application.

ruslan : IF you copy inside you need yet correct executable_path for  
dylibs ! [ 3:29pm ]
matthewjew : also, can I copy in the libraries so that I don't have  
to install the dylibs on the target macine? [ 3:29pm ]
matthewjew : or am I thinking about it wrong? [ 3:29pm ]
ruslan : we have such script on our VComponents folder [ 3:29pm ]
ruslan : YOU CAN [ 3:29pm ]
matthewjew : it copies itself already? [ 3:29pm ]
ruslan : but not in this way [ 3:29pm ]
matthewjew : oh [ 3:29pm ]
ruslan : as you have in your project that I have now [ 3:31pm ]
matthewjew : how are you supposed to do it then? (put dylibs in  
application) [ 3:32pm ]
ruslan : look on file change_names_icu_vcomponents.sh [ 3:32pm ]
ruslan : also look inside of Valentina Studio [ 3:33pm ]


I followed the instructions, (I changed the script so that it refers  
to *_fat_release.dylib instead of *_ppc_release.dylib)
and when my app runs, it crashes thusly:

Date/Time:      2006-06-20 16:22:01.300 -0700
OS Version:     10.4.6 (Build 8I127)
Report Version: 4

Command: RadiusAuthenticator2
Path:    /Volumes/Alpha2/Dev-ProjectBuilder/Cocoa-Projects/ 
RadiusAuthenticator2/build/Release/RadiusAuthenticator2.app/Contents/ 
MacOS/RadiusAuthenticator2
Parent:  WindowServer [72]

Version: RadiusAuthenticator2 version 2.0 (2.0)

PID:    3103
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0   libvshared_fat_release.dylib   	0x0065ac88 fbl::String::String[in- 
charge](char const*, long, char const*, fbl::EStringImpType) + 64
1   libvshared_fat_release.dylib   	0x00641570  
fbl::Location_Disk_FSSpec::get_Path() const + 96
2   libvkernel_fat_release.dylib   	0x01030268 fbl::Valentina_Init_ICU 
() + 52
3   libvkernel_fat_release.dylib   	0x010305f0 fbl::ValentinaInit 
(unsigned long, char*, char*) + 68
4   ...ompany.RadiusAuthenticator2 	0x000167d4 PVInitializeDBSystem + 88
5   ...ompany.RadiusAuthenticator2 	0x000049e8  
DbValentinaBase::DbValentinaBase[not-in-charge]() + 52
6   ...ompany.RadiusAuthenticator2 	0x00006058 DbAuthLog::DbAuthLog 
[in-charge]() + 24
7   ...ompany.RadiusAuthenticator2 	0x000146fc -[AuthLogDBManager  
instantiateOurTypeOfDatabase] + 32
8   ...ompany.RadiusAuthenticator2 	0x00007854 - 
[ValentinaBaseDBManager openExistingDatabase:] + 348
9   ...ompany.RadiusAuthenticator2 	0x000149c0 -[AuthLogDBManager  
openHighestDBOrCreateDBInDefaultLocation] + 292
10  ...ompany.RadiusAuthenticator2 	0x0000c24c - 
[RadAuthServerModelObject init] + 1192
11  com.apple.AppKit               	0x9370a56c -[NSCustomObject  
nibInstantiate] + 260
12  com.apple.AppKit               	0x936f4f74 -[NSIBObjectData  
instantiateObject:] + 188
13  com.apple.AppKit               	0x936f4b40 -[NSIBObjectData  
nibInstantiateWithOwner:topLevelObjects:] + 144
14  com.apple.AppKit               	0x936e103c loadNib + 240
15  com.apple.AppKit               	0x936e0a94 +[NSBundle 
(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 716
16  com.apple.AppKit               	0x93737f64 +[NSBundle 
(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 156
17  com.apple.AppKit               	0x937c7df0 +[NSBundle 
(NSNibLoading) loadNibNamed:owner:] + 344
18  com.apple.AppKit               	0x937c7b90 NSApplicationMain + 344
19  ...ompany.RadiusAuthenticator2 	0x00002554 _start + 340 (crt.c:272)
20  ...ompany.RadiusAuthenticator2 	0x000023fc start + 60

Thread 0 crashed with PPC Thread State 64:
   srr0: 0x000000000065ac88 srr1:  
0x100000000200d030                        vrsave: 0x0000000000000000
     cr: 0x24000404          xer: 0x0000000000000000   lr:  
0x000000000065ac58  ctr: 0x00000000900036b8
     r0: 0x0000000000000000   r1: 0x00000000bfffef30   r2:  
0x00000000006c77f0   r3: 0x0000000000000000
     r4: 0x00000000bfffefb8   r5: 0xffffffffffffffff   r6:  
0x0000000000000000   r7: 0x0000000000000000
     r8: 0x0000000000000004   r9: 0x0000000000000079  r10:  
0x0000000016d015aa  r11: 0x0000000044000402
    r12: 0x00000000900036b8  r13: 0x0000000000000000  r14:  
0x0000000000000000  r15: 0x0000000000000000
    r16: 0x0000000000020000  r17: 0x000000000002579c  r18:  
0x00000000000255d4  r19: 0x0000000000020000
    r20: 0x0000000000020000  r21: 0x0000000000020000  r22:  
0x0000000002b7f1a0  r23: 0x0000000000025788
    r24: 0x000000000002557c  r25: 0x0000000000023ef4  r26:  
0x0000000000025754  r27: 0x0000000000025590
    r28: 0x0000000000000000  r29: 0x0000000016cad530  r30:  
0x0000000016cad534  r31: 0x000000000065ac58

Binary Images Description:
     0x1000 -    0x21fff com.yourcompany.RadiusAuthenticator2  
RadiusAuthenticator2 version 2.0 (2.0)	/Volumes/Alpha2/Dev- 
ProjectBuilder/Cocoa-Projects/RadiusAuthenticator2/build/Release/ 
RadiusAuthenticator2.app/Contents/MacOS/RadiusAuthenticator2
    0x39000 -    0x3ffff libicuio.dylib 	/usr/local/lib/vcomponents/ 
libicuio.dylib
   0x205000 -   0x2c5fff libicui18n.dylib 	/usr/local/lib/vcomponents/ 
libicui18n.dylib
   0x352000 -   0x3e8fff libicuuc.dylib 	/usr/local/lib/vcomponents/ 
libicuuc.dylib
   0x639000 -   0x6b2fff libvshared_fat_release.dylib 	/usr/local/lib/ 
vcomponents/libvshared_fat_release.dylib
0x1008000 -  0x14c3fff libvkernel_fat_release.dylib 	/usr/local/lib/ 
vcomponents/libvkernel_fat_release.dylib
0x19ce000 -  0x21f7fff libicudata.dylib 	/usr/local/lib/vcomponents/ 
libicudata.dylib
0x21fa000 -  0x2251fff libvclient_fat_release.dylib 	/usr/local/lib/ 
vcomponents/libvclient_fat_release.dylib
0x2873000 -  0x2982fff VSDK 	/usr/local/lib/vcomponents/ 
VSDK.framework/Versions/A/VSDK
0x2e18000 -  0x2ed8fff libicui18n.dylib 	/Volumes/Alpha2/Dev- 
ProjectBuilder/Cocoa-Projects/RadiusAuthenticator2/build/Release/ 
RadiusAuthenticator2.app/Contents/VComponents/libicui18n.dylib
0x2f65000 -  0x2f6bfff libicuio.dylib 	/Volumes/Alpha2/Dev- 
ProjectBuilder/Cocoa-Projects/RadiusAuthenticator2/build/Release/ 
RadiusAuthenticator2.app/Contents/VComponents/libicuio.dylib
0x16617000 - 0x16690fff libvshared_fat_release.dylib 	/Volumes/Alpha2/ 
Dev-ProjectBuilder/Cocoa-Projects/RadiusAuthenticator2/build/Release/ 
RadiusAuthenticator2.app/Contents/VComponents/ 
libvshared_fat_release.dylib
0x16d05000 - 0x171c0fff libvkernel_fat_release.dylib 	/Volumes/Alpha2/ 
Dev-ProjectBuilder/Cocoa-Projects/RadiusAuthenticator2/build/Release/ 
RadiusAuthenticator2.app/Contents/VComponents/ 
libvkernel_fat_release.dylib
0x176cb000 - 0x17ef4fff libicudata.dylib 	/Volumes/Alpha2/Dev- 
ProjectBuilder/Cocoa-Projects/RadiusAuthenticator2/build/Release/ 
RadiusAuthenticator2.app/Contents/VComponents/libicudata.dylib
0x8fa73000 - 0x8fd27fff com.apple.QuickTime 7.1.0	/System/Library/ 
Frameworks/QuickTime.framework/Versions/A/QuickTime
0x8fe00000 - 0x8fe51fff dyld 44.4	/usr/lib/dyld
0x90000000 - 0x901bbfff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x90213000 - 0x90218fff libmathCommon.A.dylib 	/usr/lib/system/ 
libmathCommon.A.dylib
0x9021a000 - 0x90267fff com.apple.CoreText 1.0.1 (???)	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/CoreText.framework/Versions/A/CoreText
0x90292000 - 0x90343fff ATS 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ 
Versions/A/ATS
0x90372000 - 0x9072cfff com.apple.CoreGraphics 1.258.30 (???)	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907b9000 - 0x90892fff com.apple.CoreFoundation 6.4.6 (368.27)	/ 
System/Library/Frameworks/CoreFoundation.framework/Versions/A/ 
CoreFoundation
0x908db000 - 0x908dbfff com.apple.CoreServices 10.4 (???)	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908dd000 - 0x909dffff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x90a39000 - 0x90abdfff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90ae7000 - 0x90b57fff com.apple.framework.IOKit 1.4 (???)	/System/ 
Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b6d000 - 0x90b7ffff libauto.dylib 	/usr/lib/libauto.dylib
0x90b86000 - 0x90e5dfff com.apple.CoreServices.CarbonCore 681.3  
(671.2)	/System/Library/Frameworks/CoreServices.framework/Versions/A/ 
Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ec3000 - 0x90f43fff com.apple.CoreServices.OSServices 4.1	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
OSServices.framework/Versions/A/OSServices
0x90f8d000 - 0x90fcefff com.apple.CFNetwork 129.16	/System/Library/ 
Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
CFNetwork.framework/Versions/A/CFNetwork
0x90fe3000 - 0x90ffbfff com.apple.WebServices 1.1.2 (1.1.0)	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
WebServicesCore.framework/Versions/A/WebServicesCore
0x9100b000 - 0x9108cfff com.apple.SearchKit 1.0.5	/System/Library/ 
Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
SearchKit.framework/Versions/A/SearchKit
0x910d2000 - 0x910fbfff com.apple.Metadata 10.4.4 (121.36)	/System/ 
Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/ 
Metadata.framework/Versions/A/Metadata
0x9110c000 - 0x9111afff libz.1.dylib 	/usr/lib/libz.1.dylib
0x9111d000 - 0x912d3fff com.apple.security 4.3 (25966)	/System/ 
Library/Frameworks/Security.framework/Versions/A/Security
0x913d0000 - 0x913d9fff com.apple.DiskArbitration 2.1	/System/Library/ 
Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913e0000 - 0x91407fff com.apple.SystemConfiguration 1.8.2	/System/ 
Library/Frameworks/SystemConfiguration.framework/Versions/A/ 
SystemConfiguration
0x9141a000 - 0x91425fff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
0x9142a000 - 0x91432fff libbsm.dylib 	/usr/lib/libbsm.dylib
0x91436000 - 0x914b1fff com.apple.audio.CoreAudio 3.0.3	/System/ 
Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914ee000 - 0x914eefff com.apple.ApplicationServices 10.4 (???)	/ 
System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
ApplicationServices
0x914f0000 - 0x91528fff com.apple.AE 1.5 (297)	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
AE.framework/Versions/A/AE
0x91543000 - 0x91610fff com.apple.ColorSync 4.4.4	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
ColorSync.framework/Versions/A/ColorSync
0x91665000 - 0x916f6fff com.apple.print.framework.PrintCore 4.5  
(177.10)	/System/Library/Frameworks/ApplicationServices.framework/ 
Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9173d000 - 0x917f4fff com.apple.QD 3.8.20 (???)	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
QD.framework/Versions/A/QD
0x91831000 - 0x9188ffff com.apple.HIServices 1.5.1 (???)	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/HIServices.framework/Versions/A/HIServices
0x918be000 - 0x918dffff com.apple.LangAnalysis 1.6.1	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
LangAnalysis.framework/Versions/A/LangAnalysis
0x918f3000 - 0x91918fff com.apple.FindByContent 1.5	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
FindByContent.framework/Versions/A/FindByContent
0x9192b000 - 0x9196dfff com.apple.LaunchServices 178	/System/Library/ 
Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ 
LaunchServices.framework/Versions/A/LaunchServices
0x91989000 - 0x9199dfff com.apple.speech.synthesis.framework 3.3	/ 
System/Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919ab000 - 0x919eafff com.apple.ImageIO.framework 1.4.6	/System/ 
Library/Frameworks/ApplicationServices.framework/Versions/A/ 
Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a00000 - 0x91ac8fff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto. 
0.9.7.dylib
0x91b16000 - 0x91b2bfff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91b30000 - 0x91b4dfff libJPEG.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libJPEG.dylib
0x91b52000 - 0x91bc1fff libJP2.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libJP2.dylib
0x91bd8000 - 0x91bdcfff libGIF.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libGIF.dylib
0x91bde000 - 0x91c25fff libRaw.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libRaw.dylib
0x91c2a000 - 0x91c67fff libTIFF.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libTIFF.dylib
0x91c6e000 - 0x91c87fff libPng.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libPng.dylib
0x91c8c000 - 0x91c8ffff libRadiance.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ 
Versions/A/Resources/libRadiance.dylib
0x91c91000 - 0x91c91fff com.apple.Accelerate 1.2.1 (Accelerate  
1.2.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/ 
Accelerate
0x91c93000 - 0x91d73fff com.apple.vImage 2.3	/System/Library/ 
Frameworks/Accelerate.framework/Versions/A/Frameworks/ 
vImage.framework/Versions/A/vImage
0x91d7b000 - 0x91d9afff com.apple.Accelerate.vecLib 3.2.1 (vecLib  
3.2.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/ 
Frameworks/vecLib.framework/Versions/A/vecLib
0x91e06000 - 0x91e74fff libvMisc.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libvMisc.dylib
0x91e7f000 - 0x91f13fff libvDSP.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libvDSP.dylib
0x91f2d000 - 0x924b5fff libBLAS.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libBLAS.dylib
0x924e8000 - 0x92813fff libLAPACK.dylib 	/System/Library/Frameworks/ 
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/ 
A/libLAPACK.dylib
0x92843000 - 0x928cbfff com.apple.DesktopServices 1.3.3	/System/ 
Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/ 
DesktopServicesPriv
0x9290c000 - 0x92b37fff com.apple.Foundation 6.4.5 (567.26)	/System/ 
Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92c55000 - 0x92d33fff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x92d53000 - 0x92e41fff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92e53000 - 0x92e71fff libGL.dylib 	/System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92e7c000 - 0x92ed6fff libGLU.dylib 	/System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92ef4000 - 0x92ef4fff com.apple.Carbon 10.4 (???)	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Carbon
0x92ef6000 - 0x92f0afff com.apple.ImageCapture 3.0	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/ 
ImageCapture.framework/Versions/A/ImageCapture
0x92f22000 - 0x92f32fff com.apple.speech.recognition.framework 3.4	/ 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92f3e000 - 0x92f53fff com.apple.securityhi 2.0 (203)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
SecurityHI.framework/Versions/A/SecurityHI
0x92f65000 - 0x92fecfff com.apple.ink.framework 101.2 (69)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
Ink.framework/Versions/A/Ink
0x93000000 - 0x9300bfff com.apple.help 1.0.3 (32)	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/ 
Versions/A/Help
0x93015000 - 0x93042fff com.apple.openscripting 1.2.5 (???)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
OpenScripting.framework/Versions/A/OpenScripting
0x9305c000 - 0x9306bfff com.apple.print.framework.Print 5.2 (192.4)	/ 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
Print.framework/Versions/A/Print
0x93077000 - 0x930ddfff com.apple.htmlrendering 1.1.2	/System/Library/ 
Frameworks/Carbon.framework/Versions/A/Frameworks/ 
HTMLRendering.framework/Versions/A/HTMLRendering
0x9310e000 - 0x9315dfff com.apple.NavigationServices 3.4.4 (3.4.3)	/ 
System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
NavigationServices.framework/Versions/A/NavigationServices
0x9318b000 - 0x931a8fff com.apple.audio.SoundManager 3.9	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
CarbonSound.framework/Versions/A/CarbonSound
0x931ba000 - 0x931c7fff com.apple.CommonPanels 1.2.2 (73)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
CommonPanels.framework/Versions/A/CommonPanels
0x931d0000 - 0x934ddfff com.apple.HIToolbox 1.4.6 (???)	/System/ 
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ 
HIToolbox.framework/Versions/A/HIToolbox
0x9362c000 - 0x93638fff com.apple.opengl 1.4.7	/System/Library/ 
Frameworks/OpenGL.framework/Versions/A/OpenGL
0x936d1000 - 0x936d1fff com.apple.Cocoa 6.4 (???)	/System/Library/ 
Frameworks/Cocoa.framework/Versions/A/Cocoa
0x936d3000 - 0x93d05fff com.apple.AppKit 6.4.6 (824.38)	/System/ 
Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94092000 - 0x94102fff com.apple.CoreData 80	/System/Library/ 
Frameworks/CoreData.framework/Versions/A/CoreData
0x9413b000 - 0x941fefff com.apple.audio.toolbox.AudioToolbox 1.4.1	/ 
System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94250000 - 0x94250fff com.apple.audio.units.AudioUnit 1.4	/System/ 
Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94252000 - 0x94406fff com.apple.QuartzCore 1.4.7	/System/Library/ 
Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94459000 - 0x94496fff libsqlite3.0.dylib 	/usr/lib/libsqlite3.0.dylib
0x9449e000 - 0x944eefff libGLImage.dylib 	/System/Library/Frameworks/ 
OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9469c000 - 0x946abfff libCGATS.A.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x946b3000 - 0x946c0fff libCSync.A.dylib 	/System/Library/Frameworks/ 
ApplicationServices.framework/Versions/A/Frameworks/ 
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x94726000 - 0x94797fff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
0x9480a000 - 0x9482afff libmx.A.dylib 	/usr/lib/libmx.A.dylib
0xb0000000 - 0xb0158fff com.paradigmasoft.vsdk kernel version  
1.9.10b11 (1.9.8)	/Library/Frameworks/VSDK.framework/Versions/A/VSDK
0xc1000000 - 0xc1017fff OpenBaseNet 9.1	/Library/Frameworks/ 
OpenBaseNet.framework/Versions/A/OpenBaseNet
0xc2000000 - 0xc202bfff OpenBaseAPI 7.0 (9.1)	/Library/Frameworks/ 
OpenBaseAPI.framework/Versions/A/OpenBaseAPI

Model: PowerMac7,3, BootROM 5.1.8f7, 2 processors, PowerPC G5  (3.0),  
2.5 GHz, 4.25 GB
Graphics: NVIDIA GeForce 6800 Ultra DDL, GeForce 6800 Ultra, AGP, 256 MB
Memory Module: DIMM0/J11, 128 MB, DDR SDRAM, PC3200U-30330
Memory Module: DIMM1/J12, 128 MB, DDR SDRAM, PC3200U-30330
Memory Module: DIMM2/J13, 1 GB, DDR SDRAM, PC3200U-30440
Memory Module: DIMM3/J14, 1 GB, DDR SDRAM, PC3200U-30440
Memory Module: DIMM4/J41, 1 GB, DDR SDRAM, PC3200U-30440
Memory Module: DIMM5/J42, 1 GB, DDR SDRAM, PC3200U-30440
Modem: Jump, , V.92, Version 1.0,
Bluetooth: Version 1.7.3f4, 2 service, 0 devices, 1 incoming serial  
ports
Network Service: Built-in Ethernet, Ethernet, en0
Serial ATA Device: Maxtor 7Y250M0, 233.76 GB
Parallel ATA Device: PIONEER DVD-RW  DVR-117D,
USB Device: Bluetooth HCI, , Up to 12 Mb/sec, 500 mA
USB Device: General Purpose USB Hub, , Up to 12 Mb/sec, 500 mA
USB Device: hp designjet 70, Hewlett-Packard, Up to 12 Mb/sec, 100 mA
USB Device: DYMO LabelWriter 330, DYMO, Up to 12 Mb/sec, 100 mA
USB Device: iPod, Apple, Up to 480 Mb/sec, 500 mA
USB Device: Hub, , Up to 480 Mb/sec, 500 mA
USB Device: Hub in Apple Pro Keyboard, Alps Electric, Up to 12 Mb/ 
sec, 500 mA
USB Device: Microsoft IntelliMouse® Explorer, Microsoft, Up to 1.5 Mb/ 
sec, 100 mA
USB Device: Apple Pro Keyboard, Alps Electric, Up to 12 Mb/sec, 250 mA
USB Device: Apple Cinema HD Display, , Up to 1.5 Mb/sec, 500 mA
FireWire Device: OXFORD IDE Device 1, Macpower, Up to 800 Mb/sec
FireWire Device: 922G Master, Oxford, Up to 800 Mb/sec
FireWire Device: 922G Master, Oxford, Up to 800 Mb/sec
FireWire Device: 922G Master, Oxford, Up to 800 Mb/sec
FireWire Device: unknown_device, unknown_value, Up to 400 Mb/sec

What else should I be doing?

- Matthew



More information about the Valentina mailing list