473,471 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

can't open chm files all of a sudden

Hi all. I apologize since this is only remotely Python related, but I
hope someone might now the solution.

I tried opening my Python chm docs just now, as well as the one for
wxPython, and both are giving me an error dialog when I double-click
them and I can't open them. This happened apparently for no reason, just
today. I even reset but that didn't help.

Does anyone know what might cause this, and if it could affect the rest
of Python or wxPython as well?

Thanks.
Oct 4 '06 #1
15 2601
John Salerno wrote:
Hi all. I apologize since this is only remotely Python related, but I
hope someone might now the solution.

I tried opening my Python chm docs just now, as well as the one for
wxPython, and both are giving me an error dialog when I double-click
them and I can't open them. This happened apparently for no reason, just
today. I even reset but that didn't help.

Does anyone know what might cause this, and if it could affect the rest
of Python or wxPython as well?

Thanks.
P.S. Here is part of the error, but not the long detailed section:

AppName: hh.exe AppVer: 5.2.3790.2453 ModName: itss.dll
ModVer: 5.2.3790.2453 Offset: 00006bec

The same thing shows up for both files.
Oct 4 '06 #2
John Salerno wrote:
John Salerno wrote:
Hi all. I apologize since this is only remotely Python related, but I
hope someone might now the solution.

I tried opening my Python chm docs just now, as well as the one for
wxPython, and both are giving me an error dialog when I double-click
them and I can't open them. This happened apparently for no reason, just
today. I even reset but that didn't help.

Does anyone know what might cause this,
Many things might cause an error dialogue -- further info needed.
> and if it could affect the rest
of Python or wxPython as well?
It could. Depends on what "it" is. Have you noticed any symptoms of
other problems?
P.S. Here is part of the error, but not the long detailed section:

AppName: hh.exe AppVer: 5.2.3790.2453 ModName: itss.dll
ModVer: 5.2.3790.2453 Offset: 00006bec

The same thing shows up for both files.

1. This is like telling us only the last source file name and line
number in a Python traceback -- not very useful, especially w/o the
source.
Care to tell us what the text of the error message was?

2. Are these events resulting in a dump in your Dr Watson file
(C:\Documents and Settings\All Users\Application Data\Microsoft\Dr
Watson\drwtsn32.log)? Each dump starts with something like this:
"""
Application exception occurred:
App: C:\Program Files\Hewlett-Packard\HP OfficeJet T
Series\Bin\HPOstr05.exe (pid=2172)
When: 2/09/2006 @ 05:35:58.515
Exception number: c0000005 (access violation)
"""
.... search for hh.exe

3. Have you been installing other software since this last worked?
Fiddling with your path?

4. Have you done a full virus and spy-ware scan? Do you regularly
install Windows updates from Microsoft?

5. C:\windows\help has many .chm files -- pick a couple at random; do
you get the same problem with them?

6. Fire up a Comamnd Prompt window, and type this in:

\windows\hh \python25\doc\python25.chm
\windows\hh \windows\help\whatever.chm

Any difference to the results from double-click launch method?

....

I suspect that this is a narrowly focussed problem, probably a stuffed
DLL or a DLL conflict. I tried profiling hh.exe opening
c:\python25\doc\python25.chm with the dependency walker, and it visited
a kazillion DLLs before it got to itss.dll and another kazillion after
that till it stopped awaiting user input. If we don't get a clue from
your answers to the above questions, it would probably be worth doing
that on your machine. You could even do it yourself: google "dependency
walker" and follow your nose :-)

HTH,
John

Oct 4 '06 #3

John Salerno wrote:
Hi all. I apologize since this is only remotely Python related, but I
hope someone might now the solution.

I tried opening my Python chm docs just now, as well as the one for
wxPython, and both are giving me an error dialog when I double-click
them and I can't open them. This happened apparently for no reason, just
today. I even reset but that didn't help.

Does anyone know what might cause this, and if it could affect the rest
of Python or wxPython as well?
Are these files on a network share?
>From http://support.microsoft.com/kb/892675/en-us :
"This problem occurs because security update 896358 and 890175 prevent
HTML content that is outside the Local Machine zone from creating an
instance of the HTML Help ActiveX control (HHCTRL). This change was
introduced to reduce security vulnerabilities in HTML Help."

HTH

Oct 4 '06 #4
John Machin wrote:
Many things might cause an error dialogue -- further info needed.
Thanks, I will try your suggestions when I get home. As far as I know,
this only started happening yesterday (although maybe I haven't opened
the files in a day or two). All I've installed/uninstalled since then
was HTML Kit. I'm not on a network, it's just me. I redownloaded the chm
file for Python24 and it does the same thing.

I'll see what else I can find at home, I just hope it doesn't affect
Python, and I desperately need my docs, especially for wxPython.
Oct 4 '06 #5
At Wednesday 4/10/2006 01:32, John Salerno wrote:
I tried opening my Python chm docs just now, as well as the one for
wxPython, and both are giving me an error dialog when I double-click
them and I can't open them. This happened apparently for no reason, just
today. I even reset but that didn't help.
AppName: hh.exe AppVer: 5.2.3790.2453 ModName: itss.dll
ModVer: 5.2.3790.2453 Offset: 00006bec
Try this: <http://support.microsoft.com/kb/275539/en-us>
Gabriel Genellina
Softlab SRL

__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas

Oct 4 '06 #6
Dennis Lee Bieber wrote:
On Wed, 04 Oct 2006 15:55:11 GMT, John Salerno
<jo******@NOSPAMgmail.comdeclaimed the following in comp.lang.python:
>the files in a day or two). All I've installed/uninstalled since then
was HTML Kit. I'm not on a network, it's just me. I redownloaded the chm
file for Python24 and it does the same thing.
Try some other help files... I'd be likely to suspect it was HTML
Kit that overlayed some DLL in the help system...

(Yeesh -- Just looked at the HTML Kit home page... In the words of Clara
Peller "Where's the beef?"... Lots of glitzy public relations copy, but
no details on exactly what it does, what tools it competes with, etc.)
::sigh:: I wouldn't be surprised. I didn't even like it and uninstalled
it right away anyway. If that's the problem, how would I fix it?
Oct 4 '06 #7
Gabriel Genellina wrote:
At Wednesday 4/10/2006 01:32, John Salerno wrote:
I tried opening my Python chm docs just now, as well as the one for
wxPython, and both are giving me an error dialog when I double-click
them and I can't open them. This happened apparently for no reason,
just
today. I even reset but that didn't help.
AppName: hh.exe AppVer: 5.2.3790.2453 ModName: itss.dll
ModVer: 5.2.3790.2453 Offset: 00006bec

Try this: <http://support.microsoft.com/kb/275539/en-us>
I don't know if this is my problem, but maybe I can find more on this site.
Oct 4 '06 #8
On Wed, 04 Oct 2006 16:34:43 +0000, Dennis Lee Bieber wrote:
On Wed, 04 Oct 2006 15:55:11 GMT, John Salerno
<jo******@NOSPAMgmail.comdeclaimed the following in comp.lang.python:
>the files in a day or two). All I've installed/uninstalled since then
was HTML Kit. I'm not on a network, it's just me. I redownloaded the chm
file for Python24 and it does the same thing.
Try some other help files... I'd be likely to suspect it was HTML
Kit that overlayed some DLL in the help system...

(Yeesh -- Just looked at the HTML Kit home page... In the words of Clara
Peller "Where's the beef?"... Lots of glitzy public relations copy, but
no details on exactly what it does, what tools it competes with, etc.)
I used HTMLKit when I still used Windows, and liked it a lot. It's really
a great HTML/PHP, etc. editor, if you can get past the front page.
That being said (if I remember correctly) hh.exe is a part of htmlkit, and
may have been the the cause of your problem by making itself the default
chm reader. (Check your settings under files to see what you have as the
default reader now. (and sorry, forgot how to do that, it's been almost
two years since I've had to fiddle with Windows, so I'm not sure of the
exact place to check for it.))
Keith
Oct 4 '06 #9
Keith Perkins wrote:
I used HTMLKit when I still used Windows, and liked it a lot. It's really
a great HTML/PHP, etc. editor, if you can get past the front page.
That being said (if I remember correctly) hh.exe is a part of htmlkit, and
may have been the the cause of your problem by making itself the default
chm reader. (Check your settings under files to see what you have as the
default reader now. (and sorry, forgot how to do that, it's been almost
two years since I've had to fiddle with Windows, so I'm not sure of the
exact place to check for it.))
Keith
Thanks for the response. I checked and hh.exe is the default, but should
it not be? It seems like the official program to open CHM files.
Oct 4 '06 #10

John Salerno wrote:
Keith Perkins wrote:
I used HTMLKit when I still used Windows, and liked it a lot. It's really
a great HTML/PHP, etc. editor, if you can get past the front page.
That being said (if I remember correctly) hh.exe is a part of htmlkit, and
may have been the the cause of your problem by making itself the default
chm reader. (Check your settings under files to see what you have as the
default reader now. (and sorry, forgot how to do that, it's been almost
two years since I've had to fiddle with Windows, so I'm not sure of the
exact place to check for it.))
Keith

Thanks for the response. I checked and hh.exe is the default, but should
it not be? It seems like the official program to open CHM files.
hh.exe is the standard Windows CHM opener. Suspicion should be directed
at DLLs being replaced by HTMLKit.

************************************************** ********
*** What is the error message that you get ??? ***
************************************************** ********

Oct 5 '06 #11
John Machin wrote:
6. Fire up a Comamnd Prompt window, and type this in:

\windows\hh \python25\doc\python25.chm
\windows\hh \windows\help\whatever.chm
I tried this and got the same error. This is really upsetting.
Oct 5 '06 #12
John Machin wrote:
4. Have you done a full virus and spy-ware scan? Do you regularly
install Windows updates from Microsoft?
Well, this is certainly the last thing I expected to work, but it did!
There was something called an IECache cookie (which I've actually had
before) and after removing it my chm files open now! Thanks for
suggesting this! I was desperate! :)
Oct 5 '06 #13

John Salerno wrote:
John Machin wrote:
6. Fire up a Comamnd Prompt window, and type this in:

\windows\hh \python25\doc\python25.chm
\windows\hh \windows\help\whatever.chm

I tried this and got the same error. This is really upsetting.
So that indicates that the problem is constant across
(a) how you invoke hh.exe
(b) your python chm and the windows-supplied chms.

Now get back to the more likely suspect: one or more wrong-version DLLs
dumped on you by that HTMLKit, or the absence of a needed DLL that was
thrown away when you uninstalled it -- was there a dialogue where you
were asked if you wanted to remove apparently unused DLLs?

And you *still* haven't answered the basic question:

************************************************** ********
*** What is the error message that you get ??? ***
************************************************** ********

Oct 5 '06 #14
John Machin wrote:
And you *still* haven't answered the basic question:

************************************************** ********
*** What is the error message that you get ??? ***
************************************************** ********
I'm not sure what you're asking for here. Did you not see my posts with
the two attachments? One had the full error details, and the other had
the dialog that apppeared.
Oct 5 '06 #15
Dennis Lee Bieber wrote:
On Wed, 04 Oct 2006 22:36:10 -0400, John Salerno
<jo******@NOSPAMgmail.comdeclaimed the following in comp.lang.python:
>John Machin wrote:
>>4. Have you done a full virus and spy-ware scan? Do you regularly
install Windows updates from Microsoft?
Well, this is certainly the last thing I expected to work, but it did!
There was something called an IECache cookie (which I've actually had
before) and after removing it my chm files open now! Thanks for
suggesting this! I was desperate! :)

Probably some stray left behind by HTML KIt <G>... Remember, the
rendering engine is NOT Internet Explorer only, it is shared by the
desktop file Explorer, the help viewer, etc....
LOL. I was also asking for help in the HTML Kit newsgroup, and of course
they assured me that HTML Kit does not change chm settings or replace
dlls, nor is it related to this piece of spyware. :)
Oct 5 '06 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Derek | last post by:
I have VS.Net 2003 and I can't open any .sln files (even if they are from a new 2003 project that I just created) - When I click on the .sln file, VS.Net pops up saying that: "The selected file is...
0
by: markusp1982 | last post by:
Hello NG, I want to close open files which are locked by other users. I like to update an file. I dont want to delete the share file/folder. In the Computer Mangagement you can remove(cut) all...
20
by: Mark | last post by:
Is there a way in the dotnet to determine what files have locks and then what process is locking the file?
6
by: Daniel | last post by:
Hi all, Can i open and edit the excel sheet on web page after downloading? After editing, i close the web page and the excel file auto upload to the server. Is it possible? I really struggling...
4
by: sirimanna | last post by:
hi, Is any one can help me to open files in my computer(for an example: some word document)using command button... i want to open file's using my vb programme..but i can't do it...can any one...
4
by: jabslim via DotNetMonster.com | last post by:
excuse me, may i ask on how to open files only in drive "e:\" (which is my usb port for flash drives) using openfiledialog? because in the openfiledialog, even when i set my initialdirectory to...
6
by: AMD | last post by:
Hello, I need to split a very big file (10 gigabytes) into several thousand smaller files according to a hash algorithm, I do this one line at a time. The problem I have is that opening a file...
9
by: Bruno GUERPILLON | last post by:
Hi, I'd like, in a WIN32 environment, list all open files. Anyone got a clue how to do this ? Regards, Bruno.
13
by: jim | last post by:
Is there a way (using VB.Net or C#) to copy open or locked files? Thanks! jim
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.