Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUGraphStart crashes on simulator below iOS 14 #463

Open
iamszabo opened this issue Jun 15, 2021 · 1 comment
Open

AUGraphStart crashes on simulator below iOS 14 #463

iamszabo opened this issue Jun 15, 2021 · 1 comment

Comments

@iamszabo
Copy link

Both the example app and our app crashes under simulator below iOS 14 (so only iOS 14 simulator works) since Big Sur.

It seems that once they fixed to avoid crashing on iOS 14 #453 it started to crash on the simulators.
There is also a Thread on Apple forums https://developer.apple.com/forums/thread/667921

2021-06-15 09:31:19.245892+0100 ExampleApp[72627:4435895] 239: CA_UISoundClientBase::StartPlaying: AddRunningClient failed (status = -66681).
2021-06-15 09:31:19.352905+0100 ExampleApp[72627:4435728] Slider Changed: 0.000000
2021-06-15 09:31:35.521689+0100 ExampleApp[72627:4435728] setDataSource:withQueueItemId: Playing: http://www.abstractpath.com/files/audiosamples/sample.mp3
2021-06-15 09:31:35.639445+0100 ExampleApp[72627:4435950] setCurrentlyReadingEntry:andStartPlaying:clearQueue: http://www.abstractpath.com/files/audiosamples/sample.mp3
2021-06-15 09:31:35.889586+0100 ExampleApp[72627:4435950] processFinishPlayingIfAnyAndPlayingNext:withNext: Finished: nothing, Next: http://www.abstractpath.com/files/audiosamples/sample.mp3, buffering.count=0,upcoming.count=0
2021-06-15 09:31:36.527620+0100 ExampleApp[72627:4436997] [AudioHAL_Client] HALB_IOBufferManager.cpp:226:GetIOBuffer:  HALB_IOBufferManager::GetIOBuffer: the stream index is out of range
2021-06-15 09:31:36.527789+0100 ExampleApp[72627:4436997] [AudioHAL_Client] HALB_IOBufferManager.cpp:226:GetIOBuffer:  HALB_IOBufferManager::GetIOBuffer: the stream index is out of range
2021-06-15 09:31:36.539061+0100 ExampleApp[72627:4436997] [aqme] 254: AQDefaultDevice (1): output stream 0: null buffer
2021-06-15 09:31:36.539329+0100 ExampleApp[72627:4436997] [aqme] 1640: EXCEPTION thrown (-50): -
2021-06-15 09:31:44.890548+0100 ExampleApp[72627:4435950] RPCTimeout.mm:55:_ReportRPCTimeout: Start: Mach message timeout. Apparently deadlocked. Aborting now.```
@iDevelopper
Copy link

Apple bug...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants