Recent Posts

Pages: [1] 2 3 ... 10
1
Programming / Re: Qt6 Application Testing
« Last post by Paul Smedley on Today at 08:44:45 am »
Thanks guys!
2
Programming / Re: Qt6 Application Testing
« Last post by roberto on Today at 07:43:30 am »
Is the same TRP.
saludos
3
Hardware / Re: AHCI and Virtualbox
« Last post by Ian Manners on Today at 04:45:14 am »
Thought I would update to AHCI from IDE drivers/controller as well reading this thread but I have been unsuccessful.
I added BASEDEV=OS2AHCI.ADD to my Arca config.sys but the container stops booting, just displays the Arca boot screen, no error message, and does not progress any further even I leave it 30 minutes.

I'm using Virtualbox Version 6.1.40 r154048 (Qt5.12.8) [Stable channel] under Ubuntu.
Version 7.x of Virtualbox is not listed as Stable, I did try upgrading to it a while ago and very quicky reverted back to 6.1.40.x due to wierd stuff, so will stick to the stable channel from now on.
4
Hardware / Re: AHCI and Virtualbox
« Last post by jailbird on Today at 01:43:10 am »
I can't get either AHCI nor SCSI mode to work properly with ArcaOS under VBox 7.x on macOS. I assume it has something to do with with VBox 7 using macOS's Hypervisor.framework now instead of using kexts (kernel modules) like 6.x did.

Strangely, Parallels also uses Hypervisor.framework and works with ArcaOS + AHCI fine.

I had filed 3337 on Arca's Mantis to try and get them to provide something useful that I could then give to the VBox devs, as I assume most of them don't have ArcaOS to test with.
5
General Discussion / Re: PMfax
« Last post by Martin Iturbide on Today at 12:57:51 am »
Hi

I just found the waybackmachine archived site with some dead liks:
- https://web.archive.org/web/20000815221748/http://www.kellergroup.com/

But no hints of the Windows version nor "imgfx6mn.dll ".

Regards
6
Programming / Re: Qt6 Development
« Last post by Paul Smedley on March 28, 2023, 11:52:53 pm »
Early indications are that this build is good... https://smedley.id.au/tmp/gcc-9.5.0-os2-20230329.zip

Couple of notes on using with this an existing rpm setup:
Code: [Select]
set LIBPATHSTRICT=T
set path=c:\usr\local950\bin;%path%
set beginlibpath=c:\usr\local950\lib

LIBPATHSTRICT and beginlibpath are required due to additional exports in STDCPP6.DLL that aren't present in the 9.2.0 version
7
Programming / Re: Qt6 Development
« Last post by Paul Smedley on March 28, 2023, 11:47:30 pm »
Looks like the libtool generated DLL's didn't have -Zhigh-mem - testing now...
8
Programming / Re: Qt6 Application Testing
« Last post by David McKenna on March 28, 2023, 10:35:07 pm »
 Paul,

  Here, Dooble exits silently, but Simplebrowser traps just like Mike shows and the trap file shows the exact trap you show too.

Regards,
9
Programming / Re: Qt6 Application Testing
« Last post by Paul Smedley on March 28, 2023, 10:15:12 pm »
Thanks guys - can I assume that the TRP file shows something similar to my post? ie:
Code: [Select]
   EBP     Address    Module     Obj:Offset    Nearest Public Symbol
 --------  ---------  --------  -------------  -----------------------
 Trap  ->  747FC175   QT6WEBEE  0001:0021C175   __ZN15partition_alloc8internal15PartitionBucketILb1EE13SlowPathAllocEPNS_13PartitionRootILb1EEEijjPb$w$XwhbY842fc8TnWhl1 + 725 0001:0021BA50 (partition_bucket.o)
10
General Discussion / Re: PMfax
« Last post by mauro on March 28, 2023, 08:56:49 pm »
Looks like a winmodem, so no, it won't work under OS/2. Something like a USB USR robotics modem will work as the USB interface is presented as a com port.

understand, I'had suspected that.
Thank you
Pages: [1] 2 3 ... 10