Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
General (but related to Code::Blocks) / Codeblocks Freezes on spalsh
« Last post by Proteknickz on October 25, 2025, 08:08:15 am »
Hi all, I'm new to forum as you can probably see but not to Codeblocks, Firs of all my Environment is:

EndeavourOS: 6.12.53-1-lts (64-bit)
Plasma
Wayland

 My issuse is I installed Codeblocks from the Repository using the Codeblocks-svn, every thing went great with no errors as far as i could see, but codeblocks freezes on the splash screen, took me 4 days to figure it out why this was happening which it came down to 3 plugins were halting it on load, which are:

if i remove them temporarily it loads fine but no WxSmith.
libwxsmith.so
libwxSmithAui.so
libwxsmithcontribitems.so

I can see its todo with the wxWidges, I just wanted to see if i could get it working with them :), It would be great if i could, I have also made a post on the EndeavourOS Forums with no avail, oh yeas Codeblocks Version is: SVN - 13754 BUILD: oct 23 2025 and WXWIDGETS: 3.2.8 - GCC: 15.2.1.

Quote
Name                   : Code::Blocks
Version                : svn-r13754
SDK Version            : 2.25.0
Scintilla Version      : 3.7.5
Author                 : The Code::Blocks Team
E-mail                 : info@codeblocks.org
Website                : https://www.codeblocks.org
OS                     : Linux 6.12.53-1-lts x86_64
Desktop environment    : KDE
Scaling factor         : 1.000000
Detected scaling factor: 1.000000
Display PPI            : 96x96
Display count          : 2
Display 0              : XY=[2560,0]; Size=[1080,1920]; Primary
Display 1              : XY=[0,480]; Size=[2560,1440];

wxWidgets Library (wxGTK port)
Version 3.2.8.1 (Unicode: wchar_t, debug level: 1),
compiled at Jun  7 2025 18:01:02

Runtime version of toolkit used is 3.24.51.
Compile-time GTK+ version is 3.24.49.

Hope this help you in helping me :) heh!

Proteknikz :D.
72
General (but related to Code::Blocks) / Re: forums.codeblocks.org Cert has expired
« Last post by Wkerry on October 25, 2025, 07:30:56 am »
New cert has an expiry date of:
- Thu, 22 Jan 2026 15:46:40 GMT


73
General (but related to Code::Blocks) / Re: forums.codeblocks.org Cert has expired
« Last post by ollydbg on October 25, 2025, 12:47:11 am »
The issue is fixed by site administrator.
74
This is fixed in r13753.
75
General (but related to Code::Blocks) / Assertion Error in Code::Blocks svn13747
« Last post by chucky on October 24, 2025, 07:26:26 pm »
I registered here to inform you about an error that I have been receiving frequently lately

It's an Assertion Error and Backtrace is attached.
Have a nice day, chucky.

EDIT:
i get it often, when i want to close a tap or Code::Blocks.
76
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by chucky on October 24, 2025, 07:19:54 pm »
Hello i am Chucky.

I'm new and i am here and i am not a  bot!
77
I am sure that there is only codeblocks 25.03 mingw 64 bit version. I triple checked :)
You can switch on html logging and submit compiler logs here to figure out what compiler is used actually.

default GCC compiler
Code
-------------- Clean: Debug in test (compiler: GNU GCC Compiler)---------------

Cleaned "test - Debug"

-------------- Build: Debug in test (compiler: GNU GCC Compiler)---------------

g++.exe -Wall -fexceptions -m64 -g  -c C:\Users\user\test\main.cpp -o obj\Debug\main.o
g++.exe  -o bin\Debug\test.exe obj\Debug\main.o  -m64 
C:\Users\user\test\main.cpp:1:0: sorry, unimplemented: 64-bit mode not compiled in
 #include <iostream>
 ^
Process terminated with status 1 (0 minute(s), 0 second(s))
1 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 

minGW64 compiler

Code
-------------- Clean: Debug in test (compiler: GNU GCC MinGW64 Compiler)---------------

Cleaned "test - Debug"

-------------- Build: Debug in test (compiler: GNU GCC MinGW64 Compiler)---------------

g++.exe -Wall -fexceptions -m64 -g -IC:\mingw-w64\mingw64\include -I"C:\Program Files\CodeBlocks\MinGW\include" -c C:\Users\user\test\main.cpp -o obj\Debug\main.o
g++.exe -LC:\mingw-w64\mingw64\lib -L"C:\Program Files\CodeBlocks\MinGW\lib" -o bin\Debug\test.exe obj\Debug\main.o  -m64 
Output file is bin\Debug\test.exe with size 109.55 KB
Process terminated with status 0 (0 minute(s), 3 second(s))
0 error(s), 0 warning(s) (0 minute(s), 3 second(s))
78
General (but related to Code::Blocks) / Re: forums.codeblocks.org Cert has expired
« Last post by ollydbg on October 24, 2025, 02:58:43 pm »
Oh, yes, I see the same issue.
79
General (but related to Code::Blocks) / forums.codeblocks.org Cert has expired
« Last post by Wkerry on October 24, 2025, 11:10:45 am »
Some bits from the expired cert:

Common Name forums.codeblocks.org
Organization   Let's Encrypt
Not Before      Sat, 26 Jul 2025 07:51:01 GMT
Not After        Fri, 24 Oct 2025 07:51:00 GMT
DNS Name     forums.codeblocks.org
Serial Number   05:31:D6:45:C8:BE:C3:89:15:F5:4B:39:68:46:A8:E7:14:47
Distribution Point   http://r11.c.lencr.org/72.crl
80
I am sure that there is only codeblocks 25.03 mingw 64 bit version. I triple checked :)
You can switch on html logging and submit compiler logs here to figure out what compiler is used actually.
Pages: 1 ... 3 4 5 6 7 [8] 9 10