Bug 1025314 - playonlinux crash (wx broke ABI?)
playonlinux crash (wx broke ABI?)
Status: RESOLVED DUPLICATE of bug 953017
Classification: openSUSE
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other
Current
Other Other
: P5 - None : Normal (vote)
: ---
Assigned To: Jacob W
E-mail List
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-02-14 20:26 UTC by Luiz Angelo Daros de Luca
Modified: 2017-02-17 17:00 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***