Author Topic: Most download links for CB 25.03 not working  (Read 4226 times)

Offline gtafan

  • Almost regular
  • **
  • Posts: 147
Most download links for CB 25.03 not working
« on: April 14, 2025, 04:23:37 pm »
I tried to download the 32 bit version of CB 25.03, but always geting this error mesage: "... file could not be found or is not available.  Please select another file.", the same problem for the most 64 bit versions.

Offline Frank_CB

  • Almost regular
  • **
  • Posts: 153
Re: Most download links for CB 25.03 not working
« Reply #1 on: April 14, 2025, 06:29:59 pm »
@gtafan

Clear your browser's cache and cookies. The links for codeblocks.org are all working.

Regards

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7778
    • My Best Post
Re: Most download links for CB 25.03 not working
« Reply #2 on: April 14, 2025, 10:37:39 pm »
https://www.codeblocks.org/downloads/binaries/

I also had issues with some of the 32 bit downloads from the above URL.

Edit: Now it is working; all I did was close and refresh the page.

Tim S.
« Last Edit: April 14, 2025, 11:49:53 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline gtafan

  • Almost regular
  • **
  • Posts: 147
Re: Most download links for CB 25.03 not working
« Reply #3 on: April 15, 2025, 02:03:45 pm »
https://www.codeblocks.org/downloads/binaries/

I also had issues with some of the 32 bit downloads from the above URL.

Edit: Now it is working; all I did was close and refresh the page.

Tim S.
Still not working


Offline gd_on

  • Lives here!
  • ****
  • Posts: 823
Re: Most download links for CB 25.03 not working
« Reply #4 on: April 15, 2025, 02:10:22 pm »
For me it does not work too, but only for Windows 32bits versions. A cache refresh in my firefox does not change anything.
The problem I see, it's that links on the C::B download page contains explicitely -32bit- in the filename (for example : https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/32bit/codeblocks-25.03-32bit-setup.exe) but on sourceforge I find https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/32bit/codeblocks-25.03-setup.exe.
The filenames for 32 or 64 bits are the same, but not their path.
« Last Edit: April 15, 2025, 02:14:43 pm by gd_on »
Windows 11 64 bits (24H2), svn C::B (last version or almost!), wxWidgets 3.2.8 (tests with 3.3), Msys2 Compilers 15.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline gtafan

  • Almost regular
  • **
  • Posts: 147
Re: Most download links for CB 25.03 not working
« Reply #5 on: April 16, 2025, 03:36:28 pm »
For me it does not work too, but only for Windows 32bits versions. A cache refresh in my firefox does not change anything.
The problem I see, it's that links on the C::B download page contains explicitely -32bit- in the filename (for example : https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/32bit/codeblocks-25.03-32bit-setup.exe) but on sourceforge I find https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/32bit/codeblocks-25.03-setup.exe.
The filenames for 32 or 64 bits are the same, but not their path.
Any chance this can be fixed?

Looks like all nosetup links are dead, the reason could be the extension. The error mesage shows that the extension is exe while it should be zip.
« Last Edit: April 19, 2025, 05:49:19 pm by gtafan »

Offline gtafan

  • Almost regular
  • **
  • Posts: 147
Re: Most download links for CB 25.03 not working
« Reply #6 on: April 23, 2025, 04:34:03 pm »
For everybody having problem downloading 32 bit Windows version here the link:
https://sourceforge.net/projects/codeblocks/files/Binaries/25.03/Windows/32bit/
Thanks to stahta01

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Most download links for CB 25.03 not working
« Reply #7 on: Yesterday at 10:59:12 am »
The links should be fixed now for 32 bit builds. You should (however) always consider to use the 64 bit bundle - the compiler that ships with that one can also create 32 bit executables.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline gd_on

  • Lives here!
  • ****
  • Posts: 823
Re: Most download links for CB 25.03 not working
« Reply #8 on: Yesterday at 05:56:24 pm »
Better but still not good for nosetup Windows versions. Links should be to a .zip file, not a .exe, for 64 and 32 bit versions.
More but it's a detail, for 32 bit Windows versions, files on sourceforge contains the string -32bit- (as the link) but not the name of the file displayed on the download binaries page.
A last small detail : the dowload page, at the top, does not say that it is also OK for Windows 11.
« Last Edit: Yesterday at 06:11:33 pm by gd_on »
Windows 11 64 bits (24H2), svn C::B (last version or almost!), wxWidgets 3.2.8 (tests with 3.3), Msys2 Compilers 15.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).