Page 1 of 3

Status: SheepShaver and Mac OSX Lion

Posted: Fri Jul 22, 2011 5:50 am
by Cat_7
Hi,

The current status of SheepShaver in Lion is that it still can't be built using the Lion tools.
There is are versions available that run in Lion in both windowed and full screen mode

http://www.emaculation.com/forum/viewto ... =20&t=7360

(this one can;t be set to 32 bit mode, but does run full screen) http://www.emaculation.com/forum/viewto ... 668#p41666
It is built in Snow Leopard with the latest SDL 1.2.15 (03.01.2012) which needs a patch.
http://www.emaculation.com/forum/viewto ... 668#p41664

Best,
Cat_7

Posted: Fri Jul 29, 2011 1:00 am
by herecomethej2000
someone would have to make some changes to sheepshaver to get 1.3 to work. The differences are quite drastic I'm told.

Posted: Fri Jul 29, 2011 9:33 am
by Ronald P. Regensburg
For my latest SheepShaver build I applied the patch to SDL 1.2.14 as suggested by Jean Pierre Chombier. At that time I also had a look inside SDL 1.3 source and saw nothing that looked like anything in 1.2 source. So, yes, SDL 1.3 seems to be very different from SDL 1.2.

Posted: Sun Jul 31, 2011 1:27 am
by herecomethej2000
Where is Mr. Chombier's patch for 1.2.14. I need it for another application. I tried the one shown by cat compiled it, and and compiled the application but it didn't fix the issue for me.

Posted: Sun Jul 31, 2011 8:22 am
by Ronald P. Regensburg
The patch to SDL 1.2.14 (or rather, according to some, a hack) is specifically related to a memory leak in SheepShaver, so I do not know if it is of use with the issue you have with a different application.

http://bugzilla.libsdl.org/show_bug.cgi?id=870

and in more detail:

http://www.emaculation.com/forum/viewto ... 5746#35746

Posted: Sun Jul 31, 2011 2:48 pm
by herecomethej2000
Oh I see. I assumed you were talking about fullscreen. Thankyou though.

Posted: Thu Aug 18, 2011 5:16 pm
by herecomethej2000
Try compiling the latest SDL 1.2 in Mercurial. Someone seems to have fixed the issue at last.

Posted: Thu Aug 18, 2011 5:44 pm
by herecomethej2000
Or actually I already did it. ;)

http://www.mediafire.com/?xujo42py4c14i11

Posted: Thu Aug 18, 2011 7:59 pm
by Ronald P. Regensburg
herecomethej2000 wrote:Try compiling the latest SDL 1.2 in Mercurial. Someone seems to have fixed the issue at last.
Which issue is solved? The memory leak in SheepShaver or SheepShaver full-screen not working in Lion?

Posted: Fri Aug 19, 2011 12:57 am
by herecomethej2000
Fullscreen in Lion. I presume, I haven't compiled Sheepshaver to find out if it will work, but I have high hopes that it will. Aside from that, I really haven't had any issues with a memory leak or know of any SDL based program that has had a problem. Sheepshaver excluded of course, but you said you had a hack for that.

Posted: Fri Aug 19, 2011 7:56 am
by Ronald P. Regensburg
herecomethej2000 wrote:Fullscreen in Lion. I presume, I haven't compiled Sheepshaver to find out if it will work, but I have high hopes that it will.
So we do not know yet. Frankly, I doubt that the fullscreen issue for SheepShaver in Lion is solved. Maybe someone who runs Lion and knows how to build SheepShaver can try that. (I still run Snow Leopard and, as usually, I will wait at least 6 months before I will upgrade my machine to a new MacOSX version.)
Aside from that, I really haven't had any issues with a memory leak or know of any SDL based program that has had a problem. Sheepshaver excluded of course, but you said you had a hack for that.
The memory leak problem with SDL 1.2.14 (and only with SDL 1.2.14, not with earlier 1.2.x SDL versions) is a specific issue in SheepShaver only. Why I used version 1.2.14? Because it is/was the only version that could be used to build a version of SheepShaver for MacOSX that can run in 64-bit mode and then uses Quartz instead of the depreciated QuickDraw.

(My latest UB build contains PPC 32-bit with SDL 1.2.10, Intel 32-bit with SDL 1.2.10, and Intel 64-bit with SDL 1.2.14.)

Posted: Sun Aug 21, 2011 4:26 pm
by herecomethej2000
Well It works for d2x-xl, I thought perhaps someone here can quickly plug it in, compile and try it out. If no one has lion then i suppose you could just post it and see what someone with lion says. I guess I should have just compiled myself then but now I won't have time for a little while.

Posted: Sun Aug 21, 2011 7:52 pm
by Ronald P. Regensburg
herecomethej2000 wrote:I guess I should have just compiled myself then but now I won't have time for a little while.
Compiling SheepShaver takes less than 10 minutes.

My machine runs 10.6.8 with Xcode 3.2.6

I downloaded your SDL.framework, placed it in /Library/Frameworks, and did:

Code: Select all

mkdir SheepShaverSource
cd SheepShaverSource

cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix login

(password: "anoncvs")

cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout BasiliskII

cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout SheepShaver

cd SheepShaver
make links

cd src/Unix
./autogen.sh --enable-sdl-framework --disable-vosf --enable-sdl-audio --enable-sdl-video

make

make SheepShaver_app


mkdir -p SheepShaver.app/Contents/Frameworks
cp -R /Library/Frameworks/SDL.Framework SheepShaver.app/Contents/Frameworks/SDL.Framework
The resulting application is Intel and 64-bit only and runs in Snow Leopard, albeit with the known memory leak with SDL 1.2.14, in Console endlessly repeated:

Code: Select all

21-08-11 21:26:15	SheepShaver[49269]	*** __NSAutoreleaseNoPool(): Object 0x4e5d10 of class NSWindowGraphicsContext autoreleased with no pool in place - just leaking
If anyone wants to try this build in Lion: http://www.xs4all.nl/~ronaldpr/sheepsha ... n_test.zip

Posted: Sun Aug 21, 2011 9:19 pm
by Cat_7
Hi,

This build runs full screen in Lion, the memory leak is there, however.

However, trying to compile it in Lion with the instructions above, it gives an error in the make phase:
g++ -I/Library/Frameworks/SDL.framework/Headers -I../MacOSX/Launcher -I../kpx_cpu/include -I../kpx_cpu/src -DUSE_JIT -I../include -I. -I../slirp -DHAVE_CONFIG_H -D_REENTRANT -DDATADIR=\"/usr/local/share/SheepShaver\" -g -O2 -mdynamic-no-pic -fomit-frame-pointer -fno-align-functions -finline-functions -finline-limit=10000 -fno-exceptions -g0 -fno-reorder-blocks -fno-optimize-sibling-calls -c ../kpx_cpu/src/cpu/jit/basic-dyngen-ops.cpp -o obj/basic-dyngen-ops.o
../kpx_cpu/src/cpu/jit/basic-dyngen-ops.cpp: In function ‘void op_mov_ad_A0_im()’:
../kpx_cpu/src/cpu/jit/basic-dyngen-ops.cpp:79: internal compiler error: in EmitLV_DECL, at llvm-convert.cpp:7475
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make: *** [obj/basic-dyngen-ops.o] Error 1

Cat_7

Posted: Mon Aug 22, 2011 8:22 pm
by herecomethej2000
Yup fullscreen does work.
Sorry, what I meant was I was out the door after posting and would be gone till now, and didn't have time to take a look at it. Anyway I get the same error. Might be an xcode 4.1 thing. I'm actually a little surprised that there isn't an xcode file in there. Makes it a little simpler for people just wanting to compile after dling the source.

Anyway I did attempt at applying the memory leak fixes to the SDL code and recompiled. It compiles successfully but there was some differences in the SDL_QuartzVideo.m file and I wasn't entirely sure what I was doing. So its a bit a shot in the dark. If it works, then great. If not, then I encourage someone more experienced to dl the SDL source from mercurial and give it a shot.

http://www.mediafire.com/?41f37a2w14v3vsb

Posted: Mon Aug 22, 2011 8:54 pm
by Ronald P. Regensburg
I had a quick look at mercurial but I do not understand how to use it. I did apply the patch for the memory leak to SDL 1.2.14 source before. If you could provide the source, I can try to apply the patch for the leak and try to build a SheepShaver version the way I normally do, with sdl static (not with the framework).

Posted: Mon Aug 22, 2011 9:49 pm
by herecomethej2000
Oh its just dl the mercurial program

http://mercurial.selenic.com/

And enter this in terminal

Code: Select all

hg clone -u SDL-1.2 http://hg.libsdl.org/SDL SDL-1.2

Posted: Tue Aug 23, 2011 10:37 am
by Ronald P. Regensburg
I applied the patch to SDL-1.2 source obtained with Mercurial.

After studying the changes in SDL_QuartzVideo.m, I decided that the line that needed to be added to QZ_SetVideoWindowed () now also needs to be added to QZ_SetVideoFullScreen (). Not 100% sure if that is correct, but apparently it does no harm either.

I copied the patched SDL-1.2 into SheepShaverBuild/SDL and built SheepShaver like this:

Code: Select all

cd SheepShaverBuild

cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix login

(password: "anoncvs")

cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout BasiliskII

cvs -d :pserver:anoncvs@cvs.cebix.net:/home/cvs/cebix checkout SheepShaver


cd SDL/SDL-1.2-patched

./autogen.sh
./configure --disable-shared --prefix=`pwd`
make
make install

PATH=`pwd`/bin:$PATH
export PATH

cd ../../SheepShaver
make links

cd src/Unix
./autogen.sh --enable-sdl-static --disable-vosf --enable-sdl-audio --enable-sdl-video

make
make SheepShaver_app
The resulting application is Intel and 64-bit only, runs fine here in Snow Leopard in both windowed and fullscreen mode, both without memory leak. It has the known issues with SheepShaver in 64-bit mode, like the inability to copy text between guest and host.

Here is the application: http://www.xs4all.nl/~ronaldpr/sheepsha ... _test2.zip

Here are the patched SDL files: http://www.xs4all.nl/~ronaldpr/sheepsha ... _patch.zip

Posted: Tue Aug 23, 2011 11:21 am
by PeterHolbrook
Ronald P. Regensburg wrote:The resulting application is Intel and 64-bit only, runs fine here in Snow Leopard in both windowed and fullscreen mode, both without memory leak. It has the known issues with SheepShaver in 64-bit mode, like the inability to copy text between guest and host.
And it shares the inability to run on certain systems. Like its predecessor (when run in 64-bit mode), it will die when trying to start OS 9.0.4 on a Mac Pro 1.1 with either Snow Leopard or Lion.

Posted: Tue Aug 23, 2011 12:06 pm
by Ronald P. Regensburg
PeterHolbrook wrote:And it shares the inability to run on certain systems. Like its predecessor (when run in 64-bit mode), it will die when trying to start OS 9.0.4 on a Mac Pro 1.1 with either Snow Leopard or Lion.
October last year you wrote about this issue:
In my experience, the latest version consistently crashes on launch whenever it is run in 64-bit mode. Actually, I never get the chance to run any applications, as SheepShaver suddenly quits just when it is about to show the OS 9.0.4 desktop.
Is the very same thing happening now? It is not SheepShaver crashing on launch nor SheepShaver not running at all, but crashing when the 9.0.4 Finder is launched, or possibly just before that, so when certain software in MacOS is loaded. SheepShaver in 64-bit mode is known to crash when specific software is launched (iCab on my machine). As the issue you experience appears to be rare, it is difficult to figure what could be the cause without more information. The issue could be related to software you use in OS9 rather than related to the host system.

- Are SheepShaver-related messaged written in Console log when this happens?
- Is "Ignore Illegal Memory Accesses" enabled in Preferences?
- Do you have items in the "Startup Items" folder in 9.0.4?
- Have you tried starting SheepShaver with extensions disabled? (Press and hold the shift key immediately after the SheepShaver window opens, before the "Mac OS 9" welcome screen appears.)
- Have you tried running SheepShaver with a bare default 9.0.4 installation?

Posted: Tue Aug 23, 2011 1:52 pm
by PeterHolbrook
Ronald P. Regensburg wrote:Is the very same thing happening now? It is not SheepShaver crashing on launch nor SheepShaver not running at all, but crashing when the 9.0.4 Finder is launched, or possibly just before that, so when certain software in MacOS is loaded.
The same thing is happening. When the OS 9.0.4 is starting to appear, before I've had an opportunity to launch anything (such as a Finder window), SheepShaver just dies/quits/disappears.
Ronald P. Regensburg wrote:- Are SheepShaver-related messaged written in Console log when this happens?
The following is the Lion Problem Report for SheepShaver
Process: SheepShaver [2000]
Path: /System Folder/SheepShaver.app/Contents/MacOS/SheepShaver
Identifier: SheepShaver
Version: 2.3.20110823 (???)
Code Type: X86-64 (Native)
Parent Process: launchd [220]

Date/Time: 2011-08-23 15:30:04.299 +0200
OS Version: Mac OS X 10.7.1 (11B26)
Report Version: 9

Interval Since Last Report: 499628 sec
Crashes Since Last Report: 4
Per-App Crashes Since Last Report: 2
Anonymous UUID: 91C05671-3767-4D51-8A56-4BF46E0281AA

Crashed Thread: 1 Dispatch queue: com.apple.libdispatch-manager

Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[2000]: garbage collection is OFF

Thread 0:: Dispatch queue: com.apple.main-thread
0 SheepShaver 0x00000000780a1733 block_cache<powerpc_block_info, lazy_allocator>::find(unsigned long) + 35
1 SheepShaver 0x00000000780a054f powerpc_cpu::execute(unsigned int) + 175
2 SheepShaver 0x0000000078057f93 SDL_main + 2547
3 SheepShaver 0x00000000780bf880 udp_input + 1872
4 com.apple.Foundation 0x00007fff8ca15716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
5 com.apple.CoreFoundation 0x00007fff872b251a _CFXNotificationPost + 2634
6 com.apple.Foundation 0x00007fff8ca019cb -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
7 com.apple.AppKit 0x00007fff8dad3779 -[NSApplication _postDidFinishNotification] + 212
8 com.apple.AppKit 0x00007fff8dad34df -[NSApplication _sendFinishLaunchingNotification] + 78
9 com.apple.AppKit 0x00007fff8dad2250 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242
10 com.apple.AppKit 0x00007fff8dad1fb1 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
11 com.apple.CoreFoundation 0x00007fff872fbf51 -[NSObject performSelector:withObject:withObject:] + 65
12 com.apple.Foundation 0x00007fff8ca381c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
13 com.apple.Foundation 0x00007fff8ca3714e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
14 com.apple.Foundation 0x00007fff8ca36fdc _NSAppleEventManagerGenericHandler + 105
15 com.apple.AE 0x00007fff8f795a85 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
16 com.apple.AE 0x00007fff8f795963 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
17 com.apple.AE 0x00007fff8f795857 aeProcessAppleEvent + 250
18 com.apple.HIToolbox 0x00007fff8b2bc12d AEProcessAppleEvent + 102
19 com.apple.AppKit 0x00007fff8dacf3dd _DPSNextEvent + 1247
20 com.apple.AppKit 0x00007fff8dacea95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
21 com.apple.AppKit 0x00007fff8dacb3d6 -[NSApplication run] + 463
22 SheepShaver 0x00000000780bfed3 udp_input + 3491
23 SheepShaver 0x0000000078056478 start + 52

Thread 1 Crashed:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff89a047e6 kevent + 10
1 libdispatch.dylib 0x00007fff880c560e _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff880c419e _dispatch_mgr_thread + 54

Thread 2:
0 libsystem_kernel.dylib 0x00007fff89a0267a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff89a01d71 mach_msg + 73
2 SheepShaver 0x0000000078076533 sigsegv_install_handler(sigsegv_return_t (*)(sigsegv_info_t*)) + 515
3 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
4 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff89a0267a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff89a01d71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8729629c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8729ea04 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8729e216 CFRunLoopRunSpecific + 230
5 com.apple.CoreFoundation 0x00007fff872adf2f CFRunLoopRun + 95
6 SheepShaver 0x00000000780839d3 DarwinSysInit() + 883
7 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
8 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff89a03df2 __select + 10
1 SheepShaver 0x000000007808183f ether_start_udp_thread(int) + 655
2 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff89a03df2 __select + 10
1 SheepShaver 0x000000007808171e ether_start_udp_thread(int) + 366
2 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff89a0276a clock_sleep_trap + 10
1 SheepShaver 0x0000000078064ae6 TimerInit() + 166
2 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff89a03e42 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c52fdea nanosleep + 164
2 SheepShaver 0x0000000078065296 Delay_usec(unsigned int) + 86
3 SheepShaver 0x000000007807ce69 VideoInit() + 2265
4 SheepShaver 0x00000000780c8867 SDL_KillThread + 135
5 SheepShaver 0x000000007810b479 SDL_ThreadID + 329
6 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff89a03e42 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c52fdea nanosleep + 164
2 SheepShaver 0x0000000078065296 Delay_usec(unsigned int) + 86
3 SheepShaver 0x0000000078057209 DisableInterrupt() + 105
4 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
5 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff89a03e42 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c52fdea nanosleep + 164
2 SheepShaver 0x0000000078065296 Delay_usec(unsigned int) + 86
3 SheepShaver 0x000000007805713a jump_to_rom(unsigned int) + 138
4 libsystem_c.dylib 0x00007fff8c5798bf _pthread_start + 335
5 libsystem_c.dylib 0x00007fff8c57cb75 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff89a04192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c57b594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c57cb85 start_wqthread + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff89a04192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c57b594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c57cb85 start_wqthread + 13

Thread 1 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000004 rbx: 0x00007fff75b471e0 rcx: 0x00000000b0080528 rdx: 0x0000000000000000
rdi: 0x0000000000000003 rsi: 0x0000000000000000 rbp: 0x00000000b00806a0 rsp: 0x00000000b0080528
r8: 0x0000000000000001 r9: 0x00000000b0080668 r10: 0x00000000b0080538 r11: 0x0000000000000246
r12: 0x00007fff75b46540 r13: 0x0000000000000000 r14: 0x00007fff75b47270 r15: 0x00000000b0080668
rip: 0x00007fff89a047e6 rfl: 0x0000000000000247 cr2: 0x000000007adff000
Logical CPU: 0

Binary Images:
0x58dc000 - 0x58e0fff com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <1EAF877E-4F15-39F7-89FA-D362AA4DA9DE> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
0x58e5000 - 0x58ebfff com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f12) <B2B0AAA1-157C-3E65-B8A1-79C50D0191A3> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x70000000 - 0x70149ff7 com.apple.audio.units.Components (1.7 - 1.7) <A68668EB-624D-3867-A392-5D2E026AF14A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x78048000 - 0x78154fe7 SheepShaver (2.3.20110823 - ???) <3DFEAB4F-0248-1559-F6BB-1ABFA6BA0BB7> /System Folder/SheepShaver.app/Contents/MacOS/SheepShaver
0x7fff6d242000 - 0x7fff6d276ac7 dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
0x7fff84fde000 - 0x7fff8501afff libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
0x7fff86b28000 - 0x7fff86c2bfff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
0x7fff86c2c000 - 0x7fff86cf3ff7 com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff86d85000 - 0x7fff86daefff com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff86daf000 - 0x7fff86db3fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
0x7fff86dc0000 - 0x7fff86dc8fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff86dc9000 - 0x7fff86de6ff7 libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
0x7fff87266000 - 0x7fff87439ff7 com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff87501000 - 0x7fff87505fff libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
0x7fff87506000 - 0x7fff87513fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff87514000 - 0x7fff87530ff7 com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff87531000 - 0x7fff87537fff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff87624000 - 0x7fff87626ff7 com.apple.print.framework.Print (7.0 - 247) <579D7E49-A7F4-3C41-9434-3114B8A9B96C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff87627000 - 0x7fff87898fff com.apple.CoreImage (7.77 - 1.0.1) <AB6ECCF3-4B04-3363-9158-08F305BF15FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff87899000 - 0x7fff87d40ff7 FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff87d71000 - 0x7fff87d77ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff87dbd000 - 0x7fff87f7efe7 com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff87fbe000 - 0x7fff880c0ff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
0x7fff880c1000 - 0x7fff880c1fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <4CC14F7C-BCA7-3CAC-BEC9-B06576E5A15B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff880c2000 - 0x7fff880d0fff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
0x7fff880ea000 - 0x7fff880ecfff libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff880ed000 - 0x7fff88116fff libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8819e000 - 0x7fff881b4fff libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff881b8000 - 0x7fff881deff7 com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff881df000 - 0x7fff88249fff com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff88312000 - 0x7fff8833dff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff88343000 - 0x7fff88360fff libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff88361000 - 0x7fff88400fff com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff88401000 - 0x7fff88401fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff885f5000 - 0x7fff885f5fff com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff885f6000 - 0x7fff8861dfff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff88624000 - 0x7fff88626fff com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8866b000 - 0x7fff886cdff7 com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8875c000 - 0x7fff88772ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff88773000 - 0x7fff887c7ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff88e28000 - 0x7fff88e2cff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff88e2d000 - 0x7fff89104fff com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8928e000 - 0x7fff89298ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff892ac000 - 0x7fff892adfff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
0x7fff892ae000 - 0x7fff892f0ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
0x7fff89328000 - 0x7fff89337fff com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff89338000 - 0x7fff89355ff7 com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff89356000 - 0x7fff8946bfff com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff894db000 - 0x7fff895e7fef libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
0x7fff895ec000 - 0x7fff89905fff com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff89941000 - 0x7fff8998fff7 libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
0x7fff899ed000 - 0x7fff89a0dfff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff89a39000 - 0x7fff89b72fef com.apple.vImage (5.0 - 5.0) <C45D2CBE-FA15-3D13-9E9D-A3BF57B84BBE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff89b73000 - 0x7fff89b76ff7 com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff89c4b000 - 0x7fff89c85fff com.apple.DebugSymbols (2.1 - 85) <AEF473A5-25BF-3FB7-9A07-320D9CB85959> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff89c86000 - 0x7fff89ce6fff libvDSP.dylib (325.3.0 - compatibility 1.0.0) <74B62E70-4189-3022-8FC9-1182EA7C6E34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff89ced000 - 0x7fff89d9ffff com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8a4f9000 - 0x7fff8a526ff7 com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8a622000 - 0x7fff8a639fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8a63a000 - 0x7fff8a659fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
0x7fff8af98000 - 0x7fff8afaaff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff8afab000 - 0x7fff8b030ff7 com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8b07e000 - 0x7fff8b0e2fff com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8b17d000 - 0x7fff8b182fff com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8b183000 - 0x7fff8b18efff com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8b18f000 - 0x7fff8b195fff libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8b196000 - 0x7fff8b1adfff com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8b2ab000 - 0x7fff8b5cefff com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8b5e2000 - 0x7fff8b5f0fff com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8ba0d000 - 0x7fff8ba7dfff com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8ba7e000 - 0x7fff8ba89ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8ba8a000 - 0x7fff8bb20ff7 libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8bb21000 - 0x7fff8bb22ff7 libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
0x7fff8bb23000 - 0x7fff8c107faf libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8c15c000 - 0x7fff8c251fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff8c2a7000 - 0x7fff8c2eaff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8c52b000 - 0x7fff8c608fef libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
0x7fff8c609000 - 0x7fff8c609fff com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8c60a000 - 0x7fff8c60bfff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff8c73c000 - 0x7fff8c89ffff com.apple.CFNetwork (520.0.13 - 520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8c8a0000 - 0x7fff8c8b5fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8c969000 - 0x7fff8c9c0fff libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8c9c1000 - 0x7fff8c9e9ff7 com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8c9ea000 - 0x7fff8c9edfff libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8c9ff000 - 0x7fff8cd11fff com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8ce18000 - 0x7fff8ce18fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8ce6e000 - 0x7fff8cf7bfff libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8cf7c000 - 0x7fff8cfbdfff com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8cfbe000 - 0x7fff8cfd0ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8cfd1000 - 0x7fff8d03ffff com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8d06e000 - 0x7fff8d073ff7 libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
0x7fff8d43b000 - 0x7fff8d43bfff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8d7dd000 - 0x7fff8d7e6fff libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
0x7fff8da73000 - 0x7fff8dac5ff7 libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8dac6000 - 0x7fff8e6befff com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8e6bf000 - 0x7fff8e6c4fff libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8e6ee000 - 0x7fff8e6f5fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff8e904000 - 0x7fff8e905fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8e906000 - 0x7fff8e90bfff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff8e90c000 - 0x7fff8e90dfff libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
0x7fff8e90e000 - 0x7fff8e931ff7 com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8e932000 - 0x7fff8e935fff libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8e936000 - 0x7fff8e93bfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
0x7fff8e93c000 - 0x7fff8e93dff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff8e93e000 - 0x7fff8e9b9ff7 com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8ee45000 - 0x7fff8ef23ff7 com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8ef24000 - 0x7fff8ef38ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8ef39000 - 0x7fff8ef39fff com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8ef3a000 - 0x7fff8efd4ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8efe2000 - 0x7fff8f1e4fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
0x7fff8f1f3000 - 0x7fff8f268ff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
0x7fff8f4d8000 - 0x7fff8f5bcdef libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
0x7fff8f60a000 - 0x7fff8f639fff com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8f63e000 - 0x7fff8f63ffff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8f64a000 - 0x7fff8f695fff com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8f6a6000 - 0x7fff8f6acfff com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8f6ad000 - 0x7fff8f6e0fff com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8f6e1000 - 0x7fff8f70efe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
0x7fff8f70f000 - 0x7fff8f791fff com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8f792000 - 0x7fff8f7d1fff com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8f7d2000 - 0x7fff8f7d8fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
0x7fff8f7d9000 - 0x7fff8f7fdff7 com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8f7fe000 - 0x7fff8f903ff7 libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8ff53000 - 0x7fff8ffbaff7 com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff900dc000 - 0x7fff901bcfff com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <E7FD4DB7-7844-355A-83D0-C1F24BE71019> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff9022c000 - 0x7fff9022cfff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff9022d000 - 0x7fff90234ff7 com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff90235000 - 0x7fff90248ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff90249000 - 0x7fff90254ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff90260000 - 0x7fff90264fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff90265000 - 0x7fff902a4ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
0x7fff902ba000 - 0x7fff9030dfff libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff9030e000 - 0x7fff9031cff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff9037d000 - 0x7fff904d6ff7 com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff904e6000 - 0x7fff90bb49df com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff90bb7000 - 0x7fff90c11fff com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff90c12000 - 0x7fff90c12fff com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90c13000 - 0x7fff90c86fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff90c87000 - 0x7fff90d0bff7 com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff90e97000 - 0x7fff90e9cfff libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
0x7fff90e9d000 - 0x7fff90f41fef com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff90f6a000 - 0x7fff90fa9ff7 libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff90fe5000 - 0x7fff90fe8fff com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff91075000 - 0x7fff914a2fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff914a3000 - 0x7fff91545ff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff91546000 - 0x7fff91548fff libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
0x7fff91549000 - 0x7fff91550fff com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff91587000 - 0x7fff91726fff com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 6253
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=139.8M resident=66.7M(48%) swapped_out_or_unallocated=73.1M(52%)
Writable regions: Total=643.7M written=49.1M(8%) resident=59.6M(9%) swapped_out=36K(0%) unallocated=584.1M(91%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.5M
ATS (font support) (reserved) 8K reserved VM address space (unallocated)
CG backing stores 3380K
CG image 12K
CG raster data 64K
CG shared images 3440K
CoreGraphics 16K
CoreServices 3852K
MALLOC 50.7M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=249 156K
STACK GUARD 56.0M
Stack 13.6M
VM_ALLOCATE 545.7M
VM_ALLOCATE (reserved) 1088K reserved VM address space (unallocated)
__CI_BITMAP 80K
__DATA 12.6M
__IMAGE 1256K
__LINKEDIT 47.8M
__PAGEZERO 12K
__TEXT 92.0M
__UNICODE 544K
mapped file 33.6M
shared memory 312K
=========== =======
TOTAL 898.5M
TOTAL, minus reserved VM space 897.4M

Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 7 GB, SMC 1.7f10
Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 256 MB
Memory Module: DIMM Riser A/DIMM 1, 1 GB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4E5431475437325538504231424E2D334320
Memory Module: DIMM Riser A/DIMM 2, 1 GB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4E5431475437325538504231424E2D334320
Memory Module: DIMM Riser B/DIMM 1, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4D32443531323732545538394138422D3343
Memory Module: DIMM Riser B/DIMM 2, 512 MB, DDR2 FB-DIMM, 667 MHz, 0x830B, 0x4D32443531323732545538394138422D3343
Memory Module: DIMM Riser A/DIMM 3, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x0194, 0x534732353637464244313238353248434443
Memory Module: DIMM Riser A/DIMM 4, 2 GB, DDR2 FB-DIMM, 667 MHz, 0x0194, 0x534732353637464244313238353248434443
Bluetooth: Version 2.5.0f17, 2 service, 19 devices, 1 incoming serial ports
Network Service: Built-in Ethernet 1, Ethernet, en0
PCI Card: NVIDIA GeForce 7300 GT, sppci_displaycontroller, Slot-1
Serial ATA Device: ST31500341AS, 1.5 TB
Serial ATA Device: ST31000528AS, 1 TB
Serial ATA Device: ST3250824AS P, 250.06 GB
Serial ATA Device: Hitachi HDS722020ALA330, 2 TB
Serial ATA Device: HL-DT-ST BD-RE BH10LS30
Parallel ATA Device: SONY DVD RW DW-D150A
USB Device: U3 Cruzer Micro, 0x0781 (SanDisk Corporation), 0x5406, 0xfd200000 / 3
USB Device: Phaser 8400B, 0x0924 (Xerox Corporation), 0xfff1, 0xfd500000 / 4
USB Device: hub_device, apple_vendor_id, 0x911d, 0xfd400000 / 2
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd420000 / 7
USB Device: BT2.0, 0x0a12 (Cambridge Silicon Radio Ltd.), 0x0001, 0xfd421000 / 10
USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc52b, 0xfd423000 / 9
USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0xfd422000 / 8
USB Device: EPSON Scanner, 0x04b8 (Seiko Epson Corp.), 0x0121, 0xfd410000 / 6
USB Device: Apple Cinema Display, apple_vendor_id, 0x921d, 0xfd430000 / 5
FireWire Device: built-in_hub, 800mbit_speed
FireWire Device: unknown_device, unknown_speed

Ronald P. Regensburg wrote:- Is "Ignore Illegal Memory Accesses" enabled in Preferences?
Yes, it is.
Ronald P. Regensburg wrote:- Do you have items in the "Startup Items" folder in 9.0.4?
Only one: StuffIt Helper (StuffIt 7.0.3).
Ronald P. Regensburg wrote:- Have you tried starting SheepShaver with extensions disabled?
Have just done so (with your latest 64-bit "Lion" build). That way it boots successfully.
Ronald P. Regensburg wrote:- Have you tried running SheepShaver with a bare default 9.0.4 installation?
Not really, although my OS 9.0.4 installation is quite basic. The only non-Apple applications running there are Netscape, Classilla, Internet Explorer, WordPerfect, StuffIt 7.0.3 and a few "extras", such as PrintToPDF, File Buddy, LiteSwitch, TheMouse2B and that's probably all.

Posted: Tue Aug 23, 2011 3:46 pm
by Cat_7
Your last build also runs full screen. However, I can't run the SheepShaver executable from the command line.

Cat_7

Posted: Tue Aug 23, 2011 6:08 pm
by herecomethej2000
Yup fullscreen works

@ cat7

I'm not sure what you mean exactly, when I open package contents and open the actual binary in a terminal, it seems to work fine.

Posted: Tue Aug 23, 2011 6:55 pm
by Cat_7
Oops,

I cd-ed into the old SheepShaver.app, not into the latest ones. The latest ones also run from the command line.
Please discard my comment.

Best,
Cat_7

Posted: Tue Aug 23, 2011 7:10 pm
by Ronald P. Regensburg
PeterHolbrook wrote:The following is the Lion Problem Report for SheepShaver
Well, a little more than I asked for, but it is very similar to what happens when I launch iCab in 9.0.4 in SheepShaver running in 64-bit mode. So it may very well be some software you use in 9.0.4 that is incompatible with sheepShaver running in 64-bit mode.
Ronald P. Regensburg wrote:- Do you have items in the "Startup Items" folder in 9.0.4?
Only one: StuffIt Helper (StuffIt 7.0.3).
This could be a candidate, either this startup item or an extension that loads late at startup.
Ronald P. Regensburg wrote:- Have you tried starting SheepShaver with extensions disabled?
Have just done so (with your latest 64-bit "Lion" build). That way it boots successfully.
When you start up with extensions disabled, also startup items are not opened or launched.

If you remove the Stuffit Helper from the Startup Items folder and SheepShaver starts up normally in 64-bit mode, the Stuffit Helper is probably the problem. I expect that next launching Stuffit Helper manually will again initiate the crash.

Of course this shouldn't happen, but it will take a programmer with specific skills and lots of time to find what causes the incompatibility of some MacOS applications with SheepShaver in 64-bit mode.