vanshg / MacAssistant

Google Assistant for macOS!
MIT License
1.62k stars 125 forks source link

Not enough room in heap zone #21

Closed incognitojam closed 6 years ago

incognitojam commented 7 years ago

I've just built this project in Xcode however when I click the microphone to begin speaking this error appears in the console and I cannot interact with the application again.

About to check refresh
2017-07-09 11:39:24.919959+0100 MacAssistant[1329:22671] [central] 54:   ERROR:    >avae> AVAudioConverter.mm:530: FillComplexProc: required condition is false: [impl->_inputBufferReceived.format isEqual: impl->_inputFormat]
Conversion error Error Domain=NSOSStatusErrorDomain Code=-108 "memFullErr / iMemFullErr: Not enough room in heap zone / "
2017-07-09 11:39:25.014680+0100 MacAssistant[1329:22671] [central] 54:   ERROR:    >avae> AVAudioConverter.mm:530: FillComplexProc: required condition is false: [impl->_inputBufferReceived.format isEqual: impl->_inputFormat]
Conversion error Error Domain=NSOSStatusErrorDomain Code=-108 "memFullErr / iMemFullErr: Not enough room in heap zone / "
(lldb)

I saw a comment about this on another issue and you spoke about different input devices. I have one headset attached to my front headphone port and the rear one is not in use.

Input Devices

Please let me know how I can help you to solve this issue.

mac1moon commented 6 years ago

I am still facing this issue. What is the solution for this?