Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert "isOpaque" failed in GetAsString(): alpha is lost in HTML syntax #11

Closed
martinkg opened this issue Jun 12, 2016 · 8 comments
Closed

Comments

@martinkg
Copy link

Hi Juan,

with the recent git version 077fcee i get the above error message.
Uploading guadeque-backtrace.txt…

@martinkg
Copy link
Author

this is the backtrace i get while play back:

`ASSERT INFO:
./src/common/colourcmn.cpp(228): assert "isOpaque" failed in GetAsString(): alpha is lost in HTML syntax

BACKTRACE:
[1] wxColourBase::GetAsString(long) const
[2] Guayadeque::guArtistInfoCtrl::UpdateArtistInfoText()
[3] Guayadeque::guArtistInfoCtrl::Clear(Guayadeque::guMediaViewer_)
[4] Guayadeque::guLastFMPanel::ShowCurrentTrack()
[5] Guayadeque::guLastFMPanel::OnUpdatedTrack(wxCommandEvent&)
[6] Guayadeque::guMainFrame::OnUpdateTrack(wxCommandEvent&)
[7] wxAppConsoleBase::CallEventHandler(wxEvtHandler_, wxEventFunctor&, wxEvent&) const
[8] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler_, wxEvent&)
[9] wxEvtHandler::SearchDynamicEventTable(wxEvent&)
[10] wxEvtHandler::TryHereOnly(wxEvent&)
[11] wxEvtHandler::ProcessEventLocally(wxEvent&)
[12] wxEvtHandler::ProcessEvent(wxEvent&)
[13] wxEvtHandler::ProcessPendingEvents()
[14] wxAppConsoleBase::ProcessPendingEvents()
[15] wxApp::DoIdle()
[16] g_main_context_dispatch
[17] g_main_loop_run
[18] gtk_main
[19] wxGUIEventLoop::DoRun()
[20] wxEventLoopBase::Run()
[21] wxAppConsoleBase::MainLoop()
[22] wxEntry(int&, wchar_t_*)
[23] main
[24] __libc_start_main
[25] _start
~ `

@martinkg
Copy link
Author

a more usefull backtrace, when selecting the file browser.
https://martinkg.fedorapeople.org/ErrorReports/guayadeque/guayadeque-traceback.txt

@anonbeat
Copy link
Owner

The last backgrace doesnt look like it has something to do with the first ones...

Can you tell me what is the theme you are using?

Thanks for your help

@martinkg
Copy link
Author

I use the global dark theme with Adwaita specification, see screenshot:
https://martinkg.fedorapeople.org/ErrorReports/guayadeque/gnome-tweak-tool.png

a recent backtrace with 9e0dcb2 :
https://martinkg.fedorapeople.org/ErrorReports/guayadeque/backtrace2.txt

@anonbeat
Copy link
Owner

anonbeat commented Jun 13, 2016

You are having two problems... the first is the color to html convertion and the second one is from a bad filebrowser layout in config file...

Could you please remove the entry and check again ?

@anonbeat
Copy link
Owner

Please try with latest commit... This should be fixed now...

@martinkg
Copy link
Author

with 6028e45 the problem was solved.
many thanks.

@anonbeat
Copy link
Owner

Thank you very much for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants