
|
CreateScalableFontResourceW Error
Hi!
I'm trying to run some setup application, but it shows an error message like the following: "Unable to start DDE communication with Program Manager." and wine returns the following:
Code:
fixme:font:CreateScalableFontResourceW (0,L"C:\\windows\\system32\\PHON.FOT",L"PHON.TTF",L"C:\\windows\\system32"): stub
Can anyone help me with fixing this error?..
|

|
Re: CreateScalableFontResourceW Error
Linux lenovo-y510ka 2.6.28-16-generic #55-Ubuntu SMP x86_64 GNU/Linux; wine-1.0.1
|

|
Re: CreateScalableFontResourceW Error
fixme's are not so bad in most cases and that one has nothing in common with DDE communication.
You might want to open a bug and attach all commandline outputs
|

|
Re: CreateScalableFontResourceW Error
André H.
Another one strange issue: when I add TRACE debug channel, setup.exe application doesn't start. After some time Windows-like error messages with empty messages description appears. Without TRACE channel all works as usual
|

|
Re: CreateScalableFontResourceW Error
make sure to run it like:
WINEDEBUG=ddeml WINEPREFIX=~/.winecleanprefix wine setup.exe
|

|
Re: CreateScalableFontResourceW Error
sapfeer wrote:
> wine-1.0.1
That version of Wine is over a year old. Upgrade to the latest development release.
|

|
Re: CreateScalableFontResourceW Error
I've update wine to 1.1.32, but it doesn't help: setup application starts and freezes without showing any windows or anything else... Installation process stops. Should I open another bug?..
|

|
Re: CreateScalableFontResourceW Error
sapfeer wrote:
> Should I open another bug?..
Yes, please.
|

|
Re: CreateScalableFontResourceW Error
vitamin
Ok, but I wonder how can developers fix my errors without sample application which doesn't work under wine...
|

|
Re: CreateScalableFontResourceW Error
Terminal output (sometimes involving the more advanced debug traces) usually is enough for the devs to locate the problem.
|