Changes between Initial Version and Version 1 of Ticket #29259


Ignore:
Timestamp:
Apr 25, 2011, 5:31:06 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

What steps are necessary to reproduce the problem?

If you can provide a patch to fix it, please attach it to this ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29259

    • Property Keywords portaudio removed
    • Property Port portaudio added
  • Ticket #29259 – Description

    initial v1  
    11The following initialization error occurs when using portaudio under Mac OS X 10.6.7 on a MBP, and opening the default audio device in full-duplex.
    22
     3{{{
    34Assertion failed: (sizeof( UInt32 ) == sizeof( long )), function ringBufferIOProc, file src/hostapi/coreaudio/pa_mac_core.c, line 1713.
     5}}}
    46
    57This seems to be a problem from the 32 to 64 bit transition. It seems that only a patch in pa_mac_core.c in line 1713 is necessary.