Csound Csound-dev Csound-tekno Search About

[Csnd] CsoundQT 0.7.2 crashes after installing Csound 6 (OSX 10.8.4) log inside

Date2013-07-13 09:54
FromJohn Colgrove
Subject[Csnd] CsoundQT 0.7.2 crashes after installing Csound 6 (OSX 10.8.4) log inside
CsoundQT appears in the dock and crashes a second later. I can't use later
versions of csoundqt for csound 5 due to it being very unstable. Anyway
here's the crash log:

Process:         CsoundQt-d-py [4037]
Path:           
/Applications/CsoundQt-d-py-0.7.2.app/Contents/MacOS/CsoundQt-d-py
Identifier:      CsoundQt-d-py
Version:         ???
Code Type:       X86-64 (Native)
Parent Process:  launchd [352]
User ID:         501

Date/Time:       2013-07-10 17:37:50.985 -0600
OS Version:      Mac OS X 10.8.4 (12E55)
Report Version:  10

Interval Since Last Report:          882842 sec
Crashes Since Last Report:           2
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      CE2A0C12-941A-4CC2-2688-A4B396AA1353

Crashed Thread:  0

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded:
/Library/Frameworks/CsoundLib64.framework/Versions/5.2/CsoundLib64
  Referenced from:
/Applications/CsoundQt-d-py-0.7.2.app/Contents/MacOS/CsoundQt-d-py
  Reason: image not found

Binary Images:
       0x100000000 -        0x10065ffff +CsoundQt-d-py (???)

/Applications/CsoundQt-d-py-0.7.2.app/Contents/MacOS/CsoundQt-d-py
       0x1006e0000 -        0x10072aff7  com.apple.audio.midi.CoreMIDI (1.9
- 78) <28B1D3A5-973A-359A-99DC-18BE8C30C6B8>
/System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff64438000 -     0x7fff6446c93f  dyld (210.2.3)
<36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff8bf81000 -     0x7fff8bfe4ff7  com.apple.audio.CoreAudio (4.1.1 -
4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff93e5f000 -     0x7fff94049ff7  com.apple.CoreFoundation (6.8 -
744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7,
2.4 GHz, 4 GB, SMC 1.69f4
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD,
0x484D54333235533643465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD,
0x484D54333235533643465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6),
Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial
ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd120000 /
4
USB Device: Portable, 0x0bc2  (Seagate LLC), 0x2300, 0xfd122000 / 6
USB Device: Cruzer Edge, 0x0781  (SanDisk Corporation), 0x556b, 0xfd121000 /
5
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a,
0xfa113000 / 8
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252,
0xfa120000 / 4
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509,
0xfa200000 / 2




--
View this message in context: http://csound.1045644.n5.nabble.com/CsoundQT-0-7-2-crashes-after-installing-Csound-6-OSX-10-8-4-log-inside-tp5725532.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2013-07-13 21:40
FromAndres Cabrera
SubjectRe: [Csnd] CsoundQT 0.7.2 crashes after installing Csound 6 (OSX
Hi John,

I haven't tested, but it would seem that the new Csound6 installer might be overwriting or deleting some of the old links for the csound5 API on which that particular version of CsoundQt relies. If there is a version of Csound5 inside the framework, creating a link to it should work.

The goal is to make sure that this is an existing file:
/Library/Frameworks/CsoundLib64.framework/Versions/5.2/CsoundLib64


Cheers,
Andrés



On Sat, Jul 13, 2013 at 1:54 AM, John Colgrove <alpha.omega23@ymail.com> wrote:
CsoundQT appears in the dock and crashes a second later. I can't use later
versions of csoundqt for csound 5 due to it being very unstable. Anyway
here's the crash log:

Process:         CsoundQt-d-py [4037]
Path:
/Applications/CsoundQt-d-py-0.7.2.app/Contents/MacOS/CsoundQt-d-py
Identifier:      CsoundQt-d-py
Version:         ???
Code Type:       X86-64 (Native)
Parent Process:  launchd [352]
User ID:         501

Date/Time:       2013-07-10 17:37:50.985 -0600
OS Version:      Mac OS X 10.8.4 (12E55)
Report Version:  10

Interval Since Last Report:          882842 sec
Crashes Since Last Report:           2
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      CE2A0C12-941A-4CC2-2688-A4B396AA1353

Crashed Thread:  0

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded:
/Library/Frameworks/CsoundLib64.framework/Versions/5.2/CsoundLib64
  Referenced from:
/Applications/CsoundQt-d-py-0.7.2.app/Contents/MacOS/CsoundQt-d-py
  Reason: image not found

Binary Images:
       0x100000000 -        0x10065ffff +CsoundQt-d-py (???)
<FDC943E8-6859-9E53-01E0-7CFE7C4DFAE0>
/Applications/CsoundQt-d-py-0.7.2.app/Contents/MacOS/CsoundQt-d-py
       0x1006e0000 -        0x10072aff7  com.apple.audio.midi.CoreMIDI (1.9
- 78) <28B1D3A5-973A-359A-99DC-18BE8C30C6B8>
/System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff64438000 -     0x7fff6446c93f  dyld (210.2.3)
<36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    0x7fff8bf81000 -     0x7fff8bfe4ff7  com.apple.audio.CoreAudio (4.1.1 -
4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff93e5f000 -     0x7fff94049ff7  com.apple.CoreFoundation (6.8 -
744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7,
2.4 GHz, 4 GB, SMC 1.69f4
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD,
0x484D54333235533643465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD,
0x484D54333235533643465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6),
Broadcom BCM43xx 1.0 (5.106.98.100.17)
Bluetooth: Version 4.1.4f2 12041, 2 service, 11 devices, 1 incoming serial
ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd120000 /
4
USB Device: Portable, 0x0bc2  (Seagate LLC), 0x2300, 0xfd122000 / 6
USB Device: Cruzer Edge, 0x0781  (SanDisk Corporation), 0x556b, 0xfd121000 /
5
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a,
0xfa113000 / 8
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252,
0xfa120000 / 4
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509,
0xfa200000 / 2




--
View this message in context: http://csound.1045644.n5.nabble.com/CsoundQT-0-7-2-crashes-after-installing-Csound-6-OSX-10-8-4-log-inside-tp5725532.html
Sent from the Csound - General mailing list archive at Nabble.com.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2013-07-14 04:28
FromJohn Colgrove
Subject[Csnd] Re: CsoundQT 0.7.2 crashes after installing Csound 6 (OSX
Andres Cabrera wrote
> Hi John,
> 
> I haven't tested, but it would seem that the new Csound6 installer might
> be
> overwriting or deleting some of the old links for the csound5 API on which
> that particular version of CsoundQt relies. If there is a version of
> Csound5 inside the framework, creating a link to it should work.
> 
> The goal is to make sure that this is an existing file:
> /Library/Frameworks/CsoundLib64.framework/Versions/5.2/CsoundLib64
> 
> 
> Cheers,
> Andrés

I just checked and it appears csound 6 deleted that entire directory. I'll
try reinstalling Csound 5.



--
View this message in context: http://csound.1045644.n5.nabble.com/CsoundQT-0-7-2-crashes-after-installing-Csound-6-OSX-10-8-4-log-inside-tp5725532p5725568.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2013-07-14 04:38
FromJohn Colgrove
Subject[Csnd] Re: CsoundQT 0.7.2 crashes after installing Csound 6 (OSX
CsoundQT works now, but now the csound 6 directory is gone. Is this expected?



--
View this message in context: http://csound.1045644.n5.nabble.com/CsoundQT-0-7-2-crashes-after-installing-Csound-6-OSX-10-8-4-log-inside-tp5725532p5725569.html
Sent from the Csound - General mailing list archive at Nabble.com.