Andy
Andy
> Hm, the crash seems to happen somewhere in > > https://github.com/mumble-voip/mumble/blob/e64f334c9376cfc8425916a152e3c09e301d5188/src/mumble/ClientUser.cpp#L153-L174 > > > while called from > https://github.com/mumble-voip/mumble/blob/e64f334c9376cfc8425916a152e3c09e301d5188/src/mumble/AudioOutputSpeech.cpp#L481 > > My guess is that the `AudioOutputSpeech` object is...
I found the log file and it's largely filled with `CoreAudioInput: AudioUnitRender failed.` which is probably part of the problem but past that I don't know. [Mumble.log](https://github.com/user-attachments/files/18310864/Mumble.log)
So I have been muted for all the times the crashes have happened and the audio has cut out. It is possible the audio cutting out is a separate issue...
This is currently in CMakeLists: ``` set(LATEST_Z3_VERSION "4.11.0") set(MINIMUM_Z3_VERSION "4.8.0") find_package(Z3) if (${Z3_FOUND}) if (${STRICT_Z3_VERSION}) if (NOT ("${Z3_VERSION_STRING}" VERSION_EQUAL ${LATEST_Z3_VERSION})) message( FATAL_ERROR "SMTChecker tests require Z3 ${LATEST_Z3_VERSION} for all tests...