can't exec empty command

Use this category to discuss anything related to the development of Guayadeque.
Locked
paul2berry
Posts: 7
Joined: Fri Jun 21, 2019 6:26 pm

can't exec empty command

Post by paul2berry »

Hi,
I've started getting the error message 'can't exec empty command'; I've pasted a Backtrace below.
Thanks for any help and sorry in advance, because I think it may have been caused by my stupidity.

ASSERT INFO:
../src/unix/utilsunx.cpp(578): assert "*argv" failed in wxExecute(): can't exec empty command

BACKTRACE:
[1] wxExecute(char**, int, wxProcess*, wxExecuteEnv const*)
[2] wxExecute(wxString const&, int, wxProcess*, wxExecuteEnv const*)
[3] Guayadeque::guMainFrame::OnLyricExecCommand(wxCommandEvent&)
[4] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[5] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[6] wxEvtHandler::TryHereOnly(wxEvent&)
[7] wxEvtHandler::ProcessEventLocally(wxEvent&)
[8] wxEvtHandler::ProcessEvent(wxEvent&)
[9] wxEvtHandler::ProcessPendingEvents()
[10] wxAppConsoleBase::ProcessPendingEvents()
[11] wxApp::DoIdle()
[12] g_main_context_dispatch
[13] g_main_loop_run
[14] gtk_main
[15] wxGUIEventLoop::DoRun()
[16] wxEventLoopBase::Run()
[17] wxAppConsoleBase::MainLoop()
[18] wxEntry(int&, wchar_t**)
[19] main
[20] __libc_start_main
[21] _start
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Re: can't exec empty command

Post by anonbeat »

Hello,
In Preferences -> Lyrics uncheck Source 'Command' or if you need to take the lyrics from a command configure the command to get the lyrics from.
paul2berry
Posts: 7
Joined: Fri Jun 21, 2019 6:26 pm

Re: can't exec empty command

Post by paul2berry »

Sorted.
Thanks, I knew it had to be something that I'd done.
Locked