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
it seems pretty inconsistent as sometimes there is no error at all, but at least sometimes as this assert suggests it fails enumerating the devices / getting device count / (unlikely but) the default device index is out of bounds?
the mac version of pyinstaller works so it seems specific to windows.
The text was updated successfully, but these errors were encountered:
The obvious possibilities are that it is a bug in the host api that is initializing that hostApi->info struct, or the memory is getting corrupted somehow.
I don't know what pyinstaller is. Are you always using the same PortAudio binary or does that vary between the setup that works and the setup that fails the assert?
I have a python script that works in the interpreter and it uses
PyAudioWPatch
(a windows patch of pyaudio, which may or may not be related)but whenever I use pyinstaller it keeps crashing at random times, sometimes with this assert:
portaudio/src/common/pa_front.c
Line 233 in 57aa393
it seems pretty inconsistent as sometimes there is no error at all, but at least sometimes as this assert suggests it fails enumerating the devices / getting device count / (unlikely but) the default device index is out of bounds?
the mac version of pyinstaller works so it seems specific to windows.
The text was updated successfully, but these errors were encountered: