1
Programming / Re: Qt6 Development
« on: March 24, 2023, 03:55:04 am »Easier fix than that - see https://github.com/psmedley/qt6-webengine-os2/commit/bad7d9af5f7aa34d3cd985d4143c90f2832c1665
Yes, much simpler
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
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.
Easier fix than that - see https://github.com/psmedley/qt6-webengine-os2/commit/bad7d9af5f7aa34d3cd985d4143c90f2832c1665
ls *.db | while read filename;
do sqlite3 $filename 'PRAGMA journal_mode=WAL;';
done;
And unwal.sh to turn it off,ls *.db | while read filename;
do sqlite3 $filename 'PRAGMA journal_mode=delete;';
done;
https://smedley.id.au/tmp/qt6webee-20230306.zip is built with -mno-avx - so there is no avx code present. Really interested to see if this solves anything(Or makes anything worse)
EDIT: Forgot to mention - the disk the Y: partition is on is an NVMe drive. Could that be the problem?
The dump volume may be on any fixed disk accessible by the system’s AHCI disk controller or by the BIOS. For ArcaOS 5.0.7 and later, the dump volume may be on the RAM disk. Dump files cannot be written to removable media such as USB flash drives. In most cases dump files cannot be written to NVME devices.
Dooble-qt6 is nw acting much as dooble-qt5. Did lock the computer once but generally commercials play, videos play for a few seconds and then stop. Dooble hangs on exit, and restarting, it will not load YouTube until I nuke the profile.
Getting better
Hopefully even better after we nuke more avx stuff....