QB64 Phoenix Edition
Is the f1 (help) function broken? - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://staging.qb64phoenix.com/forumdisplay.php?fid=10)
+---- Thread: Is the f1 (help) function broken? (/showthread.php?tid=1617)



Is the f1 (help) function broken? - PhilOfPerth - 04-13-2023

Is the f1 (help) function broken?
When I focus a keyword and press f1, I normally getĀ  HelpĀ for the word, but today, I'm constantly getting "The Help system is not yet initialised; Do it now?". Huh
Nothing happens when I say Yes to this. Is the function no longer available or is it broken?


RE: Is the f1 (help) function broken? - mnrvovrfc - 04-13-2023

Not again?


tid=1521&pid=14059#pid14059
tid=953&pid=7545#pid7545
tid=919&pid=7024#pid7024


EDIT: I would have suggested an overhaul in the help system, except one person has complained about issues with the existing one. LOL, Phil must be the most extensive user of the QB64PE IDE.


RE: Is the f1 (help) function broken? - SMcNeill - 04-13-2023

As a quick try please also load internal/config.ini into editor and change the protocol from https: to just plain http: in the "WikiBaseAddress" entry. Save the changes, restart the QB64 IDE and try again to use the help.


RE: Is the f1 (help) function broken? - PhilOfPerth - 04-13-2023

I re-installed all of the QB64PE files, and everything appears to be ok.
Not sure what the protocol was for the config.ini (I find it difficult to locate the protocol), and don't understand why it would have changed, if it did, as I have had no system changes (other than possibly automatic Windows Updates) in the last month or two.
Thanks for the help.


RE: Is the f1 (help) function broken? - RhoSigma - 04-13-2023

(04-13-2023, 02:01 AM)SMcNeill Wrote: As a quick try please also load internal/config.ini into editor and change the protocol from https: to just plain http: in the "WikiBaseAddress" entry. Save the changes, restart the QB64 IDE and try again to use the help.

This is handled automatically since v3.5.0, so there should be no need to manually edit the config.


RE: Is the f1 (help) function broken? - RhoSigma - 04-13-2023

(04-13-2023, 03:57 AM)PhilOfPerth Wrote: I re-installed all of the QB64PE files, and everything appears to be ok.
Not sure what the protocol was for the config.ini (I find it difficult to locate the protocol), and don't understand why it would have changed, if it did, as I have had no system changes (other than possibly automatic Windows Updates) in the last month or two.
Thanks for the help.

Something must be happened to your internal/help folder, the message you got is usually triggerd if the file "links.bin" in that folder is missing, which wouldn't happen without actively deleting it. However, if the reinstall worked for you, then its all ok.