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 - TeLLie

Pages: [1] 2 3 ... 18
1
Programming / Re: Qt6 Application Testing
« on: January 29, 2025, 09:58:47 pm »
Hi all,

I updated some more qt681 apps.

There all on http://rpm.netlabs.org/test/QT6

tetzle-3.0.1-qt681-os2.7z
connectagram-1.3.6-qt681-os2.7z
cutemaze-1.3.4-qt681-os2.7z
gottet-1.2.5-qt681-os2.7z
hexalate-1.2.4-qt681-os2.7z
novprog-3.2.4-qt681-os2.7z
peg-e-1.3.4-qt681-os2.7z
simsu-1.4.4-qt681-os2.7z
tanglet-1.6.6-qt681-os2.7z

2
Programming / Re: Qt6 Application Testing
« on: January 26, 2025, 10:35:44 pm »
Hi all

I just build Librecad with Qt6 v6.8.1
If any wanted to test.....

http://rpm.netlabs.org/test/QT6/librecad-os2-qt681-26012025.7z
http://rpm.netlabs.org/test/QT6/Qucs_OS2-Qt681-26012025.7z

Kind regards, Tellie

3
Applications / Re: OO v4.18
« on: January 23, 2025, 08:42:04 pm »
Hi Steven,

Thankz for the files.
I first contacted Silvan and he send me the link again.
Now i have installed 4.1.11 and it works,
Silvan told me the latest Icuuc.dll is  not working with the 4.1.8


Greetz Tellie

4
Applications / Re: OO v4.18
« on: January 22, 2025, 05:49:57 pm »
Tellie,

Based on what you posted, this does not look like a DLL issue.  It looks more like a NULL pointer issue.

You might consider posting the full exceptq report.  It may contain relevant information that you might not recognize as relevant.  If you do, please make sure to use the most recent exceptq available at www.warpcave.com/betas.  It includes some enhancement that can make working with gcc apps a bit easier.

Also, make sure you have debuginfo installed for the DLLs mentioned in the Call Stack or the Symbols on the Stack sections.

FWIW, NULL pointer errors typically occur because there's an unexpectly missing resource or because the app runs out of memory and neglected to check for this.  Given that your exception occurs at startup, I would suspect the former cause is more likely.

I agree with others that you should consider trying 4.1.11.  Otherwise, there's no way to know if it will resolve your issue.

HI Steven,

First thankz for looking in to this.

I upload the whole except file.

I wrote Herwig to get the inlog for the 4.1.11 but so far no response .

You mean the debug dll for the Icuuc or ?

Greetz Tellie

5
Applications / Re: OO v3.18
« on: January 17, 2025, 10:46:57 pm »
TeLLie,

The log file message you posted makes it look like somehow you are executing something from OO v 4 instead of from version 3.  Either that or you perhaps are reading the wrong log file?

Hello Doug,

Sorry i meant to say i use 4.18  instead of 3.18
Thought 4.18 where latest version, correct me if im wrong...

6
Applications / Re: OO v3.18
« on: January 17, 2025, 10:42:11 pm »
Tellie,

  Have you tried to use PMDLL to see if you have all DLLs needed for it? Also, do you have the absolute latest libcn0.dll and libcx0.dll files (mine are dated 8/3/2024) and no old ones floating around to interfere?

  OO 3.18 is working well here...

Regards,
Hi David,

Yah have all latest Libc* stuff installed.
Have check with Pmdll and no errors to see.
Do you also use the latest Icuuc ?

7
Applications / Re: OO v3.18
« on: January 16, 2025, 06:42:12 pm »
Hi Andi,

Yah i have that installed..
libicu.pentium4                       68.1-1.oc00
libicu-devel.pentium4                 68.1-1.oc00

There is only a older Legacy package availvle for the I686

8
Applications / OO v4.18
« on: January 16, 2025, 06:22:28 pm »
Hi all

I installed OO v3.18 but as soon i try to open a prog like cmath it closes the program directly.

I see this is the log file

 Process:  D:\PROGRAMS\APACHEOPENOFFICE.4\PROGRAM\SOFFICE.BIN (12/01/2020 00:13:05 263,440)
 PID:      48 (72)
 TID:      01 (1)
 Priority: 200

 Filename: C:\USR\LIB\ICUUC.DLL (12/10/2020 12:52:02 1,111,946)
 Address:  005B:1C519FCB (0001:000E9FCB)
 Cause:    Attempted to read from 00000017
           (not a valid address)


I use the ICUUC,dll from the latest rpm package

Any idea ???


9
Programming / Re: Qt6 Application Testing
« on: January 15, 2025, 09:24:29 pm »
Hi Paul,

F.e Tea comiled fine, but doodle or some other progs i get this error..


10
Programming / Re: Qt6 Application Testing
« on: January 15, 2025, 08:53:38 pm »
Hi Paul,

I tried to compile some progs but i only get this when running qmake

Assertion failed: _UM_LUMP_STATUS (olump) == _UMS_FREE, file ./libc-0.1.13/src/emx/src/lib/malloc/ialloc.c, line 116

Killed by SIGABRT
pid=0x2190 ppid=0x218f tid=0x0001 slot=0x009b pri=0x0200 mc=0x0001 ps=0x0010
H:\USR\QT6-626\BIN\QMAKE6.EXE
Creating 2190_01.TRP
Moved 2190_01.TRP to C:\var\log\app\67881edb-2190_01-QMAKE6-exceptq.txt

I copied in the v6.2.10 dir
Will try later in a clean dir...

11
Programming / Re: Qt6 Application Testing
« on: January 05, 2025, 06:55:40 pm »
Hi all,
A other small app for downloading Youtube files

Dint test much, just tried one url and that did the job ok.

http://rpm.netlabs.org/test/QT6/yt_dl_gui-os2-05012025-qt6.7z


Greetz, Tellie

12
Programming / Re: Qt6 Application Testing
« on: January 04, 2025, 01:40:30 pm »
hi all

please try the latest Nomacs...

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

greetz Elbert

13
Programming / Re: Qt6 Development
« on: January 03, 2025, 02:16:04 pm »
I'm confused.... how are you configuring/building qtmultimedia?

Hi Paul,
Have all in the dir  qt6-src
And also seperated folders like yours...

How is your source laid out?
I have a series of separate folders:
Code: [Select]
Directory of  U:\dev\qt6*os2

30/12/24   8:20         <DIR>      570  qt6-base-os2
10/10/24  16:05         <DIR>      124  qt6-charts-os2
10/10/24  16:07         <DIR>      124  qt6-declarative-os2
10/10/24  16:08         <DIR>      124  qt6-multimedia-os2
11/10/24  15:02         <DIR>      124  qt6-networkauth-os2
10/10/24  16:09         <DIR>      124  qt6-positioning-os2
10/10/24  16:10         <DIR>      124  qt6-qt5compat-os2
10/10/24  16:10         <DIR>      124  qt6-shadertools-os2
10/10/24  16:11         <DIR>      124  qt6-svg-os2
10/10/24  16:11         <DIR>      124  qt6-tools-os2
10/10/24  16:12         <DIR>      124  qt6-translations-os2
31/12/24  15:54         <DIR>      124  qt6-webchannel-os2
 1/01/25  11:18         <DIR>      124  qt6-webengine-os2
24/11/24   7:01         <DIR>      124  qt6-websockets-os2

I first build qt6-base-os2 using a configuration similar to yours (btw why are you using unix makefiles and not ninja?)
Yes i build also the base first, i thought Ninja where not working well enough to build qt6.

I will try with Ninja
I get:
-- Configuring done
-- Generating done
-- Build files have been written to: F:/qt6-src/qt6-base-os2/build

[F:\qt6-src\qt6-base-os2\build]cmake --build . --parallel   2>&1  | tee cmake.out
ninja: error: 'src/dbus/-ldbus-1', needed by 'src/dbus/CMakeFiles/DBus_autogen_timestamp_deps', missing and no known rule to make it

I then build each other module by configuring with a script like:
Code: [Select]
dash /qt6-6.2.x/bin/qt-configure-module .. 2>&1 | tee configure.log

14
Programming / Re: Qt6 Development
« on: January 03, 2025, 01:33:40 pm »
Hi Ko,

For me its hanging the machine when i clone big repos, like de webengine from Qt6 (The RPM version from git)

I have try you're 2.42.0 also, but that also hangs the machine after some time.

I don't have log/popups ...

Best wishes for 2025 :)

15
Programming / Re: Qt6 Development
« on: January 02, 2025, 10:55:54 pm »
Hi PAul,

Yes its indeed multimedia from QT
I have not found a config.summary in multymedia dir
Or you wanted the one from base, i attach that one.
I use this cmd...

SET GCCOPT=-static-libgcc
set release=F:\qt6-6.2.x
set PATH=%release%\bin;%PATH%
set BEGINLIBPATH=%release%\lib;%release%\plugins;%BEGINLIBPATH%
set INCLUDEPATH=%release%\include;%INCLUDEPATH%
set LIBPATHSTRICT=T
cmake .. -G "Unix Makefiles" -DCMAKE_PREFIX_PATH=f:/Qt6-6.2.x -DCMAKE_INSTALL_PREFIX:PATH=f:/qt6-6.2.x -DQT_BUILD_EXAMPLES=OFF -DQT_BUILD_TESTS=OFF -Wno-dev 2>&1 |tee config.out

Pages: [1] 2 3 ... 18