creation of wine directory/winecfg error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Arthur Squassabia

creation of wine directory/winecfg error

Post by Arthur Squassabia »

when i create a new wine directory i allways get these errors and as far as
i can tell they haven't caused any harm, should i be concerned about them?

Could not load Mozilla. HTML rendering will be disabled.
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *HPCollateSupported
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *HPCollateSupported
'?
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *HPCollateSupported
'?
wine: configuration in '/home/artsq/.wine' has been updated.
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet


--
"Black holes are where god divided by Zero."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Is your printer working? According to http://www.winehq.org/pipermail/wine-bu ... 10970.html
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *HPCollateSupported'?

means there's an error in the PPD file. Specifically, a missing colon after CloseUI. But if your printer is working, I wouldn't worry about it.

The line about Mozilla means that you haven't installed wine-gecko. Fixmes are just things that haven't been implemented yet. In general, if you're not having any problems, don't worry about messages in the console.
Arthur Squassabia

creation of wine directory/winecfg error

Post by Arthur Squassabia »

i haven't had to use a printer in wine yet but the printers do work, as for
wine-gecko how crucial is it?

--
"Black holes are where god divided by Zero."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: creation of wine directory/winecfg error

Post by dimesio »

Arthur Squassabia wrote: wine-gecko how crucial is it?
Some apps need it, but if your apps are working without it, don't worry about it. It's easy to install:

Code: Select all

wine iexplore http://www.winehq.org
Locked