Problems with Any Program example to run after deploy in Macosx Universal...

Previous topic - Next topic

fasasoftware

Problems with Any Program examples to run after deploy in Macosx Universal..

I have tryed some example.. but in my old apple g4 2,2ghz 1,5 gbram macosx10.4.11 don't work.....when i  open the app example .... give me an error after start...and then the app quit...

I know i have an old computer...i have also an intel i5 and works a little fine...but sometimes the ide quit...

can somebody help me please???

Best regards

Lestroso :'(

www.fasasoftware.com

mentalthink

Yes I'm not sure about this error, but I rebenber the problem was , when you unzipp the compiled program...

make this, we look if works.

When you compile for Mac osx or Mac Universal, you get a compressed file?¿
Then copy to your mac desktop and unzip... Seems a lazy thing, but I rebenmber something whit the unzip step was the problem.. don't care works fine Mac osx and Uni

erico

Yep, there was something related to flags when moving the app form pc to mac.
Try as Mentalthink suggested, zip it on pc and unzip on mac.

Welcome Fasa!

mentalthink

Thanks Erico I always forget this Step, I think this have to write in Capital letters in someplace of the forum, it's really a simple thing but really complex to find the solution...  :good: :good:

erico

Yep, I had that very same problem few years ago.
But there is a good side on it, people come over to the forum for a chat over the subject! :good:

fasasoftware

I have tryed to zip on pc and unzip the file but the problem still remain.....The app start and then quit unexpectly

I have also tryed to rar that but is too bad again...

I don't know...

any other ideas??

best regards,

Lestroso

www.fasasoftware.com

erico

For the old mac, it should work fine, try to do a simple ´hello world´ app and port it over to check it out.
For the IDE quiting... that is really hardcore, it never ever happened on my end.

Please, release more information and code on both subjects so we can try help it out.

Neurox

Quote from: fasasoftware on 2013-Aug-30
I have tryed to zip on pc and unzip the file but the problem still remain.....The app start and then quit unexpectly

Have you set the parameters for read / write?
Have you seen the activities logo with Console.app ?
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for screen printers | www.4pellicole.it

fasasoftware

I TRied everything.... i was thinking is my fault because i trying to compile the game 3d in macosx universal...but i'm using the demo glbasic....  and i can compile only for 2d.....ok then i have compiled an simple hello world... but nothing the app (hello world) quit unexpectly...

i don't know what i have to do.....

best regards,

lestroso,

www.fasasoftware.com


MrTAToad

Run it from Terminal and paste the error message returned.

It could be the fact that you need to set the program part to "executable".

fasasoftware

Here it is....here the code...from terminal...bho.. i don't understand...
Code (glbasic) Select


Last login: Fri Aug 30 13:49:35 on ttyp1
Welcome to Darwin!
netaround80i165:~ sm$ /Users/sm/Desktop/hello.app/Contents/MacOS/MacOSX; exit
timer
rbow
rbow init
SDL_init video
SDL_GetVideoInfo = 1360x768 @ 32 bpp
Setting video mode: 640x480x24 fl=2
SDL_SetVideoMode seems to be 1
Screen BPP: 32

Vendor     : NVIDIA Corporation
Renderer   : NVIDIA GeForce2 MX OpenGL Engine
Version    : 1.1 NVIDIA-1.4.18
Extensions : GL_ARB_transpose_matrix GL_ARB_vertex_program GL_ARB_vertex_blend GL_ARB_window_pos GL_ARB_shader_objects GL_ARB_vertex_shader GL_EXT_multi_draw_arrays GL_EXT_clip_volume_hint GL_EXT_rescale_normal GL_EXT_draw_range_elements GL_EXT_fog_coord GL_APPLE_client_storage GL_APPLE_specular_vector GL_APPLE_transform_hint GL_APPLE_packed_pixels GL_APPLE_fence GL_APPLE_vertex_array_object GL_APPLE_vertex_program_evaluators GL_APPLE_element_array GL_APPLE_flush_render GL_NV_texgen_reflection GL_NV_light_max_exponent GL_IBM_rasterpos_clip GL_SGIS_generate_mipmap GL_ARB_shading_language_100 GL_ARB_imaging GL_ARB_point_parameters GL_ARB_texture_env_crossbar GL_ARB_multitexture GL_ARB_texture_env_add GL_ARB_texture_cube_map GL_ARB_texture_env_dot3 GL_ARB_texture_env_combine GL_ARB_texture_compression GL_ARB_texture_mirrored_repeat GL_ARB_vertex_buffer_object GL_ARB_pixel_buffer_object GL_EXT_compiled_vertex_array GL_EXT_texture_rectangle GL_ARB_texture_rectangle GL_EXT_texture_env_add GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_texture_lod_bias GL_EXT_abgr GL_EXT_bgra GL_EXT_stencil_wrap GL_EXT_texture_filter_anisotropic GL_EXT_separate_specular_color GL_EXT_secondary_color GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_APPLE_ycbcr_422 GL_APPLE_vertex_array_range GL_APPLE_texture_range GL_APPLE_pixel_buffer GL_NV_register_combiners GL_NV_blend_square GL_NV_fog_distance GL_NV_multisample_filter_hint GL_ATI_texture_env_combine3 GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod

SDL_GL_RED_SIZE: requested 8, got 8
SDL_GL_GREEN_SIZE: requested 8, got 8
SDL_GL_BLUE_SIZE: requested 8, got 8
SDL_GL_DEPTH_SIZE: requested 24, got 24
SDL_GL_DOUBLEBUFFER: requested 1, got 1
get accurate timer - 1st call
flip - 1st call
BGRA ext supported
Texture size limit: 2048
init fbo
2D VP
OGRB init [OK]
Cptn
Network
Input
Window mode
Create DXin
sdl_grab
reptr
getexe
cd
set cdir to: /Users/sm/Desktop/hello.app
exepath=curdir= /Users/sm/Desktop/hello.app
set cdir to: /Users/sm/Desktop/hello.app/Contents/Resources
curdir= /Users/sm/Desktop/hello.app/Contents/Resources
Delay load DLLs
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Error: 9 Bad file descriptor
Retry: /Users/sm/Desktop/hello.app/Contents/MacOS/SoundEngine.dylib = 0x0
DECLARE module not found: soundengine.dylib
DECLARE module not found: soundengine.dylib
Bus error
logout
[Processo completato]



best regards,

Lestroso :'(

www.fasasoftware.com

mentalthink

HI friend try whit this post--- I used and I think my app working.. I read a bit and says something about the privileges of the files... take a look , I think here it's all explained... the bug problem it's when you extract, if fact if you use only one tool for extract try whit another, perhaps the tools make something extrange into the file...

http://www.glbasic.com/forum/index.php?topic=5437.msg42569#msg42569

Don't worry always the first steps are bit confusing, but all works fine...

fasasoftware

I'm sorry but nothing works here.....I have tryed the zip  unzip...i have tryed the "chmod +x Macosx" but nothing works... or better  the app start ... but close unexpected...

Here below.. i show you the error that give me my apple mac g4...but i have 10.4.11 system...and a biprocessor upgraded by Maxpower..


Code (glbasic) Select

Date/Time:      2013-08-30 22:12:07.930 +0200
OS Version:     10.4.11 (Build 8S165)
Report Version: 4

Command: MacOSX
Path:    /Users/sm/Desktop/wide.app/Contents/MacOS/MacOSX
Parent:  WindowServer [58]

Version: 0.001.0 (0.001.0)

PID:    472
Thread: 0

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

Thread 0 Crashed:
0   <<00000000>> 0x00000000 0 + 0
1   com.glbasic.widescroller 0x000372cc __GlobalInit + 3236
2   com.glbasic.widescroller 0x0001eadc SDL_main + 1424
3   com.glbasic.widescroller 0x00005a30 -[SDLMain applicationDidFinishLaunching:] + 120 (SDLMain.m:302)
4   com.apple.Foundation      0x92be3a04 _nsnote_callback + 180
5   com.apple.CoreFoundation 0x90804fd4 __CFXNotificationPost + 368
6   com.apple.CoreFoundation 0x907fd04c _CFXNotificationPostNotification + 684
7   com.apple.Foundation      0x92bcde0c -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
8   com.apple.AppKit          0x93783078 -[NSApplication _postDidFinishNotification] + 112
9   com.apple.AppKit          0x93782f64 -[NSApplication _sendFinishLaunchingNotification] + 92
10  com.apple.AppKit          0x93782aac -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 264
11  com.apple.AppKit          0x93782654 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 92
12  com.apple.Foundation      0x92be4a10 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 380
13  com.apple.Foundation      0x92be4870 _NSAppleEventManagerGenericHandler + 92
14  com.apple.AE              0x914ff960 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 208
15  com.apple.AE              0x914ff7fc dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
16  com.apple.AE              0x914ff654 aeProcessAppleEvent + 284
17  com.apple.HIToolbox      0x9329e2e0 AEProcessAppleEvent + 60
18  com.apple.AppKit          0x93780d9c _DPSNextEvent + 856
19  com.apple.AppKit          0x93780888 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
20  com.apple.AppKit          0x9377cdcc -[NSApplication run] + 472
21  com.glbasic.widescroller 0x000057cc CustomApplicationMain + 452 (SDLMain.m:231)
22  com.glbasic.widescroller 0x00005d58 main + 368 (SDLMain.m:382)
23  com.glbasic.widescroller 0x00002f74 _start + 340 (crt.c:272)
24  com.glbasic.widescroller 0x00002e1c start + 60

Thread 1:
0   libSystem.B.dylib        0x900411f8 mach_wait_until + 8
1   libSystem.B.dylib        0x90040fc4 nanosleep + 388
2   SDL                      0x3006bb94 SDL_Delay + 144 (SDL_systimer.c:118)
3   SDL                      0x3006bc28 RunTimer + 88 (SDL_systimer.c:203)
4   SDL                      0x30055fb0 SDL_RunThread + 124 (SDL_thread.c:202)
5   SDL                      0x3006b7dc RunThread + 32 (SDL_systhread.c:48)
6   libSystem.B.dylib        0x9002bd08 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
  srr0: 0x0000000000000000 srr1: 0x000000004000f930                        vrsave: 0x0000000000000000
    cr: 0x24004424          xer: 0x0000000000000001   lr: 0x000000000005d328  ctr: 0x0000000000000000
    r0: 0x00000000000372cc   r1: 0x00000000bfffe0d0   r2: 0x00000000000cd2f8   r3: 0x00000000004aaf60
    r4: 0x0000000000000000   r5: 0x00000000000003e8   r6: 0x00000000ffffffff   r7: 0x0000000000000007
    r8: 0x0000000000000007   r9: 0x00000000000000c0  r10: 0x000000000050155e  r11: 0x0000000044004422
   r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
   r16: 0x00000000000d6630  r17: 0x00000000000d6630  r18: 0x00000000000d6630  r19: 0x00000000000d6630
   r20: 0x00000000000d6630  r21: 0x00000000000d6630  r22: 0x00000000000d6630  r23: 0x00000000bfffe18c
   r24: 0x00000000bfffe180  r25: 0x000000000043ce38  r26: 0x000000000043ce20  r27: 0x000000000043ce58
   r28: 0x0000000001886200  r29: 0x00000000004aaf60  r30: 0x0000000001886200  r31: 0x000000000005d2f8

Binary Images Description:
    0x1000 -    0xd2fff com.glbasic.widescroller 0.001.0 /Users/sm/Desktop/wide.app/Contents/MacOS/MacOSX
  0x36c000 -   0x36cfff com.yazsoft.SDEnhancer ??? (1.0) /Users/sm/Library/InputManagers/SpeedDownload Enhancer/SpeedDownloadEnhancer.bundle/Contents/MacOS/SpeedDownloadEnhancer
  0x7e3000 -   0x7f4fff com.apple.iokit.IOHIDLib 1.4.13 /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0x5620000 -  0x572ffff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x575e000 -  0x57d0fff com.apple.GeForce2MXGLDriver 1.4.18 (4.1.8) /System/Library/Extensions/GeForce2MXGLDriver.bundle/Contents/MacOS/GeForce2MXGLDriver
0x57d7000 -  0x57f0fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundle/GLDriver
0x57f6000 -  0x5811fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x59f6000 -  0x5a06fff SoundEngine.dylib /Users/sm/Desktop/wide.app/Contents/MacOS/SoundEngine.dylib
0x30000000 - 0x300a0fff SDL 1.2.9 (1.2.10) /Users/sm/Desktop/wide.app/Contents/Frameworks/SDL.framework/Versions/A/SDL
0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.8 (368.31) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90ae9000 - 0x90b5bfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90b71000 - 0x90b83fff libauto.dylib /usr/lib/libauto.dylib
0x90b8a000 - 0x90e61fff com.apple.CoreServices.CarbonCore 681.17 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90ec7000 - 0x90f47fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90f91000 - 0x90fd3fff com.apple.CFNetwork 4.0 (129.22) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x90fe8000 - 0x91000fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x91010000 - 0x91091fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x910d7000 - 0x91100fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x91443000 - 0x914befff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x914fd000 - 0x91535fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91550000 - 0x91622fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9174d000 - 0x91804fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x918ce000 - 0x918effff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91903000 - 0x91928fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x9193b000 - 0x9197dfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x91999000 - 0x919adfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x919bb000 - 0x91a01fff com.apple.ImageIO.framework 1.5.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91a18000 - 0x91adffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
0x91b2d000 - 0x91b42fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91b47000 - 0x91b65fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91b6b000 - 0x91c22fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91c71000 - 0x91c75fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91c77000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91d2a000 - 0x91d44fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91d49000 - 0x91d4cfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91d4e000 - 0x91e2cfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x91e4c000 - 0x91e4cfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91e4e000 - 0x91f33fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91f3b000 - 0x91f5afff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91fc6000 - 0x92034fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9203f000 - 0x920d4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x920ee000 - 0x92676fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x926a9000 - 0x929d4fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92a04000 - 0x92af2fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92af5000 - 0x92b7dfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x92bbe000 - 0x92de9fff com.apple.Foundation 6.4.9 (567.36) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92f16000 - 0x92f34fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92f3f000 - 0x92f99fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92fb7000 - 0x92fb7fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92fb9000 - 0x92fcdfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92fe5000 - 0x92ff5fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x93001000 - 0x93016fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x93028000 - 0x930affff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x930c3000 - 0x930cefff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x930d8000 - 0x93105fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9311f000 - 0x9312efff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93776000 - 0x93776fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93778000 - 0x93dabfff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x94138000 - 0x941aafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x941e3000 - 0x942a8fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x942fb000 - 0x942fbfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x942fd000 - 0x944bdfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94507000 - 0x94544fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x9454c000 - 0x9459cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945a5000 - 0x945befff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94776000 - 0x94785fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9478d000 - 0x9479afff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x947e0000 - 0x947f9fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94800000 - 0x94b33fff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94c1b000 - 0x94c8cfff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x9762d000 - 0x9764cfff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97d63000 - 0x97e24fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x97e4f000 - 0x97e50fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dylib
0x9b568000 - 0x9b596fff com.apple.audio.OpenAL 1.1 /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x9cf8f000 - 0x9cfaffff libmx.A.dylib /usr/lib/libmx.A.dylib




I thank you a lot in advance....

Best regards

Lestroso

www.fasasoftware.com

MrTAToad


fasasoftware

Hi MrTAToad,

i'm using the latest version downloaded few days ago the 10......i don't remeber exactly


i don't know what is the problem....

can you help me???

best regards,,

Lestroso