[Bug 12457] SharpDevelop 2.2 crashes with NotImplementedException at IWebBrowser2.get_LocationName()

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 11 12:22:18 CST 2014


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|Other                       |x86
            Version|unspecified                 |0.9.56.
                 OS|other                       |Linux

--- Comment #17 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

revisiting, unfortunately still present.

Also encountered with 'Clarion Enterprise Edition 9.0.10376 '

--- snip ---
Clarion Version : 9.0.0.10376
.NET Version         : 2.0.50727.42
OS Version           : Microsoft Windows NT 5.1.2600 Service Pack 3
Current culture      : English (United States) (en-US)
Working Set Memory   : 0kb
GC Heap Memory       : 3908kb

Unhandled exception terminated the workbench
Exception thrown: 
System.NotImplementedException: The method or operation is not implemented.
   at System.Windows.Forms.UnsafeNativeMethods.IWebBrowser2.get_LocationName()
   at System.Windows.Forms.WebBrowser.get_DocumentTitle()
   at
ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane.TitleChange(Object
sender, EventArgs e)
   at ICSharpCode.SharpDevelop.BrowserDisplayBinding.BrowserPane..ctor(Boolean
showNavigation)
   at ICSharpCode.SharpDevelop.Commands.ShowStartPageCommand.DoRun()
   at ICSharpCode.SharpDevelop.Commands.StartWorkbenchCommand.Run(IList`1
fileList)
   at ICSharpCode.SharpDevelop.Sda.CallHelper.RunWorkbenchInternal(Object
settings)
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/186d8553c10e21694b9dddfd93e82eb0639ffdc7:/dlls/ieframe/webbrowser.c#l498

--- snip ---
498 static HRESULT WINAPI WebBrowser_get_LocationName(IWebBrowser2 *iface, BSTR
*LocationName)
499 {
500     WebBrowser *This = impl_from_IWebBrowser2(iface);
501     FIXME("(%p)->(%p)\n", This, LocationName);
502     return E_NOTIMPL;
503 }
--- snip ---

$ sha1sum Clarion9EE_installer-9.0.10376.exe 
9ff6e75dc18d4552d45c9a0cf2bd729c21c4059b  Clarion9EE_installer-9.0.10376.exe

$ du -sh Clarion9EE_installer-9.0.10376.exe
163M    Clarion9EE_installer-9.0.10376.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