Author Topic: Dooble Qt5  (Read 2655 times)

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 290
  • Karma: +4/-0
    • View Profile
Dooble Qt5
« on: March 27, 2025, 07:32:23 pm »
Just installed Dooble Qt5 using ANPM. Seems like all libraries are in place but Dooble won't start.
No trap file and nothing in popuplog, ideas anyone?

Remy

  • Hero Member
  • *****
  • Posts: 860
  • Karma: +14/-1
    • View Profile
Re: Dooble Qt5
« Reply #1 on: March 27, 2025, 08:27:16 pm »
Just installed Dooble Qt5 using ANPM. Seems like all libraries are in place but Dooble won't start.
No trap file and nothing in popuplog, ideas anyone?

Often, when a program doesn't start, missing DLLs but this can be seen or not enough shared memory below 512M needed to load dlls
Try setting Dooble QT5 dlls to be loaded high, use mem /V command to check: Shared low memory available size   

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 290
  • Karma: +4/-0
    • View Profile
Re: Dooble Qt5
« Reply #2 on: March 27, 2025, 08:44:30 pm »
Funny thing is that I had it running a few months back without loading any DLL's high.
Is there a list of needed DLL's somewhere?

Tried PM DLL but it hangs forever with "Building tree..................".

Remy

  • Hero Member
  • *****
  • Posts: 860
  • Karma: +14/-1
    • View Profile
Re: Dooble Qt5
« Reply #3 on: March 27, 2025, 08:58:35 pm »
Funny thing is that I had it running a few months back without loading any DLL's high.
Is there a list of needed DLL's somewhere?

Tried PM DLL but it hangs forever with "Building tree..................".

e.g. QTwebengine

Pete

  • Hero Member
  • *****
  • Posts: 1394
  • Karma: +13/-0
    • View Profile
Re: Dooble Qt5
« Reply #4 on: March 27, 2025, 09:32:41 pm »
Hi Per

I had a similar problem recently see  https://www.os2world.com/forum/index.php?topic=3858.msg47576

I downloaded and installed

  ftp://dry@ftp.os2voice.org/tmp/dooble-2025-02-28-Qt5.zip

  ftp://dry@ftp.os2voice.org/tmp/Qt5libs-2025-01-09.zip

  ftp://dry@ftp.os2voice.org/tmp/Qt5WebC.7z


You can enter real/fake email address as password for access to above files.


Regards

Pete

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5324
  • Karma: +125/-1
    • View Profile
Re: Dooble Qt5
« Reply #5 on: March 27, 2025, 11:16:36 pm »
Try installing one of the RPM packages such as ftp://dry@ftp.os2voice.org/rpm/dooble-2024.11.23-1.oc00.pentium4.rpm which will pull in all needed DLL's, then you can test that build, if everything is fine, just replace the binary with the newer one.
Need to figure out what broke here for building the RPM's, get sys1808's IIRC so a native program instead of a port being called.

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 290
  • Karma: +4/-0
    • View Profile
Re: Dooble Qt5
« Reply #6 on: March 28, 2025, 02:13:57 pm »
Thanks but still no success.
First I installed the files Pete suggested but Dooble won't start,
then I installed ftp://dry@ftp.os2voice.org/rpm/dooble-2024.11.23-1.oc00.pentium4.rpm and still Dooble won't start,
not the older one nor the newer one.


Dave Yeo

  • Hero Member
  • *****
  • Posts: 5324
  • Karma: +125/-1
    • View Profile
Re: Dooble Qt5
« Reply #7 on: March 28, 2025, 03:44:57 pm »
Have you looked in popuplog.os2? Try starting it as "dooble 2>&1 | tee dooble.log" and see if anything gets written to dooble.log and if so post it.

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 290
  • Karma: +4/-0
    • View Profile
Re: Dooble Qt5
« Reply #8 on: March 28, 2025, 04:57:52 pm »
Nothing in popuplog.os2

Output from dooble 2>&1 | tee dooble.log:
---
[G:\USR\BIN]dooble 2>&1 | tee dooble.log
qt.qpa.plugin: Could not load the Qt platform plugin "os2" in "" even though it
was found.
This application failed to start because no Qt platform plugin could be initiali
zed. Reinstalling the application may fix this problem.

Available platform plugins are: offscreen, os2, minimal.
---
qos2.dll exists in x:\usr\lib\qt5\plugins\platforms\



Dave Yeo

  • Hero Member
  • *****
  • Posts: 5324
  • Karma: +125/-1
    • View Profile
Re: Dooble Qt5
« Reply #9 on: March 28, 2025, 05:23:18 pm »
You haven't lxlited qos2.dll have you? Anyways try reinstalling it, otherwise there's something else wrong with your Qt5 install or perhaps more stray DLL's somewhere on your system.
For everyone else, don't lxlite any of the Qt plugins, there's metadata that can be lost.

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 290
  • Karma: +4/-0
    • View Profile
Re: Dooble Qt5
« Reply #10 on: March 28, 2025, 06:25:55 pm »
I don't know if I've ever lxlited anything but I now reinstalled qos2.dll and Dooble starts.

However, there is a problem displaying text.
At https://www.os2world.com/cms/ only "OS/2 World.Com" is displayed in upper left corner.
Frames are displayed OK but text is displayed as blue lines.

Read something about fonts needed, but cannot remember where. Not in the readme.
Anyone knows?

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5324
  • Karma: +125/-1
    • View Profile
Re: Dooble Qt5
« Reply #11 on: March 28, 2025, 11:58:09 pm »
Try going to Edit-->Settings, the Web button and scroll down to the fonts section and see what is being used. Here it is various Bitsream fonts for most. Try clicking the Reset button then the Apply button, you might have to restart the browser, and see if the listed fonts change or if it helps os2world.

Per E. Johannessen

  • Sr. Member
  • ****
  • Posts: 290
  • Karma: +4/-0
    • View Profile
Re: Dooble Qt5
« Reply #12 on: March 29, 2025, 01:43:14 pm »
Helvetica, Courier and Times New Roman were used here, except for Fixed: Courier I changed the other fonts to Bitstream Charter and now
Dooble seems to work fine, at least with os2world.com.