[Bug 35362] New: Aeria Games/Aura Kingdom launcher account signin fails due to IHTMLDocument2.GetActiveElement stub

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 10 16:21:28 CST 2014


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

            Bug ID: 35362
           Summary: Aeria Games/Aura Kingdom launcher account signin fails
                    due to IHTMLDocument2.GetActiveElement stub
           Product: Wine
           Version: 1.7.10
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mshtml
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
    Classification: Unclassified

Hello folks,

as the summary says ...

Prerequisite: 'winetricks -q dotnet40'

--- snip ---
$ pwd
/home/focht/.wine/drive_c/AeriaGames/AuraKingdom

$ wine ./aeria_launcher.exe
...
fixme:mshtml:HTMLDocument_get_activeElement (0x9fbe358)->(0x33e438)
The method or operation is not implemented.
System.NotImplementedException: The method or operation is not implemented.
   at
System.Windows.Forms.UnsafeNativeMethods.IHTMLDocument2.GetActiveElement()
   at System.Windows.Forms.HtmlDocument.get_ActiveElement()
   at AI.Controls.WebBrowserEx.PreProcessMessage(Message& msg)
   at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control
target, Message& msg)
   at System.Windows.Forms.Control.PreProcessControlMessage(Message& msg)
   at
System.Windows.Forms.Integration.ApplicationInterop.ThreadMessageFilter(MSG&
msg, Boolean& outHandled)
   at System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(MSG&
msg)
   at System.Windows.Interop.ComponentDispatcher.RaiseThreadMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Window.Show()
   at System.Windows.Window.ShowDialog()
   at AI.MainWindow.OpenLoginScreen(EventHandler`1 onLoginCompleted)
   at AI.AppController.OpenLoginScreen(EventHandler`1 onLoginCompleted)
   at AI.LoginPanel.onClick(Object sender, RoutedEventArgs e)
...
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/ff9bbe372128eb42f921e393b80c7924468b70f1:/dlls/mshtml/htmldoc.c#l186

--- snip ---
 186 static HRESULT WINAPI HTMLDocument_get_activeElement(IHTMLDocument2
*iface, IHTMLElement **p)
187 {
188     HTMLDocument *This = impl_from_IHTMLDocument2(iface);
189     FIXME("(%p)->(%p)\n", This, p);
190     eturn E_NOTIMPL;
191 }

--- snip ---

$ sha1sum aurakingdom_us_downloader.exe 
b31bb993d30e87f59b6c211bacd49eb610075f8a  aurakingdom_us_downloader.exe

$ du -sh aurakingdom_us_downloader.exe 
572K    aurakingdom_us_downloader.exe

$ wine --version
wine-1.7.10-343-g770d09d

Regards

-- 
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