Open dmik opened 3 years ago
Note that the very same problem is observed with otter-browser.exe
as well (and perhaps with any browser based on QtWebEngine 5.15.2 so.far). The workaround for Otter is to delete its cache dir as well with the following command:
rm -rf %HOME%/.cache/Otter
Hi, I don't see this behavior on my laptop nor on my test desktop. I notice this behavior in earlyer builds from otter-browser i did, but when I saw this it where with plain os2, not under os4. Not sure if this is relevant to mention...
I also do not see this problem... the web page always comes up on start even after killing the simplebrowser process.
If a simplebrowser process crashes while viewing some URL, any subsequent attempt to view this URL after a restart will end into the web site being unreachable with the following error message:
It seems that the problem affects HTTPS URLs more often that HTTP ones. And not all HTTPS sites are affected, for example
https://google.com
andhttps://yandex.ru
seems to work even after crashing.Steps to reproduce:
rm -rf %HOME%/.cache/QtExamples/simplebrowser
./@unixroot/usr/lib/qt5/examples/webenginewidgets/simplebrowser/simplebrowser.exe
w/o arguments -- it should openhttps://www.qt.io
cleanly.simplebrowser.exe
process withkill -9
.A temporary workaround for this problem is to clean up the cache as shown in step 0.