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 ... 345
1
While SeaMonkey and Thunderbird share much of the same code, strictly speaking they're different programs.
Long shot, I see you're using the W4 kernel. Perhaps try changing to the SMP kernel if it is in your 4.52 install.
Look in x:\os2\install, should be a SMP directory. You need to change the kernel, OS2LDR and DOSCALL1.DLL with the ones in the SMP directory.
DOSCALL1.DLL will need unlocking before swapping and a reboot after. For the kernel and os2ldr, you might have to change their attributes, then move them out of the way and replace both. These are all connected and need to be changed as a group before rebooting.

2
Web applications / Re: Dooble releases, Qt5 builds
« on: Today at 05:36:56 pm »
Tried the Qt5 simplebrowser, running in multi-process mode, ftp caused the tab to crash with the attached exceptq log. Almost seems to be icu related, code page problem?

3
Web applications / Re: Dooble releases, Qt5 builds
« on: Today at 05:25:59 pm »
Yes, something seems broken with the ftp protocol. Here with the Qt6 dooble, I got a blank page, Qt5 dooble closed.
Tried ftp://ftp.os2voice.org/dooble/ too, Qt6 dooble kept reverting to about:blank, Qt5 dooble gave me an error about the site not being reached.
Tried ftp://dry@ftp.os2voice.org/dooble/ and got a popup to enter user and password, after entering the info, dooble-qt5 vanished., dooble-qt6 gave a blank page.
These failures also don't get saved in the history, just the ftp://ftp.os2voice.org/dooble/ with the not found error got saved.
I'd guess the ftp problem is in the Qtwebengine.
OTOH, gopher works, eg gopher://magical.fish/

4
Hi Sigurd, pretty neat. How fast does it feel? Have you done anything CPU intensive? Be nice to benchmark with Sysbench or such. Emulation is usually much slower then virtualization.
Reading that Parallels on the Arm Macs can now also do emulation and run X86 Windows and it is slow. Previously it only virtualized so only ran Arm Windows. Luckily OS/2 never was that CPU intensive, it ran satisfactorily on a 386/33
To be clear, emulation means emulating the whole CPU and hardware while Virtualization means running most of the code on the host CPU and emulating the hardware. Simple example of virtualization, the OS/2 VDM.

5
Web applications / Re: Dooble releases, Qt5 builds
« on: Today at 01:29:39 am »
Here's the patches. Note the Dooble patch was on top of Rich's previous fix, easy to see how it applies.
Also the otter-browser in the ftp's tmp directory has the same fix. The next drop of Qt6 that Paul does will have the same fix and that will enable the Qt6 version of Dooble that is in tmp to do the same.
Be good to have updated Qt5 qtbase RPM updated

6
Web applications / Re: Dooble releases, Qt5 builds
« on: January 17, 2025, 07:45:25 am »
Hi cbx, welcome.
Problem is that the Qt5 build of Dooble is based on an old Chromium, the Qt6 build is slightly newer but still old.
I uploaded the translations to ftp://dry@ftp.os2voice.org/dooble/Dooble_Translations.zip password an email address.

7
Programming / Re: Qt6 Application Testing
« on: January 16, 2025, 08:54:19 pm »
You can try setting LIBC_THREAD_MIN_STACK_SIZE to a larger size then the default of 4096 bytes. Perhaps as high as 65636, though 32768 or 16384 might be enough.

8
Easiest to get the highmem.exe and smturbo.exe from your ArcaOS install. X:\sys\apps\anturbo\smturbo.exe and x:\usr\bin\highmem.exe. Put highmem.exe on your path and smturbo.exe in your SM directory.
With SM closed, run highmem -c \path\to\seamonkey\*dll and then put smturbo.exe in your startup folder. You can run it too after the highmem command.
This will load the SM dlls into highmem and keep them there even after closing SM. This is important to work around kernel bugs in the 4.52 kernel.
And yes, ArcaOS has smturbo install (and after installing uninstall) in the SeaMonkey desktop folder. You do have to run it yourself and possibly you did.

9
Memory issue? Are you marking the DLL's to load high? Are you using smturbo? And of course, have you tried a different profile

10
Programming / Re: Qt6 Application Testing
« on: January 16, 2025, 01:19:49 am »
Is there anything in popuplog.os2? I wonder if a larger stack would help for the quick controls and maybe other stuff. IIRC, the default is 1MB, which you'd think would be fine but any recursion like what was likely happening to git will blow through a MB.

11
Web applications / Re: Dooble releases, Qt5 builds
« on: January 14, 2025, 04:49:26 pm »
Hi Dave,

with the latest version German Umlaute ä,ö,ü,ß are now working again.

Greetings,
Mike

Good to hear. Rich redid his previous patch.

Quote
P.S. I guess that the zip file name for the dooble.exe shall have 2025 instead of 2024 in the name  ;). Am I wrong?

Yes, muscle memory made me write 2024 instead of 2025. I see I did it multiple times too.

13
Applications / Re: Wiping a hard disk back to 'as bought' condition
« on: January 13, 2025, 08:12:33 pm »
DFSee has an option to wipe the beginning of the drive. Assuming you are doing MBR booting, this will basically blank the drive as far as partitioning tools are concerned.
Mode=FDISK-->Wipe Start of Disk to Zero, then pick your drive

14
Comments, Suggestions & Questions / Re: Best Email Program on ArcaOS
« on: January 12, 2025, 10:37:24 pm »
The problem with PMMail is that it doesn't handle some of the security connections that these big email providers demand. Perhaps if it now supports the correct TLS, an app password would also work.

The new PMMAIL version from OS/2 VOICE can a setup with stunnel to provide encryption.

Roderick

Both SSL/TLS and StartTLS?
I see for Gmail, I'm using SSL/TLS and normal password so likely to work with stunnel. I'd guess that Outlook is similar.

15
Comments, Suggestions & Questions / Re: Best Email Program on ArcaOS
« on: January 12, 2025, 08:23:51 pm »
The problem with PMMail is that it doesn't handle some of the security connections that these big email providers demand. Perhaps if it now supports the correct TLS, an app password would also work.

Pages: [1] 2 3 ... 345