Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Help / Re: Error message upon opening new workspace
« Last post by Miguel Gimenez on December 04, 2025, 01:43:19 pm »
Try
Code
ls -l /home/solar
62
Help / Re: Error message upon opening new workspace
« Last post by Wretch on December 04, 2025, 01:27:42 pm »
So the path is:

/home/solar/C-Stuff

I am not sure if in am applying your command right but if I type in:

ls -l /home/solar/C-Stuff

I get:

total 0

(That is also a description of me.  ::))




63
Help / Re: Error message upon opening new workspace
« Last post by Miguel Gimenez on December 03, 2025, 05:01:15 pm »
The console command is in my previous message, after "executing".

64
Help / Re: Error message upon opening new workspace
« Last post by Wretch on December 03, 2025, 04:52:12 pm »
Hello,

I can't access the path right now but I simply made a new folder directly in my account's directory (like what "noob" would be in the example).
'Guess that's silly?  :-[

I am not sure if I have write permissions. Do I need to be admin for that? Is there a console command for finding out?
Otherwise I never had any problems with changing the content of folders.
65
Nightly builds / Re: The 25 October 2025 build (13754) is out.
« Last post by Miguel Gimenez on December 02, 2025, 06:15:53 pm »
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
    }

The dialog is created in cbProject.cpp:1792. I do not know enough of XML resources to debug this.
66
Nightly builds / Re: The 25 October 2025 build (13754) is out.
« Last post by ThierryD on December 02, 2025, 05:31:43 pm »
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.
67
Nightly builds / Re: The 25 October 2025 build (13754) is out.
« Last post by martink2 on December 02, 2025, 02:46:37 pm »
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!
68
Help / Re: Error message upon opening new workspace
« Last post by Miguel Gimenez on December 02, 2025, 02:08:27 pm »
Do you have write permissions for C-Stuff?

Please post the full path to C-Stuff (should be simmilar to /home/noob/Proyects/C-Stuff) and the result of executing "ls -l /home/noob/Projects" in a console.
69
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by Wretch on December 02, 2025, 02:00:30 pm »
I am new. I am here.  :P
70
Help / Error message upon opening new workspace
« Last post by Wretch on December 02, 2025, 01:56:52 pm »
Dear Forum,

I am an newcomer to Code::Blocks following the online guide by one "Alex" named "Learn C++.
My Platform is LinuxMint.

Upon trying to start a new Project in Code::Blocks 25.03, I recive this message:

Couldn't save project C-Stuff/Clol/Clol.cbp
(Maybe the file is write-protected?)

This message pops up three times.

A moment later, I receive this message:

app/include/wx-3.2/wx/datetime.h(1722): assert "IsValid()" failed in GetValue(): invalid wxDateTime

I am hopelessly lost. I assume this is a problem with my host system, but I have no clue were to start.
Pages: 1 2 3 4 5 6 [7] 8 9 10