User forums > Nightly builds
The 25 October 2025 build (13754) is out.
1978544461@qq.com:
Code::Blocks launches extremely slowly on Windows 11, including both the official version and the nightly build version. My computer runs on an x64 system.
Михаил Агарков:
--- Quote from: 1978544461@qq.com on November 21, 2025, 02:58:50 pm ---Code::Blocks launches extremely slowly on Windows 11, including both the official version and the nightly build version. My computer runs on an x64 system.
--- End quote ---
Windows 11 in general is slow, since MS decided that the taskbar and start menu should be made in React Native, that's one of the many terrible performance decisions they made which is why I'm staying on Windows 10.
martink2:
I think there is a bug first introduced in nightly 13733 (Versions 650..710 tested ok).
If you have defined project notes and use switch "Auto-show these notes on project loading ...", store project, close C::B, start c::B, then C::B enters an endless loop on project open.
BTW: Thank you very much for maintaining C::B!
ThierryD:
Hi,
On W11 25H2 64 bit, seems to have same problem with just try to open "Notes" in project CB loaded and running, nothing appear and CB block definitively.
Only solution is to activate "End task" in task bar on icon CB (added by me).
Project CB is joined (but renamed to be compatible with upload rules of this forum).
Thank's.
Thierry.
Miguel Gimenez:
The problem is in this code (genericmultilinenotesdlg.cpp:31), the call to LoadDialog() falis
--- Code: --- // Create and populate from XRC
if (!wxXmlResource::Get()->LoadDialog(this, parent, _T("dlgGenericMultiLineNotes")))
{
wxLogError("Missing XRC resource: dlgGenericMultiLineNotes");
return; // fail gracefully
}
--- End code ---
The dialog is created in cbProject.cpp:1792. I do not know enough of XML resources to debug this.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version