Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - David McKenna

Pages: 1 [2] 3 4 ... 55
16
Internet / Re: otter-browser, Qt5 build
« on: September 15, 2024, 09:21:10 pm »
Thanks Dave!

  This QT5 version does work and render pages (with ACPIDAEMON running on AOS in a virtual machine), but also crashes often on heavy javascript pages. I'm typing this in Otter now. I see a lot of '[warn] poll: socket operation on non-socket' messages in the console too.

Regards,

17
Programming / Re: Qt6 Application Testing
« on: September 14, 2024, 03:43:08 pm »
Hey Paul,

  Tried using the Otter browser you built, but got the same results you did - it seems to work but doesn't render anything. I was even able to save a page and then open it in Dooble, so it is getting the info, just not displaying it.

  Tried changing settings, but nothing helped. One thing I noticed in 'Tools'->'Preferences'->'All settings' there is a 'Backends' selection where it shows 'qtwebkit' is the backend in use. When clicking on that to change it, it changes to 'Blink (experimental)' and qtwebkit is not a choice. Clicking again it changes to 'qtwebkit'. Wonder if this indicates confusion in the code about what backend to be using?

Regards,

18
Programming / Re: Qt6 Application Testing
« on: September 12, 2024, 01:08:36 pm »
Paul,

  Did a quick test before work, and I can't get to YouTube with this one - get a silent exit every time. The last build worked. Playing embedded videos on websites is also flakey - sometimes it works, and sometimes get a silent exit. I'll test more later today...

  BTW - the QTWebengine DLL is not marked to load high...

Regards,

19
Programming / Re: Qt6 Application Testing
« on: September 11, 2024, 01:00:58 pm »
Paul,

  It displays fine with no issue. Remy said something about a Captcha, but I don't see one - maybe the blocker I use blocks it? Also, I wonder if the user agent has an effect - I'm using 'Mozilla/5.0 (OS/2; OS/2 i386) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.126 Safari/537.36', a slight modification of the default.

  The priority change is definitely what helps here - without it I get the usual hangs and silent exits regularly.  Much rarer with the priority change - any idea why that might be? Related to the processor optimization maybe? Or an interaction between that and the processor I'm using? Wish I knew more about the settings too - maybe it can be tweaked even more....

Regards,

20
Programming / Re: Qt6 Application Testing
« on: September 10, 2024, 01:10:54 pm »
 Thanks Paul,

  Gave the new ffmpeg a quick try and it seems to work fine. Since using Remy's script and adding a second CPU to my virtual machine, QT6 Dooble has been better than ever with videos and heavy Javascript websites. I have yet to get a hard hang, or even a silent exit. The Athena website mentioned works fine here. I'll keep testing...

Regards,

21
Programming / Re: Qt6 Application Testing
« on: September 09, 2024, 01:07:14 pm »
Remy.

  I haven't noticed any strange mouse movement during video play, but will pay attention. I have had Dooble eventually hang during playback, but usually (about 4 out of 5 times) can still use the WPS, but it is not killable so have to reboot.

Regards,

22
Programming / Re: Qt6 Application Testing
« on: September 09, 2024, 12:26:13 pm »
 Tried Remy's REXX script and it helped tremendously! Now I can play videos embedded on websites with no trouble (yet to try youtube) -thanks Remy! I am using the HDA driver in VirtualBox, with Paul's latest UNIAud build.

Regards,

EDIT: Even YouTube is usable - no silent exit!

23
Programming / Re: Qt6 Application Testing
« on: September 08, 2024, 11:24:23 pm »
Hey Paul,

  No, the SAMBA machine is my server (bare metal - i5-9600K)... this is on my desktop, a VirtualBox machine inside of Windows 11 (forced to use because on bare metal it only has 850MB memory with AOS). The hardware is an i5-12600K processor and B760 MoBo with DDR4 memory. The VirtualBox machine is using 1 processor only.

Regards,

24
Programming / Re: Qt6 Application Testing
« on: September 08, 2024, 03:23:35 pm »
Paul,

  I'm not able to play any videos with this new build - when I try, the video starts with jerks, then the whole machine locks solid - no mouse or keyboard - and have to do hard reset. Going to youtube, the browser just disappears. Heavy javascript sites seem to work well and are very fast to load though.

Regards,

25
Multimedia / Re: Updated Uniaud32 build
« on: September 07, 2024, 11:19:30 pm »
Hi Sigurd,

  Had a look at your logs, and from what I can tell, only the switch /A:2 is going to have a chance of working because the other two are HDMI ports which will not work with AOS (unless a video driver is created that supports it). Check your BIOS and see if there is a setting to use the RealTek audio on your computer (this is what /A:2 enables). Also check if you have a headphone jack, and see if you get sound there. It could be that some laptops use HDMI for their speakers so would force using external speakers or headphones with that unit with OS/2.

Regards,

26
Programming / Re: Qt6 Application Testing
« on: September 04, 2024, 10:12:36 pm »
Paul,

  As far as I can tell, the behavior of the examples in the previous GCC9 version of QT6.2.9 are identical to the latest GCC14 version, including the POPUPLOG entries. All failing modules fail the same and ones that worked still work. Versions earlier than that were very similar, but I don't remember any POPUPLOGs with those ones (at least on examples that worked like on this latest version).     EDIT: I just checked and it seems the POPUPLOG entries on the QML Chart examples don't get created until I close their window.The examples work fine, but create a POPUPLOG on close.

  Re. the \QUICK examples - examples with subdirectories have a qmldir file in the last subdirectory. In previous versions before 6.2.9, the qmldir file there would have a line in it like: 'optional plugin <DLL name>', where <DLL name> had the name of the DLL in the same directory (no .dll). Both 6.2.9 versions do not have that line in the qmldir file, but if I add it, then the examples all work.

  Re. 'torrent' - hmmm... here, when I try to download a torrent (including your example) it seems to work at first, but just hangs on 'Searching' and never gets the file to download.

Regards,

27
Programming / Re: Qt6 Application Testing
« on: September 04, 2024, 12:13:49 am »
Paul,

  I went thru all the examples in \QT6.2\EXAMPLES from the GCC14 version of QT6.2.9, and here is a list of items I found that did not work:

Nothing in the \DBUS, \MULTIMEDIA, \MULTIMEDIAWIDGETS and \TOUCH directories worked (no surprise - I don't have a touch screen)

\CORELIB\SERIALIZATION folder, the 'cbordump' and 'convert' apps give a blank screen - not sure what they are supposed to do.

\DESIGNER folder 'WorldTimerClockBuilder' gives an 'unable to create a widget' error

\NETWORK folder, 'http' gives a SIGSEV trap - I have an exceptq log if you want it. 'torrent' runs, but does not find torrents I know are there.

\QMLTEST folder, No 'tst_*.qml' file found to test.

\WEBENGINEQUICK folder, 'lifecycle' gives a 'select:socket operation on non-socket' error. So does 'minimal'.

\WEBENGINEWIDGETS folder, 'html2pdf' doesn't work. 'markdowneditor' error: 'load glyph failed' displays garbled text. 'spellchecker' gives 'socket operation on non-socket' error. So does 'videoplayer'.

\WIDGETS folder, \TOOLS folder, 'echoplugin' gives error: 'could not load plugin'.

  The \QUICK directory has the same trouble as earlier builds - examples without subdirectories work, but those with a subdirectory (usually ending with a 'shared' directory) don't. I tried moving the shared directory up to the main sub-directory but it didn't help this time. I also noticed that the 'qmldir' files seems to be slightly different than before - need to experiment with these some more. In any case I don't think there is any problem with 'Quick' operation, just the packaging of the examples.

  Everything else worked, but I did have a bunch of entries in my POPUPLOG file that look very similar, so will attach here. Not sure what caused them. Only had 1 exceptq trap file (for the 'http' example).

Regards,






28
Programming / Re: Qt6 Application Testing
« on: September 01, 2024, 05:30:55 pm »
 Thanks Paul!

 Been busy lately, so no time to test the last drop, but I just installed this latest GCC14 version and Dooble works great with it. I have time today to give it a real test so will report back....

Regards,

29
Multimedia / Re: Updated Uniaud32 build
« on: September 01, 2024, 05:27:35 pm »
 Thanks Paul,

 Working well here on bare metal and in a VIrtualBox.  I see the same as Martin with VirtualBox using the AC97 driver, plus it will sometimes play back at the wrong speed. No problems here using the HD audio driver though (volume app set to 100%), so I stick with that. I suspect these issues in VirtualBox are VirtualBox's problems. No trouble on bare metal.

Regards,

30
Internet / Re: Dooble releases-Qt6
« on: August 26, 2024, 12:19:08 am »
Paul,

  The new QT6 libs seem to work great. Maybe just confirmation bias, but also seem to make the QT6 Dooble more stable with complicated javascript sites (like news websites). One thing I still see is playing videos will eventually hang the browser and/or the system. If playing videos is kept to a minimum, everything stays stable. Thanks!

Regards,

Pages: 1 [2] 3 4 ... 55