[Bug 31108] New: Microshop 2.0 (.NET 2.0 app using System.Windows.Forms.WebBrowser) wants IWebBrowser2::Refresh
http://bugs.winehq.org/show_bug.cgi?id=31108 Bug #: 31108 Summary: Microshop 2.0 (.NET 2.0 app using System.Windows.Forms.WebBrowser) wants IWebBrowser2::Refresh Product: Wine Version: 1.5.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ieframe AssignedTo: wine-bugs(a)winehq.org ReportedBy: focht(a)gmx.net Classification: Unclassified Hello, not really serious, it seems the exception is swallowed somewhere but still something that might be implemented in future. Prerequisites: 'winetricks -q dotnet20sp1 mdac28 jet40' It seems the app is a bit unstable on startup for unknown reasons (different symptoms), adding native 'gdiplus' makes it stable (might deserve an extra bug). Exception info: --- snip --- Exception object: 0ecb5c3c Exception type: System.NotImplementedException Message: The method or operation is not implemented. InnerException: <none> StackTrace (generated): <none> StackTraceString: <none> HResult: 80004001 --- snip --- CLR stack: --- snip --- OS Thread Id: 0x39 (0) ESP EIP 0033e66c 7b83953f [GCFrame: 0033e66c] 0033e6b4 7b83953f [GCFrame: 0033e6b4] 0033e78c 7b83953f [ComPlusMethodFrameStandaloneCleanup: 0033e78c] System.Windows.Forms.UnsafeNativeMethods+IWebBrowser2.Refresh() 0033e79c 115b558f System.Windows.Forms.WebBrowser.Refresh() 0033e7c8 115b553e System.Windows.Forms.WebBrowser.set_ScrollBarsEnabled(Boolean) 0033e7d4 115a38d7 Sabs.HttpSrv.Core.BrowserForm.a() 0033ea0c 115a33d4 Sabs.HttpSrv.Core.BrowserForm..ctor() 0033ea1c 115a32e6 Sabs.HttpSrv.Core.Application.a() 0033ea24 115a324e Sabs.HttpSrv.Core.Application.get_WebBrowser() 0033ea28 115a2139 MicroShop.Forms.frmMain.g(System.Object, System.EventArgs) 0033ea98 003dab01 [MulticastFrame: 0033ea98] System.EventHandler.Invoke(System.Object, System.EventArgs) 0033eaac 0e513c9c System.Windows.Forms.Form.OnLoad(System.EventArgs) 0033eadc 0e3555aa DevExpress.XtraEditors.XtraForm.OnLoad(System.EventArgs) 0033eae4 0e513889 System.Windows.Forms.Form.OnCreateControl() 0033eaec 029a74b1 System.Windows.Forms.Control.CreateControl(Boolean) 0033eb24 029a7295 System.Windows.Forms.Control.CreateControl() 0033eb30 0e510e7e System.Windows.Forms.Control.WmShowWindow(System.Windows.Forms.Message ByRef) 0033eb6c 029abf52 System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef) ... --- snip --- Code: http://source.winehq.org/git/wine.git/blob/82c826f6fc7a7684cad99501a9a5670b2... --- snip --- 182 static HRESULT WINAPI InternetExplorer_Refresh(IWebBrowser2 *iface) 183 { 184 InternetExplorer *This = impl_from_IWebBrowser2(iface); 185 FIXME("(%p)\n", This); 186 return E_NOTIMPL; 187 } --- snip --- Regards -- 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.
http://bugs.winehq.org/show_bug.cgi?id=31108 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download URL| |http://www.microshop.ro/dow | |nload.php Severity|normal |enhancement --- Comment #1 from Anastasius Focht <focht(a)gmx.net> 2012-07-02 15:39:33 CDT --- Hello, addendum... If you get following exception on startup: --- snip --- System.Net.Sockets.SocketException: Unknown error (0x2af9) at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6) at System.Net.Dns.GetHostByName(String hostName) at CAL.NHibernate.PosRegistered.RegisterPos(ISession session) at an.a(String[] A_0) --- snip --- Add host entry if needed (/etc/hosts, ...) The app wants to start a local http server. --- snip --- 0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\assembly\\GAC_32\\Sabs.HttpSrv\\2.0.0.69__a151ea00159f8279\\Sabs.HttpSrv.dll" at 0xd5d0000: native ... Server: Sabs.HttpSrv/2.0.0.69 CLR: 2.0.50727.1433 Server running at http://<yourhost>:1458/ --- snip --- Direct download: http://www.sabs.ro/fw_files/download/Microshop_2.0.3.107.exe $ du -sh Microshop_2.0.3.107.exe 21M Microshop_2.0.3.107.exe $ sha1sum Microshop_2.0.3.107.exe 5a773e093e718487139ab347d1bc8de8dadd9e03 Microshop_2.0.3.107.exe $ wine --version wine-1.5.7-309-gb4da889 Regards -- 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.
http://bugs.winehq.org/show_bug.cgi?id=31108 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9c3c57040e64bab4a8ddc1b9320 | |0f538565d5886 Status|NEW |RESOLVED CC| |jacek(a)codeweavers.com Resolution| |FIXED --- Comment #2 from Jacek Caban <jacek(a)codeweavers.com> 2012-11-13 04:03:24 CST --- Fixed in Git: http://source.winehq.org/git/wine.git/commitdiff/9c3c57040e64bab4a8ddc1b9320... -- 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.
http://bugs.winehq.org/show_bug.cgi?id=31108 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2012-11-23 14:30:11 CST --- Closing bugs fixed in 1 5.18. -- 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.
participants (1)
-
wine-bugs@winehq.org