User forums > Using Code::Blocks

Debug Assert in last svn

(1/2) > >>

gd_on:
When clicking on Settings / Environment, I obtain a debug Assert.
Even if I choose "Don't show this dialog again", it appears when C::B is restarted.
Clicking on Continue, seems to be OK.
I see this in svn 11949, but it's apparently not new (I have not been able to find when it began, sorry).

gd_on

gd_on:
Some more informations : SVN 11931 is OK, SVN 11938 has the problem.

sodev:
This is caused by the loghacker plugin that got enabled by 11935, removing the rows constraint like the assert suggests should fix it.

stahta01:

--- Quote from: sodev on January 07, 2020, 08:52:10 pm ---This is caused by the loghacker plugin that got enabled by 11935, removing the rows constraint like the assert suggests should fix it.

--- End quote ---

To confirm the loghacker plugin as the cause, I would disable loghacker plugin and see if the problem goes away.

Tim S.

sodev:
I leave this excercise for the interested audience ;D. In the given range of revisions this is the only commit that introduces GUI code and loghacker is the only element using a wxFlexGridSizer which it initializes as 2x2 grid but adds 6 elements ;).

Navigation

[0] Message Index

[#] Next page

Go to full version