Author Topic: Qt6 Application Testing  (Read 550001 times)

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5451
  • Karma: +130/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #870 on: May 14, 2025, 02:37:03 am »
Interesting, wonder what it is in my environment causing this? It is consistent here.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5451
  • Karma: +130/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #871 on: May 14, 2025, 06:58:57 am »
Interesting, wonder what it is in my environment causing this? It is consistent here.

Reinstalling seems to have fixed things

Bernhard Pöttinger

  • Jr. Member
  • **
  • Posts: 57
  • Karma: +11/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #872 on: May 18, 2025, 05:57:49 pm »
hi all

please try the latest Nomacs...

http://rpm.netlabs.org/test/QT6/nomacs-3.19.1-os2-qt6210-5012025.7z

greetz Elbert
Hi Elbert,
I have tried your nomacs port, but it won't start:

{0}[e:\programs\nomacs\bin] nomacs
SYS0002: The system cannot find the file specified. "RAW23"

If I try:

{2}[e:\programs\nomacs\bin] chkdll32 nomacs.exe
Loading DLL 'libcn0' --> E:\USR\LIB\LIBCN0.DLL.
Loading DLL 'libcx0' --> E:\USR\LIB\LIBCX0.DLL.
Loading DLL 'Qt6Core' --> E:\OPT\QT6\LIB\QT6CORE.DLL.
Loading DLL 'gcc1' --> E:\USR\LIB\GCC1.DLL.
Loading DLL 'Qt6Widge' --> E:\OPT\QT6\LIB\QT6WIDGE.DLL.
Loading DLL 'Qt6Gui' --> E:\OPT\QT6\LIB\QT6GUI.DLL.
Loading DLL 'nomacsC3' --> NOT loaded!
Unable to load DLL 'nomacsC3'.  DosLoadModule returned: 2
OS/2 reports 'RAW23' contributed to the failure.

I get the following error. I have set beginlibpath=E:\Programs\Nomacs\lib;E:\opt\qt6\lib.

best regards
bernhard


Dave Yeo

  • Hero Member
  • *****
  • Posts: 5451
  • Karma: +130/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #873 on: May 18, 2025, 07:07:01 pm »
yum install libraw

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5355
  • Karma: +44/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Qt6 Application Testing
« Reply #874 on: June 05, 2025, 09:36:15 pm »
Hello

Please let me know what do you think. I will like to have the Qt6 libraries on RPM/YUM (On Netlabs if possible). Even if the webengine is not finished yet, I think that the other Qt6 ported apps are good for use.

Maybe Qt 6.8.1 can be available at the RPM/YUM so we can start mainstreaming the Qt6 apps that get ported.

Comments?

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Jochen Schäfer

  • Sr. Member
  • ****
  • Posts: 391
  • Karma: +30/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #875 on: June 06, 2025, 09:16:57 am »
And, please don't forget to package translations.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 5355
  • Karma: +44/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Qt6 Application Testing
« Reply #876 on: June 07, 2025, 04:27:35 pm »
Hello

According to other thread it seems a bad idea to try to go "mainstream" (put it on the RPM) with Qt 6.8.1 at the moment.
Maybe we should start with 6.2.6 and wait if there are some progress with versions 6.7 or 6.8.

Qt also has LTS (Long-Term Support releases) versions, It seems that Qt 6.5.x(LTS) is the one will hold to 2026-03-30, then it cames Qt 6.8.x to 2029.

Regards
« Last Edit: June 07, 2025, 04:32:46 pm by Martin Iturbide »
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Remy

  • Hero Member
  • *****
  • Posts: 901
  • Karma: +14/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #877 on: July 04, 2025, 03:07:10 pm »
Hi !

I just found something and don't know if this could be helpfull.

I used latest Dooble QT6 with latest QT6.2.x build
As often, the system get frozen (unresponsive) and had to power off/on to recover

Once again, the system got frozen but before power off/on, I tried to unplug/plugin my usb dongle used for the mouse and keyboard
and Oh !  it allowed me to use the keyboard and mouse for several seconds and frozen again and doding the same action allow me to have the hand on the system again....

What I could see:
- processor have a lot of high CPU spikes in continous (making it go into frozen state in loop interrupted by the usb mouse dongle which provides enough time to issue some commands)
- Trying to use the stop or reboot option from the xcenter will put it into a final frozen state.

During a between time of frozen state, I saw under theseus that dooble is always loaded into memory.
I could take a copy of theseus dooble process while having got mouse/keyboard back for a few seconds.


Remy

  • Hero Member
  • *****
  • Posts: 901
  • Karma: +14/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #878 on: July 06, 2025, 04:45:29 pm »
Again, system frozen state.

Could get out doing: unplug/plugin USB wireless dongle then kill Dooble (do not exit but kill)

I've got a second time a frozen state and before killing it, I could take several theseus outputs I put into a zip file.
May it be helpfull to find the problem ?

Paul Smedley

  • Hero Member
  • *****
  • Posts: 2540
  • Karma: +196/-0
    • View Profile
Re: Qt6 Application Testing
« Reply #879 on: July 06, 2025, 10:34:38 pm »
A process dump might be useful...

Remy

  • Hero Member
  • *****
  • Posts: 901
  • Karma: +14/-1
    • View Profile
Re: Qt6 Application Testing
« Reply #880 on: July 07, 2025, 12:10:06 am »
A process dump might be useful...

Ok,
How to proceed ?
Thanks

Dave Yeo

  • Hero Member
  • *****
  • Posts: 5451
  • Karma: +130/-1
    • View Profile