OS/2, eCS & ArcaOS - Technical > Internet
otter-browser, Qt5 build
Dave Yeo:
Hi David, interesting it runs fine for you. Seems to be a timing issue for starting up. I have seen the socket messages but not always. I also see messages about Unimplemented code and just now Pixmap being null,
--- Code: ---Unimplemented code.
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
--- End code ---
Grepping for Unimplemented in Otters source came up blank so perhaps originating in the webengine.
Dave Yeo:
Here's the contents of the icons directory plus an attempt at converting the Win icon to an OS/2 icon. Doesn't seem to display here.
Paul Smedley:
--- Quote from: Dave Yeo on September 15, 2024, 10:08:46 pm ---Hi David, interesting it runs fine for you. Seems to be a timing issue for starting up. I have seen the socket messages but not always. I also see messages about Unimplemented code and just now Pixmap being null,
--- Code: ---Unimplemented code.
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
--- End code ---
Grepping for Unimplemented in Otters source came up blank so perhaps originating in the webengine.
--- End quote ---
Looks like it's from here: https://github.com/bitwiseworks/qtwebengine-chromium-os2/blob/113f13d3f1bf0ec996bd626e05324a0a17d39490/chromium/v8/src/base/logging.h#L50 but not particularly helpful as that's just a definition, and there are a number of places that UNIMPLEMENTED(); can be called from.
Roderick Klein:
One warning. The reason the Otter browser was never released is because it does not run in single process mode with QT. This can cause crashes of the browser!
Roderick
Martin Iturbide:
Hello
I'm running Otter on a ArcaOS 5.1 VM guest. I haven't touched anything related to ACPI.
Testing it a little bit further, I got a problem with github repos, like: https://github.com/OS2World/UTIL-ARCHIVER-QuickWPI
It is like it does not stop loading, the bottom bar remains in 100% but does not goes away like it uses to when it finish loading a page.
On the console I get:
--- Code: ---Unimplemented code.
qt.qpa.mime: isDelayed true
qt.qpa.mime: convert to format f63d "text/unicode" flags 400 data 0 isDelayed tr
ue ok true
qt.qpa.mime: convert to format 1 "#1" flags 400 data 0 isDelayed true ok true
qt.qpa.mime: convert to format 1 "#1" flags 400 data 10ed0000 isDelayed false ok
true
--- End code ---
Later it crashes with the log I'm attaching.
Regards
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version