WineHQ
Bug Tracking Database – Bug 35362

 Bugzilla

 

Last modified: 2021-07-09 09:38:37 UTC  

Aeria Games/Aura Kingdom launcher account signin fails due to IHTMLDocument2.GetActiveElement stub

Bug 35362 - Aeria Games/Aura Kingdom launcher account signin fails due to IHTMLDocument2.GetActiveElement stub
Aeria Games/Aura Kingdom launcher account signin fails due to IHTMLDocument2....
Status: CLOSED FIXED
AppDB: Show Apps affected by this bug
Product: Wine
Classification: Unclassified
Component: mshtml
1.7.10
x86 Linux
: P2 normal
: ---
Assigned To: Mr. Bugs
https://web.archive.org/web/201402010...
: dotnet, download
Depends on:
Blocks:
  Show dependency tree
 
Reported: 2014-01-10 16:21 UTC by Anastasius Focht
Modified: 2021-07-09 09:38 UTC (History)
1 user (show)

See Also:
Regression SHA1:
Fixed by SHA1: 1918d7223e8e093e936f09182399e8001a70b686
Distribution: ---
Staged patchset:


Attachments
I tried launching the game, however it does not start up. (17.74 KB, text/plain)
2015-07-15 02:13 UTC, Findanother1X3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anastasius Focht 2014-01-10 16:21:28 UTC
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
Comment 1 Jacek Caban 2014-02-14 04:21:16 UTC
Patch sent:

http://source.winehq.org/patches/data/102496
Comment 3 Alexandre Julliard 2014-02-20 12:37:36 UTC
Closing bugs fixed in 1.7.13.
Comment 4 Findanother1X3 2015-07-15 02:13:50 UTC
Created attachment 51850 [details]
I tried launching the game, however it does not start up.


Privacy Policy
If you have a privacy inquiry regarding this site, please write to [email protected]

Hosted By CodeWeavers