CTRLR crashes when i load the TX-802 Panel.

Home Forums Platform Specific OSX CTRLR crashes when i load the TX-802 Panel.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #216
    Coil
    Participant
      • Topics: 2
      • Replies: 18
      • Total: 20

      Hi,

      CTRLR (Version from 2011-06-02) crashes when i load the TX-802 Panel (viewtopic.php?f=61&t=620) in standalone [u:1m5me7l3]and[/u:1m5me7l3] in audio unit mode.
      this is what the crashlog (stand alone version) says:

      [code:1m5me7l3]Process: Ctrlr [255]
      Path: /Applications/CTRL/Ctrlr.app/Contents/MacOS/Ctrlr
      Identifier: com.Instigator.Ctrlr
      Version: 5.0.0 (5.0.0)
      Code Type: X86 (Native)
      Parent Process: launchd [194]

      Date/Time: 2011-06-19 09:30:49.906 +0200
      OS Version: Mac OS X 10.6.7 (10J869)
      Report Version: 6

      Interval Since Last Report: 69809 sec
      Crashes Since Last Report: 5
      Per-App Interval Since Last Report: 44 sec
      Per-App Crashes Since Last Report: 1
      Anonymous UUID: 8B90A686-DB3E-4950-B4C6-CF17115B0FE4

      Exception Type: EXC_BAD_ACCESS (SIGBUS)
      Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
      Crashed Thread: 0 Juce Message Thread Dispatch queue: com.apple.main-thread

      Thread 0 Crashed: Juce Message Thread Dispatch queue: com.apple.main-thread
      0 libSystem.B.dylib 0xffff088c __memcpy + 236
      1 com.Instigator.Ctrlr 0x00322089 juce::MemoryInputStream::read(void*, int) + 55
      2 com.Instigator.Ctrlr 0x003222f0 juce::GZIPDecompressorInputStream::read(void*, int) + 130
      3 com.Instigator.Ctrlr 0x0031ff4e juce::BufferedInputStream::ensureBuffered() + 260
      4 com.Instigator.Ctrlr 0x0032001a juce::BufferedInputStream::read(void*, int) + 162
      5 com.Instigator.Ctrlr 0x00300d0c juce::InputStream::readByte() + 36
      6 com.Instigator.Ctrlr 0x0033c4bc juce::InputStream::readString() + 110
      7 com.Instigator.Ctrlr 0x0033c59b juce::BufferedInputStream::readString() + 147
      8 com.Instigator.Ctrlr 0x00390db8 juce::CustomTypeface::CustomTypeface(juce::InputStream&) + 160
      9 com.Instigator.Ctrlr 0x002755c2 getBuiltInFont(char const*, int) + 74
      10 com.Instigator.Ctrlr 0x002ad019 CtrlrLCDLabel::valueTreePropertyChanged(juce::ValueTree&, juce::Identifier const&) + 945
      11 com.Instigator.Ctrlr 0x003b0205 void juce::ListenerList<juce::ValueTree::Listener, juce::Array<juce::ValueTree::Listener*, juce::DummyCriticalSection> >::call<juce::ValueTree&, juce::Identifier const&>(void (juce::ValueTree::Listener::*)(juce::ValueTree&, juce::Identifier const&), juce::TypeHelpers::ParameterType<juce::ValueTree&>::type, juce::TypeHelpers::ParameterType<juce::Identifier const&>::type) + 85
      12 com.Instigator.Ctrlr 0x0036a3de juce::ValueTree::SharedObject::sendPropertyChangeMessage(juce::ValueTree&, juce::Identifier const&) + 92
      13 com.Instigator.Ctrlr 0x003a47c0 juce::ValueTree::SharedObject::sendPropertyChangeMessage(juce::Identifier const&) + 48
      14 com.Instigator.Ctrlr 0x003a58f2 juce::ValueTree::SharedObject::setProperty(juce::Identifier const&, juce::var const&, juce::UndoManager*) + 70
      15 com.Instigator.Ctrlr 0x003a5acf juce::ValueTree::setProperty(juce::Identifier const&, juce::var const&, juce::UndoManager*) + 113
      16 com.Instigator.Ctrlr 0x002ac6df CtrlrLCDLabel::CtrlrLCDLabel(CtrlrModulator&) + 947
      17 com.Instigator.Ctrlr 0x002c27ed CtrlrComponentTypeManager::createComponent(juce::Identifier const&, CtrlrModulator&) + 477
      18 com.Instigator.Ctrlr 0x002c29d7 CtrlrComponentTypeManager::createComponent(juce::ValueTree const&, CtrlrModulator&) + 111
      19 com.Instigator.Ctrlr 0x00287c47 CtrlrModulator::setComponentType(juce::ValueTree const&) + 89
      20 com.Instigator.Ctrlr 0x00288075 CtrlrModulator::restoreState(juce::ValueTree const&) + 191
      21 com.Instigator.Ctrlr 0x002e2a4a CtrlrPanelCanvas::addNewComponent(juce::ValueTree const&) + 376
      22 com.Instigator.Ctrlr 0x002e57e3 CtrlrPanelCanvas::restoreState(juce::ValueTree const&) + 233
      23 com.Instigator.Ctrlr 0x002ecac0 CtrlrPanelEditor::restoreState(juce::ValueTree const&) + 128
      24 com.Instigator.Ctrlr 0x0028b560 CtrlrPanel::restoreState(juce::ValueTree const&) + 412
      25 com.Instigator.Ctrlr 0x0028007f CtrlrManager::addPanel(juce::ValueTree const&, bool) + 175
      26 com.Instigator.Ctrlr 0x00280920 CtrlrManager::openPanelFromFile(juce::Component*) + 2058
      27 com.Instigator.Ctrlr 0x002d2e4e CtrlrMenu::buttonClicked(juce::Button*) + 390
      28 com.Instigator.Ctrlr 0x0045b3fb void juce::ListenerList<juce::Button::Listener, juce::Array<juce::Button::Listener*, juce::DummyCriticalSection> >::callChecked<juce::Component::BailOutChecker, juce::Button*>(juce::Component::BailOutChecker const&, void (juce::Button::Listener::*)(juce::Button*), juce::TypeHelpers::ParameterType<juce::Button*>::type) + 75
      29 com.Instigator.Ctrlr 0x00419b68 juce::Button::sendClickMessage(juce::ModifierKeys const&) + 176
      30 com.Instigator.Ctrlr 0x00433741 juce::Component::internalMouseUp(juce::MouseInputSource&, juce::Point<int> const&, juce::Time const&, juce::ModifierKeys const&) + 295
      31 com.Instigator.Ctrlr 0x00471f8d juce::MouseInputSourceInternal::sendMouseUp(juce::Component*, juce::Point<int> const&, juce::Time const&) + 119
      32 com.Instigator.Ctrlr 0x00472492 juce::MouseInputSourceInternal::setButtons(juce::Point<int> const&, juce::Time const&, juce::ModifierKeys const&) + 174
      33 com.Instigator.Ctrlr 0x00472713 juce::MouseInputSourceInternal::handleEvent(juce::ComponentPeer*, juce::Point<int> const&, juce::Time const&, juce::ModifierKeys const&) + 157
      34 com.Instigator.Ctrlr 0x0043413c juce::MouseInputSource::handleEvent(juce::ComponentPeer*, juce::Point<int> const&, long long, juce::ModifierKeys const&) + 82
      35 com.Instigator.Ctrlr 0x004863d2 juce::NSViewComponentPeer::sendMouseEvent(NSEvent*) + 108
      36 com.Instigator.Ctrlr 0x00486511 juce::NSViewComponentPeer::redirectMouseUp(NSEvent*) + 111
      37 com.apple.Foundation 0x930a1cdd __NSThreadPerformPerform + 506
      38 com.apple.CoreFoundation 0x97e4b4cb __CFRunLoopDoSources0 + 1563
      39 com.apple.CoreFoundation 0x97e48f8f __CFRunLoopRun + 1071
      40 com.apple.CoreFoundation 0x97e48464 CFRunLoopRunSpecific + 452
      41 com.apple.CoreFoundation 0x97e48291 CFRunLoopRunInMode + 97
      42 com.apple.HIToolbox 0x97ac4e04 RunCurrentEventLoopInMode + 392
      43 com.apple.HIToolbox 0x97ac4af5 ReceiveNextEventCommon + 158
      44 com.apple.HIToolbox 0x97ac4a3e BlockUntilNextEventMatchingListInMode + 81
      45 com.apple.AppKit 0x9207e78d _DPSNextEvent + 847
      46 com.apple.AppKit 0x9207dfce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
      47 com.apple.AppKit 0x92040247 -[NSApplication run] + 821
      48 com.Instigator.Ctrlr 0x0048c2c9 juce::MessageManager::runDispatchLoop() + 707
      49 com.Instigator.Ctrlr 0x0038f101 juce::JUCEApplication::main(juce::String const&) + 79
      50 com.Instigator.Ctrlr 0x0038f215 juce::JUCEApplication::main(int, char const**) + 95
      51 com.Instigator.Ctrlr 0x0023d5b5 start + 53

      Thread 1: Dispatch queue: com.apple.libdispatch-manager
      0 libSystem.B.dylib 0x9507a922 kevent + 10
      1 libSystem.B.dylib 0x9507b03c _dispatch_mgr_invoke + 215
      2 libSystem.B.dylib 0x9507a4f9 _dispatch_queue_invoke + 163
      3 libSystem.B.dylib 0x9507a29e _dispatch_worker_thread2 + 240
      4 libSystem.B.dylib 0x95079d21 _pthread_wqthread + 390
      5 libSystem.B.dylib 0x95079b66 start_wqthread + 30

      Thread 2:
      0 libSystem.B.dylib 0x9505409a mach_msg_trap + 10
      1 libSystem.B.dylib 0x95054807 mach_msg + 68
      2 com.apple.audio.midi.CoreMIDI 0x0096e0c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
      3 com.apple.audio.midi.CoreMIDI 0x0098c97a MIDIProcess::RunMIDIInThread() + 150
      4 com.apple.audio.midi.CoreMIDI 0x0096f2d9 XThread::RunHelper(void*) + 17
      5 com.apple.audio.midi.CoreMIDI 0x0096eca6 CAPThread::Entry(CAPThread*) + 96
      6 libSystem.B.dylib 0x950817fd _pthread_start + 345
      7 libSystem.B.dylib 0x95081682 thread_start + 34

      Thread 3: midi out
      0 libSystem.B.dylib 0x95082046 __semwait_signal + 10
      1 libSystem.B.dylib 0x95081d02 _pthread_cond_wait + 1191
      2 libSystem.B.dylib 0x95081855 pthread_cond_timedwait$UNIX2003 + 72
      3 com.Instigator.Ctrlr 0x00490e87 juce::WaitableEventImpl::wait(int) + 175
      4 com.Instigator.Ctrlr 0x00482d94 juce::WaitableEvent::wait(int) const + 26
      5 com.Instigator.Ctrlr 0x00320489 juce::Thread::wait(int) const + 27
      6 com.Instigator.Ctrlr 0x0039f6fb juce::MidiOutput::run() + 151
      7 com.Instigator.Ctrlr 0x003381cd juce::Thread::threadEntryPoint() + 105
      8 com.Instigator.Ctrlr 0x0048791a juce::threadEntryProc(void*) + 29
      9 libSystem.B.dylib 0x950817fd _pthread_start + 345
      10 libSystem.B.dylib 0x95081682 thread_start + 34

      Thread 4: Juce Timer
      0 libSystem.B.dylib 0x95082046 __semwait_signal + 10
      1 libSystem.B.dylib 0x95081d02 _pthread_cond_wait + 1191
      2 libSystem.B.dylib 0x95081855 pthread_cond_timedwait$UNIX2003 + 72
      3 com.Instigator.Ctrlr 0x00490e87 juce::WaitableEventImpl::wait(int) + 175
      4 com.Instigator.Ctrlr 0x00482d94 juce::WaitableEvent::wait(int) const + 26
      5 com.Instigator.Ctrlr 0x00320489 juce::Thread::wait(int) const + 27
      6 com.Instigator.Ctrlr 0x003dc91d juce::InternalTimerThread::run() + 223
      7 com.Instigator.Ctrlr 0x003381cd juce::Thread::threadEntryPoint() + 105
      8 com.Instigator.Ctrlr 0x0048791a juce::threadEntryProc(void*) + 29
      9 libSystem.B.dylib 0x950817fd _pthread_start + 345
      10 libSystem.B.dylib 0x95081682 thread_start + 34

      Thread 5: Juce FileBrowser
      0 libSystem.B.dylib 0x95082046 __semwait_signal + 10
      1 libSystem.B.dylib 0x95081d02 _pthread_cond_wait + 1191
      2 libSystem.B.dylib 0x95081855 pthread_cond_timedwait$UNIX2003 + 72
      3 com.Instigator.Ctrlr 0x00490e87 juce::WaitableEventImpl::wait(int) + 175
      4 com.Instigator.Ctrlr 0x00482d94 juce::WaitableEvent::wait(int) const + 26
      5 com.Instigator.Ctrlr 0x00333a63 juce::TimeSliceThread::run() + 897
      6 com.Instigator.Ctrlr 0x003381cd juce::Thread::threadEntryPoint() + 105
      7 com.Instigator.Ctrlr 0x0048791a juce::threadEntryProc(void*) + 29
      8 libSystem.B.dylib 0x950817fd _pthread_start + 345
      9 libSystem.B.dylib 0x95081682 thread_start + 34

      Thread 6:
      0 libSystem.B.dylib 0x950799b2 __workq_kernreturn + 10
      1 libSystem.B.dylib 0x95079f48 _pthread_wqthread + 941
      2 libSystem.B.dylib 0x95079b66 start_wqthread + 30

      Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xffff0893 ebx: 0xbfffd004 ecx: 0x00001c70 edx: 0x000071c1
      edi: 0x28016600 esi: 0x00000000 ebp: 0xbfffcd58 esp: 0xbfffcd50
      ss: 0x00000023 efl: 0x00010202 eip: 0xffff088c cs: 0x0000001b
      ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f
      cr2: 0x00000000

      Binary Images:
      0x1000 – 0x623feb +com.Instigator.Ctrlr 5.0.0 (5.0.0) <35322409-F174-8B2C-476D-19E5903ECBD1> /Applications/CTRL/Ctrlr.app/Contents/MacOS/Ctrlr
      0x95e000 – 0x9aaffb com.apple.audio.midi.CoreMIDI 1.7.1 (42) <FB4D4B64-6ABB-679E-3AA8-21DE9062B4C1> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
      0x8fe00000 – 0x8fe4162b dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
      0x90003000 – 0x90003ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
      0x90004000 – 0x90008ff7 IOSurface ??? (???) <F9E6DFC1-8DD9-7C7E-CA85-B80735586E05> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
      0x90009000 – 0x9000cff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B84D7376-EE9C-2B7F-04FA-D622E2C10CA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
      0x9000d000 – 0x90022fff com.apple.ImageCapture 6.0.2 (6.0.2) <E9F4B952-27A1-5BFC-CA8D-DADA055D30E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
      0x90023000 – 0x900fdffb com.apple.DesktopServices 1.5.10 (1.5.10) <2BA08DD4-35A2-A0FF-ADEA-B381F0CEEB81> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
      0x9013c000 – 0x9013eff7 libRadiance.dylib ??? (???) <B83179D4-E41C-D2BA-1E4C-A64CB45C15E6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
      0x9013f000 – 0x90555ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
      0x90556000 – 0x90599ff7 com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
      0x905a6000 – 0x905a9ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
      0x905b3000 – 0x905baff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
      0x907f2000 – 0x90842ff7 com.apple.framework.familycontrols 2.0.2 (2020) <C96C8A99-A40C-8B9C-1FBA-A0F46AC92F17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
      0x90843000 – 0x90846fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
      0x90847000 – 0x908c2fff com.apple.AppleVAFramework 4.10.23 (4.10.23) <57B7C626-F344-AB15-8556-00425FA765DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
      0x90982000 – 0x90ab0fe7 com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
      0x90ab1000 – 0x90bedff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <781018FB-474B-E09C-D419-5BFF80590A10> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
      0x90bee000 – 0x90d70fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D375C1CF-C88D-C5F6-3C49-CD429023FBAC> /usr/lib/libicucore.A.dylib
      0x90d71000 – 0x91560557 com.apple.CoreGraphics 1.545.0 (???) <8A4CB0D9-1001-0F62-4DA4-B8AB3B45E226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
      0x915bc000 – 0x915bcff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
      0x915bd000 – 0x92010ff7 com.apple.WebCore 6533.21 (6533.21.1) <09CE6602-4DB5-6E93-8593-4E1C57CB202F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
      0x92011000 – 0x92035ff7 libJPEG.dylib ??? (???) <A50127EB-C202-0436-E62D-41E2E893E436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
      0x92036000 – 0x92916ff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x92917000 – 0x92b15ff3 com.apple.JavaScriptCore 6533.20 (6533.20.20) <C97A479C-FDF9-3F19-2EE0-80288257C477> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
      0x92b44000 – 0x92b66fef com.apple.DirectoryService.Framework 3.6 (621.11) <CA979EAC-9537-43B6-CD69-C144ACB75E09> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
      0x93075000 – 0x932e8fe7 com.apple.Foundation 6.6.6 (751.53) <C73FDD37-000B-C505-FD8D-80D1C9D17965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
      0x94290000 – 0x942a4ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
      0x942a5000 – 0x946dcff3 com.apple.RawCamera.bundle 3.6.4 (561) <DBA5D7C1-CD82-CE7F-5AE5-A0E4E128236F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      0x94767000 – 0x94772ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <4560936D-7730-5DD2-BFD7-95270DDC210A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
      0x94773000 – 0x947c4ff7 com.apple.HIServices 1.8.2 (???) <63B29FF5-7077-8317-E710-2D94ADF7B499> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
      0x947fc000 – 0x948aaff3 com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
      0x948ab000 – 0x94d64ffb com.apple.VideoToolbox 0.484.20 (484.20) <C2D75C82-2EEE-6795-E50D-350A915B2475> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
      0x94d65000 – 0x94dd4ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
      0x94dd5000 – 0x94e32ff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
      0x94ead000 – 0x94f89ff3 com.apple.DiscRecording 5.0.8 (5080.4.1) <02CEEF66-C32E-B632-4440-3DDA3462FA70> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
      0x94fda000 – 0x94ff9fe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
      0x94ffa000 – 0x94ffcff7 com.apple.securityhi 4.0 (36638) <FC01BFC4-04DB-96F3-2412-A86CC4F94CB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
      0x94ffd000 – 0x9500aff7 com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
      0x9500b000 – 0x95052ffb com.apple.CoreMediaIOServices 134.0 (1160) <4CD78557-3CDA-A4B5-33CB-BBB876B4463D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
      0x95053000 – 0x951faff7 libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib
      0x951fb000 – 0x95209fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
      0x9520a000 – 0x9563fff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
      0x95640000 – 0x9564eff7 com.apple.opengl 1.6.12 (1.6.12) <81AEF74E-E33A-B021-9CDB-6199104105FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
      0x9566f000 – 0x956b0ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <95079B56-0B7B-F114-5C43-5220DBE0FBB1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
      0x956b1000 – 0x956e4ff3 libTrueTypeScaler.dylib ??? (???) <E5E16584-870F-CBCD-F861-3BB45324DE16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
      0x956e5000 – 0x9594afeb com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
      0x9594b000 – 0x959c5fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <D7B75C1C-1D52-19B6-2801-2F9D9911681F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
      0x959c6000 – 0x95d31ff7 com.apple.QuartzCore 1.6.3 (227.36) <8E927524-EB0A-D5BA-C2E4-FA26FE4C428A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
      0x95d70000 – 0x95e71fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
      0x95e80000 – 0x95ebdff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
      0x95ece000 – 0x95eceff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
      0x95ecf000 – 0x95f6aff7 com.apple.ApplicationServices.ATS 275.15.1 (???) <FD63F92B-8DDE-4DBA-A7A5-0294E3607083> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
      0x95f6b000 – 0x96008fe3 com.apple.LaunchServices 362.2 (362.2) <77B97C8B-321D-46A2-1DB5-388E45DFBC9F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
      0x9623d000 – 0x96536fef com.apple.QuickTime 7.6.6 (1756.15) <C2567783-4EAC-6803-522B-D701B95C4DAE> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
      0x96634000 – 0x9663afe7 com.apple.CommerceCore 1.0 (9) <928FCA4F-1366-AE18-CF67-87C79F5DAC21> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
      0x9681e000 – 0x9683ffe7 com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
      0x96889000 – 0x9689aff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
      0x9689b000 – 0x96943ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
      0x96985000 – 0x96986ff7 com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
      0x9698f000 – 0x969ccff7 com.apple.CoreMedia 0.484.20 (484.20) <FA68B18E-3FC2-EAA9-F70B-4ABD60E5474C> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
      0x96a24000 – 0x96b04fe7 com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
      0x96b56000 – 0x96bd6feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
      0x96c0f000 – 0x96c0fff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
      0x96c10000 – 0x96c49ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <90C5DE81-1BEF-D807-A898-0FC19BDD14EC> /usr/lib/libcups.2.dylib
      0x96e52000 – 0x96e9ffeb com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <136BFA48-D456-B677-3B5D-40A6946C3A09> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
      0x96ecb000 – 0x96eceff7 libCoreVMClient.dylib ??? (???) <12EF6056-7AC7-6691-75A2-BD0675C56A35> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
      0x96ecf000 – 0x96ed3ff7 libGFXShared.dylib ??? (???) <4F2199F0-320F-0B59-0380-D3131D644CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
      0x96f07000 – 0x96f71fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
      0x96f72000 – 0x96f92fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
      0x96f93000 – 0x9704cfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
      0x9704d000 – 0x97053fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
      0x9705c000 – 0x9705cff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
      0x9705d000 – 0x97169ff7 libGLProgrammability.dylib ??? (???) <2D172B4E-432F-D18E-EA99-3BD56DBE7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
      0x9734c000 – 0x9734dff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <253E9552-5CEA-0D5A-1EDA-3B8F669B79EA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
      0x9734e000 – 0x973f8fe7 com.apple.CFNetwork 454.11.12 (454.11.12) <BE832CCE-B692-F55F-F5F8-3973649AFEA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
      0x973f9000 – 0x97403fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
      0x97404000 – 0x97410ff7 libkxld.dylib ??? (???) <585F0A91-EFB8-E066-BDFB-4AFF37A8C323> /usr/lib/system/libkxld.dylib
      0x97411000 – 0x9741aff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
      0x9741b000 – 0x9745ffe7 com.apple.Metadata 10.6.3 (507.15) <74F05E64-2A68-BA10-CCD4-128D164E5A0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
      0x97460000 – 0x97470ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
      0x97471000 – 0x97580fe7 com.apple.WebKit 6533.21 (6533.21.1) <4FBCE2F9-84EB-302C-FD1F-DAD2422A219E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
      0x97581000 – 0x9759cff7 libPng.dylib ??? (???) <65E824F7-523A-CC34-ABDD-2A3B12DE1CA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
      0x9760f000 – 0x97640ff7 libGLImage.dylib ??? (???) <1AF72191-087A-5D75-B3B9-3F537315F635> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
      0x97641000 – 0x976eefe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <C8925910-B927-968B-4B71-D83A4CEF8646> /usr/lib/libobjc.A.dylib
      0x976ef000 – 0x976f9ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
      0x97742000 – 0x9776aff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
      0x978bb000 – 0x979e7ffb com.apple.MediaToolbox 0.484.20 (484.20) <D68A9F42-F7C6-5364-65A7-E72CEC6F854E> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
      0x97a90000 – 0x97db4fef com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
      0x97e0c000 – 0x97f87fe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      0x97f8b000 – 0x97faaff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
      0x97fab000 – 0x97fbffe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
      0x98071000 – 0x98109fe7 edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
      0x9840c000 – 0x9840cff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
      0x9847d000 – 0x984a3ffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
      0x984b1000 – 0x984f3ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
      0x984f4000 – 0x984f4ff7 com.apple.Carbon 150 (152) <BFDDA394-0F01-A3A3-A226-ED3A45975A56> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
      0x9868e000 – 0x986effe7 com.apple.CoreText 3.151.8 (???) <6F5D6C49-4693-B9B7-6612-832E8F155747> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
      0x986f0000 – 0x987f4fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
      0x98958000 – 0x9899eff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
      0x9899f000 – 0x98ae2fef com.apple.QTKit 7.6.6 (1756.15) <32C49374-14BC-53E7-FBFF-E11B42A41F56> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
      0x98c03000 – 0x98c0eff7 libGL.dylib ??? (???) <4425B9AA-B494-A336-EABB-6BBC9FF4EC4F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
      0x98cc3000 – 0x98cd5ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <D4BA36E6-3B6F-2796-0758-8473600CBF5B> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
      0x98cd7000 – 0x98d12feb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
      0x98d13000 – 0x98d2ffe3 com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
      0x98e1b000 – 0x98ed1ffb libFontParser.dylib ??? (???) <D85C1840-0FA8-27A2-54B7-FF336099EBC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
      0x98ed2000 – 0x98eeaff7 com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
      0x98eeb000 – 0x98f1eff7 com.apple.AE 496.4 (496.4) <C73D124C-C722-41D8-3465-4CE0D0BA9307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
      0x98f1f000 – 0x98f62ff7 libGLU.dylib ??? (???) <2C7B2727-26F6-F29D-9D15-33044E87359F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
      0x98f63000 – 0x98facfe7 libTIFF.dylib ??? (???) <5CE284EC-F637-EDBB-FDB3-61E86407CBB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
      0x98fcf000 – 0x99189feb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C96F11A7-2569-3037-C4C3-0342708FA3CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
      0x9918a000 – 0x99255fef com.apple.CoreServices.OSServices 359 (359) <EC340F74-8192-C9DD-40B3-AE4E519A38D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
      0x9929d000 – 0x99301ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
      0x99329000 – 0x9932eff7 com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
      0x993e4000 – 0x99476fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
      0x99477000 – 0x9947bff7 libGIF.dylib ??? (???) <447BC6E8-4C56-3D5D-983B-6BEA0D26F319> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
      0x99510000 – 0x99592ffb SecurityFoundation ??? (???) <BFE377A4-C830-3ECA-E69F-8A8094CDA0A6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
      0x99593000 – 0x998b3ff3 com.apple.CoreServices.CarbonCore 861.34 (861.34) <3DA9098F-B71B-4BDE-5DE5-4B76C49158EB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
      0x998b4000 – 0x998b4ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
      0x998c6000 – 0x99982fff com.apple.ColorSync 4.6.6 (4.6.6) <D00B95AE-2379-CB8E-B18C-FF5B66741C23> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
      0x99a86000 – 0x99acaff3 com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
      0xffff0000 – 0xffff1fff libSystem.B.dylib ??? (???) <ADF8138B-2384-2FC0-CCBF-C4721B53568A> /usr/lib/libSystem.B.dylib

      Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 14 GB, SMC 1.25f4
      Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
      Memory Module: global_name
      Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
      Network Service: Ethernet 1, Ethernet, en0
      PCI Card: ATI Radeon HD 5770, ATY,HoolockParent, Slot-1
      PCI Card: ATI Radeon HD 5770, Display, Slot-1
      Serial ATA Device: ST3320820AS_P, 298,09 GB
      Serial ATA Device: WDC WD3200AAKS-00YGA0, 298,09 GB
      Serial ATA Device: SAMSUNG HD753LJ, 698,64 GB
      Serial ATA Device: WDC WD15EARS-00Z5B1, 1,36 TB
      Parallel ATA Device: TSSTcorp CDDVDW SH-S222A
      USB Device: Hub, 0x04b4 (Cypress Semiconductor), 0x6560, 0xfd500000
      USB Device: ShuttleXpress, 0x0b33, 0x0020, 0xfd530000
      USB Device: Nocturn, 0x1235, 0x000a, 0xfd520000
      USB Device: Hub, 0x050d (Belkin Corporation), 0x0237, 0xfd300000
      USB Device: nanoPAD, 0x0944, 0x010e, 0xfd340000
      USB Device: AlphaTrack, 0x165b, 0xfad1, 0xfd350000
      USB Device: MS-20 Controller, 0x0944, 0x0101, 0xfd330000
      USB Device: AMT8, 0x086a, 0x0001, 0xfd320000
      USB Device: ProtectExecuter, 0x0819, 0x0101, 0x1d100000
      USB Device: iLok, 0x088e, 0x5036, 0x3d200000
      USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x5d200000
      FireWire Device: built-in_hub, Up to 800 Mb/sec
      FireWire Device: unknown_device, Unknown
      FireWire Device: Vendor 0x1F2 Device 0x106800, 0x1F2, Up to 400 Mb/sec[/code:1m5me7l3]

      any ideas please ?

      #2038
      atom
      Keymaster
        • Topics: 159
        • Replies: 2945
        • Total: 3104
        • ★★★★★

        this is because the TX802 has a LCDLabel and like i wrote those don’t work on the MAC

        #2039
        Coil
        Participant
          • Topics: 2
          • Replies: 18
          • Total: 20
          "atom":zioo5qcc wrote:
          this is because the TX802 has a LCDLabel and like i wrote those don’t work on the MAC[/quote:zioo5qcc]

          merci :!:

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘OSX’ is closed to new topics and replies.
        There is currently 0 users and 89 guests online
        No users are currently active
        Forum Statistics
        Threads: 2,495, Posts: 17,374, Members: 77,605
        Most users ever online was 12 on January 22, 2019 3:47 pm
        Ctrlr