winelauncher is not alive anymore

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
elhoir
Newbie
Newbie
Posts: 4
Joined: Wed Feb 27, 2008 7:20 am

winelauncher is not alive anymore

Post by elhoir »

hello,
i have noticed that i cant type the winelauncher command... how can i get debug logs then?

i am using wine-1.0-rc2
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

winelauncher is not alive anymore

Post by austin987 »

On Thu, Jun 5, 2008 at 6:00 AM, elhoir <[email protected]> wrote:
hello,
i have noticed that i cant type the winelauncher command... how can i get debug logs then?

i am using wine-1.0-rc2





WINEDEBUG=+trace1,+trace2,-trace3 wine your_app.exe &> /tmp/log.txt
Locked