Rank: Advanced Member Groups: Member
Joined: 1/12/2015 Posts: 81
|
I've debugged it with dnSpy and this is the stack trace: Quote: EO.Base.dll!EO.Internal.xlab<EO.Internal.kudh, EO.Internal.kudj, EO.Internal.kudi>.ncpt.mrbk(int opj, EO.Internal.xkui opk, int opl) (IL≈0x0108, Native=0x000007FE97DC6830+0x2C5) EO.Base.dll!EO.Internal.xlab<EO.Internal.kudh, EO.Internal.kudj, EO.Internal.kudi>.ekuh(EO.Internal.kudi ool, EO.Internal.xkwm oom, bool oon, int ooo) (IL≈0x02D1, Native=0x000007FE97DB75A0+0x6F9) EO.Base.dll!EO.Internal.xlab<EO.Internal.kudh, EO.Internal.kudj, EO.Internal.kudi>.ekuh(EO.Internal.kudi oop, EO.Internal.xkwm ooq, bool oor) (IL≈0x00EB, Native=0x000007FE97DB6EC0+0x1F7) EO.WebBrowser.dll!EO.WebBrowser.WebView.euue(EO.Internal.kudi hz, EO.Internal.xkwm ia, bool ib) (IL≈0x0188, Native=0x000007FE97DF43C0+0x340) EO.WebBrowser.dll!EO.WebBrowser.WebView.euue(EO.Internal.kudi ie, bool ig) (IL≈0x00C1, Native=0x000007FE97EA39D0+0x1D2) EO.WebBrowser.dll!EO.WebBrowser.WebView.eusr(bool ge) (IL≈0x013C, Native=0x000007FE97EA3570+0x288) EO.WebBrowser.dll!EO.WebBrowser.WebView.GetHtml() (IL≈0x00CA, Native=0x000007FE97EA2C70+0x1C3) Here is the line that is not responding:
Code: C#
int num3 = xkuu.uewl(array.Length, array, opl, 64U, 0U);
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi, We are not able to reproduce the problem with the latest build. Can you send a test project to us? See here for details: https://www.essentialobjects.com/forum/test_project.aspxThanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We have just posted a new build (21.0.69) that resolved a hang issue. So you may want to update to that build and see if it resolves the issue for you.
Thanks!
|