Results 1 to 4 of 4

Thread: Error loading: qthelp://

  1. #1
    Join Date
    Apr 2016
    Location
    Houston, Texas
    Posts
    2
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Question Error loading: qthelp://

    I have built several .qch Help systems. One of them gives this error on several links in the table of contents (TOC) that is displayed in QtCreator:

    Error loading: qthelp://com.nov.novos.appssdk.2.0/doc/Content/Getting_Started.htm

    The domain is of my own devising (my company's domain name plus product and version).

    I know that the content is in the .qch file. I can get to it from the index or links from other pages.

    The .qhp file looks like this. One of the links that produces the error is ./Content/Getting_Started.htm.

    Qt Code:
    1. <?xml version="1.0" encoding="UTF-8"?>
    2. <QtHelpProject version="1.0">
    3. <namespace>com.nov.novos.appssdk.2.0</namespace>
    4. <virtualFolder>doc</virtualFolder>
    5. <customFilter name="NOVOS Apps SDK 2.0">
    6. <filterAttribute>NOVOS</filterAttribute>
    7. <filterAttribute>App</filterAttribute>
    8. <filterAttribute>SDK</filterAttribute>
    9. <filterAttribute>Framework</filterAttribute>
    10. </customFilter>
    11. <filterSection>
    12. <filterAttribute>NOVOS</filterAttribute>
    13. <filterAttribute>App</filterAttribute>
    14. <filterAttribute>SDK</filterAttribute>
    15. <filterAttribute>Framework</filterAttribute>
    16. <toc>
    17. <section title="NOVOS Apps SDK 2.0" ref="./Content/TOC.htm">
    18. ...
    19. <section title="Getting Started" ref="./Content/Getting_Started.htm">
    20. <section title="Obtaining Software and Documentation" ref="./Content/Getting_Started.htm#Download"></section>
    21. ...
    22. </section>
    To copy to clipboard, switch view to plain text mode 

    I am using Qt 5.5.0, Community version, with QtCreator 3.4.2, on Windows 7 and Debian Linux 6.0, x86 64-bit.

    This problem appears consistently on every computer where it is tried.

    It appears to be related to a known bug in QtCreator, which was reported in 2014:
    https://bugs.launchpad.net/ubuntu/+bug/1356515


    - Jim Casey, Sr. Technical Writer at National Oilwell Varco, Houston, Texas, U.S.A.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Error loading: qthelp://

    If you use Assistant directly, i.e. Not through Qt Creator, does the problem persist?

  3. The following user says thank you to ChrisW67 for this useful post:

    seamusTX (8th April 2016)

  4. #3
    Join Date
    Apr 2016
    Location
    Houston, Texas
    Posts
    2
    Thanks
    1
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Error loading: qthelp://

    The result is the same with Qt Assistant. See the attached file.

    If I select "Getting Started" or "Obtaining Software..." I get the same error.

    If I select "Prerequisites" or "Terminology," it works as expected.

    - Jim
    TOC_Error2.jpg

  5. #4
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Error loading: qthelp://

    Ok, so the problem is not in Qt Creator, but rather a "feature" in the Qt Help framework or something about how your QCH file has been constructed. Could you check that the case of the file names in theproject file matches exactly the case of those file names on the file system. Windows is not case sensitive, it is case preserving (mostly), but the help compiler may be case sensitive in part. Can you build the help file on the Linux box?

Similar Threads

  1. loading matlab using Qt error
    By habbas33 in forum Newbie
    Replies: 1
    Last Post: 5th November 2015, 16:05
  2. error while loading shared libraries
    By RolandHughes in forum General Programming
    Replies: 1
    Last Post: 13th February 2013, 16:26
  3. error loading statically linked Qt app
    By nitingeorge in forum Installation and Deployment
    Replies: 1
    Last Post: 30th May 2011, 08:11
  4. Error loading plugin dinamically
    By Zero in forum Qt Programming
    Replies: 2
    Last Post: 23rd January 2010, 23:31
  5. QtHelp Module - registering compressed help file gives error
    By Ankitha Varsha in forum Qt Programming
    Replies: 1
    Last Post: 16th May 2008, 14:14

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.