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 ?
AIRC Powerbuilder Application stopts responding
Re: AIRC Powerbuilder Application stopts responding
I tried this and worked.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 ?
WINEDEBUG=+gdi wine tax.exe
the application loads.
Re: AIRC Powerbuilder Application stopts responding
Strange beaviourxekhz wrote:I tried this and worked.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 ?
WINEDEBUG=+gdi wine tax.exe
the application loads.
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 ???