I get a strange crash when I try to run after installing from the repo. The same crash after rebuilding from srpm. Am I missing something obvious?
$
opencpn
15:26:41: Warning: Mismatch between the program and library build versions detected.
The library used 3.0 (wchar_t,compiler with C++ ABI 1012,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).
***
opencpn (wxWidgets 3.0.4) crashed ***, see backtrace!
0x562e974e2f58 in wxCrashPrint::Report() at ??:0
0x7f5dd497cef6 in at ??:0
0x7f5dcfca4fc0 in at ??:0
0x7f5dd3df5afd in XQueryExtension at ??:0
0x7f5dcc176522 in at ??:0
0x7f5dcc172549 in glXQueryVersion at ??:0
0x7f5dd626d225 in wxGLCanvasX11::GetGLXVersion() at ??:0
0x7f5dd626e265 in wxGLCanvasX11::ConvertWXAttrsToGL(int const*, int*, unsigned long) at ??:0
0x7f5dd626e99c in wxGLCanvasX11::InitXVisualInfo(int const*, __GLXFBConfigRec***, XVisualInfo**) at ??:0
0x7f5dd626f083 in wxGLCanvas::Create(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&, int const*, wxPalette const&) at ??:0
0x7f5dd626f227 in wxGLCanvas::wxGLCanvas(wxWindow*, int, int const*, wxPoint const&, wxSize const&, long, wxString const&, wxPalette const&) at ??:0
0x562e974e8d23 in glChartCanvas::glChartCanvas(wxWindow*) at ??:0
0x562e972930ab in ChartCanvas::ChartCanvas(wxFrame*) at ??:0
0x562e9723a7c6 in MyApp::OnInit() at ??:0
0x7f5dd48bf3d2 in wxEntry(int&, wchar_t**) at ??:0
0x562e971e5b0c in main at ??:0
Aborted (core dumped)
Log File
15:49:39 EEST: 2018-07-27
15:49:39 EEST: ------- Starting OpenCPN -------
15:49:39 EEST: Version 4.8.0 Build 2017-08-11
15:49:39 EEST: wxWidgets version: wxWidgets 3.0.3
Linux 64 bit wxGTK
15:49:39 EEST: MemoryStatus: mem_total: 15919 mb, mem_initial: 35 mb
15:49:39 EEST: SData_Locn is /usr/share/opencpn/
15:49:39 EEST: PrivateDataDir is /home/mark/.opencpn
15:49:39 EEST: Creating new Config_File: /home/mark/.opencpn/opencpn.conf
15:49:39 EEST: Switch InlandEcdis mode Off
15:49:39 EEST: Setting Viewpoint Lat/Lon 33.358, -79.282
15:49:39 EEST: Setting Ownship Lat/Lon 33.358, -79.282
15:49:39 EEST: Styles loading from /usr/share/opencpn/uidata/styles.xml
15:49:39 EEST: No styles found at: /home/mark/
15:49:39 EEST: No styles found at: /home/mark/.opencpn/
15:49:39 EEST: Using SVG Icons
15:49:39 EEST: Detected display size (horizontal): 340 mm
15:49:39 EEST: Getting DefaultSystemLocale...
15:49:39 EEST: System default Language: en_CA
15:49:39 EEST: Config file language: en_US
15:49:39 EEST: Adjusted App language: en_US
15:49:39 EEST: Opencpn language load for: en_US
15:49:39 EEST: Loading catalog for opencpn
core.
15:49:39 EEST: Getting DefaultSystemLocale...
15:49:39 EEST: Opencpn language set to: en_US
15:49:42 EEST: Creating MyFrame...size(1344, 756) position(0, 0)
15:49:42 EEST: Creating glChartCanvas
15:55:00 EEST:
Thanks in advance for any pointers.