Copy link to clipboard
Copied
So I have read through replies here and tried some things (mostly new small TOC) to no avail. I am attempting to generate Microsoft HTML Help and it sits at Indexing references for 30+ minutes. I am at a loss and of course under a deadline to get this Help system compiled for a major release. I am exporting to the following Output Path...C:\_Help_Output.
FYI...I have also attempted to output to Responsive HTML5 and it too gets stuck but when I finally give up and shutdown Robohelp the HTML5 Help appears to be generated and navigable.
FYI #2...I had the same problem in 2019.14 and hoped moving to 2020 might fix it by some miracle but alas...
Copy link to clipboard
Copied
There was a fix for one of the issues behind sticking at Indexing References. Since then I have looked at a couple of projects and the issue has been a topic with some code RoboHelp doesn't like.
In the last one it was a topic that I think had been pasted in from Word that referred to styles that weren't in the CSS.
The only way I think you are going to find the cause is this. You create a new TOC and open it in the Authoring area. Don't worry about creating books, just drag topics or folders from the Contents panel. Try say 10/20% of your topics. Then see if that will generate.
When you can pinpoint a topic, we can look at it.
I have to ask, if you had this problem in 2019, how did you generate anything?
Copy link to clipboard
Copied
Peter, I can't thank you enough for your insight in this forum. I was having the same issue with my project getting hung up at indexing references when generating, and the method you propose here (incrementally adding topics to a new TOC and testing to see where the error is) was just what I needed. Thank you!
Copy link to clipboard
Copied
Glad it has helped.
________________________________________________________
My site www.grainge.org includes many free Authoring and RoboHelp resources that may be of help.
Copy link to clipboard
Copied
Thank you.
I was doing a project with several hundred images. I was in panic and frustration mode. I let the thing run overnight but it was still indexing references the following day.
I am incorporating a lot of html that was created many years ago outside of RH. Part of my problem was loading so much content without occasionally generating. I could have caught the probem much earlier.
The test TOC solved the problem. I'm back on track. I might meet an important deadline.
Copy link to clipboard
Copied
I have been maintaing this particular Help system since the Macromedia days, I have generated this Help in almost every Version of Robohelp since X5 and was able to generate it in Version 2019 New UI but an earlier Build than 14, not sure which build though. I just created a new TOC with a single topic and it appears to be stuck on it, although I will give it some more time.
Copy link to clipboard
Copied
I picked a simple topic so I could post the code for you to have a look. It doesn't appear to have any invalid CSS/Style references.
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="topic-status" content="Complete" />
<meta name="topic-priority" content="0" />
<meta name="topic-time-estimate" content="0" />
<meta name="topic-comment" content="" />
<meta name="topic-id" content="The Splash Screen" />
<meta name="generator" content="Adobe RoboHelp 2020" />
<title>The Opening Screen</title>
<link rel="StyleSheet" href="../assets/css/default.css" type="text/css" />
</head>
<body>
<p><span data-condition="Others:Print"> <?rh-placeholder type="breadcrumbs"
ph-align="2" sep-char=">" home="Top" usetopicformat="1" ph-style="font-family:Arial;font-size:12pt;font-weight: normal;font-style: normal;text-decoration: none;" ?></span></p>
<h1>The Opening Screen</h1>
<p>When you initially open CABINET VISION, the opening screen is the first window that you will see. Pictured below is the typical opening screen for CABINET VISION.</p>
<p style="color: #0000ff; font-weight: bold; text-decoration: underline; ">Click on the options in the image below for more help</p>
<p style="color: #0000ff; font-weight: bold; text-decoration: underline; "><img src="../assets/images/image1480.png" usemap="#imagemap1" /><map name="imagemap1"><area alt="" coords="1041, 700, 1121, 722" href="../Introduction/Getting_Started/Understanding_the_Solid_Window.htm#StatusbarMenu" shape="rect" title=""/><area alt="" coords="2, 700, 283, 718" href="../Introduction/Getting_Started/Understanding_the_Solid_Window.htm#Statusbar" shape="rect" title=""/><area alt="" coords="1074, 31, 1117, 55" href="../Introduction/Getting_Started/Understanding_the_Solid_Window.htm#StyleSelection" shape="rect" title=""/><area alt="" coords="1041, 3, 1143, 24" href="../Introduction/Getting_Started/Understanding_the_Solid_Window.htm#MinMaxClose" shape="rect" title=""/><area alt="" coords="421, 5, 522, 23" href="../Introduction/Getting_Started/Understanding_the_Solid_Window.htm#Titlebar" shape="rect" title=""/><area alt="" coords="97, 26, 165, 48" href="Ribbonbar/Main_Tab/SL_Main_Tab.htm" shape="rect" title=""/><area alt="" coords="2, 47, 958, 129" href="Ribbonbar/Main_Tab/SL_Main_Tab.htm" shape="rect" title=""/><area alt="" coords="47, 26, 98, 49" href="Ribbonbar/Main_Tab/SL_Main_Tab.htm" shape="rect" title=""/><area alt="" coords="-3, 29, 52, 51" href="../Introduction/File_Menu/The_CV_Button.htm" shape="rect" title=""/><area alt="" coords="3, 2, 89, 25" href="../Introduction/Quick_Access_Toolbar.htm" shape="rect" title=""/></map></p>
<p style="font-weight: normal; color: Transparent; text-decoration: none; "> </p>
<p style="font-weight: normal; color: Transparent; text-decoration: none; "> </p>
<p style="font-weight: normal; color: Transparent; text-decoration: none; "> </p>
</body>
</html>
Copy link to clipboard
Copied
Try just three or four more topics on their own to prove it is sticking with any topic. Then post back.
Copy link to clipboard
Copied
I did double check one of my other help systems and it generates fine.
Copy link to clipboard
Copied
My expectation is they will all fail and the problem is elsewhere.
If that's the case, create a new project just for test purposes. Import one of the topics that failed in your project and your CSS. Generate that.
If that too fails, unlink your CSS and link the default.css from new project and try again.
In the event your original project is using default.css before you import rename default.css in your new project default_new.css so that you can make the switch.
Post back where you get to with that.
Copy link to clipboard
Copied
OK but that doesn't tell us why this one doesn't.
Copy link to clipboard
Copied
Yeah just proves to me that Robohelp can successfully generate a CHM on my computer.
Copy link to clipboard
Copied
Tried 3 other topics individually and they all failed.
I created a new Project, renamed the default.css to default_new.css. Imported one of the topics that failed and it generated fine using my default.css.
Copy link to clipboard
Copied
I'm not saying it can't. The issue is why not in this project? What I am hoping to do is establish what it is about this project that is giving you grief.
If you try what I have suggested I am hoping that at some point your topic generates. When we know which step changed things, we should hopefully get somewhere. A possible cause is something in the CSS so finding that with a clean CSS works, if it does, will help prove that.
Copy link to clipboard
Copied
Sorry was just posting other things I tried. I'll try to stay on topic with you.
Copy link to clipboard
Copied
So your topic with your original CSS is generating OK in the new project, correct?
Copy link to clipboard
Copied
Yes.
Copy link to clipboard
Copied
OK so we now know it is not the topics or the CSS. It could be the TOC or it could be the Preset.
Try creating a new preset first and not a duplicate.
Any master pages involved?
Copy link to clipboard
Copied
A New (not a duplicate) Preset was one of the first things I tried before posting up here.
Copy link to clipboard
Copied
No Master Pages.
Copy link to clipboard
Copied
So we have ruled out:-
Running out of ideas. Can you share the project? If you can, then see the Contact page on my site and send the project as instructed there. Do make sure you include a link to this thread and please do not email the project direct.
Copy link to clipboard
Copied
I have sent it over to you. Thanks for the help.
Copy link to clipboard
Copied
Everything I have tried so far has failed but I can look some more tomorrow. Meantime there is one more thing you could try.
Use File Explorer to duplicate your working project. In the duplicate and still in File Explorer delete everything in the Contents folder and then copy across the same folder from the rogue project.
Open the duplicate and create a new preset. Does it then generate?
Copy link to clipboard
Copied
I thought you might be onto something but that did not work.
Copy link to clipboard
Copied
OK. Let's see what some more poking around tomorrow finds.