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 - Dave Yeo

Pages: 1 2 3 [4] 5 6 ... 308
46
Programming / Re: Qt6 Application Testing
« on: November 09, 2023, 08:11:29 am »
Ok, downloaded again, this time using wget. Same Qt6WebEe.dll. There is also
Code: [Select]
L:\qt6-6.2.x\lib>bldlevel Qt6WebEn.dll
Build Level Display Facility Version 6.12.675 Sep 25 2001
(C) Copyright IBM Corporation 1993-2001
Signature:       @#cmake build system:6.2.6#@##1## 07 Nov 2023 05:48:58     ARCAOS-803C4C0::::0::@@WebEngineCore
Vendor:          cmake build system
Revision:        6.02.6
Date/Time:       07 Nov 2023 05:48:58
Build Machine:   ARCAOS-803C4C0
ASD Feature ID:  4C0
File Version:    6.2
Description:     WebEngineCore

Took half an hour to download and bedtime, so will test tomorrow.
Oh,
Code: [Select]
Z:\Mozprofiles\Downloads>md5sum qt6-6.2.6-os2-20231108b.zip
f0cef2050f20d5621460aa7c95fc14ed *qt6-6.2.6-os2-20231108b.zip

47
Programming / Re: Qt6 Application Testing
« on: November 09, 2023, 06:13:41 am »
Sorry, seems I had the older https://smedley.id.au/tmp/qt6-6.2.6-os2-20231108b.zip
Code: [Select]
L:\qt6-6.2.x\lib>bldlevel Qt6WebEe.dll
Build Level Display Facility Version 6.12.675 Sep 25 2001
(C) Copyright IBM Corporation 1993-2001
Signature:       @#cmake build system:0.0#@##1## 8 Nov 2023 17:54:57     ARCAOS-F0FD356::::0::@@WebEngineCore
Vendor:          cmake build system
Revision:        0.00
Date/Time:       8 Nov 2023 17:54:57
Build Machine:  ARCAOS-F0FD356
ASD Feature ID:  56
File Version:    0.0
Description:     WebEngineCore

Now,
Code: [Select]
Archive:  Z:/Mozprofiles/Downloads/qt6-6.2.6-os2-20231108b.zip
  inflating: qt6-6.2.x/lib/Qt6WebEe.dll

L:\qt6-6.2.x\lib>bldlevel Qt6WebEe.dll
Build Level Display Facility Version 6.12.675 Sep 25 2001
(C) Copyright IBM Corporation 1993-2001
Signature:       @#cmake build system:0.0#@##1## 8 Nov 2023 17:54:57     ARCAOS-
F0FD356::::0::@@WebEngineCore
Vendor:          cmake build system
Revision:        0.00
Date/Time:       8 Nov 2023 17:54:57
Build Machine:  ARCAOS-F0FD356
ASD Feature ID:  56
File Version:    0.0
Description:     WebEngineCore

Maybe I did have the refreshed build, pretty sure I do now.
Wonder where Revision is set, somewhere in CMake?
Edit: Fix typo

48
Programming / Re: Qt6 Application Testing
« on: November 09, 2023, 04:03:36 am »
Well, I deleted the Qt6 directory, unzipped it a new (thanks for fixing the zip), it wanted avcode59 so I copied over the FFmpeg DLLs and it started up without the external vpx113 or dav1d6.dll and is trying to run an AV YouTube video right now, got to about 20 seconds and stalled.
Searching, I do have KOMH's dav1d.dll in @nixroot\usr\local\lib from installing VLC, no vpx113 and it is not being used as I just renamed it.
Searching the qt6-6.2.x\lib directory for vpx, it is found in Qt6WebEe.dll, 262,231K 07/11/23/9:32PM
Dooble once again crashed in the same spot, though YouTube is still displayed with the video hung.
CPU usage is low too. Hmm, it is the main page crashing, the video I opened is still showing in its own tab.
I'd suggest others trying it without single-process.
OK, system hung, luckily SeaMonkey remembered this post after the boot.

49
Programming / Re: Qt6 Application Testing
« on: November 09, 2023, 12:45:07 am »
Running without single process, Youtube crashes in some MMX code in libvpx (libvpx/source/libvpx/vp8/common/x86/dequantize_mmx.asm) if I'm reading the trp correctly.

50
Programming / Re: Qt6 Application Testing
« on: November 08, 2023, 08:22:48 am »
Quickly testing, much the same as the last drop. Test more tomorrow, it's bed time here.

51
Programming / Re: Qt6 Application Testing
« on: November 08, 2023, 05:28:00 am »
Eventually it locked up the system, twice. Starting with a new profile, Dooble would vanish when it started rendering YouTube.
For regular browsing it seems fine.

52
Programming / Re: Qt6 Application Testing
« on: November 08, 2023, 04:49:22 am »
I see your zip files are still somewhat broken, File Commander won't unzip them and manually, lots of warnings about absolute path spec,
Code: [Select]
warning:  stripped absolute path spec from /dooble/README.md
  inflating: dooble/README.md         (160 bytes EAs)

YouTube is sure CPU intensive here, takes minutes before I can open a video and the homepage is only displaying the first few videos, rest are grey rounded rectangles.
Switched to single process mode, seems even slower and see this warning,
Code: [Select]
[153:1:1107/194354.214000:ERROR:system_network_context_manager.cpp(299)] Cannot
use V8 Proxy resolver in single process mode.

Hopefully not important. I'll add to this post whenever Dooble allows me to open a video.

53
Programming / Re: Qt6 Application Testing
« on: November 08, 2023, 04:07:35 am »
Have you checked out https://github.com/komh/dav1d-os2, there's also https://github.com/komh/libvpx-os2 at 1.8.

54
Hardware / Re: Using a UPS to save SSDs
« on: November 07, 2023, 04:26:35 pm »
Yes, that was a typo, 2TB HD.

55
Applications / Re: VLC 3.0.19 don't install !
« on: November 07, 2023, 01:54:43 am »
Yes, after posting I read the readme :)

56
Applications / Re: VLC 3.0.19 don't install !
« on: November 06, 2023, 11:50:23 pm »
There's a good chance that it uses relative paths to find the plugins, and possibly other stuff like the skins. The fact that Martin could start it with a weird location looks good but the directory setup likely needs kept.
I just unzipped to @unixroot\usr\local and it worked, not that I've done much testing besides having it start. There's also the possibility of conflicts with Qt6 as some of the libraries are the same, not sure about the names.

57
Applications / Re: VLC 3.0.19 don't install !
« on: November 06, 2023, 11:10:24 pm »
If you installed it in @unixroot\usr\local and you have a regular AOS install, running vlc.exe should just work as PATH and LIBPATH should be set correctly.
If not,
Code: [Select]
SET PATH=%UNIXROOT%\usr\local\bin;%PATH%
SET BEGINLIBPATH=%UNIXROOT\usr\local\lib;%BEGINLIBPATH%
vlc.exe %1 %2 %3
should work.
Edit, save as vlc.cmd somewhere on your path

58
Hardware / Re: Using a UPS to save SSDs
« on: November 06, 2023, 11:02:31 pm »
I'm using a 2GB Seagate backup slim for backups, it has been fine. The extra speed of a SSD for backup is useless with OS/2 as our USB drivers aren't the fastest, even with USB3.1. I did partition it to about 1/2 GB partitions and formatted with JFS. The big downside is if chkdsk has to run, takes a long time. Best to keep the drive disconnected except when backing up and only partition what you need.

59
Setup & Installation / Re: ArcaOS Sluggishness
« on: November 05, 2023, 05:01:10 pm »
Isn't os2ldr.x64 a 64 bit program that can sometimes reassign addresses to below the 4GB boundary, same with the frame buffer, sometimes needs to be moved to below 4GB and IIRC, some hardware doesn't allow that and can't run OS/2.

60
Setup & Installation / Re: UEFI: Dual Boot - Windows 11 and ArcaOS 5.1
« on: November 03, 2023, 12:47:25 am »

What really amazes me is that seemingly no one has tried to simply use 'os2ldr.efi' to boot a BIOS-based install in the exact same fashion as a UEFI install. Had they done so, they would have found that all text-mode output is hosed: inital bootup messages and all full-screen sessions are just colored dots at the top of the screen. However, the Desktop comes up just fine and Win/OS2 works as well. The fix I referred to above (if it still works) simply restores text-mode video. Neil has my instructions on how to do so. If it works, I'll post them in a new thread.

Tried this, the BIOS install came up at 640x480, which stuck when I rebooted through airboot and used the screen object to fix.

Pages: 1 2 3 [4] 5 6 ... 308