[Wine] Maize-Sampler Gui is only a white box

Austin English austinenglish at gmail.com
Tue Jun 16 13:28:30 CDT 2009


On Tue, Jun 16, 2009 at 1:24 PM, Capoeira<wineforum-user at winehq.org> wrote:
>
> jorl17 wrote:
>>
>> Capoeira wrote:
>> > well, i don't know how to do this, yet. but i find out.
>>
>>
>> Simple, if you run from console just add WINEDEBUG=+gdiplus to the app when you launch it, and redirect the output to a file.
>
>
> "WINEDEBUG=+gdiplus was not found"
>
> is there a tutorial for this? i never reported a bug in my life

you need to add the wine command after that, WINEDEBUG is an
environmental variable.

http://wiki.winehq.org/FAQ should have this. You want:
WINEDEBUG=+gdiplus wine your_app.exe &> /tmp/output.txt

-- 
-Austin



More information about the wine-users mailing list