bananagram n00b
Joined: 26 Mar 2018 Posts: 2
|
Posted: Fri Mar 29, 2019 12:01 am Post subject: Audacity crash on startup |
|
|
I've got a problem with Audacity and Filezilla where they crash on startup with the error:
Code: | laptop3 ~ [ filezilla
Reading locale option from /root/.config/filezilla/filezilla.xml
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8).
[1] 12616 abort filezilla
|
Code: | laptop3 ~ $ audacity
Fatal Error: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1011,wx containers,compatible with 2.8),
and your program used 3.0 (wchar_t,compiler with C++ ABI 1013,wx containers,compatible with 2.8).
[1] 12525 abort (core dumped) audacity
|
Audacity started doing this when I reinstalled it a few days ago. I last updated GCC two weeks ago from 7 to 8.2.0, and I reinstalled libtool but didn't do anything else.
The solutions I found are all to recompile wxGTK and the package, but this didn't work for either of them. Does anyone know how I could fix this?
[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu] |
|