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@winehq.org ReportedBy: charlie.andrews@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.