|
Rank: Advanced Member Groups: Member
Joined: 9/20/2016 Posts: 73
|
Sometimes new sites does not load on tab after opening youtube page. I have reproduced this in tabbed browser: TabbedBrowser 20.3.34.0 Open the Yandex search engine (http://ya.ru). Then enter youtube.com into the search box. Click the YouTube link. After opening the youtube page, try entering any new address link. The new site won't load on page. Video: https://youtu.be/6pqCtVqmScw
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is just to let you know that we have posted a new build that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2016 Posts: 73
|
This issue has been fixed in a new build. Thanx!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Great. Thanks for confirming the fix!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2016 Posts: 73
|
This bug has been fixed, but a new bug has appeared. The site does not load after being redirected. This worked in the previous version. TabbedBrowser 20.3.63.0: https://youtu.be/z9mcJG0Lp_Q
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We have sent a new build to you. Please see your private message for the download location.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2016 Posts: 73
|
Thank you! New version works well so far
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Great!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2016 Posts: 73
|
I have found another bug in version 20.3.67.0: I can't start 2 copies of TabbedBrowser with EO.Base.Runtime.EnableEOWP = true; from the same folder. In previous version it works ok.
Code: C#
public MainWindow()
{
InitializeComponent();
string dir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData);
dir = System.IO.Path.Combine(dir, "EO.Total");
System.IO.Directory.CreateDirectory(dir);
m_szLayoutFileName = System.IO.Path.Combine(dir, "UILayout.xml");
EO.Base.Runtime.EnableEOWP = true;
}
I think - something with access to eowp.exe I get an error when I try to run a second copy of my program from the same folder with EO.Base.Runtime.EnableEOWP = true, but eowp.exe exists and have correct version.
Code: C#
wc.WebView.Engine.Start():
Can not find or automatically create eowp.exe. Please place this file in the same directory as EO.Base.dll and make sure they are the same version. This file is needed if your application does not have sufficient permission to read Windows system directory, or you have EO.Base.Runtime.EnableEOWP set to true.
в EO.Internal.idtp.xpwt(Boolean& nnb, idts[] nnc, String nnd, String nne)
в EO.Internal.idtp.wisn(idts[] nmy, String nmz, String nna)
в EO.Internal.idtq.wisn(String nsd, String nse)
в EO.Internal.hgec.lqfj()
в EO.Internal.hgec.utib.efag()
в EO.Internal.idpb.uwxz(Action lva)
в EO.Internal.hgec.bbkk(WindowsIdentity ga)
в EO.WebEngine.Engine.Start(WindowsIdentity user)
в EO.WebEngine.Engine.Start()
в xwebapp.MainForm.<>c__DisplayClass27.<CreateWebControl>b__25(Object timeout)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is due to us switching to a new code signing certificate. We will correct this issue in our next build.
Thanks!
|
|