News:

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

Main Menu

25.03 Help file missing

Started by Wkerry, April 01, 2025, 10:40:58 AM

Previous topic - Next topic

Wkerry

Looks like there is no help file as I get the following error when I tried to open the Help CodeBlocks  menu item:

[Window Title]
Warning

[Content]
Couldn't find the help file:
C:\Program Files\CodeBlocks\share\codeblocks\docs\codeblocks_en.chm
Do you want to run the associated program anyway?

[Yes] [No]

stahta01

#1
The file "manual_codeblocks_en.chm" does exist in my installation; so, a naming issue might to exist.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Wkerry

Thanks, Looks like two installer bugs:

Actual file:    C:\Program Files\CodeBlocks\share\CodeBlocks\docs\manual_codeblocks_en.chm
Error shown: C:\Program Files\CodeBlocks\share\codeblocks\docs\codeblocks_en.chm

I downloaded codeblocks-25.03-setup.exe and uninstalled the old C:BB and the C:\Program Files\CodeBlocks was deleted by the installer before I installed the codeblocks-25.03-setup.exe

gd_on

#3
There are other problems, for both 64 and 32 bit versions :
the documentation files in .exe and .zip files are not the same in share\CodeBlocks\docs subfolder.

  • exe files contains manual_codeblocks* files (chm and pdf, english and french versions), recent versions *
  • zip files contains codeblocks* files (chm and pdf english only), but very old versions (2010.5)

* There are updated versions of those files, but with very minor corrections and published after the C::B release (https://svn.code.sf.net/p/codeblocks-gd-user-manual/svn/Pdf_Chm_Manual_files/)
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

MortenMacFly

#4
Quote from: Wkerry on April 02, 2025, 09:32:25 AM
Actual file:    C:\Program Files\CodeBlocks\share\CodeBlocks\docs\manual_codeblocks_en.chm
Error shown: C:\Program Files\CodeBlocks\share\codeblocks\docs\codeblocks_en.chm
You can fix it by changing the INI file in that folder (C:\Program Files\CodeBlocks\share\codeblocks\docs). Let me see why this is not working for you, because it works in my local copy and is setup correctly?! Can you post the content of that INI file, please?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

MortenMacFly

I've re-packaged every installer/ZIP file that was affected. You can try again, please.
Sorry for the inconvenience.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Frank_CB

#6
Help files still missing from 25.03 for x64 Windows and arm64 Debian12 at least.

Wkerry

The codeblocks-25.03-setup.exe "r2" still has the error:

[Window Title]
Warning

[Content]
Couldn't find the help file:
C:\Program Files\CodeBlocks\share\codeblocks\docs\codeblocks_en.chm
Do you want to run the associated program anyway?

[Yes] [No]

Wkerry

This log entry may be of some use:

HelpPlugin
Help plugin ini file: C:\Program Files\CodeBlocks\share\codeblocks\docs\index.ini

stahta01

index.ini contents of recent cb download of codeblocks-25.03-setup.exe

CodeBlocks=codeblocks_en.chm
CodeBlocks_Fr=codeblocks_fr.chm
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

LETARTARE

CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

MortenMacFly

...please try to download the packages again (from SF.net - Fosshub seems dead, at least the developer accounts are no longer accessible for the moment...).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]