1 | ASSERT INFO:
|
---|
2 | ./src/common/strconv.cpp(1208): assert "Assert failure" failed in FromWChar(): trying to encode undefined Unicode character
|
---|
3 |
|
---|
4 | BACKTRACE:
|
---|
5 | [1] wxMBConvStrictUTF8::FromWChar(char*, unsigned long, wchar_t const*, unsigned long) const
|
---|
6 | [2] wxString::AsChar(wxMBConv const&) const
|
---|
7 | [3] wxTextCtrl::WriteText(wxString const&)
|
---|
8 | [4] fz::recursive_remove::confirm() const
|
---|
9 | [5] fz::recursive_remove::confirm() const
|
---|
10 | [6] std::__cxx11::_List_base<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_clear()
|
---|
11 | [7] wxEvtHandler::TryHereOnly(wxEvent&)
|
---|
12 | [8] wxEvtHandler::ProcessEventLocally(wxEvent&)
|
---|
13 | [9] wxEvtHandler::ProcessEvent(wxEvent&)
|
---|
14 | [10] wxEvtHandler::ProcessPendingEvents()
|
---|
15 | [11] wxAppConsoleBase::ProcessPendingEvents()
|
---|
16 | [12] wxApp::DoIdle()
|
---|
17 | [13] g_main_context_dispatch
|
---|
18 | [14] g_main_loop_run
|
---|
19 | [15] gtk_main
|
---|
20 | [16] wxGUIEventLoop::DoRun()
|
---|
21 | [17] wxEventLoopBase::Run()
|
---|
22 | [18] wxAppConsoleBase::MainLoop()
|
---|
23 | [19] wxEntry(int&, wchar_t**)
|
---|
24 | [20] __libc_start_main
|
---|