• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Single Source Primary HTML Layout hangup

New Here ,
Feb 25, 2008 Feb 25, 2008

Copy link to clipboard

Copied

RH7 html hangs up every time I go to create a .chm file. RH7 will get to about 40% progress before the CPU jumps to 100% usage and then it just hangs at 100% until I use Task Manager to End Process. I've let it run for up to 10 minutes thinking RH 7 is performing an extra strenuous task....but I shut down after that in fear of frying the processor. I have also shut down all Windows programs thinking these resources were taking up memory that is otherwise needed.

My RH7 project utilizes a lot of conditional build tags and I ran into this problem before with RH6. A downloadable fix was available ( http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401651&sliceId=1) and fixed the problem. I tried to look for a similar fix in RH7 on Adobe Online Support but alas.....could not find one.

Anyone have any suggestions that might help resolve this issue?

Thank you

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 25, 2008 Feb 25, 2008

Copy link to clipboard

Copied

Welcome to the forum.

That fix is not available for RH7 as it is not needed. The bug was fixed.

I doubt you will "fry the processor". Try opening and compiling one of the supplied projects. That will identify whether or not the problem is your project.

Is your project on your local drive and are you compiling to that drive?

The 100% use is normal.

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 25, 2008 Feb 25, 2008

Copy link to clipboard

Copied

Thanks for the feedback. I went ahead and tested the default RoboHelp projects (Clownfish_School and CustomerSupport) that comes with the program and it generates without problems. Thus, it looks like it is a problem related specifically to the project I am working on. The strange thing is that I have reverted back to saved working copies of the same project dating all the way back to the beginning of January and they all are hanging up now. This makes no sense. What is even stranger is that I can produce technical documentation in RoboHelp via other Single Source Layouts....it is just the specific Single Source Layout that produces the .chm file that I am having a problem with.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 25, 2008 Feb 25, 2008

Copy link to clipboard

Copied

******UPDATE********

I think I found the reason for the hangup. I removed the Conditional Build Expression from the Single Source Primary Layout (Microsoft HTML Help) and it compiled as it's supposed to. So:

1) Does the RH6 bug fix need to be adjusted for the RH7 because the conditional Build tags are causing the hangup?

2) Is there a limitation to the memory/speed of the computer I am working on to build a .chm file with a project that has extensive Coniditional Build Tags?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 25, 2008 Feb 25, 2008

Copy link to clipboard

Copied

Please forget the RH6 fix. The bug that needed this fix was when a table had merged cells in the end column and the build used an expression. That is fixed. I am generating help with such tables and build expressions.

Your problem is not the combination of those two.

Create a new single source layout to generate a CHM. Don't copy this one. Sometimes the SSL can go corrupt and it is as simple as creating it afresh.

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2009 May 04, 2009

Copy link to clipboard

Copied

LATEST

We ran into the same problem with RH7 people have described here the other day. And yes, it had to do with rowspans in tables in combination with conditional build tags. Maybe the problems was only partially fixed for RH7. It seems to definitely exist in certain situations. When compiling the project, the compiler searches for instances of conditional build tags, and during the process "stumbles" about code that has too many <tr> tags. I guess that the code that was created in this topic had been created with RH X5 and that RH7 would no longer create this type of faulty code. Anyway, here is how we located the problem, hopefully this may help anyone in the future. I'm sorry that the description is very short but I didn't do this myself, so I don't have any more details:

- Used Sysinternals' FileMonitor or ProcessMonitor to identify the HTML file that was processed by RoboHtml.exe when it stopped working

- Used an HTML editor to remove those rows of a table in the document that belonged to a rowspan. (We had td rowspan=5, and therefore removed five <tr>...</tr> sections): Then, it compiled.

- Removed rowspan, and replaced corresponding <td_null> by <td></td>. Then, it compiled.

The most important step is to locate the corrupt topic. There are probably multiple ways to "fix" the table/rowspan problem. It's possible that recreating the table with RH7 would be enough to fix it.

TWSisters

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 28, 2008 Mar 28, 2008

Copy link to clipboard

Copied

I have this same problem with cond'l build tags.
- The build tags in preview mode work fine.
- If I don't use the build tags in the project generation, it works fine
- If I set up the proj generation with any build tag, it hangs/crashes.

Another posting suggests first deleting hte CPD and XPJ files, then opening the project and compiling. This did not work for me.

Can anything be done about this??

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 28, 2008 Mar 28, 2008

Copy link to clipboard

Copied

Have you tried creating a new layout?

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 28, 2008 Mar 28, 2008

Copy link to clipboard

Copied

Maybe delete your SSL and create a new one?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 28, 2008 Mar 28, 2008

Copy link to clipboard

Copied

Oops! Sorry Peter. Didn't see you standing there.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 28, 2008 Mar 28, 2008

Copy link to clipboard

Copied

Nope. I got a bit further in the "updating files" stage, but it didn't complete. I'll research a bit more and then call Tech Support. I'll post if I get good info. Thanks, guys.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 28, 2008 Mar 28, 2008

Copy link to clipboard

Copied

Chris-anna

You have your project on your hard disk and are generating to your hard disk?

You are using RH7?

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 31, 2008 Mar 31, 2008

Copy link to clipboard

Copied

I too get crashes during help generation, always during the "Updating" phase of the process. Whenever I think I've found the culprit -- conditional build tags, broken link, multiple windows, single sourcing, DHTML weirdness -- I end up getting another crash later on. Some projects crash more often than others.

My current suspect: variables.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp