AROS World Exec

Development => Development (General) => Topic started by: deadwood on May 08, 2022, 09:19:12 AM

Title: AROS ABIv0 20180423 Development
Post by: deadwood on May 08, 2022, 09:19:12 AM
Hi All,

I started working on next version. There are very little changes, however these builds are now compiled with GCC 6.3.0 as opposed to previous builds which where done with GCC 4.6.4. This can make certain bugs surface, so please test for regression. If you notice something, please check with "reference" ISO if this is a regression or existing bug.

Please see the link to the ISO below:

Native
Referencehttps://axrt.org/download/aros/v0/AROS-20180415-2-pc-i386-boot-iso.zip
Testinghttps://axrt.org/development/AROS-20180423-D1-pc-i386-boot-iso-GCC630.zip

Quote
AROS ABIv0 20180423 changes:

  Functionalities:
    Math library functions refreshed based on FreeBSD codes (Kalamatee)
    Added device-specific settings for AD1981HD and AD1884 codecs (Neil)
    vusbhci.device (DizzyOfCRN)
    Migrated to use GCC 6.3.0 from GCC 4.6.4 (deadwood)

  64-bit support:
    Misc fixes (Kalamatee)

  68k support:

  Updates:
    AROS build system (Kalamatee)
 
  Fixes:

Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 08, 2022, 11:34:57 AM
ok deadwood thank you :)
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 08, 2022, 12:03:02 PM
ok i run testing iso

network (rtl8169) ok
usb ok
sound (hdaudio) ok

minor issues

help (sys:utilities) do not work freeze the system
sysexplorer (sys:tools) do not work
reboot aros from menu do not works for me
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 08, 2022, 03:28:45 PM
Sorry deadwood I just got home, I have integrated your distribution on my AROS One, I have overwritten everything, at the moment on VM I have not found any problem, now AROS seems to be even more responsive.

Tomorrow I will test the system on real PC

Are there any particular applications to test? I need to check if the old bugs have been fixed!

Regarding the problems found by Salvo to me Help and Sysexplorer work fine, see screenshot.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 08, 2022, 06:14:07 PM
Found a problem on the "Pointer" Prefs, if clicked several times the GUI does not open and slows down the system. Found that the picure.datatype is to blame, if you replace the picure.datatype with a previous version "Pointer" prefs works perfectly.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 08, 2022, 10:54:51 PM

help (sys:utilities) do not work freeze the system
sysexplorer (sys:tools) do not work
reboot aros from menu do not works for me

Thanks salvo. Are those issues regressions or are they also happening with the reference (20180415-2) ISO?
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 08, 2022, 10:56:42 PM
Are there any particular applications to test? I need to check if the old bugs have been fixed!

Not anything particular. Since this is a full re-compile with newer GCC, "any" application can exhibit side effects.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 08, 2022, 10:59:45 PM
Found a problem on the "Pointer" Prefs, if clicked several times the GUI does not open and slows down the system. Found that the picure.datatype is to blame, if you replace the picure.datatype with a previous version "Pointer" prefs works perfectly.

Good catch - it's actually an optimization problem. Debug version (lower optimizations) does not crash for me, while normal version does crash.
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 09, 2022, 06:00:10 AM

help (sys:utilities) do not work freeze the system
sysexplorer (sys:tools) do not work
reboot aros from menu do not works for me

Thanks salvo. Are those issues regressions or are they also happening with the reference (20180415-2) ISO?

hi deadwood reference iso works correctly
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 09, 2022, 07:22:32 AM
I used a latest version of Multiview "Help" works, I added some mui classes, "Sysexplorer" not by more problems, "showconfig" does not start
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 09, 2022, 10:06:01 AM
@salvo
ShowConfig works, probably you have not installed the required libraries
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 09, 2022, 10:11:11 AM
@deadwood
I noticed a problem on OWB Tabs, basically the Tabs don't work or rarely work:
 "Retry" "Remove" "Remove All", see screenshot !

Solved, found the culprit, see post below
Title: Re: AROS ABIv0 20180423 Development
Post by: cavemann on May 09, 2022, 04:07:15 PM
Does anyone else have a problem with prefs locale? When I click on the window, the timezone image bleeds through the tab.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 09, 2022, 04:46:59 PM
Yes I confirm on Local Prefs there is a graphic problem!
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 09, 2022, 06:49:29 PM
Does anyone else have a problem with prefs locale? When I click on the window, the timezone image bleeds through the tab.

Found the Graphical problem on Locale Prefs "timezone image", it was also present on AROS 68k, the culprit is the "muimaster.library" library.

Replacing "muimaster.library" with a previous version also solves the Tab problem on OWB that I reported above :)
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 10, 2022, 01:11:45 PM
@caveman, @AMIGASYSTEM

Can you make a screen shot of the Locale Prefs problem? I can't trigger it.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 10, 2022, 01:13:30 PM
Replacing "muimaster.library" with a previous version also solves the Tab problem on OWB that I reported above :)

What do you mean by "previous" version?
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 10, 2022, 01:24:49 PM
minor issues

help (sys:utilities) do not work freeze the system
sysexplorer (sys:tools) do not work
reboot aros from menu do not works for me

1) I confirm help freezing, added to list to invastigate
2) SysExplorer works for me, are you using IntelGMA graphics? There is existing bug for that: https://github.com/deadw00d/AROS/issues/30
3) Warm reboot is a known issue (https://github.com/deadw00d/AROS/issues/31, https://github.com/deadw00d/AROS/issues/29)
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 10, 2022, 01:34:36 PM
Deadwood I used vesa in native works I have a nvidia card
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 10, 2022, 01:37:41 PM
Ok
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 10, 2022, 02:35:32 PM
Replacing "muimaster.library" with a previous version also solves the Tab problem on OWB that I reported above :)

What do you mean by "previous" version?

on reference iso maybe
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 10, 2022, 03:11:05 PM

Can you make a screen shot of the Locale Prefs problem? I can't trigger it.
Attach screenshot, in practice the graphics overlap the texts!

Quote
I confirm help freezing, added to list to invastigate
No this happens only if you run Help from CD/ISO, once installed the Help system works fine, see screenshoot

Quote
What do you mean by "previous" version?
Just use the muimaster.library of the distro "AROS-20170402-5-pc-i386", "AROS-20180415-1-pc-i386" or AROS-20180415-2-pc-i386, as said with this replacement, fix to Locale Prefs and the problem Tab on OWB
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 10, 2022, 11:07:24 PM
[No this happens only if you run Help from CD/ISO, once installed the Help system works fine, see screenshoot
It also does not happen with linux-hosted AROS. However it does not happen with reference ISO, suggesting there some problem with cd-filesystem on new ISO

Just use the muimaster.library of the distro "AROS-20170402-5-pc-i386", "AROS-20180415-1-pc-i386" or AROS-20180415-2-pc-i386, as said with this replacement, fix to Locale Prefs and the problem Tab on OWB

Thanks for the screen shot. I'm not getting this effect on Locale prefs. Is it run from CD or installed to HDD?
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 11, 2022, 01:12:42 AM
. However it does not happen with reference ISO, suggesting there some problem with cd-filesystem on new ISO
No this happens also with reference ISO, but also with Distro "AROS-20170402-5-pc-i386", "AROS-20180415-1-pc-i386" or AROS-20180415-2-pc-i386, it happens also if you copy and run help from RAM.

Once the system is installed the problem on Help disappears, probably due to some Path or assign in the startup-sequence.

Quote
Is it run from CD or installed to HDD?
This happens both from CD/ISO and from installed system, as said the muimaster.library "GCC630" has some problem.

Hosted on Linux I don't know why it doesn't have these problems probably something changes in the OS management, today I'll try the muimaster.library "GCC630" on a real PC and we'll see what happens
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 11, 2022, 01:21:16 AM
No this happens also with reference ISO, but also with Distro "AROS-20170402-5-pc-i386", "AROS-20180415-1-pc-i386" or AROS-20180415-2-pc-i386, it happens also if you copy and run help from RAM.

Once the system is installed the problem on Help disappears, probably due to some Path or assign in the startup-sequence.

I guess we get different results. I just tried AROS-20180415-2-pc-i386 ISO in VirtualBox and Help is not freezing for me.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 11, 2022, 01:44:42 AM
Now I do not know if we are talking about the same problem, this occurs when you click on a chapter of the guide, see screenshot "cloud pointer".

To me even on VirtualBox the problem exists!
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 11, 2022, 02:13:35 AM
Tested muimaster.library "GCC630" on real PC and "AROS x86 Native", and also here there is the graphical problem on Locale Prefs

Also your latest Distro AROS 68k have the same problem on Locale Prefs, also here is solved by replacing muimaster.library with an old version !
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 11, 2022, 02:54:27 AM
Also your latest Distro AROS 68k have the same problem on Locale Prefs, also here is solved by replacing muimaster.library with an old version !

What is "an old version" in case of AROS 68k problem?
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 11, 2022, 02:58:20 AM
Now I do not know if we are talking about the same problem, this occurs when you click on a chapter of the guide, see screenshot "cloud pointer".

To me even on VirtualBox the problem exists!

Indeed we are not talking about same problem. I confirm the problem with "cloud pointer" also exists in reference ISO. My problem is that starting "Help" shows empty window that cannot be closed with D1. There are two problems then :)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 11, 2022, 03:34:28 AM

What is "an old version" in case of AROS 68k problem?
All your latest AROS 68k releases have the muimaster.library causing the graphical overlay problem, while the muimaster.library of the old and recent Nightly Builds does not have that problem and everything works perfectly.

Quote
My problem is that starting "Help" shows empty window that cannot be closed with D1. There are two problems then :)
I don't have this problem what you need to do to get it, I attach small video that shows Help working well on your distro GCC630 "installed" on Hardisk !

https://drive.google.com/file/d/1XcbvxA1-UL06gYyYvEv7UX5nHcuLFpLS/view
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 13, 2022, 05:58:17 AM
Hi,

I prepared a new ISO "D2"

https://axrt.org/development/AROS-20180423-D2-pc-i386-boot-iso-GCC630.zip

Note that this ISO DOES NOT contain any fixes of issues reported so far.

What that ISO contain:
a) contrib repository built with GCC 6.3.0 - again look for regressions with contrib programs being used right now
b) Native GCC updated to 6.3.0 and native binutils updated to 2.32.2 - this is more for 3rd party developers (@caveman, @serk, others). Let me know if you find issues using the new development tools. Let me also know if the solved some existing program or let you compile programs that were not possible otherwise.


Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 13, 2022, 06:21:28 AM
thank you deadwood
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 13, 2022, 02:11:54 PM
@deadwood

On ISO "D2" has something changed in the system boot "GRUB", on VmWare i found a slower boot and also in opening windows the icons appear a bit late !

I have updated my AROS One x86 with the new "Development" update of ISO "D2", for the rest of the system has anything changed compared to ISO "D1" ?

In the Development/Bin path there is a file named "[", is this a correct name or corrupted name? I also noticed that the trashcan reappeared in the WBStartup !

If there is no big news coming, I plan to Deploy the new version of AROS One x86 to version 1.7 !
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 14, 2022, 12:23:50 AM
On ISO "D2" has something changed in the system boot "GRUB", on VmWare i found a slower boot and also in opening windows the icons appear a bit late

You mean it takes more time to load to Wanderer desktop? Contrib programs add startup scripts that can slow things down. ISO with contrib (D1) should boot faster than ISO with contrib (D2)

I have updated my AROS One x86 with the new "Development" update of ISO "D2", for the rest of the system has anything changed compared to ISO "D1" ?
stdc.library/posixc.library/arosc.library have fixes needed by GCC to work.


If there is no big news coming, I plan to Deploy the new version of AROS One x86 to version 1.7 !

I'd suggest waiting for official release which should come at end of month latest unless we discover some more regressions.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 14, 2022, 01:06:06 AM
@AMIGASYSTEM, @cavemann

Can you describe me your system setup (CPU, virtual or real, memory, etc) when you get the Locate Prefs "bleeding image" problem?
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 14, 2022, 02:13:16 AM
Contrib programs add startup scripts that can slow things down. ISO with contrib (D1) should boot faster than ISO with contrib (D2)
The script assignments "Development" on my AROS One contains many more strings also for other contained applications such as "Murks", "Lua", "AntiryadGX" and more and in spite of everything is much faster.

I suspect some small graphical conflict, on VMware with your (D2) on startup a text appears showing my resolution set in the systma, this did not happen with (D1)

However today is better, maybe it was a problem of my PC :), i will do some more tests to be more precise.

Quote
stdc.library/posixc.library/arosc.library have fixes needed by GCC to work.

Ok I will integrate all the (D2) on AROS One x86 v1.7

Quote
I'd suggest waiting for official release which should come at end of month latest unless we discover some more regressions.
Ok i will wait for the stable version

Quote
Can you describe me your system setup (CPU, virtual or real, memory, etc) when you get the Locate Prefs "bleeding image" problem?

With all these configurations the Local Prefs problem is present !

PC Real: ACER ASpire 5920
CPU= Intel Duo CPU T5550 1.83 GHz
RAM= 4GB
Video Card= NVIDEA Geforce 8600M GS (Not supported)
Video Card Used= VESA
Risoluzione Video = 1024x768

VMWare Player 1:
CPU= 1 Core
RAM= 1GB
Video Card= VESA
Video Resolution= 1024x768

VMWare Player 2:
CPU= 2 Core
RAM= 2GB
Scheda Video= VESA
Video Resolution= 1024x768

PC Real: ACER Aspire One ZG5:
Cpu: Intel ATOM CPU N270 1,6 GB
RAM=2048 MB
Video Card Used=VGA INTEL 945
Video Resolution= 1024x600
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 14, 2022, 09:09:04 AM
Deadwood I tried the new ISO starts regularly in my system I have an xeon hp z400 workstation :)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 14, 2022, 09:24:03 AM
Salvo but to you Locale Prefs with the ISO (D2) works fine? you have to choose the "Region" Tab and click on some Country, done this erroneously the invasive graphics will also appear !

Also try to click and open Pointer Prefs several times, you should notice the momentary slowdown of the system, then with time everything will recover.

Also on OWB you cannot use Tabs to delete download URLs, see screenshots my previous posts.

Of course I mentioned the culprits and the cure, but let's wait for the official deadwood fix


--- Italiano ---

Salvo ma a te Locale Prefs con la ISO  (D2)  funziona bene? devi scegliere il Tab "Region" e cliccare su qualche Nazione, fatto questo erroneamente comparirą anche la grafica invasiva !

Prova anche a cliccare e aprire pił volte Pointer Prefs, dovresti notare il rallentamento momentaneo del sistema, poi con il tempo tutto si ristabilisce.

Anche su OWB non e possibile utilizzare i Tab per cancellare gli URL dei download, vedi screenshot miei post precedenti.

Naturalmente ho citato i colpevoli e la cura, ma aspettiamo il fix ufficiale di deadwood
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 14, 2022, 09:26:18 AM
hi

I am aware of these bugs I thought there were problems starting the system :)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 14, 2022, 10:39:56 AM
@deadwood

Question, in D2 have the Contributions found in Extras been recompiled/updated or are they still the same ?

I ask this because on AROS One x86 the Contributions are installed in the appropriate folders
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 14, 2022, 11:26:40 AM
@deadwood

Question, in D2 have the Contributions found in Extras been recompiled/updated or are they still the same ?

I ask this because on AROS One x86 the Contributions are installed in the appropriate folders

All software in all directories on D2 is recompiled with GCC 6.3.0 if that is what you are asking.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 14, 2022, 11:46:44 AM
Ok then I will update and test on AROS One "D2" also all the Sotware that is in Extras, thanks !
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 15, 2022, 12:10:55 AM
In ISO "D2" I'm checking all Extras software, at the moment found a problem with "FryingPan" it doesn't start and crashes the System.

"FryingPan" version I have on AROS One x86 included on "AROS-20180415-pc-i386-contrib.tar.bz2" works perfectly !

Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 15, 2022, 04:14:15 AM
In ISO "D2", but also in "AROS-20180415-pc-i386-contrib.tar.bz2" an old version 2.1 of FileX is included, among other things it is also Shareware, on Aminet for OS3, MOS and OS4 there are the most updated versions that "are not Shareware"

http://aminet.net/search?query=filex
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 15, 2022, 12:36:32 PM
In ISO "D2" I'm checking all Extras software, at the moment found a problem with "FryingPan" it doesn't start and crashes the System.

"FryingPan" version I have on AROS One x86 included on "AROS-20180415-pc-i386-contrib.tar.bz2" works perfectly !

Ok, confirmed. Added to TODO list.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 15, 2022, 12:39:10 PM
In ISO "D2", but also in "AROS-20180415-pc-i386-contrib.tar.bz2" an old version 2.1 of FileX is included, among other things it is also Shareware, on Aminet for OS3, MOS and OS4 there are the most updated versions that "are not Shareware"

http://aminet.net/search?query=filex

Noted down for future work: https://github.com/deadw00d/AROS/issues/69
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 15, 2022, 02:01:52 PM
@AMIGASYSTEM

Please check this build:

https://build.axrt.org/download/builds/AROS-ABIv11/amiga-m68k-20220515-201246.tar.gz

It should have Locale Prefs "leaking" problem solved. The problem was located in Locate Prefs itself.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 15, 2022, 03:20:13 PM
Tested "amiga-m68k-20220515-201246.tar.gz" and Locale Prefs works fine, no problems encountered, even on my AROS One 68k your fix of Locale Prefs worked fine.

Your fixed version of Locale Prefs will also work fine on AROS x86, but I think the problmema on OWB will remain, both problems I had solved by replacing the muimaster.library !
Title: Re: AROS ABIv0 20180423 Development
Post by: cavemann on May 15, 2022, 04:54:39 PM
@ deadwood,

At first I tried to install D2 to a USB stick, but it turned out bad (the graphics was unusable). Basically all I could see was icon text, (on the workbench and windows) I could not even see a pointer.

So instead, I installed D2 to my hard drive, and luckily the graphics was okay. But D2 had some other problems too.

In Wanderer prefs, I clicked on Appearance-Drawer-Advamced and the button "Use MultiLine Labels" did not work. and some of the string input gadgets had problems too. And also the Background tab, didn't seem to work either.

Btw, the icons in many directories, seem to be out of alphabetical order, I've never noticed that before. And it kind of slows down human searches.


Anyway here's my setup. I generally use 4 machines for porting and testing
My Vesa machine, still has gcc 4.2.4 on it, I rarely use this anymore
gfx: Radeon 9000
ram: 512 mb
cpu: celeron, 1.2

Intel, this is my workhorse, now with gcc 6 (thanks)
gfx: IntelGMA 945
ram: 2gb
cpu: pentium4 3200, 1.8

Nvidia, to test opengl stuff, has gcc 4.6.4
gfx: geforce 9500
ram: 1.0 gb
cpu: AMD sempron, 2.2

And to test out stuff on Icaros hosted, via an old Slackware distro.
gfx: Radeon X300
ram: 2048 mb
cpu: core2 6600, 2.4

Also, I seem to be getting conflicting declarations, with isnan in math.h. Is that normal?

And in share/man/man3. There is 42mb in 3638 files, which really, really, slows down the installation.

many thanks
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 15, 2022, 05:11:51 PM

In Wanderer prefs, I clicked on Appearance-Drawer-Advamced and the button "Use MultiLine Labels" did not work. and some of the string input gadgets had problems too. And also the Background tab, didn't seem to work either.

The "Use MultiLine Labels" problem, as with the OWB Tabs, and the one related to Locale Prefs seem to be caused by the "muimaster.library" included in "D2", if you use a "muimaster.library" from the previous Distros everything is solved !
Title: Re: AROS ABIv0 20180423 Development
Post by: cavemann on May 15, 2022, 05:21:30 PM
@ AmiSystem

Thanks again, you're a great help  :)
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 15, 2022, 11:26:30 PM
Tested "amiga-m68k-20220515-201246.tar.gz" and Locale Prefs works fine, no problems encountered, even on my AROS One 68k your fix of Locale Prefs worked fine.

Your fixed version of Locale Prefs will also work fine on AROS x86, but I think the problmema on OWB will remain, both problems I had solved by replacing the muimaster.library !

The fix for "leaking" in ABIv0 will come in next ISO. It will indeed be made in muimaster.library.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 15, 2022, 11:33:14 PM
Also, I seem to be getting conflicting declarations, with isnan in math.h. Is that normal?

Can you share simple source code that does that or compiler warning/error?

And in share/man/man3. There is 42mb in 3638 files, which really, really, slows down the installation.

Noted. Will look into solving that.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 16, 2022, 05:24:12 AM
@deadwood

Sorry, a dumbfounded question, but how does SmartTrash work? I could never figure out where the deleted files go, I would expect the files to be moved to the Trashcan folder !
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 16, 2022, 05:39:58 AM
Sorry, no idea about SmartTrash.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 16, 2022, 05:42:33 AM
Hello, new ISO for testing:

https://axrt.org/development/AROS-20180423-D3-pc-i386-boot-iso-GCC630.zip

Fixed:
- Pointer Prefs
- Locale Prefs
- Help
- muimaster.library -> please check if Odyssey is also fixed

Not fixed:
- FryingPan
- >3000 files when installing SYS:Development

Here is change log:

Code: [Select]
AROS ABIv0 20180423 changes:

  Functionalities:
    Math library functions refreshed based on FreeBSD codes (Kalamatee)
    Added device-specific settings for AD1981HD and AD1884 codecs (Neil)
    vusbhci.device (DizzyOfCRN)
    Migrated to use GCC 6.3.0 from GCC 4.6.4 (deadwood)
    Added ACTION_FH_FROM_LOCK, case ACTION_COPY_DIR_FH to cdrom-handler (deadwood)

  64-bit support:
    Misc fixes (Kalamatee)

  68k support:

  Updates:
    AROS build system (Kalamatee)
 
  Fixes:
    C library (sscanf, open) (deadwood)
    Pointer Preferences (crash at startup) (deadwood)
    amigaguide.datatype (hang at startup) (deadwood)
    muimaster.library (bugs: #53, #62) (deadwood)
    Locale Preference (leaking image) (deawdood)
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 16, 2022, 06:16:05 AM
deadwood owb work fine and also fix "help, prefs/locale and prefs/pointer"

thank you
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 16, 2022, 09:13:19 AM
Sorry, no idea about SmartTrash.

Ok, I will delete SmartTrash from my AROS One, my undelete utilities work much better, you retrieve deleted files on demand when really needed :)

I will now test your fixes and how well the TABs work on OWB and Wanderer Prefs
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 16, 2022, 11:59:58 AM
@salvo

Thanks for testing.
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 16, 2022, 01:42:48 PM
@salvo

Thanks for testing.

You are welcome and thank you :)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 16, 2022, 01:55:20 PM
@deadwood

I integrated your D3 ISO into my AROS One x86 ISO, everything went well, as you can see from the attached video, Help Prefs worked fine from DVD Live, also Locale Prefs, and OWB and Wanderer Prefs Tabs worked fine without any problem.

I forgot, even the Pointer Prefs now works well.

https://drive.google.com/file/d/1ZXTvD5sry90QaTKnJO9KvniO_1vHk_aE/view?usp=sharing
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 16, 2022, 01:58:48 PM
Good, I look into remaining issues then.
Title: Re: AROS ABIv0 20180423 Development
Post by: cavemann on May 16, 2022, 08:27:19 PM
@ deadwood

I'm surprised so many programs use isnan.
Well okay, here's the output.

-------------------------------------------------------------------------------
1 > make

current values of user-set variables:
        DESTDIR      ?=
        prefix       ?= /usr/local
        exec_prefix  ?= /usr/local
        OPTIMS       ?= -march=native -mtune=native -Ofast
        WARNINGS     ?= -Wall -Wextra -pedantic

g++     PEngine/audio.cpp -> PEngine/audio.o
In file included from ./include/vmath.h:8:0,
                 from ./include/pengine.h:38,
                 from PEngine/audio.cpp:40:
/Development/lib/gcc/i386-aros/6.3.0/include/c++/math.h:66:12: error:
'constexpr bool std::isnan(double)' conflicts with a previous declaration

 using std::isnan;
            ^~~~~
In file included from /Development/lib/gcc/i386-aros/6.3.0/include/c++/cmath:45:0,

                 from /Development/lib/gcc/i386-aros/6.3.0/include/c++/math.h:36,

                 from ./include/vmath.h:8,
                 from ./include/pengine.h:38,
                 from PEngine/audio.cpp:40:
/Development/include/aros/stdc/math.h:320:6: note: previous declaration
'int isnan(double)'

 int (isnan)(double) __pure2;
      ^~~~~
make: *** [PEngine/audio.o] Error 1

-------------------------------------------------------------------------------

Also another request, gcc has much more output. I wonder if the shell buffer
could possibly be increased someday, to show more lines of text.

ps  I've managed to compile my first c++11 program, yay  :)
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 17, 2022, 12:04:52 AM
-------------------------------------------------------------------------------
1 > make


Can you share those source codes with me?

Also another request, gcc has much more output. I wonder if the shell buffer
could possibly be increased someday, to show more lines of text.

You mean to hold more "history" lines / scroll back longer?

ps  I've managed to compile my first c++11 program, yay  :)

Gratz! :) That's was the aim.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 17, 2022, 12:08:58 AM
Additional question: Did you have any freezes of GCC/freezes of AROS itself when compiling?
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 17, 2022, 09:04:46 AM
@deadwood

In your Distributions D2, D3 and earlier in the Locale\Catalogs folder, there are duplicate languages:

- Italiano
- Italian

- Deutsch
- German

Included in the duplicate folder is the file "Locale.catalog" which is missing in the other folder so before dileminating the duplicate, the missing file must be retrieved.


On AROS 68k in your Distros there are no Duplicates, but in the Devs\Keymaps folder the pc105_i file is corrupt, we had discussed this in the past.

In my ISO of AROS One I deleted the duplicate Catalogs and created Icons for the main folders, see screenshot.
Title: Re: AROS ABIv0 20180423 Development
Post by: cavemann on May 17, 2022, 08:39:28 PM
@ deadwood

> Can you share those source codes with me?

Sure thing. Where should I send them?
 
> You mean to hold more "history" lines / scroll back longer?

Yes, it's an old request, but, make > RAM:stdout.log doesn't seem to work, So instead, I have to make the compiler stop output after the first error. Or perhaps somehow make the compiler less verbose.

> Did you have any freezes of GCC/freezes of AROS itself when compiling?

I don't recall, I think not. I usually have the stack set at 800k. And with gcc 4.6.4, linking would get faster and more stable if I compiled in RAM.
 
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 18, 2022, 01:30:04 PM
I updated my system with the last Build the only strange thing perhaps concerns the muimaster.library some applications that use it show strange anomalies in their main bar but everything works regularly
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 18, 2022, 04:00:00 PM
I confirm the problem on the Top Bar Title for ZunePaint, this happens with D1, D2, D3, Distro earlier the problem does not exist, i have not encountered this problem on other applications

There is however a more important bug on applications that make use of Zune, this is an old problem that also happened on the last Nightly Builds.

Basically if you do "Open File" the request file if moved produces many copies of the window, if the request remains open the windows on Wanderer will also have the same problem, see screenshot.

Tested this Problem on OWB, Zune Paint, Zune Fig and probably also found it on many other applications using Zune.

Also the Request File is too small in size, and this in some cases creates problems in navigating, if a larger request is possible it would be more optimal and work better.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 19, 2022, 01:15:31 AM
On AROS 68k in your Distros there are no Duplicates, but in the Devs\Keymaps folder the pc105_i file is corrupt, we had discussed this in the past.

It the locale files are updated in ABIv11, we will have to wait until ABIv0 gets updated to recent enough release. Note that this is not a bug. AROS supports both "english" and "native" locale names, so the locale files can be in either german or deutch directories.

As for the keymap, I added a bug report: https://github.com/deadw00d/AROS/issues/70
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 19, 2022, 01:17:36 AM
@ cavemann

>> Can you share those source codes with me?
>Sure thing. Where should I send them?
 
You can find my email here: https://axrt.org/index.php?tab=community

>> You mean to hold more "history" lines / scroll back longer?
>Yes, it's an old request, but, make > RAM:stdout.log doesn't seem to work, So instead, I have to make the compiler stop output after the first error. Or perhaps somehow make the compiler less verbose.

What about if you do >RAM:stdout.log (without space after >)

>> Did you have any freezes of GCC/freezes of AROS itself when compiling?
>I don't recall, I think not. I usually have the stack set at 800k. And with gcc 4.6.4, linking would get faster and more stable if I compiled in RAM.

Ok, this confirms GCC 6.3.0 needs more stack space than the default 256k.

Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 19, 2022, 01:22:57 AM
Ok, noted the ZunePaint window title problem for investigation.

For the requester, I created enhancement report: https://github.com/deadw00d/AROS/issues/71

As for the size, how much bigger you need. Remember that you also need to take into account m68k build where space is limited in lower resolutions. Best if you provide two sets of sizes, one for x86 another for m68k.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 19, 2022, 01:55:47 AM
Note that this is not a bug. AROS supports both "english" and "native" locale names, so the locale files can be in either german or deutch directories.

They are aware of the dual support "english" and "native"

Regarding the keymap, the pc105_i file possibly can be replaced with the one in an old Aros 68k distro (aros-orca-m68k).


Quote

For the requester, I created enhancement report: https://github.com/deadw00d/AROS/issues/71

As for the size, how much bigger you need. Remember that you also need to take into account m68k build where space is limited in lower resolutions. Best if you provide two sets of sizes, one for x86 another for m68k.

Even 68k has the same problem if you use RTG screens (some times the clicked folder is move on other folder), for the size I was referring more to the "length", see screenshot

Title: Re: AROS ABIv0 20180423 Development
Post by: paolone on May 20, 2022, 07:34:17 AM
@all


If you wish to try it, I have a new Icaros Desktop Live! build available, with old programs but newest system files from Deadwood's D3 ISO:
http://www.icarosdesktop.com/BETA/20220520/live-experimental.iso


let me know if it works OK for you, and if you find any unresponsive/incompatible 3rd party application.
You'll have to install it onto hard drive to test it thoroughly.


have a nice day



Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 20, 2022, 09:51:17 AM
ok Paolone
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 21, 2022, 05:41:11 AM
@deadwood

Tested all the "Extras/Contrib" software on your ISO D3 and it has been successfully tested, also all the software contained on AROS One x86 including the updated one seems to work well except the old bugs reported in the past.

AROS One x86 v1.7 has been totally updated with your ISO D3, if there is nothing else new, I can provide the distribution officially.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 21, 2022, 05:59:11 AM
Glad to hear that. I have 2 user fixes and 6 developer fixes on my TODO before making a final release.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 21, 2022, 06:03:28 AM
Ok I'll wait and then deploy, these are all the updates done on AROS One x86 v1.7


Update AROS One System:
- HDToolBox Device fix TolType Opzioni
- Update Image WHDMenu
- Update Def_MIDI
- Update Def_CDXL
- Update Def_Icons Lua, AmiLua
- Update DirectoryOpus.CFG
- Update ZuneARC
- New Skins for Murks
- New Datatypes BMP, TGA
- New Themes for Wanderer
- New Descriptor (Datatypes)
- 8 New Icon DualPNG Buton AmiStart
- DT2GIF
- DTConv
- DTConvertGui
- BMP.datatype
- TGA.datatypes
- ICO.datatypes
- UnDeleteSFS
- UnDeletePFS
- New GRUB background


Update App:
- AmigaKeyRemaper v1.1
- GarshneBlanker v3.9
- RNOEffects v1.3
- DiskValid GUI v1.0
- GarshneBlanker v39.2
- TCPPrefs v1.0
- RNOPublisher v1.0
- Acuario 2020
- ViewISO v1.1
- ZapHod v1.3
- MCC TextEditor v15.56
- RNOArchive v1.0
- RapaGUI v2.1
- 4KLive v0.7
- RunInDOSBox r1
- RMan v3.2
- RTF2HTML v3.97
- GrafX2 2.7.2978
- GTuner v0.41
- AmiNote v0.1
- ZuneARC v1.6
- ModExplorer v3.81
- ModExplorerCE v3.80
- Bin2ISO
- DTConv
- Daysleeper v0.9
- AIDEa v04/03/21
- Murks vO,6
- GCC v6.3.0.
- MUIBase v4.4
- IconClone v1.0.7
- PerCIMan v0.7.4
- InstallerLG v1.0
- Vim v8.2.4370
- Multiview v1.8 by Miker
- VindentiumPicta v2.50
- SilkRAW v1.3
- Aget v0.64
- HollywoodPlayer v9.1

Update Games:
- Hle Poker Card
- BOH
- BlackjuanPokerCard
- Atomiks
- Breaker
- SYASokoban
- Pipewalker
Title: Re: AROS ABIv0 20180423 Development
Post by: amigamia on May 21, 2022, 02:43:34 PM
Ok I'll wait and then deploy, these are all the updates done on AROS One x86 v1.7


Update AROS One System:
- HDToolBox Device fix TolType Opzioni
- Update Image WHDMenu
- Update Def_MIDI
- Update Def_CDXL
- Update Def_Icons Lua, AmiLua
- Update DirectoryOpus.CFG
- Update ZuneARC
- New Skins for Murks
- New Datatyes BMP, TGA
- New Themes for Wanderer
- New Descriptor (Datatypes)
- 8 New Icon DualPNG Buton AmiStart
- DT2GIF
- DTConv
- DTConvertGui
- BMP.datatype
- TGA.datatypes
- ICO.datatypes
- UnDeleteSFS
- UnDeletePFS
- New GRUB background


Update App:
- AmigaKeyRemaper v1.1
- GarshneBlanker v3.9
- RNOEffects v1.3
- DiskValid GUI v1.0
- GarshneBlanker v39.2
- TCPPrefs v1.0
- RNOPublisher v1.0
- Acuario 2020
- ViewISO v1.1
- ZapHod v1.3
- MCC TextEditor v15.56
- RNOArchive v1.0
- RapaGUI v2.1
- 4KLive v0.7
- RunInDOSBox r1
- RMan v3.2
- RTF2HTML v3.97
- GrafX2 2.7.2978
- GTuner v0.41
- AmiNote v0.1
- ZuneARC v1.6
- ModExplorer v3.81
- ModExplorerCE v3.80
- Bin2ISO
- DTConv
- Daysleeper v0.9
- AIDEa v04/03/21
- Murks vO,6
- GCC v6.3.0.
- MUIBase v4.4
- IconClone v1.0.7
- PerCIMan v0.7.4
- InstallerLG v1.0
- Vim v8.2.4370
- Multiview v1.8 by Miker
- VindentiumPicta v2.50
- SilkRAW v1.3
- Aget v0.64
- HollywoodPlayer v9.1

Update Games:
- Hle Poker Card
- BOH
- BlackjuanPokerCard
- Atomiks
- Breaker
- SYASokoban
- Pipewalker

Looking forward to this new release. Thanks for your work AmigaSystem and deadwood
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 22, 2022, 11:21:05 AM
amigasystem

If you have to talk about your distribution it seems to me that there is a thread here we are discussing Deadwood's work

Thank you
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 22, 2022, 12:36:40 PM
I have only communicated that I have integrated the D3 ISO of Deadwood on AROS One, I think it is fair to communicate it here
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 22, 2022, 12:52:41 PM
You have not just communicated that you have integrated the new Dadwood distribution, you have also comunicated the work you are doing for your distribution corrected if I'm wrong
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 22, 2022, 01:20:12 PM
Normal, the ISO D3 Test I had to do even with the updated software that was already installed on AROS One, which is important for Deadwood to be aware of any incompatibilities found.
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 22, 2022, 01:27:30 PM
ok no problem

hi
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 23, 2022, 12:57:46 PM
Deadwood RnoTunes have the problem with new muimaster.library the list of songs selects itself with movement of the mouse
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 23, 2022, 11:26:18 PM
Deadwood RnoTunes have the problem with new muimaster.library the list of songs selects itself with movement of the mouse

Where can I download RNOTunes from and the required dependencies?
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 24, 2022, 02:03:26 AM
Find here all versions RNOTunes:

https://ae.amigalife.org/index.php?topic=846.15
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 24, 2022, 04:04:21 AM
Can you check other Hollywood applications if they also show issues like these?
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 24, 2022, 04:47:21 AM
I have not encountered problems with other applications written with Hollywood

thank you deadwood
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 24, 2022, 05:24:52 AM
JPV gave me an executable of RnoTUNES with annexed debugs for new muimaster.library you have to insert it in the program directory and start

https://jpv.amigaaa.com/RNOTunes/beta/RNOTunes_MUIDebug
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 24, 2022, 07:50:01 AM
Can you check other Hollywood applications if they also show issues like these?

Yes deadwood, the problem is also present on RNOArchive and I believe in all Hollywood applications that show a list of files !
Title: Re: AROS ABIv0 20180423 Development
Post by: amigamia on May 24, 2022, 03:27:18 PM
Ok I'll wait and then deploy, these are all the updates done on AROS One x86 v1.7




Hi AMIGASYSTEM, where did you find - GCC v6.3.0.? I downloaded deadwood ISO but it doesn't have it.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 24, 2022, 03:50:06 PM
It is found in the Deadwood ISO "D2"
Title: Re: AROS ABIv0 20180423 Development
Post by: amigamia on May 24, 2022, 04:11:40 PM
Thank you! I did find it on D2 but it isn't included in the D3. I thought I was losing my mind

Title: Re: AROS ABIv0 20180423 Development
Post by: paolone on May 25, 2022, 01:53:40 AM
Ok, noted the ZunePaint window title problem for investigation.

For the requester, I created enhancement report: https://github.com/deadw00d/AROS/issues/71 (https://github.com/deadw00d/AROS/issues/71)

As for the size, how much bigger you need. Remember that you also need to take into account m68k build where space is limited in lower resolutions. Best if you provide two sets of sizes, one for x86 another for m68k.


Wouldn't be better if requesters really followed Prefs/ReqTools settings? I changed file requester behavior with the preferences tool, setting it to appear next to mouse pointer and showing minimum 20 lines instead of 10, but guess what? Requesters still appear at the centre of the screen showing just 10 lines, so my nettings get igonored.
I even tried deleting reqtools.prefs both in env: and envarc: saving them again. No luck.

I guess this is a long standing bug. Anyway, surely it's present in D3 build.


thank you so much for your hard work on it.
Title: Re: AROS ABIv0 20180423 Development
Post by: paolone on May 25, 2022, 01:57:40 AM
let me know if it works OK for you, and if you find any unresponsive/incompatible 3rd party application.
You'll have to install it onto hard drive to test it thoroughly.


After integrating D3 system files in icaros desktop, i cannot warm reset AROS anymore, every time I try toi do this (or AROS itself does this, following a error), the restart gets stuck somewhere and I don't know how to make a proper bug reporting, since I guess taking logs inside AROS wouldn't make big sense.


Is it possible to make AROS do a cold reboot, instead of a warm one, when a system error occurs and user chooses to reboot the machine?


By the way, powering off through ACPI now works correctly, thank you: it didn't with last year's effort.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 25, 2022, 04:51:13 AM
Paolo to cold reboot you could use the command "Reboot", there is also "Shutdown" but it doesn't work as it should, it only comes out of AROS !
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 25, 2022, 05:03:06 AM
It is a problem that Deadwood already knows
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 26, 2022, 01:28:43 AM

Wouldn't be better if requesters really followed Prefs/ReqTools settings? I changed file requester behavior with the preferences tool, setting it to appear next to mouse pointer and showing minimum 20 lines instead of 10, but guess what? Requesters still appear at the centre of the screen showing just 10 lines, so my nettings get igonored.
I even tried deleting reqtools.prefs both in env: and envarc: saving them again. No luck.


That sounds like a better solution. I created a bug report for it here: https://github.com/deadw00d/AROS/issues/73
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 26, 2022, 01:31:45 AM

After integrating D3 system files in icaros desktop, i cannot warm reset AROS anymore,

By the way, powering off through ACPI now works correctly, thank you: it didn't with last year's effort.

Is this in real hardware or VM?
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 26, 2022, 02:34:53 AM

That sounds like a better solution. I created a bug report for it here: https://github.com/deadw00d/AROS/issues/73

I should add that the ReqTools Prefs does not save the changed values (right side of the GUI), while it allows you to add some ticks (left side of the GUI) but I do not notice any difference once they are ticked.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 26, 2022, 11:55:23 AM
Deadwood RnoTunes have the problem with new muimaster.library the list of songs selects itself with movement of the mouse

I checked the 20180415 and 20170402 release and the problem with auto-selecting list items when moving after double-click is present there as well. It might be a bug in the program itself. I will investigate this further though. New bug that I spot is that "play" button does not seem to work correctly under 20180423. I will look into this as well.
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 26, 2022, 01:18:03 PM
With this version of muimaster.library the program works, it seems to me that you have released it in some thread

https://jmp.sh/VTS6qt8
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 26, 2022, 01:34:51 PM
With this version of muimaster.library the program works, it seems to me that you have released it in some thread

https://jmp.sh/VTS6qt8

I was reffering to RNOTunes problem, not to ZunePaint problem :)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 26, 2022, 03:16:26 PM
@deadwood

The muimaster.library posted by Salvo, is an old library from 2018, with that library everything works fine, RNOTunes and RNOArchive work fine, but ZunePaint also works fine.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 26, 2022, 10:19:27 PM
@AMIGASYSTEM

You are right. With this version, there is no auto-selection problem in RNOTunes.

@salvo

Do you remember where did you get this version from?
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 27, 2022, 01:01:44 AM
@deadwood

In the contrib path (Extras\Misc\aminet\C) there is the command "LHA" which does not work or is not compatible with the configured in ZuneARC, with Dopus4 works fine !

Basically you cannot unpack the data in any path, see error shown in the screenshot.

I have a different version that works fine.

The strange thing is that the non-working version shows the file list correctly, while my old version that works fine, does not show the file list correctly.

Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 27, 2022, 05:23:08 AM
@salvo

Do you remember where did you get this version from?

I remember it is a changed version by you
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 27, 2022, 05:28:00 AM
@deadwood

If it is of interest, found a good version of LHA, it was included in the ZuneARC package (contribution) which works very well, I am reconfiguring the config file to enable the individual file to be extracted or deleted from an Archive.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 27, 2022, 10:26:12 AM
@deadwood

Sorry, one more question, i recompiled ZuneARC with GCC 6.3.0, i noticed faster speed, actually what other improvement you can see after compiling with GCC 6.3.0 ?
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 27, 2022, 01:15:08 PM
@AMIGASYSTEM:

Added bug report for LHA: https://github.com/deadw00d/AROS/issues/74
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 27, 2022, 01:16:45 PM
@deadwood

Sorry, one more question, i recompiled ZuneARC with GCC 6.3.0, i noticed faster speed, actually what other improvement you can see after compiling with GCC 6.3.0 ?

In general for existing applications you can see some speed up. The most important thing is that newer GCC comes with newer C and C++ standards which enable porting newer applications. For example, Odyssey could not be compiled with 4.6.4 GCC, it needed a newer GCC version.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 28, 2022, 05:01:11 AM
Thanks for the information !
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 28, 2022, 06:24:04 AM
Hi All,

New version is available. Almost all of reported problems have been fixed or move to bug reports for future time. Once the two remaining issues are solved, there will be -2 release which should be the final for this development cycle. Note that contrib package will be smaller by about 7000 files. These are help files for openssl which don't bring much value but slow down installation. Enjoy!

https://axrt.org/download/aros/v0/AROS-20180423-1-pc-i386-boot-iso.zip
https://axrt.org/download/aros/v0/AROS-20180423-1-linux-i386-system.tar.bz2
https://axrt.org/download/aros/v0/AROS-20180423-1-any-i386-contrib.tar.bz2

Fixed:
- FryingPan
- >3000 files when installing SYS:Development
- RNOTunes - list selection
- RNOTunes - play/pause button
- isnan headers conflict reported by cavemann
- assember failure reported by cavemann
- double the size of Shell scroll-back buffer (cavemann)

Not fixed:
- DoMethod/MUI_Request reported by Serk
- ZunePaint window title damaged

Code: [Select]
AROS ABIv0 20180423 changes:

  Functionalities:
    Math library functions refreshed based on FreeBSD codes (Kalamatee)
    Added device-specific settings for AD1981HD and AD1884 codecs (Neil)
    vusbhci.device (DizzyOfCRN)
    Migrated to use GCC 6.3.0 from GCC 4.6.4 (deadwood)
    Added ACTION_FH_FROM_LOCK, case ACTION_COPY_DIR_FH to cdrom-handler (deadwood)
    Linux-hosted debugging of C++ code enabled (deadwood)
    Shell scroll back buffer increased to 1000 lines (deadwood)

  64-bit support:
    Misc fixes (Kalamatee)

  68k support:

  Updates:
    AROS build system (Kalamatee)
 
  Fixes:
    C library (sscanf, open, isnan, sprintf) (deadwood)
    Pointer Preferences (crash at startup) (deadwood)
    amigaguide.datatype (hang at startup) (deadwood)
    muimaster.library (bugs: #53, #62, List) (deadwood)
    Locale Preference (leaking image) (deawdood)
    FryingPan (crash at startup and exit) (deadwood)
    TheBar.mcc (deadwood)
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 28, 2022, 06:31:03 AM
thank you deadwood :)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 28, 2022, 08:54:44 AM
Thanks deadwood, as soon as possible I will integrate your Distros on AROS One and dobute tests !

Regarding the Contrib have there been any changes or updates on the files ?

I don't remember now, but has the segalation on Requestfile splitting on "all" Zune Applications (see screenshot) been done ?
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 28, 2022, 09:27:23 AM
No, this problem has not been fixed. I created a bug report for it for future reference.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 28, 2022, 09:31:37 AM
About Contrib: yes, the compiler has been fixed as well as FryingPan.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 28, 2022, 09:37:04 AM
Okay, I will integrate all the content of your distributions on AROS One x86, and do a new global test on all the software.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 29, 2022, 11:16:11 AM
I updated my system with the last Build the only strange thing perhaps concerns the muimaster.library some applications that use it show strange anomalies in their main bar but everything works regularly

@salvo

ZunePaint was using one of MUI functions in a way that it was not intended for. New muimaster.library uncovered this problem. I fixed ZunePaint. Please download version 0.14b from https://axrt.org/development/zunepaint.i386-aros.zip and let me know if the title problem is fixed for you.
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 29, 2022, 12:05:23 PM
ok works Deadwood but there is still a problem on rnotunes the play/pause button works only for playback
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 29, 2022, 01:04:09 PM
Another small problem with the programs written with Hollywood when you open Zune Settings the dialog box presents themselves with Zunepaint problems
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 29, 2022, 01:25:15 PM
@deadwood

In Contrib there are files the same as the one included in Distro, an example, some libraries or applications have the same version but a different size, which one should be chosen?
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 29, 2022, 01:38:03 PM
I installed the new library present in Extras on Tinyaros everything works well except for a few small and known bugs about the muimaster.library
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 29, 2022, 05:26:25 PM
https://axrt.org/development/zunepaint.i386-aros.zip and let me know if the title problem is fixed for you.

This fixed version of ZunePaint does not have the problem on the title bar, see screenshot

Too bad Zune applications as well as Hollywood Applications are limited and do not allow shrinking height/width of windows, are there any remedies ?


About RNOTunes the Button Play/Pause button does not work well
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 30, 2022, 02:50:30 AM
@salvo, @AMIGASYSTEM

For RNOTune Play button problem, please use the following TheBar classes:

https://axrt.org/development/MCC_TheBar-20180423-1.zip

They are the same version as the contrib archive I released, but they were missing in it.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 30, 2022, 02:51:34 AM
@deadwood

In Contrib there are files the same as the one included in Distro, an example, some libraries or applications have the same version but a different size, which one should be chosen?

If the version is the same, use the ones from AROS-20180423-1-any-i386-contrib.tar.bz2. Size difference comes from compiling with different compiler.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 30, 2022, 03:00:31 AM
@salvo, @AMIGASYSTEM

I fixed one more problem in ZunePaint and uploaded it to the archives. Fixed version is 0.14c

http://archives.aros-exec.org/index.php?function=showfile&file=graphics/edit/zunepaint.i386-aros.zip
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 30, 2022, 03:19:22 AM
Another small problem with the programs written with Hollywood when you open Zune Settings the dialog box presents themselves with Zunepaint problems

Please update Prefs/Zune with this binary:

https://axrt.org/development/Prefs-Zune-20180423-1b.zip
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 30, 2022, 03:21:20 AM
@All

With patches above, I'm not planning to release "-2" release. The "-1" that I released on 28th will become the official release. I'll let you know when download sites are updated.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 30, 2022, 04:32:53 AM
Hi All,

The release have been made and is available for download at:

http://www.aros.org/snapshots.php
https://www.axrt.org/index.php?tab=download-aros
https://github.com/deadw00d/AROS/releases/tag/ABIv0_20180423-1

Full change-log below. Enjoy!

Code: [Select]
AROS ABIv0 20180423-1 changes:

  Functionalities:
    Math library functions refreshed based on FreeBSD codes (Kalamatee)
    Added device-specific settings for AD1981HD and AD1884 codecs (Neil)
    vusbhci.device (DizzyOfCRN)
    Migrated to use GCC 6.3.0 from GCC 4.6.4 (deadwood)
    Added ACTION_FH_FROM_LOCK, case ACTION_COPY_DIR_FH to cdrom-handler (deadwood)
    Linux-hosted debugging of C++ code enabled (deadwood)
    Shell scroll back buffer increased to 1000 lines (deadwood)

  64-bit support:
    Misc fixes (Kalamatee)

  68k support:

  Updates:
    AROS build system (Kalamatee)
 
  Fixes:
    C library (sscanf, open, isnan, sprintf) (deadwood)
    Pointer Preferences (crash at startup) (deadwood)
    amigaguide.datatype (hang at startup) (deadwood)
    muimaster.library (bugs: #53, #62, List) (deadwood)
    Locale Preference (leaking image) (deawdood)
    FryingPan (crash at startup and exit) (deadwood)
    TheBar.mcc (deadwood)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 30, 2022, 05:12:58 AM
@salvo, @AMIGASYSTEM

For RNOTune Play button problem, please use the following TheBar classes:

https://axrt.org/development/MCC_TheBar-20180423-1.zip


Ok RNOTune Play button works fine, now though you have to delete from Aros Archive the "newer" 26.22 version that doesn't work, or report that it doesn't work with RNOTunes

http://archives.aros-exec.org/index.php?function=showfile&file=library/mui/mcc_thebar-26.22.lha


Quote
They are the same version as the contrib archive I released, but they were missing in it.

I will go through all the files one by one so as to have AROS One at maximum compatibility !

Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 30, 2022, 05:24:36 AM
Ok RNOTune Play button works fine, now though you have to delete from Aros Archive the "newer" 26.22 version that doesn't work, or report that it doesn't work with RNOTunes

http://archives.aros-exec.org/index.php?function=showfile&file=library/mui/mcc_thebar-26.22.lha

Good point. I added and comment there. I also submitted a bug to authors and hopefully we will understand where the problem is.
Title: Re: AROS ABIv0 20180423 Development
Post by: Amiwell on May 30, 2022, 05:56:51 AM
thank you deadwood for all :)
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 30, 2022, 06:31:25 AM

Good point. I added and comment there. I also submitted a bug to authors and hopefully we will understand where the problem is.

Thank you, now I think I can proceed to deploy the new AROS One x86 v1.7.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 30, 2022, 04:44:51 PM
@deadwood

With the new update I am having some problems creating a Live Pendrive, basically I prepare the Pendrive but the script does not detect the Pendrive.

If I use my old ISO of AROS One x86 1.6 the script works perfectly, and the initialized Pendrive is safely detected, any ideas?

Basically it lacks media detection despite being visible on Wanderer !

Tried replacing the "LIBS" folder "C" "L" "Devs" and "USB" Driver, but the problem persists
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 30, 2022, 06:49:00 PM
Solved, the troubleshooting as usual is in front of our eyes and we don't see it :)

No blame for the updates, basically I had deleted the small file "dvdmode" which I didn't remember was important for this procedure.

Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 31, 2022, 01:07:05 AM

Good point. I added and comment there. I also submitted a bug to authors and hopefully we will understand where the problem is.

Thank you, now I think I can proceed to deploy the new AROS One x86 v1.7.

The bug has also been fixed by authors of TheBar, so next releases from them are safe to integrate with your distro.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 31, 2022, 03:29:45 AM
The bug has also been fixed by authors of TheBar, so next releases from them are safe to integrate with your distro.

Thanks, now AROS One with your updates has improved both in speed and compatibility, as soon as the bugs left to fix we will have a nice operativ system.

As soon as I finish the creation of the Live Pendrive I will test the compatibility on the small ACER Aspire One ZG5, Dell Inspiron Mini 910 and ACER ASpire 5920.

Unfortunately in the two installation steps for creating the Live pendrive it takes a long time to copy all the, especially the 8,931 files of the TBImages (AISS).
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 31, 2022, 05:39:18 AM
Finished the installation successfully the Pendrive hangs on the Grub, see screenshot, strange because in the first phase of the installation the Pendrive starts Quietly, but it can be used only as Live, to be used as Live Pendrive for installation you have to proceed with the second farse via script.

The script is always the same nothing has changed from the one used in AROS One v1.6, now I am trying with another Pendrive.

If I fail I will come up with something else :)

Deadwood has something changed in the Grub ?
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 31, 2022, 06:23:45 AM
No, there were no changes around grub or booting in this release.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on May 31, 2022, 06:29:00 AM
Solved with other Pendrive and the installation was successful, probably the usual problem in cleaning up the Pendrives properly.
Now after the various tests of simulation installation from Pendrive also the USB image of AROS One v1.7 will be ready for distribution.

So no problem with the new updates by deadwood

I attach small video showing the new AROS One x86 v1.7 booting on the small ACER Aspire One ZG5

https://www.youtube.com/watch?v=iIMguHTdC5E
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 31, 2022, 07:05:16 AM
Glad to hear that :)
Title: Re: AROS ABIv0 20180423 Development
Post by: cavemann on May 31, 2022, 01:00:56 PM
@ deadwood

On the contrib, many c++ headers have a trailing sequence of numbers after it's name (0000644). This causes g++ to throw a "no such file" error. Check the bits directory for some examples. g++ seems to compile after the numbers are removed.

Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on May 31, 2022, 02:01:54 PM
I unpacked the contrib archive under Linux and all files in bits directories have correct .h extensions. Can you try unpacking with "newer" toold? I have tar 1.30 and bzip2 1.0.8.
Title: Re: AROS ABIv0 20180423 Development
Post by: paolone on June 01, 2022, 06:16:41 AM

After integrating D3 system files in icaros desktop, i cannot warm reset AROS anymore,

By the way, powering off through ACPI now works correctly, thank you: it didn't with last year's effort.

Is this in real hardware or VM?


VMware virtual machine.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on June 01, 2022, 09:54:16 AM
@cavemann

FYI: I checked AROS One 1.7 and I don't see there header files in bits directories with wrong extensions.
Title: Re: AROS ABIv0 20180423 Development
Post by: cavemann on June 01, 2022, 04:45:51 PM
@ deadwood

hmm, strange. Well I'm glad the extension problem is on my end.  Thanks for checking. And thanks for the shell history update, It makes a difference  :)
Title: Re: AROS ABIv0 20180423 Development
Post by: OlafS3 on June 06, 2022, 05:10:57 PM
@deadwood

small problem... I updated to new ABI0 Win Hosted using Scalos but for strange reasons pref files work in Wanderer but not when Scalos is started.  I have uploded a test version that boots in Wanderer. Scalos starts with loadwb in shell. Perhaps you can look at it.

http://aros-platform.de/scalos_x86.zip

I have never had such problems on 68k.
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on June 06, 2022, 11:16:57 PM
@OlafS3

Please describe in more detail what do you mean by "prefs don't work in Scalos". Some examples (with screen shots) would be useful.

Second question: is this something that worked in 20180415 and does not work in 20180423 release or was it not working in previous releases as well?
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on June 07, 2022, 03:27:55 AM
deadwood on "Aros Scalos" The Scalos preferences work fine, see screenshot, the problem is that there is a corruption on a Scalos Preferences file that prevents starting almost all Scalos preferences.

There remains the serious problem of slow icons when opening a folder, also DualPNG Icons are not supported, graphical corruptions occur when using them, also the automatic icon "from the menu" layout seems not to work, I need to check if there is an option in Scalos Prefs.

If you want I can send you an ISO of AROS One Scalos x86
Title: Re: AROS ABIv0 20180423 Development
Post by: OlafS3 on June 07, 2022, 04:32:43 AM
@deadwood

I cannot remember the problem but I would try. Unfortunately I have updated my old installation and not make a backup. Is there a old version I could download?
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on June 07, 2022, 06:47:44 AM
@OlafS3

You can find previous releases here: https://axrt.org/download/aros/
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on June 07, 2022, 07:04:27 AM
@AMIGASYSTEM

I made a not of functionality issues, here.

https://github.com/deadw00d/AROS/issues/75

I will look into them once I switch to porting Scalos.
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on June 07, 2022, 09:26:41 AM
Thanks, today I delved into some tests, I noticed that on the Scalos Workbench there is no menu, Wander/Scalos for the various functions on Icons and Files and there is no possibility of the automatic arrangement of icons even in the prefs (maybe I don't find them) also on some icons the text is not visible, to make it visible you have to move the icon.


From the Scalos Preferences I enabled the Buttons and Tabs and they work fine , only flaw the background of the two Tabs too big and dark gray "not editable".

At the end with the transparencies I managed to improve the aesthetics of the two Tabs (see screenshot), they work well but when you change from Icons to Detail, Name, Size, Date etc... in the Window there remain shadows of the icons (graphical artifacts), and some icons (DualPNG) are cut off, see screenshot
Title: Re: AROS ABIv0 20180423 Development
Post by: OlafS3 on June 07, 2022, 09:37:04 AM
you can simply copy the pref files from 68k, they work 1:1 on X86. I installed Scalos on amigaforever and changed menu and copied files and it worked
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on June 07, 2022, 09:41:28 AM
Yes I know, but X86 users should use the tools distributed with x86, the Scalos 68k version might be different and generate other "untreatable" anomalies
Title: Re: AROS ABIv0 20180423 Development
Post by: OlafS3 on June 07, 2022, 09:44:26 AM
No I mean "real Scalos" on Amiga 3.5/3.9 or similar

you can use pref files between all platforms (Scalos on Amiga, Scalos on Aros 68k, Scalos on X86) without any problems. At least I have not seen any up to now
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on June 07, 2022, 09:52:30 AM
Give me a link of your 68k version, and I will check if the same problems persist !
Title: Re: AROS ABIv0 20180423 Development
Post by: OlafS3 on June 07, 2022, 09:58:52 AM
Give me a link of your 68k version, and I will check if the same problems persist !

this is the official site:
https://sourceforge.net/projects/scalos/

I downloaded the amigaos3 version from there
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on June 07, 2022, 10:08:11 AM
The link download AROS version same as mine, can you attach OS3 link, thanks
Title: Re: AROS ABIv0 20180423 Development
Post by: OlafS3 on June 07, 2022, 10:14:09 AM
The link download AROS version same as mine, can you attach OS3 link, thanks

https://sourceforge.net/projects/scalos/files/41.8-rc1/scalos-amigaos3.lha/download
Title: Re: AROS ABIv0 20180423 Development
Post by: AMIGASYSTEM on June 07, 2022, 10:50:03 AM
Your link is the same as the one I used taken from the Scalos official site, Scalos (http://scalos.noname.fr/downloads.php)  "version Beta".

The configuration files are similar, but AROS x86 has a few more files and some fole are bigger (contain more data)

So the result doesn't change (see screenshot), the mentioned problems on DualPNG Icons are also there in 68k settings, the problem is not on the configuration files but on Scalos which needs to be improved and speeded up and improve the icon.library integrated in Scalos
Title: Re: AROS ABIv0 20180423 Development
Post by: OlafS3 on June 07, 2022, 10:59:44 AM
Do you have tested it with icon.library from PeterK? On 68k I always use it. Perhaps it solves the problem at least on 68k
Title: Re: AROS ABIv0 20180423 Development
Post by: deadwood on June 07, 2022, 11:04:06 AM
Please move the Scalos discussion to this thread: https://ae.amigalife.org/index.php?topic=927.0