Author Topic: error after change font size  (Read 6912 times)

Offline michaellongge

  • Single posting newcomer
  • *
  • Posts: 2
error after change font size
« on: June 08, 2020, 09:09:02 am »
a debugging check in this application has failed
\...\include/wx/font.h(282):assert"numWeight">0 failed in GetWerghtClosestToNumbericValue().

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: error after change font size
« Reply #1 on: June 08, 2020, 10:18:12 am »
Please, try if the night build from http://forums.codeblocks.org/index.php/topic,23959.0.html fixes the problem.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Utkarsh

  • Single posting newcomer
  • *
  • Posts: 2
Re: error after change font size
« Reply #2 on: August 10, 2020, 06:16:00 am »
I am facing same issue after changing my font size and also applied method suggested by you but couldn't solve the issue.Can you please explain in detail to resolve this issue.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: error after change font size
« Reply #3 on: August 10, 2020, 09:47:52 pm »
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline windowsmaniac

  • Single posting newcomer
  • *
  • Posts: 9
Re: error after change font size
« Reply #4 on: September 14, 2020, 11:53:59 am »
I have been facing the same issue after changing the font size, thanks for posting the link.