PDFCreator 1.0.2 - Automation error Catastrophic failure

I receive the following error whenever I try printing using PDFCreator on Win XP x64 SP2.  Does anyone have a solution?

----------------------------------------------------------------------
PDFCreator - www.pdfforge.org
----------------------------------------------------------------------
Errorprotocol
----------------------------------------------------------------------
PDFCreator 1.0.2 - Error message
----------------------------------------------------------------------
ERROR DESCRIPTION:
          Error-Nr:    -2147418113 (Automation error
Catastrophic failure )
          Modul:    modMain
          Procedure:    SetFontControls
          Line:         50070
          Date/Time:    08-27-2010 / 20:18:15
----------------------------------------------------------------------
CALLSTACK:
----------------------------------------------------------------------
SYSTEMINFO:
 Windows 2003 5.2 Build 3790 (Service Pack 2)
  [TerminalServer Win2003Server IsWinXPPlus]
----------------------------------------------------------------------

Noone else is having this problem?  For each print I receive several consecutive error messages that I have to click through to get the point where I can save the pdf.  The error messages pertain to lines 50070 through 50100 in the source code below.  My previous post only shows the text version of the first popup error message, but the next ones each refer to a different line number.

_______________________________________________

Public Sub SetFontControls(ctls As Variant, ByVal Fontname As String, ByVal Charset As Long, ByVal Fontsize As Long)
'---ErrPtnr-OnError-START--- DO NOT MODIFY ! ---
On Error GoTo ErrPtnr_OnError
'---ErrPtnr-OnError-END--- DO NOT MODIFY ! ---
50010 Dim ctl As Control, ts As TabStrip, df As dmFrame, f As StdFont, trv As TreeView
50020
50030 If LenB(Trim$(Fontname)) = 0 Then
50040 Exit Sub
50050 End If
50060
50070 Set f = New StdFont
50080 f.Name = Fontname
50090 f.Size = Fontsize
50100 f.Charset = Charset
__________________________________________

If I click the options button within the pdfcreator program, I get even more of these popups that I have to click through.  Also, each time I print it leaves a new PDFCreator.exe*32 process running.