Code::Blocks Forums

User forums => Help => Topic started by: Alif on August 02, 2020, 04:33:04 pm

Title: This annoying messege appears every time
Post by: Alif on August 02, 2020, 04:33:04 pm
a messege occures with errors every time i start codeblocks. even if I uncheck the "show this dialogue next time" radio button.
There is an option to copy the error:
Code
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] wxEntry(int&, wchar_t**)
[3] __libc_start_main


Title: Re: This annoying messege appears every time
Post by: Miguel Gimenez on August 02, 2020, 06:16:57 pm
Did you change any C::B colour?
Title: Re: This annoying messege appears every time
Post by: oBFusCATed on August 03, 2020, 09:10:00 am
Can you share your default config file?
What OS and C::B version are you using?
Title: Re: This annoying messege appears every time
Post by: Alif on August 03, 2020, 11:49:29 am
https://sangams.com.np/installing-codeblocks-dark-themes/ (https://sangams.com.np/installing-codeblocks-dark-themes/)
i've installed these themes and now the problem is gone. i don't know how.
OS: Manjaro Gnome
codeblocks:
Code
Name             : Code::Blocks
Version          : 20.03-r11997
SDK Version      : 2.0.0
Scintilla Version: 3.7.5
Author           : The Code::Blocks Team
E-mail           : info@codeblocks.org
Website          : http://www.codeblocks.org

wxWidgets Library (wxGTK port)
Version 3.0.5 (Unicode: wchar_t, debug level: 1),
compiled at May 10 2020 07:34:55

Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.20.
Title: Re: This annoying messege appears every time
Post by: oBFusCATed on August 03, 2020, 09:00:15 pm
Can you restore your original theme?
Title: Re: This annoying messege appears every time
Post by: Alif on August 04, 2020, 05:17:41 pm
Can you restore your original theme?
Hello, the problem is here again.
looks like this. This problem occurs after installing this theme on manjaro gnome:  https://www.gnome-look.org/p/1241688/ (https://www.gnome-look.org/p/1241688/)
Theme name: MacOS Catalina Gnome Dark
Code
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] wxEntry(int&, wchar_t**)
[3] __libc_start_main


Title: Re: This annoying messege appears every time
Post by: oBFusCATed on August 05, 2020, 08:11:29 am
Can you log this on the issues tracker?
Does this problem depend only on the gtk theme and not the syntax highlight theme?