You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
10:48:18.331 ERROR dlunix.cpp:162 dlopen(/Applications/OpenCPN.app/Contents/Plugins/celestial_navigation_pi/libcelestial_navigation_pi.dylib, 2): Symbol not found: __ZN12wxWindowBase19SetVirtualSizeHintsEiiii
Referenced from: /Applications/OpenCPN.app/Contents/Plugins/celestial_navigation_pi/libcelestial_navigation_pi.dylib
Expected in: flat namespace
in /Applications/OpenCPN.app/Contents/Plugins/celestial_navigation_pi/libcelestial_navigation_pi.dylib
This means that the plugin needs to be rebuilt to avoid calling this method, (wxWindowBase::SetVirtualSizeHints), deprecated in MacOS wxWidgets libraries.
From the wx docs:
void wxSizer::SetVirtualSizeHints | ( wxWindow * window | ) |
Deprecated:
This is exactly the same as FitInside() in wxWidgets 2.9 and later, please replace calls to it with FitInside().
Regarding the issue I posted in Cruisers Forum, here is the opencpn.log
opencpn.log
The text was updated successfully, but these errors were encountered: