You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running Einstein against an iOS emulator (iPhone 6 or iPhone 7) with the ROM installed in the indicated directory, I get as far as the start-up screen before it halts.
The debugger highlights this line: OSStatus err = AudioOutputUnitStart( mOutputUnit );
With the message Thread 10: signal SIGABRT in an arrow next to it.
I would love to know if this is still an issue or not. I will try to test it out on iOS Simulator when I can.
There were a number of fixes to CoreAudio added just after the 2017.1.0 release and just before this bug report was created. If this report was from the 2017.1.0 release, or didn't include those patches, then this has probably been resolved.
Running Einstein against an iOS emulator (iPhone 6 or iPhone 7) with the ROM installed in the indicated directory, I get as far as the start-up screen before it halts.
The debugger highlights this line:
OSStatus err = AudioOutputUnitStart( mOutputUnit );
With the message
Thread 10: signal SIGABRT
in an arrow next to it.The console dumps:
2017-01-28 08:33:37.091921 iOSEinstein[1516:83336] [central] 54: ERROR: RPCTimeout.cpp:52: _ReportRPCTimeout: Start: Mach message timeout. Apparently deadlocked. Aborting now.
I can't Continue past it, or Step Over it.
The text was updated successfully, but these errors were encountered: