Complete
over 3 years ago

sdkmanager upgrade fails

Hi,

I am on Ubuntu 20.04, running Visual Studio Code. I started sdkmanager (v1.0.3), it popped up I think 3 windows with all kinds of things to update. One of them was to update the dsk manager itself, but when I tried to update it I got the following error:

ASSERT INFO:
../src/common/file.cpp(361): assert ""(pBuf != __null) && IsOpened()"" failed in Write().

BACKTRACE:
[1] wxFile::Write(void const*, unsigned long)
[2] SdkManager::WebRequest::saveResponseToFile(void*, unsigned long, unsigned long, void*)
[3] curl_multi_perform
[4] curl_easy_perform
[5] SdkManager::WebRequest::makeRequest(wxString, SdkManager::WebRequest::HttpMethod, SdkManager::WebRequest::SaveType)
[6] SdkManager::WebRequest::downloadSdkManager(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, wxFileName const&)
[7] SdkManager::Updater::downloadSdkManager()
[8] SdkManager::App::onAppUpdateAvailable(wxCommandEvent&)
[9] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[10] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[11] wxEvtHandler::TryHereOnly(wxEvent&)
[12] wxEvtHandler::ProcessEventLocally(wxEvent&)
[13] wxEvtHandler::ProcessEvent(wxEvent&)
[14] wxEvtHandler::ProcessPendingEvents()
[15] wxAppConsoleBase::ProcessPendingEvents()
[16] wxApp::DoIdle()
[17] wxapp_idle_callback app.cpp
[18] g_main_context_dispatch
[19] g_main_loop_run
[20] gtk_main
[21] wxGUIEventLoop::DoRun()
[22] wxEventLoopBase::Run()
[23] wxAppConsoleBase::MainLoop()
[24] wxEntry(int&, wchar_t**)
[25] main
[26] __libc_start_main
[27] _start

Parents Comment Children
No Data