Author Topic: wxWidgets debug alert  (Read 1241 times)

Offline MiserySermon

  • Single posting newcomer
  • *
  • Posts: 1
wxWidgets debug alert
« on: November 18, 2022, 01:16:51 pm »
Hello everyone. I have some troubles. When I run Code Blocks, it gives this error (screenshot): https://imgur.com/a/XM5RdMj. Also, when I try to go into the settings, it gives the same error. This started happening when I replaced the standard themes with others, before that everything was fine. I decided to reinstall CodeBlocks, but the problem remained. By the way, when I want to change the font, it does not change, the settings are reset to standard. Video with a more visual situation: https://youtu.be/xEbxRct3NMw. I also apologize if such a question has already been asked on the forum, but I could not find it.

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1303
Re: wxWidgets debug alert
« Reply #1 on: November 18, 2022, 01:34:00 pm »
The wxWidgets version used in 20.03 on Windows had some problems with non-integer font sizes, this was fixed later. Go to %appdata%\codeblocks and rename default.conf to reset the themes (or delete the whole folder).

You can also download the last nightly, it is linked with wxWidgets 3.2.1 and does not have said problem. It has no installation and can run along 20.03 without interfering.