Whitespace, whitespace everywhere, but none for WINE

Ian Pilcher ian.pilcher at home.com
Tue May 1 15:27:31 CDT 2001


Richard Baxter wrote:
> 
> err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found.
> 


If you're using a semi-current version of Wine, this means that the
PostScript driver is trying to parse an AFM file that has an error in
its character metrics section.  If you're using an older version, there
was a bug that caused character metric parsing to fail entirely and
issue this error.

You can run Wine with '--debugmsg -all,+psdrv' to get more information,
but be prepared for a lot of output.  You might try:

    wine --debugmsg -all,+psdrv {your EXE} > psdrv.log 2>&1

-- 
========================================================================
Ian Pilcher                                         ian.pilcher at home.com
========================================================================



More information about the wine-users mailing list