The upcoming wx3.1.5 will assert when calling wxChoice::GetString(wxNOT_FOUND). The file manager plugin calls GetString(GetSelection()) from two places without checking if the selection is valid, so it is getting assertions with current wxMaster.
See wxWidgets 3.1.5 for the discussion.
The attached patch fixes this .
Applied in SVN. Thank you!