application runs but then issues?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

application runs but then issues?

Post by therock003 »

Is it possible for an application to launch via wine,but then to not execute commands correctly?Just asking for information,no present situation.
kodefive
Level 2
Level 2
Posts: 16
Joined: Tue Mar 18, 2008 3:21 pm

Post by kodefive »

Yes
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

How would one know if something like that happens?
John Drescher

application runs but then issues?

Post by John Drescher »

On Sat, Jun 7, 2008 at 1:36 PM, therock003 <[email protected]> wrote:
How would one know if something like that happens?
Mostly by observing bad behavior. If you are worried that an
application that balances your bank statement will somehow get the
wrong answer this is extremely unlikely. Now if you are worrying if
there may be some GUI glitch that is more likely.

John
therock003
Level 2
Level 2
Posts: 21
Joined: Sat May 24, 2008 9:01 am

Post by therock003 »

Well i'm more worried about the first.Getting calculations that are greatly mistaken.GUI glitches i've already encountered.Like on bricscad when you use an option that opens a dialoue window,it goes immediately out of focus and you cant do anything other than kill the app.

But i'm worried about behaviour other than that.
kodefive
Level 2
Level 2
Posts: 16
Joined: Tue Mar 18, 2008 3:21 pm

Post by kodefive »

Wine is about reimplementing the Windows APIs.

Calculations are not done using the Windows APIs, so Wine or no Wine should not matter.

(As long as the start values used in the calculation are the same, which they may or may not be.)
Locked