The EPS.GEO module expects that the basic fonts are already loaded in the
printer. This is only true for some printers and never for any emulator.
There is a hotfix available:
At offset 359110 is a line
{pop /Courier}if
this has to be changed (with a _binary_ editor) to:
{} if
The postscript emulator then always loads the font, even if already loaded
on the previous page, but the printout is ok then.
{Ross J. Reedstrom}
Nathan Fiedler's comment:
That "bug" will never be fixed.