Model aircraft simulator Aerofly prof. deluxe

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Jörg Kühne

Model aircraft simulator Aerofly prof. deluxe

Post by Jörg Kühne »

Hallo user group,

unfortunately nothing happens, when I would like to start the application. The path in the winecfg is set to:
H: /windows/C/Programme/ipacs/AeroFly Professional Deluxe/

I tried to start wine H:\\flyrun.exe but nothing was going on.

Other application work correctly, if start them directly in the origin XP environment. -> start application with -> wine

Have someone maybe an idea how I could trigger a debug dump. But I am not sure if should help, because nothing happens after the start.

Thanks for your inputs in advanced.

best regards

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
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Wine is not designed to run programs from a Windows partition. You need to install them in Wine.
Jörg Kühne

Model aircraft simulator Aerofly prof. deluxe

Post by Jörg Kühne »

Hallo again,

the last debug massage was:

winedbg H:\\flyrun.exe

WineDbg starting on pid 0042
0x7b875fb2 start_process+0xc2 in kernel32: movl %esi,0x0(%esp)

Wine-dbg>step
Single stepping until exit from function,
which has no line number information.
Invalid address (0x7b875fb7 start_process+0xc7) for breakpoint 0, disabling it
Process of pid=0013 has terminated

Thanks for your tips and tricks!

best regards

joerg




-------- Original-Nachricht --------
Datum: Thu, 22 May 2008 21:36:47 +0200
Von: "Jörg Kühne" <[email protected]>
An: [email protected]
Betreff: [Wine] Model aircraft simulator Aerofly prof. deluxe
Hallo user group,

unfortunately nothing happens, when I would like to start the application.
The path in the winecfg is set to:
H: /windows/C/Programme/ipacs/AeroFly Professional Deluxe/

I tried to start wine H:\\flyrun.exe but nothing was going on.

Other application work correctly, if start them directly in the origin XP
environment. -> start application with -> wine

Have someone maybe an idea how I could trigger a debug dump. But I am not
sure if should help, because nothing happens after the start.

Thanks for your inputs in advanced.

best regards

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
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Model aircraft simulator Aerofly prof. deluxe

Post by austin987 »

On Fri, May 23, 2008 at 3:14 AM, "Jörg Kühne" <[email protected]> wrote:
Hallo again,

the last debug massage was:

winedbg H:\\flyrun.exe
Why are you running them in winedbg?

Install them in wine with:
$ wine setup.exe

Then run them from there, NOT YOUR WINDOWS PARTITION.
Locked