Next Generation Emulation banner
61 - 80 of 97 Posts
Verified that version r386 now displays the ] and \ keys correctly if they are selected as controller keys. I also took a look at Activity Monitor while Virtual Jaguar was running, and noticed it was using between 64% and 81% of the CPU, and resulting in about 21% of resources in use. Presumably something more will be done with regard to the speed of VJ, as it does get slowed down when other processes start, such as Time Machine backups. By contrast, I checked how much the SNES emulator used on Activity Monitor, and it was typically 11%-12% of CPU, with peak load 2% as the % User number, and about 98% idle.

I did notice a new Preference in version r386 of Virtual Jaguar, checked, "Enable GPU". It would be nice to know what these initials stand for. I'm guessing GPU is something like "Graphics Processing Unit", and DSP something like "Digital Sound Processing".
 
VJ is a resource hog ATM, and slow; we know about these problems and will address them once we get the compatibility to an acceptable level. One of the things that we're hoping to do sooner than later though is move the DSP into its own thread which should help improve performance on multi-core machines.

And you guessed correctly, GPU is Graphics Processing Unit and DSP is Digital Sound Processor. I figured that if you have the option to turn off the DSP, you should have an option to turn off the GPU as well; this is mostly for testing sound issues to see if it improves things. By removing the GPU from the execution path, it leaves more cycles for the DSP, but you get no graphics. :p Not much use for most users.

Also, there will be proper documentation for VJ, and most likely built-in so you don't have to go digging for it. :thumb:
 
I have an early 2008 Macbook Pro and an early 2011 Macbook Pro, both with Lion and r385 works properly on both. What Macbook Pro model do you have? I know that the developer for Atari800MacX has seen crashes on a 2009 Macbook Pro with Lion, so I'm curious if that's the model you have.

I'm not sure what changes were made code wise between r381 and r385 which would cause the crash for you.
here is the description of my model MacbookPro 11 with Lion :

Model: MacBookPro8,3, BootROM MBP81.0047.B0E, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 1.70f3
Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB

:D

I tested the last release r386 and it crashes also !

I don't understand why the r381 worked and why the most recent release crashes ???

I try to trash the prefs but this don't work :(
 
Discussion starter · #64 ·
here is the description of my model MacbookPro 11 with Lion :

Model: MacBookPro8,3, BootROM MBP81.0047.B0E, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 1.70f3
Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB

:D

I tested the last release r386 and it crashes also !

I don't understand why the r381 worked and why the most recent release crashes ???

I try to trash the prefs but this don't work :(
Mine is pretty much identical, except my processor is 2.2Ghz and my SMC version is 1.69f1.

Nothing changed on my build system since creating r381. Can you copy the entire text in the crash report and post it here?
 
Mine is pretty much identical, except my processor is 2.2Ghz and my SMC version is 1.69f1.

Nothing changed on my build system since creating r381. Can you copy the entire text in the crash report and post it here?
here it is. Hope it can help you find what's wrong....

Code:
Process:         virtualjaguar [895]
Path:            /Applications/Emulateurs/*/virtualjaguar.app/Contents/MacOS/virtualjaguar
Identifier:      com.yourcompany.virtualjaguar
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [174]

Date/Time:       2011-08-03 22:36:56.825 +0200
OS Version:      Mac OS X 10.7 (11A511)
Report Version:  9

Interval Since Last Report:          70089 sec
Crashes Since Last Report:           4
Per-App Interval Since Last Report:  8 sec
Per-App Crashes Since Last Report:   4

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

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

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

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff8823367a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff88232d71 mach_msg + 73
2   com.apple.CoreFoundation      	0x00007fff84ca029c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation      	0x00007fff84ca8a04 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation      	0x00007fff84ca8216 CFRunLoopRunSpecific + 230
5   com.apple.HIToolbox           	0x00007fff8ed004ff RunCurrentEventLoopInMode + 277
6   com.apple.HIToolbox           	0x00007fff8ed07c21 ReceiveNextEventCommon + 355
7   com.apple.HIToolbox           	0x00007fff8ed07aae BlockUntilNextEventMatchingListInMode + 62
8   com.apple.AppKit              	0x00007fff8a345191 _DPSNextEvent + 659
9   com.apple.AppKit              	0x00007fff8a344a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10  QtGui                         	0x000000010219720b QEventDispatcherMac::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 555
11  QtCore                        	0x0000000102f1eb34 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
12  QtCore                        	0x0000000102f1ee54 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 180
13  QtCore                        	0x0000000102f2047c QCoreApplication::exec() + 188
14  com.yourcompany.virtualjaguar 	0x0000000100007533 SDL_main + 291
15  com.yourcompany.virtualjaguar 	0x00000001000961a0 -[SDLMain applicationDidFinishLaunching:] + 48
16  com.apple.Foundation          	0x00007fff84e5e716 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 47
17  com.apple.CoreFoundation      	0x00007fff84cbc51a _CFXNotificationPost + 2634
18  com.apple.Foundation          	0x00007fff84e4a9cb -[NSNotificationCenter postNotificationName:object:userInfo:] + 65
19  com.apple.AppKit              	0x00007fff8a349779 -[NSApplication _postDidFinishNotification] + 212
20  com.apple.AppKit              	0x00007fff8a3494df -[NSApplication _sendFinishLaunchingNotification] + 78
21  com.apple.AppKit              	0x00007fff8a348250 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 242
22  com.apple.AppKit              	0x00007fff8a347fb1 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 330
23  com.apple.CoreFoundation      	0x00007fff84d05f51 -[NSObject performSelector:withObject:withObject:] + 65
24  com.apple.Foundation          	0x00007fff84e811c7 __-[NSAppleEventManager setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 + 101
25  com.apple.Foundation          	0x00007fff84e8014e -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 283
26  com.apple.Foundation          	0x00007fff84e7ffdc _NSAppleEventManagerGenericHandler + 105
27  com.apple.AE                  	0x00007fff8f6c9a85 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 200
28  com.apple.AE                  	0x00007fff8f6c9963 _ZL25dispatchEventAndSendReplyPK6AEDescPS_ + 38
29  com.apple.AE                  	0x00007fff8f6c9857 aeProcessAppleEvent + 250
30  com.apple.HIToolbox           	0x00007fff8ed0f12d AEProcessAppleEvent + 102
31  com.apple.AppKit              	0x00007fff8a3453dd _DPSNextEvent + 1247
32  com.apple.AppKit              	0x00007fff8a344a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
33  com.apple.AppKit              	0x00007fff8a3413d6 -[NSApplication run] + 463
34  com.yourcompany.virtualjaguar 	0x00000001000967f3 main + 1299
35  com.yourcompany.virtualjaguar 	0x000000010000653a _start + 248
36  com.yourcompany.virtualjaguar 	0x0000000100006441 start + 33

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff882357e6 kevent + 10
1   libdispatch.dylib             	0x00007fff8639960e _dispatch_mgr_invoke + 923
2   libdispatch.dylib             	0x00007fff8639819e _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff88235192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff83290594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff83291b85 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff88235192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff83290594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff83291b85 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff88235192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff83290594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff83291b85 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff88235192 __workq_kernreturn + 10
1   libsystem_c.dylib             	0x00007fff83290594 _pthread_wqthread + 758
2   libsystem_c.dylib             	0x00007fff83291b85 start_wqthread + 13

Thread 6:
0   com.yourcompany.virtualjaguar 	0x000000010000d348 FileThread::HandleFile(QFileInfo) + 670

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000010004005  rbx: 0x00000000ffffffff  rcx: 0x00007fff5fbfda58  rdx: 0x0000000000000000
  rdi: 0x00007fff5fbfdb78  rsi: 0x0000000007000006  rbp: 0x00007fff5fbfdaa0  rsp: 0x00007fff5fbfda58
   r8: 0x0000000000002b03   r9: 0x00000000ffffffff  r10: 0x0000000000000c00  r11: 0xffffff80002d8240
  r12: 0x00007fff5fbfdb78  r13: 0x0000000007000006  r14: 0x0000000000002b03  r15: 0x0000000000000c00
  rip: 0x00007fff8823367a  rfl: 0x0000000000000206  cr2: 0x000000010e1f8000
Logical CPU: 0

Binary Images:
       0x100000000 -        0x1001ebff7 +com.yourcompany.virtualjaguar (??? - ???) <B3EB8143-A7CD-34A4-B47A-EBEABCB55FAB> /Applications/Emulateurs/*/virtualjaguar.app/Contents/MacOS/virtualjaguar
       0x102042000 -        0x102112fef +QtOpenGL (4.7.3 - compatibility 4.7.0) <448871DC-E215-84D2-7848-308AA7249B44> /Library/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
       0x102158000 -        0x102b35ff7 +QtGui (4.7.3 - compatibility 4.7.0) <1F568542-C5A4-8A3C-5006-EA65FEDE23F6> /Library/Frameworks/QtGui.framework/Versions/4/QtGui
       0x102ddf000 -        0x103067ff7 +QtCore (4.7.3 - compatibility 4.7.0) <1A2CF13B-BB74-85EA-5A4D-1C477E02DF6E> /Library/Frameworks/QtCore.framework/Versions/4/QtCore
       0x1030fb000 -        0x103101fff  com.apple.agl (3.1.4 - AGL-3.1.4) <AB6F0403-0C4C-3FF2-B59E-2246E5F8F810> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
       0x103783000 -        0x103787fff  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
       0x10378c000 -        0x103792fff  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f11) <A48CFDAF-9D81-3A14-8F67-9BAE253F73AE> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x103797000 -        0x103797fff +com.srslabs.iwow (??? - 3.1.3) <41BD4DEF-4C18-33C6-A8A6-F72545A7EAD6> /Library/Audio/Plug-Ins/HAL/iWow.plugin/Contents/MacOS/iTea
       0x1079ac000 -        0x1079daff7  GLRendererFloat (??? - ???) <AB59F7EA-62B1-3AA6-B940-47C0B6BC6DD9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x108c00000 -        0x108d98ff7  GLEngine (??? - ???) <EE6CCAE3-1CA1-3C5E-A83C-BB56AB413AB3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x108dcb000 -        0x108ec4fff  libGLProgrammability.dylib (??? - ???) <7B17211F-D04C-3916-8176-1930C24BA421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
       0x10a7fc000 -        0x10aaf2fe7  com.apple.ATIRadeonX3000GLDriver (7.2.9 - 7.0.2) <3C88205E-19B5-32EF-8937-9DBFA2B3BB30> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver
       0x10ab3d000 -        0x10bb9cfef  com.apple.driver.AppleIntelHDGraphicsGLDriver (7.2.9 - 7.0.2) <410F7BE3-2DC1-39E0-9E58-D3A2B91A4DB7> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHDGraphicsGLDriver
       0x10f112000 -        0x10f25bff7  com.apple.audio.units.Components (1.7 - 1.7) <A68668EB-624D-3867-A392-5D2E026AF14A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x7fff68a1a000 -     0x7fff68a4eac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
    0x7fff83240000 -     0x7fff8331dfef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
    0x7fff83362000 -     0x7fff833e7ff7  com.apple.Heimdal (2.1 - 2.0) <E4CD970F-8DE8-31E4-9FC0-BDC97EB924D5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff833fd000 -     0x7fff8346dfff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8346e000 -     0x7fff83497fff  com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff83508000 -     0x7fff83556ff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
    0x7fff83557000 -     0x7fff839feff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff83a0c000 -     0x7fff83a6cfff  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
    0x7fff83a6d000 -     0x7fff83a81ff7  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
    0x7fff83ebb000 -     0x7fff83efdff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff83fff000 -     0x7fff84000fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff84001000 -     0x7fff84106ff7  libFontParser.dylib (??? - ???) <22AADE96-E54D-3918-9DFA-1967F8B21E54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff84143000 -     0x7fff84143fff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff84152000 -     0x7fff84232fff  com.apple.CoreServices.OSServices (478.25 - 478.25) <CA11FC11-2F93-3C8A-8077-A67F381A3EBE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8464f000 -     0x7fff8465afff  com.apple.CommonAuth (2.1 - 2.0) <49949286-61FB-3A7F-BF49-0EBA45E2664E> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff846dc000 -     0x7fff847baff7  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
    0x7fff847e9000 -     0x7fff84988fff  com.apple.QuartzCore (1.7 - 269.0) <E0AFC745-4AC5-36E3-9827-E5344721071D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff849b5000 -     0x7fff849d4fff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
    0x7fff84b5e000 -     0x7fff84b61fff  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
    0x7fff84c70000 -     0x7fff84e43ff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff84e44000 -     0x7fff84e47fff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff84e48000 -     0x7fff8515afff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85e55000 -     0x7fff85e57fff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
    0x7fff85e58000 -     0x7fff85e58fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D75971EE-0D74-365A-8E52-46558EA49E87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff85f01000 -     0x7fff85f53ff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff861cf000 -     0x7fff86210fff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff86218000 -     0x7fff8621eff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8621f000 -     0x7fff8621ffff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff86224000 -     0x7fff8627efff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8628d000 -     0x7fff86291ff7  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
    0x7fff862d7000 -     0x7fff86389fff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8638a000 -     0x7fff86395ff7  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
    0x7fff86396000 -     0x7fff863a4fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
    0x7fff86771000 -     0x7fff86773fff  com.apple.TrustEvaluationAgent (2.0 - 1) <80AFB5D8-5CC4-3A38-83B9-A7DF5820031A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff86891000 -     0x7fff86927ff7  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
    0x7fff86928000 -     0x7fff86953ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
    0x7fff86954000 -     0x7fff869bbff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <0B715012-C8E8-386D-9C6C-90F72AE62A2F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff869bc000 -     0x7fff869bcfff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff86a39000 -     0x7fff86a75fff  libsystem_info.dylib (??? - ???) <BC49C624-1DAB-3A37-890F-6EFD46538424> /usr/lib/system/libsystem_info.dylib
    0x7fff86b09000 -     0x7fff86ba3ff7  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
    0x7fff87241000 -     0x7fff87245fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
    0x7fff87255000 -     0x7fff87255fff  com.apple.CoreServices (53 - 53) <5946A0A6-393D-3087-86A0-4FFF6A305CC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87256000 -     0x7fff872d1ff7  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
    0x7fff87559000 -     0x7fff8755bfff  libCVMSPluginSupport.dylib (??? - ???) <2D21E6BE-CB20-3F76-8DCC-1CB0660A8A5B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff875fa000 -     0x7fff877bbfe7  com.apple.CoreData (103 - 358.4) <8D8ABA2E-0161-334D-A7C9-79E5297E188B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff877c7000 -     0x7fff877daff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x7fff877f2000 -     0x7fff877f3fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
    0x7fff877f4000 -     0x7fff877f5fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff877f6000 -     0x7fff8786bff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff8786c000 -     0x7fff878eefff  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
    0x7fff878ef000 -     0x7fff878f2ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff87990000 -     0x7fff879a6ff7  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
    0x7fff879a7000 -     0x7fff87a6eff7  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <E05006B6-A597-3924-851A-FBEC493B598B> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff87a6f000 -     0x7fff87ac3ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff88101000 -     0x7fff88104fff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff88162000 -     0x7fff8818bfff  libJPEG.dylib (??? - ???) <3DBFEB41-4BF2-3502-872A-BB3738EE61B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff88193000 -     0x7fff881bbff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff88205000 -     0x7fff8820afff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
    0x7fff8820b000 -     0x7fff8821dff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff8821e000 -     0x7fff8823efff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8823f000 -     0x7fff8824dfff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff88281000 -     0x7fff88287fff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff88288000 -     0x7fff882c7ff7  libGLImage.dylib (??? - ???) <29F82AD9-45F0-3AC5-A4A4-B767EC555D82> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8895e000 -     0x7fff88c77fff  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
    0x7fff88c78000 -     0x7fff88c8aff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff88cac000 -     0x7fff88cfffff  libFontRegistry.dylib (??? - ???) <8FE14D77-1286-3619-A02E-0AC1A622596E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff88d00000 -     0x7fff88d01fff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff88d02000 -     0x7fff88d19fff  com.apple.MultitouchSupport.framework (220.62 - 220.62) <7EF58A7E-CB97-335F-A025-4A0F00AEF896> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff88d9e000 -     0x7fff88dbbff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
    0x7fff88dbc000 -     0x7fff88fbefff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <82DCB94B-3819-3CC3-BC16-2AACA7F64F8A> /usr/lib/libicucore.A.dylib
    0x7fff89065000 -     0x7fff89074fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89495000 -     0x7fff894e0fff  com.apple.SystemConfiguration (1.11 - 1.11) <0B02FEC4-C36E-32CB-8004-2214B6793AE8> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8964d000 -     0x7fff8967cfff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff896c6000 -     0x7fff896cbfff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8985d000 -     0x7fff898cbfff  com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff898da000 -     0x7fff8991dff7  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
    0x7fff8993a000 -     0x7fff89944ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
    0x7fff8999b000 -     0x7fff89a0efff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff89a0f000 -     0x7fff89a14ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
    0x7fff89a19000 -     0x7fff89a19fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff89a1a000 -     0x7fff89a54fef  com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff89a55000 -     0x7fff89abffff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff89ba0000 -     0x7fff89ba6fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a33c000 -     0x7fff8af34fff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8af63000 -     0x7fff8b23afff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8b256000 -     0x7fff8b25ffff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <BD08553D-8088-38A8-8007-CF5C0B8F0404> /usr/lib/system/libnotify.dylib
    0x7fff8b260000 -     0x7fff8b362ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
    0x7fff8b3bd000 -     0x7fff8b3bfff7  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
    0x7fff8b3c0000 -     0x7fff8b3cdfff  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
    0x7fff8b3d7000 -     0x7fff8b43efff  com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8b492000 -     0x7fff8b4affff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8b4b0000 -     0x7fff8b4c7fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8b4c8000 -     0x7fff8b5bdfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8b5f2000 -     0x7fff8b5f9fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B>
 
Mine is pretty much identical, except my processor is 2.2Ghz and my SMC version is 1.69f1.

Nothing changed on my build system since creating r381. Can you copy the entire text in the crash report and post it here?
and the rest... (too long) :roll eyes:

Code:
0x7fff8b605000 -     0x7fff8b638fff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8b68a000 -     0x7fff8b7edfff  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
    0x7fff8b7ee000 -     0x7fff8b8b5ff7  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
    0x7fff8b8b6000 -     0x7fff8b8bbfff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff8b8bc000 -     0x7fff8b8c0fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8badd000 -     0x7fff8badefff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
    0x7fff8badf000 -     0x7fff8bae7fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8bae8000 -     0x7fff8bbebfff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <ED5E84C6-646D-3B70-81D6-7AF957BEB217> /usr/lib/libsqlite3.dylib
    0x7fff8bbec000 -     0x7fff8bbf2fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
    0x7fff8bbf3000 -     0x7fff8c1d7faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8c363000 -     0x7fff8c3bafff  libTIFF.dylib (??? - ???) <9E32B490-4C5B-3D96-AF27-9C085C606403> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8c564000 -     0x7fff8c991fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8c992000 -     0x7fff8ca16ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8ca17000 -     0x7fff8ce32ff7  com.apple.RawCamera.bundle (3.7.2 - 573) <FF8D349E-E8DF-3D12-91E9-BA00C13D5359> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8ce33000 -     0x7fff8cf3ffef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8cf40000 -     0x7fff8cf41ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8cf60000 -     0x7fff8cf60fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8cfbe000 -     0x7fff8cfd4fff  libGL.dylib (??? - ???) <22064411-0A62-373C-828B-0AA2BA2A8D34> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8cfd5000 -     0x7fff8d0e2fff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8d0e3000 -     0x7fff8d145ff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8d202000 -     0x7fff8d21eff7  com.apple.GenerationalStorage (1.0 - 124) <C0290CA0-A2A0-3280-9442-9D783883D638> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8d21f000 -     0x7fff8d21ffff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff8d264000 -     0x7fff8d281ff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8d282000 -     0x7fff8d2affe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
    0x7fff8d2b0000 -     0x7fff8d394def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
    0x7fff8d395000 -     0x7fff8d3c2ff7  com.apple.opencl (1.50.62 - 1.50.62) <616ADE61-11D1-3816-A255-3F0F80F2EAC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8dafc000 -     0x7fff8db20ff7  com.apple.Kerberos (1.0 - 1) <2FF2569B-F59A-371E-AF33-66297F512CB3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8de6f000 -     0x7fff8dfa8fef  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
    0x7fff8dfa9000 -     0x7fff8e048fff  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
    0x7fff8e049000 -     0x7fff8e7179df  com.apple.CoreGraphics (1.600.0 - ???) <B3C42497-53F5-31BB-987E-D1E76746B0E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8e718000 -     0x7fff8e72dfff  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
    0x7fff8e72e000 -     0x7fff8e7d2fef  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
    0x7fff8e939000 -     0x7fff8ebaafff  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
    0x7fff8ecaf000 -     0x7fff8eceeff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <DE681910-3F7F-3502-9937-AB8008CD281A> /usr/lib/libcups.2.dylib
    0x7fff8ecef000 -     0x7fff8ecfdff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
    0x7fff8ecfe000 -     0x7fff8f021fff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8f022000 -     0x7fff8f026fff  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
    0x7fff8f027000 -     0x7fff8f02cfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8f057000 -     0x7fff8f07dff7  com.apple.framework.familycontrols (3.0 - 300) <72FEA71A-5865-3875-97E9-3C8C96B7F7FA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8f1ce000 -     0x7fff8f327ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8f328000 -     0x7fff8f32dfff  com.apple.OpenDirectory (10.7 - 144) <E8AACF47-C423-3DCE-98F6-A811612B1B46> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8f356000 -     0x7fff8f356fff  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
    0x7fff8f357000 -     0x7fff8f3f9ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8f692000 -     0x7fff8f6b5ff7  com.apple.RemoteViewServices (1.0 - 1) <EB549657-8EDC-312A-B8BE-DEC3E160AC3D> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8f6c6000 -     0x7fff8f705fff  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
    0x7fff8f706000 -     0x7fff8f72dfff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8f75e000 -     0x7fff8f765ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8f766000 -     0x7fff8f76dfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
    0x7fff8f76e000 -     0x7fff8f76fff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
    0x7fff8f770000 -     0x7fff8f77bff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff8f77c000 -     0x7fff8f782fff  libGFXShared.dylib (??? - ???) <DE6987C5-81AC-3AE6-84F0-138C9636D412> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8f783000 -     0x7fff8f898fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 3
    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: 3149950
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=192.5M resident=154.6M(80%) swapped_out_or_unallocated=37.9M(20%)
Writable regions: Total=173.4M written=40.2M(23%) resident=47.6M(27%) swapped_out=0K(0%) unallocated=125.8M(73%)
 
REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 32.0M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  2528K
CG image                             32K
CG raster data                      136K
CG shared images                   3448K
CoreGraphics                         16K
CoreServices                       5976K
IOKit                              2868K
IOKit (reserved)                    512K        reserved VM address space (unallocated)
MALLOC                             76.6M
MALLOC guard page                    32K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=243                        4K
Memory tag=249                      156K
STACK GUARD                        56.0M
Stack                              11.0M
VM_ALLOCATE                        16.2M
__CI_BITMAP                          80K
__DATA                             44.9M
__IMAGE                            1256K
__LINKEDIT                         59.4M
__TEXT                            133.1M
__UNICODE                           544K
mapped file                        30.0M
shared memory                       452K
===========                      =======
TOTAL                             476.9M
TOTAL, minus reserved VM space    476.4M

Model: MacBookPro8,3, BootROM MBP81.0047.B0E, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 1.70f3
Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x830B, 0x4D3253344736344342384842354E2D434720
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x830B, 0x4D3253344736344342384842354E2D434720
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.6)
Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: TOSHIBA MK7559GSXF, 750,16 GB
Serial ATA Device: MAT****ADVD-R   UJ-898
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
USB Device: iPad, apple_vendor_id, 0x129a, 0xfa130000 / 6
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0246, 0xfa120000 / 5
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
 
The new machine has now been upgraded to Lion, and I tried running version r386 on it. Though VJ runs on the Lion machine, it does so at half-speed when the sound and graphics are on together. Disabling DSP lets the graphics run full-speed, while disabling GPU lets the sound play at full speed more or less, though with a bit of scratchiness in the sound. The machine is now OS 10.7, 2.7 GHz Intel Core i5 processor, 4 GB memory (1333 MHz DDR3). I have found that I can just create a Virtual Jaguar folder, have an eeproms folder and software folder inside it, along with virtual jaguar, and that Virtual Jaguar folder can be pretty much anywhere, including on the desktop.
 
I'm finding that when I use the numbers to enter a passcode to start at a particular level, the numbers I type don't get entered correctly (7 and 9 as 8, etc.), which screws up the ability to enter such passcodes. I went into greater detail on this on an earlier reply. That part still stands fully.
 
r387 posted
OK, I've found what's wrong for me !!!

It's seems like the emulator now parses the software folder on launch ?!

and when it found something wrong or bad name or something else, it crashes...

Others questions:

why the preferences for the bios folder gone ? and where are the others preferences for the news folders called "AlpineROMPath" and "absROMPath" ???

the menu and the buttons seems not synchronize in the UI...

Why on launch the screen look like garbage and not the "TV mode" like when I turn off the Jaguar ?

On the other side, the emulator seem more robust (the sound are bad but seems more correct and accurate with all options on (DSP).

Keep going guys :thumb:
 
@TheUMan: VJ has always parsed the software folder on launch, and it should never cause the emu to crash. Not sure what's going on with your machine, but it would be nice if you could provide a concise set of steps to follow to make it crash in this way. :)

Separate BIOS files are no longer needed; they're built-in now. ;) And the Alpine options are mainly for developers, most regular users will have no use for them (that's why they're hidden, unless you pass in the --alpine switch from the command line).

Not sure why the menu and toolbar aren't synchonized, that shouldn't happen. Again, can you supply a set of steps to follow to put them in an inconsistent state? :)

We're still not 100% sure what to present to the user on first loading the emu, the jury is still out on that one. Though the untuned tank (TV noise) is my favorite. :thumb:

@Robert R: Not sure what the problem is with Bubsy, we'll add it to the list of known problems and see if we can figure it out. :thumb:
 
As I recall, I first started getting the problems entering the passcodes in Bubsy when we could first start configuring the keys. Before the keys (including 0-9) were configurable, it took the passcodes just fine. Only after we could start assigning different keys for up, down, left, right, pause, options, and the numbers did entering passcodes go wrong. I'm not sure why someone would redefine the number keys for numbers, though I have found the numbers on the keypad to be hardier keys than the direction arrows. It may have something to do with 8 being the key for 8 and up, 6 the key for 6 and right, 4 for 4 and left, and 2 for 2 and down, yet even after I reset up, down, left, and right so that the same key no longer represented multiple buttons, the problem entering the numbers still persists.

Interestingly enough, the up, down, left, and right keys, even if redefined, work perfectly when entering your name for a high score. Of course there, you're scrolling up and down through all the possibilities, rather than jumping to a specific letter or number.
 
@TheUMan: VJ has always parsed the software folder on launch, and it should never cause the emu to crash. Not sure what's going on with your machine, but it would be nice if you could provide a concise set of steps to follow to make it crash in this way. :)
I found some files (for example "Badcode3 (2000)(Badcoder)(PD).jag") that makes the emulator crashing (???) the same files with release 381 and the emulator don't crash ? can you explain that ??? :eyemove:

I can send you this file if you want.

Separate BIOS files are no longer needed; they're built-in now. ;) And the Alpine options are mainly for developers, most regular users will have no use for them (that's why they're hidden, unless you pass in the --alpine switch from the command line).
Ok

Not sure why the menu and toolbar aren't synchonized, that shouldn't happen. Again, can you supply a set of steps to follow to put them in an inconsistent state? :)
when I clic on the "Use CD Unit" button and I turn on, then I clic another time on the "Use CD Unit" button, then I can't turn off the Emulator ? the button is greyed... And the emulator loop in the bios sequence...

We're still not 100% sure what to present to the user on first loading the emu, the jury is still out on that one. Though the untuned tank (TV noise) is my favorite. :thumb:
why not do this right now because it seem more logic than this garbage screen...
 
@Robert R: That helps. :) If you still have the old revisions kicking around, you could do some testing and find which revision broke the keypad entering--that would really help a lot. ;)

@TheUMan: Please send that file, I want to see if I can make VJ crash with it. Also, thanks for the info, all very useful and will help make the UI even better. :thumb:
 
Version r385 broke the keypad entering. I downloaded versions r365 and later one at a time until I came across the first one that didn't work properly with the numbers. Ironically, I think it was also version r385 that got grab fixed to enable customizing the keys. Also of note, since I put the older versions in the Virtual Jaguar folder after adding on which version number, they used the customized settings I had set with later versions (e.g. Tab for options vs. the ' key as initially set). And just to verify, I set the up, down, left, and right keys to 8, 2, 4, and 6 with version r387, and then after saving those settings, went into version r381 again. Entering the passcodes in version r381 worked fine, even with the direction keys set to numbers.
 
Confirmed that version r389 fixes using the number keys to enter pass codes for starting at a particular level. I also note the Help menu for documentation within VJ. While writing, I also tried once again playing while defining the jump key as the Command key. But doing that opens the potential for a stuck directional key if you press the key for left or right while holding down Command. Otherwise defining the keys one wants to use to play and playing with those defined keys, including entering a name for a high score and entering level codes, works as one would expect. Looks like consistent full speed is the main issue now.
 
61 - 80 of 97 Posts