--- In [email protected], "brucexs" <bswit...@...> wrote:
>
> --- In [email protected], "swzoh" <seanzoh@> wrote:
> >
> > PP is hanging because PP's main thread is waiting for an event 
> > indefinitely. The culprit is this one.
> > 
> > CoUninitialize();
> > SetEvent(m_hEvtActionDone);
> > 
> > You said it always stuck at CoUninitialize, right? Then, obviously SetEvent 
> > will never run, so m_hEvtActionDone never signaled, meaning PP's main 
> > thread will be blocking indefinitely.
> >
> 
> Maybe, but why does it always for me adn Alan (on two separate win versions, 
> to boot!)?
> 
> And Sheri's symptoms -- PowerPro seems to exit according to task manager but 
> won't restart -- don't seem to quite fit.  The intermittent successes she 
> just reported may indicate some kind of race condition.
> 
> More data would be good, as per my previous note.  It very well could be 
> failing sometimes where you way.  But is there anything different about the 
> sequence of events before that?
>

It is plausible that the language element is causing interference. A process 
called ctfmon.exe is running. It might possibly block an application from 
receiving an event. See here:

http://www.ureader.com/msg/1474135.aspx

Ctfmon.exe is not exclusively part of Office XP (Office XP is partly the 
subject of the link). It is run by the operating system for the text services 
and the language bar. These services are needed if you use Asian fonts.

I run Office 2003, not Office XP.

In XP SP3 I have installed Asian language support and have been running (but 
not using) the language bar. Anyway, I still have issues even when I don't run 
the word script.

Regards,
Sheri

Reply via email to