News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Errors when running on ReactOS

Started by MichaelAgarkov, June 16, 2025, 06:23:22 PM

Previous topic - Next topic

MichaelAgarkov

When running Code::Blocks on ReactOS it gives out errors. If "Continue" is selected, it works just fine. It could entirely be a ReactOS issue.

Code::Blocks 20.03 (32 bit)
ReactOS compiled from commit e98bba2535 (32 bit)

Since the log file exceeds the maximum allowed length, I added it as an attachment to this message.

Miguel Gimenez

If you compiled 20.03 with wxWidgets 3.2 you will get some assertions, this is expected and most of them were fixed later. Use current head.

Which assertion do you get? Do you have a backtrace?

MichaelAgarkov

Quote from: Miguel Gimenez on June 17, 2025, 09:59:22 AM
If you compiled 20.03 with wxWidgets 3.2 you will get some assertions, this is expected and most of them were fixed later. Use current head.

Which assertion do you get? Do you have a backtrace?


I ran the official pre-compiled 32 bit Code::Blocks 20.03. As I understand this is fixed in newer wxWidgets?

Miguel Gimenez

QuoteAs I understand this is fixed in newer wxWidgets?

No, it is fixed in newer C::B.

20.03 used wxWidgets 2.8.12, that did not make runtime checks (assertions). If you ciompile it with wxWidgets >= 3.0.0 you will get assertions.