Welcome Guest Search | Active Topics | Sign In | Register

Site loading bug (20.3.34.0) Options
rainstuff
Posted: Tuesday, December 15, 2020 4:30:02 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 72
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
eo_support
Posted: Friday, December 18, 2020 4:09:08 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,070
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!
rainstuff
Posted: Saturday, December 19, 2020 8:52:52 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 72
This issue has been fixed in a new build. Thanx!
eo_support
Posted: Saturday, December 19, 2020 11:28:30 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,070
Great. Thanks for confirming the fix!
rainstuff
Posted: Sunday, December 20, 2020 9:27:47 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 72
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
eo_support
Posted: Tuesday, December 22, 2020 5:30:13 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,070
Hi,

We have sent a new build to you. Please see your private message for the download location.

Thanks!
rainstuff
Posted: Wednesday, December 23, 2020 7:40:59 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 72
Thank you! New version works well so far
eo_support
Posted: Wednesday, December 23, 2020 8:51:09 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,070
Great!
rainstuff
Posted: Thursday, December 24, 2020 3:47:28 AM
Rank: Advanced Member
Groups: Member

Joined: 9/20/2016
Posts: 72
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)
eo_support
Posted: Monday, January 4, 2021 9:36:01 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,070
Hi,

This is due to us switching to a new code signing certificate. We will correct this issue in our next build.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.