Bug 1025314

Summary: playonlinux crash (wx broke ABI?)
Product: [openSUSE] openSUSE Tumbleweed Reporter: Luiz Angelo Daros de Luca <luizluca>
Component: OtherAssignee: Jacob W <jacob>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: jengelh
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Luiz Angelo Daros de Luca 2017-02-14 20:26:10 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?
Comment 1 Chenzi Cao 2017-02-16 09:42:57 UTC
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!
Comment 2 Jan Engelhardt 2017-02-17 17:00:30 UTC
Another one.

*** This bug has been marked as a duplicate of bug 953017 ***