xekhz wrote: > > xekhz wrote: > > Hello > > I have an application that stops while it is loading. > > I cant see why she is stoping > > WINEDEBUG err warn does not give anyoutput. > > > > What should i do next ? > > > I tried this and worked. > > WINEDEBUG=+gdi wine tax.exe > > the application loads. Strange beaviour WINEDEBUG=+gdi wine tax.exe -> WORKS WINEDEBUG=+gdi wine tax.exe 2>/dev/null -> DOES NOT WORK WINEDEBUG=+gdi wine tax.exe 2>/tmp/x -> WORKS Can anyone explain ???