--- In [email protected], "entropyreduction"
<alancampbelllists+ya...@...> wrote:
>
> --- In [email protected], "brucexs" <bswitzer@> wrote:
> >
> > win.debug(unicode.from_utf8("\xC3\x80"))
> > >
> > > under your debugger and see what might be going on?
> > >
> > > I'm pretty sure releasing temporary handles used to work. ...
> > >
> >
> >
> > Looks like I broke this when I implemetned the ref counting for objects.
> >
> > Try the powerpro.exe uploaded to the usual folder (exe only).
>
> Seems to take care of releasing temporary handles. But
>
> call(s_sGuiFile, s_sIniFile, sSect, sAsk, s_sPreamble, iSecsDelayToStart,
> iPostpone, sMin, sNote)
>
> (all one line, first tow args are statics) now broken:
> script error "unbalanced parentheses". Reverted to previous powerpro .exe,
> worked fine (and has done for ages).
>
This was the fix for the call error that I threw in. But it works fine in my
tests. Can you post the whole script from the above?