Bugzilla – Bug 1025314
playonlinux crash (wx broke ABI?)
Last modified: 2017-02-17 17:00:30 UTC
Hello, I cannot run playonlinux. I get this output: Looking for python... 2.7.13 - wxversion(s): 3.0-gtk2 Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1010,STL containers,compatible with 2.8). /usr/share/playonlinux/bash/find_python, linha 58: 31257 Abortado (imagem do núcleo gravada)"$POL_PYTHON" "$POLDIR/python/check_python.py" failed tests Looking for python2.7... 2.7.13 - wxversion(s): 3.0-gtk2 Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1010,STL containers,compatible with 2.8). /usr/share/playonlinux/bash/find_python, linha 58: 31265 Abortado (imagem do núcleo gravada)"$POL_PYTHON" "$POLDIR/python/check_python.py" failed tests Looking for python2... 2.7.13 - wxversion(s): 3.0-gtk2 Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1010,STL containers,compatible with 2.8). /usr/share/playonlinux/bash/find_python, linha 58: 31277 Abortado (imagem do núcleo gravada)"$POL_PYTHON" "$POLDIR/python/check_python.py" failed tests Please install python before trying to run this program Loading manually wx also results in the same core dump: $ LANG=C python -m wx Fatal Error: Mismatch between the program and library build versions detected. The library used 3.0 (wchar_t,compiler with C++ ABI 1002,STL containers,compatible with 2.8), and wxPython used 3.0 (wchar_t,compiler with C++ ABI 1010,STL containers,compatible with 2.8). Abortado (imagem do núcleo gravada) Does playonlinux need a simple forced rebuild?
Hi Jacob, would you please take a look at this issue? I'm not sure whether it is right to assign it to you, please feel free to reassign whenever necessary, thank you!
Another one. *** This bug has been marked as a duplicate of bug 953017 ***