[Bug 25771] New: MCC Pilotlog cannot navigate internet for data import feature.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 14 04:42:22 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=25771

           Summary: MCC Pilotlog cannot navigate internet for data import
                    feature.
           Product: Wine
           Version: 1.3.11
          Platform: x86-64
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: mshtml
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: charlie.andrews at tiscali.co.uk


MCC Pilotlog has been working OK in general for me with wine 1.3.11 under
Ubuntu 10.10 x64.

However, one of the features of the application is that it can log into a
company crew information system and retrieve flight information into the log. I
have tested this on a windows VM, and it works fine.

However, under Wine, we get error 445 and then a crash. I am a bit surprised,
as I thought that the IE-mimicking facilities in Wine would be able to cope.

I've contacted the MCC developers about the issue, and they cannot throw too
much light on the subject, but suggest that this is a code chink that may be
causing the problem: 

-----------------------------
For Each HTMLi In WebBr.Document.getElementsByName("Id")
    HTMLi.Value = TxtLoginName
Next

For Each HTMLi In WebBr.Document.getElementsByName("Pass")
    HTMLi.Value = TxtPassword
Next

For Each HTMLi In WebBr.Document.getElementsByName("B1")
    HTMLi.Click
    Exit For
Next
------------------------------

Terminal output attached.  This application has to be run with wine set as win
7.

To reproduce:
Follow installation steps on AppDB entry.
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=22277)
Run the application
Choose 'Settings', then 'Interfaces - Airline PDA'
Choose 'Air Astana' from drop-down menu.
Close this window
Choose 'Airline Interface'
Double-click 'Air Astana' on the left-hand side of the pop-up to show the
in-app browser display.
Type 2x4 digit numbers in the login window.  (I can't give you my real login,
sorry!  The error exists without valid credentials.)
Click 'Start'

I have selected mshtml as the component with the issue, but I am not completely
sure.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list