AIRC Powerbuilder Application stopts responding

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

AIRC Powerbuilder Application stopts responding

Post by xekhz »

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 ?
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: AIRC Powerbuilder Application stopts responding

Post by xekhz »

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.
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: AIRC Powerbuilder Application stopts responding

Post by xekhz »

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 ???
Locked