Aerofly Prof deluxe
Aerofly Prof deluxe
Have someone experience with the model-aircraft simulator
Aerofly Prof. deluxe?
Get someone them running?
Thanks for your help
joerg
--
Super-Acktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
Aerofly Prof. deluxe?
Get someone them running?
Thanks for your help
joerg
--
Super-Acktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
Re: Aerofly Prof deluxe
Per the appdb entry, it has a platinum rating in wine 0.9.49.Jörg Kühne wrote:Have someone experience with the model-aircraft simulator
Aerofly Prof. deluxe?
Get someone them running?
Thanks for your help
joerg
--
Super-Acktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
http://appdb.winehq.org/objectManager.p ... n&iId=9764
Perhaps give it a shot to see if it works just as good still?
Aerofly Prof deluxe
-------- Original-Nachricht --------
Thanks
joerg
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
Datum: Sun, 25 May 2008 16:05:46 -0500
Von: "Chad" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxe
I have already seen it. I stay in contact. But I doesn't hear anything.Jörg Kühne wrote:Per the appdb entry, it has a platinum rating in wine 0.9.49.Have someone experience with the model-aircraft simulator
Aerofly Prof. deluxe?
Get someone them running?
Thanks for your help
joerg
--
Super-Acktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
http://appdb.winehq.org/objectManager.p ... n&iId=9764
Perhaps give it a shot to see if it works just as good still?
Hallo
Thanks
joerg
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
wine support for Aerofly Prof deluxe
Dear wine-user group,
Have someone experience with the model-aircraft simulator Aerofly Prof. deluxe?
Get someone them running? I have seen it is listed in the application database. I didn't got an answer from that person who published that entry.
Thanks for your help
best regards
joerg
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
Have someone experience with the model-aircraft simulator Aerofly Prof. deluxe?
Get someone them running? I have seen it is listed in the application database. I didn't got an answer from that person who published that entry.
Thanks for your help
best regards
joerg
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
Aerofly Prof deluxe
-------- Original-Nachricht --------
but how I get the console log, may be with winedbg?
thanks & best regards
joerg
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
Datum: Mon, 26 May 2008 09:12:56 -0500
Von: "dimesio" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxe
Hello thank,You need to post the specific details of your problem, including console
logs, before anyone can help.
but how I get the console log, may be with winedbg?
thanks & best regards
joerg
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
Aerofly Prof deluxe
wine your_program.exe &> /tmp/output.txt
On 5/26/08, "Jörg Kühne" <[email protected]> wrote:
On 5/26/08, "Jörg Kühne" <[email protected]> wrote:
-------- Original-Nachricht --------Datum: Mon, 26 May 2008 09:12:56 -0500
Von: "dimesio" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxeHello thank,You need to post the specific details of your problem, including console
logs, before anyone can help.
but how I get the console log, may be with winedbg?
thanks & best regards
joerg
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
Re: Aerofly Prof deluxe
Open a terminal and try to run the executable from there:Jörg Kühne wrote:Hello thank,
but how I get the console log, may be with winedbg?
Code: Select all
wine program.exe
Then copy whatever messages appear in the terminal and post them.
Aerofly Prof deluxe
-------- Original-Nachricht --------
joerg.kuehne@linux:~> winedbg c:\\Programme\\IPACS\\AeroFlyProfessionalDeluxe\\flyrun.exe &> /tmp/output1.txt
WineDbg starting on pid 0016
0x7b875fb2 start_process+0xc2 in kernel32: movl %esi,0x0(%esp)
Because flyrun.exe is the windows main executables!
May be I need DirectX-support? Because during installation of the simulator, it tried to do that automatically.
best regards
--
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
Datum: Mon, 26 May 2008 10:14:59 -0500
Von: "dimesio" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxe
The only way to get a output massage is:Jörg Kühne wrote:Open a terminal and try to run the executable from there:Hello thank,
but how I get the console log, may be with winedbg?
Code:
wine program.exe
(substitute the actual name of the executable for "program.exe").
Then copy whatever messages appear in the terminal and post them.
joerg.kuehne@linux:~> winedbg c:\\Programme\\IPACS\\AeroFlyProfessionalDeluxe\\flyrun.exe &> /tmp/output1.txt
WineDbg starting on pid 0016
0x7b875fb2 start_process+0xc2 in kernel32: movl %esi,0x0(%esp)
Because flyrun.exe is the windows main executables!
May be I need DirectX-support? Because during installation of the simulator, it tried to do that automatically.
best regards
--
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
Are you saying the program dies without any messages in the terminal?
Also, have you tried the user support forum for this program at http://www.ipacs.de/forum/index.php? They have an entire section devoted to Linux.
Also, have you tried the user support forum for this program at http://www.ipacs.de/forum/index.php? They have an entire section devoted to Linux.
Re: Aerofly Prof deluxe
Why did you used winedbg? Use "wine".Jörg Kühne wrote:joerg.kuehne@linux:~> winedbg c:\\Programme\\IPACS\\AeroFlyProfessionalDeluxe\\flyrun.exe &> /tmp/output1.txt
Aerofly Prof deluxe
-------- Original-Nachricht --------
regards
joerg
--
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
Datum: Mon, 26 May 2008 12:06:17 -0500
Von: "vitamin" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxe
Just to test the case for seeing more messagesJörg Kühne wrote:c:\\Programme\\IPACS\\AeroFlyProfessionalDeluxe\\flyrun.exe &> /tmp/output1.txtjoerg.kuehne@linux:~> winedbg
Why did you used winedbg? Use "wine".
regards
joerg
--
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
Re: Aerofly Prof deluxe
So... where is the output of using "wine"?Jörg Kühne wrote:-------- Original-Nachricht --------Datum: Mon, 26 May 2008 12:06:17 -0500
Von: "vitamin" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxeJust to test the case for seeing more messagesJörg Kühne wrote:c:\\Programme\\IPACS\\AeroFlyProfessionalDeluxe\\flyrun.exe &> /tmp/output1.txtjoerg.kuehne@linux:~> winedbg
Why did you used winedbg? Use "wine".
Aerofly Prof deluxe
-------- Original-Nachricht --------
unfortunately the output file is empty! Nothing happens during the call of wine!
best regards
joerg
--
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de
Datum: Mon, 26 May 2008 13:23:06 -0500
Von: "vitamin" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxe
Hello vitamin,Jörg Kühne wrote:/tmp/output1.txt-------- Original-Nachricht --------
Datum: Mon, 26 May 2008 12:06:17 -0500
Von: "vitamin" <[email protected]>
An: [email protected]
Betreff: [Wine] Re: Aerofly Prof deluxe
Jörg Kühne wrote:
c:\\Programme\\IPACS\\AeroFlyProfessionalDeluxe\\flyrun.exe &>So... where is the output of using "wine"?Just to test the case for seeing more messagesWhy did you used winedbg? Use "wine".
unfortunately the output file is empty! Nothing happens during the call of wine!
best regards
joerg
--
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden und spiele: http://flat.games.gmx.de