AROS World Exec

Development => Development (General) => Topic started by: deadwood on June 03, 2022, 01:58:32 AM

Title: AROS ABIv0 20190416 Development
Post by: deadwood on June 03, 2022, 01:58:32 AM
Hello,

Time to start next release iteration :) The goal is to upgrade to base of 20190331. It will be done in a few iterations updating around 3 months at a time. I plan to discover bugs in these iteration and fix them once we get to final base. You should consider any of -Dx releases as non-production - I have not checked backward compatibility with them.

First, reference ISO:

Native
Referencehttps://axrt.org/download/aros/v0/AROS-20180423-1-pc-i386-boot-iso.zip

First iteration moves us to 20180731 code base. Let me know any regressions you spot!

https://axrt.org/development/AROS-20180731-D1-pc-i386-boot-iso.zip

Here is change log:
Code: [Select]
AROS ABIv0 20180731 changes:

  Functionalities:
    vusbhci.device (DizzyOfCRN)
    C library softfloat support (Kalamatee)
    SSL certficates to be stored at ENVARC:SYS/Certificates (Kalamatee)
    e1000.device updated to 8.0.35 and rx queue hags resolved (Kalamatee)

  64-bit support:
    Kernel (Falemagn)

  68k support:
    6888x FPU and 060 FPU versions for match functions (Kalamatee)
    ata_gayle.hidd fixes (Kalamatee)

  Updates:
    Boost preprocessor macros (Falemagn)
    AROS build system (Falemagn, Kalamatee)
    GMP 6.1.2, MPFR 3.1.4, MPC 1.1.0 (Kalamatee)
 
  Fixes:
    Documentation (Neil, Kalamatee)
    C library (Kalamatee)
    graphics.library (Neil)
    vesagfx.hidd (Neil)
    Restored lost guillemets in task names (Neil)
    Fix USB keyboard on QEMU sam460ex emulation (balaton)
    Trident (Kalamatee)
    uuid.library (Kalamatee, Neil)
    IPrefs (Kalamatee)
    NList (Kalamatee)
    C:Mount (Kalamatee)
    Printer preferences (Kalamatee, Neil)
    diskimage.device (Kalamatee)
    rexxsupport.library (Kalamatee)
    Wanderer (Kalamatee)
    PCITool (Kalamatee)
    SysExplorer  (Kalamatee)
    Calculator (Kalamatee)
    WiMP  (Kalamatee)
    Wanderer preferences (Kalamatee)
    AROSTCP (Kalamatee)
    openurl.library (Kalamatee)
    String.mui  (Kalamatee, Neil)
    muimaster.library (Kalamatee)
    exec.library (Neil)
    hid.class (balaton)
    asl.library (Neil)

Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 03, 2022, 03:06:31 AM
I have tested the new ISO, now to understand and unearth some problems I will intergrate it on AROS One 1.8 under construction is text how it behaves with the various apps.

Regarding the new updates you listed it would be nice to know what has improved and what has changed, I noticed that the ReqTools Prefs still does not allow you to change the Request size, basically like the ReqTools Prefs in OS3.2 does
Title: Re: AROS ABIv0 20190331 Development
Post by: paolone on June 03, 2022, 04:22:10 PM
Ok, I have integrated this into Icaros Desktop


[REMOVED SINCE NOT USEFUL ANYMORE - to avoid confusion]


and some strange things happen.


1. a console window telling that it could not start some packages that never showed up before, when booting from CD. I have added a echo command to t:p in order to catch the culprit with no luck.


2. this also showed up a message about rexxmast. Maybe it was there before, but all redirections to NIL: just hidden that.


3. gcc does nothing. No error message, just does nothing and exits gracefully. Maybe this was here before, but I hadn't catched it. where can I get the latest gcc for AROS I've heard about some topic else?


4. directory opus 4 does not start anymore


5. warm reboot still not working with vmware


6. owb does not start and crashes AROS (stuck pointer), other utilities in Utilities don't work as well.


7. many (and I mean MANY) AROS apps from the same AROS ISO and third party applications do not work anymore (just in Tools: acpitool, amigakeyremapper, boingiconbar, marranoftp and showconfig are not working)


8. LUA is not working, so nothing based on LUA is working as well


9. IconX does not work, so no tool using it from its icon can be launched by Dopus5


to be honest, almost nothing works as it should... :-)




Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 03, 2022, 04:32:55 PM
Paolo i new GCC is located inside "AROS-20180423-D2-pc-i386-boot-iso-GCC630", But then you have to update with the next ISO

As soon as I finish integrating the new ISO on AROS One I will check if I have the same errors as you
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 03, 2022, 04:37:35 PM
I forgot, you can also delete files from this path for that no longer needed.

Development/share/doc/openssl
Development/share/man/man3
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 03, 2022, 06:12:19 PM
Integrated the ISO on AROS One, I confirm all the problems found by Paolone
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 04, 2022, 03:18:56 AM
@AMIGASYSTEM

Here is improved change log. "Stability fixes" mean fixes to existing or possible stability problems like memory overwrites for example. If there is something significant there, there will be further explanation. If not, the bug is "minor".

Code: [Select]
AROS ABIv0 20180731 changes:

  Functionalities:
    vusbhci.device (DizzyOfCRN)
    C library softfloat support (Kalamatee)
    SSL certficates to be stored at ENVARC:SYS/Certificates (Kalamatee)
    e1000.device updated to 8.0.35 and rx queue hags resolved (Kalamatee)

  64-bit support:
    Kernel (Falemagn)

  68k support:
    6888x FPU and 060 FPU versions for match functions (Kalamatee)
    Implemented FASTATA GAYLE extensions (Kalamatee)

  Updates:
    Boost preprocessor macros (Falemagn)
    AROS build system (Falemagn, Kalamatee)
    GMP 6.1.2, MPFR 3.1.4, MPC 1.1.0 (Kalamatee)
 
  Functional fixes:
    Documentation (Neil, Kalamatee)
    C library (Kalamatee)
    vesagfx.hidd (bugs: broken support for paletted modes) (Neil)
    Restored lost guillemets in task names (Neil)
    Fix USB keyboard on QEMU sam460ex emulation (balaton)
    PCITool (bugs: truncating output) (Kalamatee)
    exec.library (bugs: broken support for MEMF_REVERSE (Neil)
    String.mui (bugs: broken Ctrl-U support) (Neil)
    asl.library (bugs: wrong default value of ASLFR_PopToFront) (Neil)

  Stability fixes:
    graphics.library (Neil)
    Trident (Kalamatee)
    uuid.library (Kalamatee, Neil)
    Printer preferences (Kalamatee, Neil)
    C:Mount (Kalamatee)
    NList (Kalamatee)
    diskimage.device (Kalamatee)
    rexxsupport.library (Kalamatee)
    Wanderer (Kalamatee)
    SysExplorer  (Kalamatee)
    WiMP  (Kalamatee)
    Calculator (Kalamatee)
    AROSTCP (Kalamatee)
    openurl.library (Kalamatee)
    String.mui  (Kalamatee, Neil)
    muimaster.library (Kalamatee)
    IPrefs (Neil)
    Wanderer preferences (Kalamatee)
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 04, 2022, 03:30:40 AM
@paolone, @AMIGASYSTEM

I think I know where the problem lies. I will prepare a new ISO.
Title: Re: AROS ABIv0 20190331 Development
Post by: paolone on June 04, 2022, 03:35:39 AM
@paolone, @AMIGASYSTEM

I think I know where the problem lies. I will prepare a new ISO.


Great! Is it a 'systemic' fix that will need all files replaced, or just a couple of files?
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 04, 2022, 03:43:17 AM
Paolo i new GCC is located inside "AROS-20180423-D2-pc-i386-boot-iso-GCC630", But then you have to update with the next ISO

You can download release contrib archive containing new GCC from: https://axrt.org/index.php?tab=download-aros
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 04, 2022, 04:04:56 AM
Ok, I have integrated this into Icaros Desktop


http://www.icarosdesktop.com/BETA/20220603/LIVE-test.iso


and some strange things happen.


1. a console window telling that it could not start some packages that never showed up before, when booting from CD. I have added a echo command to t:p in order to catch the culprit with no luck.


2. this also showed up a message about rexxmast. Maybe it was there before, but all redirections to NIL: just hidden that.


3. gcc does nothing. No error message, just does nothing and exits gracefully. Maybe this was here before, but I hadn't catched it. where can I get the latest gcc for AROS I've heard about some topic else?


4. directory opus 4 does not start anymore


5. warm reboot still not working with vmware


6. owb does not start and crashes AROS (stuck pointer), other utilities in Utilities don't work as well.


7. many (and I mean MANY) AROS apps from the same AROS ISO and third party applications do not work anymore (just in Tools: acpitool, amigakeyremapper, boingiconbar, marranoftp and showconfig are not working)


8. LUA is not working, so nothing based on LUA is working as well


9. IconX does not work, so no tool using it from its icon can be launched by Dopus5


to be honest, almost nothing works as it should... :-)

Thank you Paolone
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 04, 2022, 04:20:26 AM
@paolone, @AMIGASYSTEM

I think I know where the problem lies. I will prepare a new ISO.


Great! Is it a 'systemic' fix that will need all files replaced, or just a couple of files?

It's systemic. Whole ISO is broken. I will also delete it from server once new ISO is available.
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 04, 2022, 04:25:15 AM
Yes indeed I had tried replacing libraries and other system files without solving, with rexxmast I found no problems-.
To check the problem just insert Dopus4 and related libs on your ISO.
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 04, 2022, 04:27:22 AM
Here is new ISO:

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

I tested it with GCC and DOpus from 20180423-1 release. Both of them started without problem.
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 04, 2022, 04:29:43 AM
Thank you, I will put the whole ISO on AROS One and let you know if everything works smoothly.
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 04, 2022, 05:51:33 AM
deadwood, "20180731-D2-pc-i386-boot-iso.zipper" perfect, I have put your new ISO on AROS One v1.8 preview and everything seems to be fine, I will do more extensive testing to make sure everything works well and any improvements.

As you can see from the screenshot the ISO without the need to Install AROS One, Dopus4, OWB and AmiTube work perfectly
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 04, 2022, 07:16:06 AM
Here is new ISO:

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

I tested it with GCC and DOpus from 20180423-1 release. Both of them started without problem.

thank you deadwood upgraded my tinyaros distribution
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 04, 2022, 07:28:36 AM
@AMIGASYSTEM, @salvo

Thanks for confirmation. If you spot regression, please report them. I will begin working on next iteration - 20181029.
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 04, 2022, 07:38:06 AM
ok deadwood :)
Title: Re: AROS ABIv0 20190331 Development
Post by: paolone on June 04, 2022, 08:13:00 AM
Here is new ISO:

https://axrt.org/development/AROS-20180731-D2-pc-i386-boot-iso.zip (https://axrt.org/development/AROS-20180731-D2-pc-i386-boot-iso.zip)

I tested it with GCC and DOpus from 20180423-1 release. Both of them started without problem.


Back to normality!!! :-)
Thank you, now everything's working like before (or at least so it seems).
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 05, 2022, 04:15:50 AM
Hi,

Next iteration ISO available: https://axrt.org/development/AROS-20181029-D3-pc-i386-boot-iso.zip.zip

There are two major changes: grub2 is being built in a different way and acpia.library is updated to newer version. Both of those topics can have positive or negative impact on booting on real hardware. Please test for regressions.

Here is changelog. Below "--" you will find items added in this iteration:

Code: [Select]
AROS ABIv0 20181029 changes:

  Functionalities:
    Further implementation of vusbhci.device and arosx.class (DizzyOfCRN)
    C library softfloat support (Kalamatee)
    e1000.device updated to 8.0.35 and rx queue hags resolved (Kalamatee)
--
    Added GetUpTime to timer.device (Schulz)
    Improved clock_gettime in C library (Kalamatee)
    Prefs/Palette added (Kalamatee)

  64-bit support:
    Kernel (Falemagn)
--
    Coloradjust.mui, Palette.mui fixes (Kalamatee)
    reqtools.library fixes (Kalamatee)

  68k support:
    6888x FPU and 060 FPU versions for match functions (Kalamatee)
    Implemented FASTATA GAYLE extensions (Kalamatee)
--
    Work on making C library ROMable (Kalamatee)

  Updates:
    Boost preprocessor macros (Falemagn)
    AROS build system (Falemagn, Kalamatee)
    GMP 6.1.2, MPFR 3.1.4, MPC 1.1.0 (Kalamatee)
--
    Polish catalogs for Preferences programs (wawa)
    acpia.library 20180810 (Kalamatee)
 
  Functional fixes:
    Documentation (Neil, Kalamatee)
    C library (Kalamatee)
    vesagfx.hidd (bugs: broken support for paletted modes) (Neil)
    Restored lost guillemets in task names (Neil)
    Fix USB keyboard on QEMU sam460ex emulation (balaton)
    PCITool (bugs: truncating output) (Kalamatee)
    exec.library (bugs: broken support for MEMF_REVERSE (Neil)
    String.mui (bugs: broken Ctrl-U support) (Neil)
--
    ata.device (bugs: random failure to start) (Kalamatee)

  Stability fixes:
    graphics.library (Neil)
    Trident (Kalamatee)
    uuid.library (Kalamatee, Neil)
    Printer preferences (Kalamatee, Neil)
    C:Mount (Kalamatee)
    NList (Kalamatee)
    diskimage.device (Kalamatee)
    rexxsupport.library (Kalamatee)
    Wanderer (Kalamatee)
    SysExplorer  (Kalamatee)
    WiMP  (Kalamatee)
    Calculator (Kalamatee)
    AROSTCP (Kalamatee)
    openurl.library (Kalamatee)
    String.mui  (Kalamatee, Neil)
    muimaster.library (Kalamatee)
    IPrefs (Neil)
    Wanderer preferences (Kalamatee)
--
    Slider.mui (Kalamatee)
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 05, 2022, 04:37:57 AM
ok deadwood thank you :)
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 05, 2022, 04:56:39 AM
ok deadwood

system appllication works eccept tools/showconfig
prefs app works
vesa mode run fine
native mode run fine on my nvidia quadro nvs295
usb key works
audio works "hdaudio"
network works

excellent work

hi :)
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 05, 2022, 08:31:02 AM
Thanks for tests Salvo.
Title: Re: AROS ABIv0 20190331 Development
Post by: nikos on June 05, 2022, 02:04:46 PM
IntelGMA is broken.
The ISO loads all the way but screen is grey with nothing.

Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 05, 2022, 02:10:09 PM
IntelGMA is broken.
The ISO loads all the way but screen is grey with nothing.

Can you check the previous ISO, -D2 (link in this thread) if it is broken as well?

Also, does the -D3 ISO boots in VESA mode on your hardware?
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 05, 2022, 03:41:46 PM
Also my "Intel 945" on that I have on "ACER Aspire One ZG5" and "Dell Inspiron Mini 910" does not work, the system boots up, wanderer music intro is heard, but the screen remains black, have not tested 20180731-D2
Title: Re: AROS ABIv0 20190331 Development
Post by: nikos on June 05, 2022, 03:44:00 PM
IntelGMA is broken.
The ISO loads all the way but screen is grey with nothing.

Can you check the previous ISO, -D2 (link in this thread) if it is broken as well?

Also, does the -D3 ISO boots in VESA mode on your hardware?

Hi Deadwood

VESA works fine.
Same problem with previous ISO.
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 05, 2022, 06:02:33 PM
Ok, please then test the current release : https://www.axrt.org/download/aros/v0/AROS-20180423-1-pc-i386-boot-iso.zip
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 05, 2022, 06:15:58 PM
On "AROS-20180423-1" I also encountered the same problem.

I noticed that all your Distros do not include the Driver "File" "intelG45.hidd" on Devs/Drivers, if it is no longer needed should I eminate it from my distro?
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 06, 2022, 01:13:28 AM
Yes, intelG45.hidd is no longer needed.

Please try previous ISOs in this order:

https://axrt.org/download/aros/v0/AROS-20180415-2-pc-i386-boot-iso.zip
https://axrt.org/download/aros/v0/AROS-20170402-5-pc-i386-boot-iso.zip
https://axrt.org/download/aros/v0/AROS-20161228-1-pc-i386-boot-iso.zip
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 06, 2022, 02:18:34 AM
With ISO "AROS-20180415-2" the intelG45 works fine, see screenshot, should I test the other ISOs as well ?
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 06, 2022, 02:47:03 AM
No, that is fine. So the regression is in last release. I will make a note of that and will fix it before next release.
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 07, 2022, 06:53:44 AM
Deadwood I tried another computer with Nvidia G200 and the HDMI exit is not recognized, the VGA works, I tried all the builds
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 07, 2022, 06:57:41 AM
vesa run fine
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 07, 2022, 07:05:59 AM
Ok, that HDMI output looks like a missing functionality. I won't be investigating this now.
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 07, 2022, 07:17:57 AM
ok deadwood i purchased vga cable
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 07, 2022, 07:44:33 AM
Welcome to 2019! New ISO:

https://www.axrt.org/development/AROS-20190301-D4-pc-i386-boot-iso.zip

First, there is a known issue: cursor is not loaded from preferences.
Secondly, there are some change here that can cause issues on real hardware:
a) acpia.library is updated again
b) there were some conflicts with VMWare driver. If you used it before, check if it still works now
c) Whole ISO has been compiled with newer GCC/binutils (6.5.0/2.32) so again that can be optimization issues
Thirdly, the known issues of IntelGMA is NOT solved

Here is full changelog
Code: [Select]
AROS ABIv0 20190301 changes:

  Functionalities:
    Further implementation of vusbhci.device and arosx.class (DizzyOfCRN)
    C library softfloat support (Kalamatee)
    e1000.device updated to 8.0.35 and rx queue hags resolved (Kalamatee)
    Added GetUpTime to timer.device (Schulz)
    Improved clock_gettime in C library (Kalamatee)
    Prefs/Palette added (Kalamatee)
--
    Implement GadgetText for plain Gadgets (o1i)
    Migrate to use GCC 6.5.0 from GCC 6.3.0 (deadwood)
    Migrate to use binutils 2.32 from bintuils 2.23.2 (deadwood)


  64-bit support:
    Kernel (Falemagn)
    Coloradjust.mui, Palette.mui fixes (Kalamatee)
    reqtools.library fixes (Kalamatee)
--

  68k support:
    6888x FPU and 060 FPU versions for match functions (Kalamatee)
    Implemented FASTATA GAYLE extensions (Kalamatee)
    Work on making C library ROMable (Kalamatee)
--
    felsunxi.class fixes (Kalamatee)
    mouse.hidd fixes (twilen)

  ARM support:
--
    Major work on ARM Big Endian version of AROS kernel (Schulz)
    Work on RasPI graphics drivers for Big Endian mode (Schulz)
    Improvements to RasPI USB support (Schulz)

  Updates:
    Boost preprocessor macros (Falemagn)
    AROS build system (Falemagn, Kalamatee)
    GMP 6.1.2, MPC 1.1.0 (Kalamatee)
    Polish catalogs for Preferences programs (wawa)
--
    binutils 2.32 (Kalamatee)
    GCC 6.5.0 (Kalamatee)
    MPFR 4.0.2 (Kalamatee)
    acpia.library 20190215 (Kalamatee)

  Functional fixes:
    Documentation (Neil, Kalamatee)
    C library (Kalamatee)
    vesagfx.hidd (bugs: broken support for paletted modes) (Neil)
    Restored lost guillemets in task names (Neil)
    Fix USB keyboard on QEMU sam460ex emulation (balaton)
    PCITool (bugs: truncating output) (Kalamatee)
    exec.library (bugs: broken support for MEMF_REVERSE (Neil)
    String.mui (bugs: broken Ctrl-U support) (Neil)
    ata.device (bugs: random failure to start) (Kalamatee)
--
    fat-handler (bugs: Big Endian incompatibility) (Schulz)
    Fix to updating Wanderer windows (Kalamatee)
    ata.device (bugs: wrong handling of NSCMD_DEVICEQUERY) (Schulz)

  Stability fixes:
    graphics.library (Neil)
    Trident (Kalamatee)
    uuid.library (Kalamatee, Neil)
    Printer preferences (Kalamatee, Neil)
    C:Mount, NList (Kalamatee)
    diskimage.device, rexxsupport.library (Kalamatee)
    Wanderer, SysExplorer, WiMP (Kalamatee)
    Calculator, AROSTCP (Kalamatee)
    openurl.library (Kalamatee)
    String.mui  (Kalamatee, Neil)
    muimaster.library (Kalamatee)
    IPrefs, Slider.mui (Neil)
    Wanderer preferences (Kalamatee)
--
    dos.library, sdcard.device (Schulz)
    posixc.library, graphics.library (Kalamatee)
    massstorage.class, Calendar.mcp (Kalamaee)
    nouveau.hidd, icon.library (Kalamatee)
    locale.library, nonvolatile.library (Kalamatee)
    Input preference, Locale preferences (Kalamatee)
    FreeType Manager, FKey (Kalamatee)
    More, MultiView (Kalamatee)


Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 07, 2022, 07:52:40 AM
ok deadwood thank you
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 07, 2022, 08:14:29 AM
ok run native(nvidia g210 1 Gb)/vesa mode works and speed increase very well

system app works fine
prefs app works fine
usb key works
audio "hdaudio" works
network "rtl8169" works

thank you

all best
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 07, 2022, 08:36:17 AM
Thanks for the tests!
Title: Re: AROS ABIv0 20190331 Development
Post by: Amiwell on June 07, 2022, 05:53:45 PM
 ;)
Title: Re: AROS ABIv0 20190331 Development
Post by: AMIGASYSTEM on June 07, 2022, 06:06:07 PM
@deadwood

By cursor do you mean the Pointer ? because on ISO D4 the Ponter Prefs does not work
Title: Re: AROS ABIv0 20190331 Development
Post by: deadwood on June 07, 2022, 11:52:54 PM
Yes, correct. I meant the mouse pointer.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 10:18:19 AM
Hi,

we arrived at the final iteration for ISO upgrades: 20190416

https://axrt.org/development/AROS-20190416-D5-pc-i386-boot-iso.zip

I need to warn you though, that amount of internal changes in this last iteration is bigger than all 4 combined. Expect regression and possible loss of binary compatibility. Especially please test whole installation process - there were changes to grub and InstallAROS. Next step is to upgrade contrib archive to similar date. Once this is done I will start fixing reported problems.

Fixed:
- mouse pointer is visible again

Not fixed:
- IntelGMA regression

Change log:
Code: [Select]
AROS ABIv0 20190416 changes:

  Functionalities:
    Further implementation of vusbhci.device and arosx.class (DizzyOfCRN)
    C library softfloat support (Kalamatee)
    e1000.device updated to 8.0.35 and rx queue hags resolved (Kalamatee)
    Added GetUpTime to timer.device (Schulz)
    Improved clock_gettime in C library (Kalamatee)
    Prefs/Palette added (Kalamatee)
    Implement GadgetText for plain Gadgets (o1i)
    Migrate to use GCC 6.5.0 from GCC 6.3.0 (deadwood)
    Migrate to use binutils 2.32 from bintuils 2.23.2 (deadwood)
--
    Introduction of storage subsystem (Kalamatee)
    SysExplorer extended and made modular (Kalamatee)
    SysExplorer shows extended disk capabilities (Kalamatee)
    DiskInfo, C/Info recognizes more file system (Kalamatee)
    DOS recognizes muFS file systems (Kalamatee)
    Prefs/ScreenMode displays now test screen (Kalamatee)

  64-bit support:
    Kernel (Falemagn)
    Coloradjust.mui, Palette.mui fixes (Kalamatee)
    reqtools.library fixes (Kalamatee)
--
    EMU10kx.audio fixes (Kalamatee)

  68k support:
    6888x FPU and 060 FPU versions for match functions (Kalamatee)
    Implemented FASTATA GAYLE extensions (Kalamatee)
    Work on making C library ROMable (Kalamatee)
    felsunxi.class fixes (Kalamatee)
    mouse.hidd fixes (twilen)
--
    Add BlitRect and DrawLine support to p96gfx.hidd (Kalamatee)
    Compatibility fix to GfxBase->system_bplcon0 (Kalamatee)
    Fixes to cursor support in p96gfx.hidd (Kalamatee)

  ARM support:
    Major work on ARM Big Endian version of AROS kernel (Schulz)
    Work on RasPI graphics drivers for Big Endian mode (Schulz)
    Improvements to RasPI USB support (Schulz)
--
    Use real ELF executable as format for AROS ARM programs (Schulz)

  Updates:
    Boost preprocessor macros (Falemagn)
    AROS build system (Falemagn, Kalamatee)
    GMP 6.1.2, MPC 1.1.0 (Kalamatee)
    Polish catalogs for Preferences programs (wawa)
    binutils 2.32 (Kalamatee)
    GCC 6.5.0 (Kalamatee)
    MPFR 4.0.2 (Kalamatee)
    acpia.library 20190215 (Kalamatee)
--
    libpng 1.6.36 / png.library v53 (Kalamatee)
    freetype 2.10.0 / freetype2.library v6.2 (Kalamatee)
    French catalogs updated (otigreat)

  Functional fixes:
    Documentation (Neil, Kalamatee)
    C library (Kalamatee)
    vesagfx.hidd (bugs: broken support for paletted modes) (Neil)
    Restored lost guillemets in task names (Neil)
    Fix USB keyboard on QEMU sam460ex emulation (balaton)
    PCITool (bugs: truncating output) (Kalamatee)
    exec.library (bugs: broken support for MEMF_REVERSE (Neil)
    String.mui (bugs: broken Ctrl-U support) (Neil)
    ata.device (bugs: random failure to start) (Kalamatee)
    fat-handler (bugs: Big Endian incompatibility) (Schulz)
    Fix to updating Wanderer windows (Kalamatee)
    ata.device (bugs: wrong handling of NSCMD_DEVICEQUERY) (Schulz)
--
    atheros5000.device (bugs: wrong reading of ar5416_tx_status) (Schulz)
    fat-handler (bugs: wrong behavior under optimization) (Kalamatee)
    ntfs-handler (bugs: wrong behavior under optimization) (Kalamatee)
    muimaster.library (bugs: datatypes images not properly remapped) (Kalamatee)
    freetype2.library (bugs: high stack usage) (Kalamatee)

  Stability fixes:
    graphics.library (Neil)
    Trident (Kalamatee)
    uuid.library (Kalamatee, Neil)
    Printer preferences (Kalamatee, Neil)
    C:Mount, NList (Kalamatee)
    diskimage.device, rexxsupport.library (Kalamatee)
    Wanderer, SysExplorer, WiMP (Kalamatee)
    Calculator, AROSTCP (Kalamatee)
    openurl.library (Kalamatee)
    String.mui  (Kalamatee, Neil)
    muimaster.library (Kalamatee)
    IPrefs, Slider.mui (Neil)
    Wanderer preferences (Kalamatee)
    dos.library, sdcard.device (Schulz)
    posixc.library, graphics.library (Kalamatee)
    massstorage.class, Calendar.mcc (Kalamaee)
    nouveau.hidd, icon.library (Kalamatee)
    locale.library, nonvolatile.library (Kalamatee)
    Input preference, Locale preferences (Kalamatee)
    FreeType Manager, FKey (Kalamatee)
    More, MultiView (Kalamatee)
--
    Graph.mcc, Clock.mcc (Kalamatee)
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 10:21:40 AM
ok deadwood thank you
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 08, 2022, 10:28:44 AM
Hi,

we arrived at the final iteration for ISO upgrades: 20190416

https://axrt.org/development/AROS-20190416-D5-pc-i386-boot-iso.zip

I need to warn you though, that amount of internal changes in this last iteration is bigger than all 4 combined. Expect regression and possible loss of binary compatibility. Especially please test whole installation process - there were changes to grub and InstallAROS. Next step is to upgrade contrib archive to similar date. Once this is done I will start fixing reported problems.

Fixed:
- mouse pointer is visible again

Not fixed:
- IntelGMA regression

Change log:
Code: [Select]
AROS ABIv0 20190416 changes:

  Functionalities:
    Further implementation of vusbhci.device and arosx.class (DizzyOfCRN)
    C library softfloat support (Kalamatee)
    e1000.device updated to 8.0.35 and rx queue hags resolved (Kalamatee)
    Added GetUpTime to timer.device (Schulz)
    Improved clock_gettime in C library (Kalamatee)
    Prefs/Palette added (Kalamatee)
    Implement GadgetText for plain Gadgets (o1i)
    Migrate to use GCC 6.5.0 from GCC 6.3.0 (deadwood)
    Migrate to use binutils 2.32 from bintuils 2.23.2 (deadwood)
--
    Introduction of storage subsystem (Kalamatee)
    SysExplorer extended and made modular (Kalamatee)
    SysExplorer shows extended disk capabilities (Kalamatee)
    DiskInfo, C/Info recognizes more file system (Kalamatee)
    DOS recognizes muFS file systems (Kalamatee)
    Prefs/ScreenMode displays now test screen (Kalamatee)

  64-bit support:
    Kernel (Falemagn)
    Coloradjust.mui, Palette.mui fixes (Kalamatee)
    reqtools.library fixes (Kalamatee)
--
    EMU10kx.audio fixes (Kalamatee)

  68k support:
    6888x FPU and 060 FPU versions for match functions (Kalamatee)
    Implemented FASTATA GAYLE extensions (Kalamatee)
    Work on making C library ROMable (Kalamatee)
    felsunxi.class fixes (Kalamatee)
    mouse.hidd fixes (twilen)
--
    Add BlitRect and DrawLine support to p96gfx.hidd (Kalamatee)
    Compatibility fix to GfxBase->system_bplcon0 (Kalamatee)
    Fixes to cursor support in p96gfx.hidd (Kalamatee)

  ARM support:
    Major work on ARM Big Endian version of AROS kernel (Schulz)
    Work on RasPI graphics drivers for Big Endian mode (Schulz)
    Improvements to RasPI USB support (Schulz)
--
    Use real ELF executable as format for AROS ARM programs (Schulz)

  Updates:
    Boost preprocessor macros (Falemagn)
    AROS build system (Falemagn, Kalamatee)
    GMP 6.1.2, MPC 1.1.0 (Kalamatee)
    Polish catalogs for Preferences programs (wawa)
    binutils 2.32 (Kalamatee)
    GCC 6.5.0 (Kalamatee)
    MPFR 4.0.2 (Kalamatee)
    acpia.library 20190215 (Kalamatee)
--
    libpng 1.6.36 / png.library v53 (Kalamatee)
    freetype 2.10.0 / freetype2.library v6.2 (Kalamatee)
    French catalogs updated (otigreat)

  Functional fixes:
    Documentation (Neil, Kalamatee)
    C library (Kalamatee)
    vesagfx.hidd (bugs: broken support for paletted modes) (Neil)
    Restored lost guillemets in task names (Neil)
    Fix USB keyboard on QEMU sam460ex emulation (balaton)
    PCITool (bugs: truncating output) (Kalamatee)
    exec.library (bugs: broken support for MEMF_REVERSE (Neil)
    String.mui (bugs: broken Ctrl-U support) (Neil)
    ata.device (bugs: random failure to start) (Kalamatee)
    fat-handler (bugs: Big Endian incompatibility) (Schulz)
    Fix to updating Wanderer windows (Kalamatee)
    ata.device (bugs: wrong handling of NSCMD_DEVICEQUERY) (Schulz)
--
    atheros5000.device (bugs: wrong reading of ar5416_tx_status) (Schulz)
    fat-handler (bugs: wrong behavior under optimization) (Kalamatee)
    ntfs-handler (bugs: wrong behavior under optimization) (Kalamatee)
    muimaster.library (bugs: datatypes images not properly remapped) (Kalamatee)
    freetype2.library (bugs: high stack usage) (Kalamatee)

  Stability fixes:
    graphics.library (Neil)
    Trident (Kalamatee)
    uuid.library (Kalamatee, Neil)
    Printer preferences (Kalamatee, Neil)
    C:Mount, NList (Kalamatee)
    diskimage.device, rexxsupport.library (Kalamatee)
    Wanderer, SysExplorer, WiMP (Kalamatee)
    Calculator, AROSTCP (Kalamatee)
    openurl.library (Kalamatee)
    String.mui  (Kalamatee, Neil)
    muimaster.library (Kalamatee)
    IPrefs, Slider.mui (Neil)
    Wanderer preferences (Kalamatee)
    dos.library, sdcard.device (Schulz)
    posixc.library, graphics.library (Kalamatee)
    massstorage.class, Calendar.mcc (Kalamaee)
    nouveau.hidd, icon.library (Kalamatee)
    locale.library, nonvolatile.library (Kalamatee)
    Input preference, Locale preferences (Kalamatee)
    FreeType Manager, FKey (Kalamatee)
    More, MultiView (Kalamatee)
--
    Graph.mcc, Clock.mcc (Kalamatee)

Great, I will immediately integrate it on AROS One x6 v1.8 and report any problems encountered !
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 10:50:34 AM
deadwood i have this problem at boot

(https://i.ibb.co/1nYHhFy/thumbnail.jpg) (https://ibb.co/j597Bn0)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 11:01:07 AM
What happens if you click "More"
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 11:12:30 AM
ok

(https://i.ibb.co/94MJ0Y9/thumbnail-2.jpg) (https://ibb.co/t2dS6CM)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 11:19:20 AM
Ok, we will have to debug this at some point. What CPU does this computer have? Do you have another computer to try on?

Also, does -D4 work on this machine or also crashes?
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 11:24:42 AM
deadwood i have an intel core 2 quad, yes i have another computer and -d4 works fine
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 11:34:19 AM
On another computer there is the same problem it is an intel xeon
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 11:36:19 AM
Ok, let's wait if others experience same problem. I don't have it when using VirtualBox
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 08, 2022, 11:49:04 AM
I haven't done extensive testing, but on WMWare D5 it is perfect, integrated on AROS One v 1.8, finally App Palette has also arrived on AROS x86 (on AROS 68k it always existed)

More tarti I will try your ISO on _ACER Aspire One ZG5, Dell Inspiron Mini 910, ACER ASpire 5920 and Samsung R730
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 11:54:29 AM
Ok, let's wait if others experience same problem. I don't have it when using VirtualBox

I don't know how to use VirtualBox Deadwood however he tried @amigasystem
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 08, 2022, 12:16:06 PM
@deadwood

I mastered your ISO D5 to Pendrive and it booted perfectly on real PCs: ACER Aspire One ZG5, Dell Inspiron Mini 910, ACER Aspire 5920 and Samsung R730

@salvo

I use VMWare Player for testing, faster and easier, takes a few seconds to start AROS, if you created a new ISO try recreating it.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 12:44:47 PM
ok @amigasystem the problem is my system
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 01:25:09 PM
@AMIGASYSTEM

Booting from pendrive uses a different driver than booting from CD (what Salvo tried). Can you try booting from CDROM?

@Salvo

When booting from CD, did you have "older" AROS installed on your harddrive?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 01:29:17 PM
@All

Please try clean installation to harddrive and see if things are working when booted from harddrive.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 01:36:52 PM
@Salvo
When booting from CD, did you have "older" AROS installed on your harddrive?

Yes deadwood
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 08, 2022, 02:25:14 PM
@salvo
 
When you boot the CD, try to disable the Hardisk from the Bios, so you have confidence that the PC started from DVD
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 08, 2022, 02:29:25 PM
Deadwood I also tried without installed system but the problem persists
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 02:40:00 PM
Ok, thanks for test salvo.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 08, 2022, 05:00:36 PM
@AMIGASYSTEM

Booting from pendrive uses a different driver than booting from CD (what Salvo tried). Can you try booting from CDROM?

Yes I know, tested with CDRW, used ACER Aspire 5920 and Samsung R730, no problems encountered !
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 08, 2022, 11:21:08 PM
@AMIGASYSTEM

Booting from pendrive uses a different driver than booting from CD (what Salvo tried). Can you try booting from CDROM?

Yes I know, tested with CDRW, used ACER Aspire 5920 and Samsung R730, no problems encountered !

That's good to hear. Are you testing the raw ISO that I release or integrated with your distribution? If the later, can you test raw ISO as well?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 08, 2022, 11:35:29 PM
I used your Raw ISO, this is to speed up, my Distro takes a long time to build both a Live USB and CD/DVD.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 09, 2022, 12:23:48 AM
Ok good. So indeed the problem is more local (Salvos hardware) that I though.

@AMIGASYSTEM, @Salvo

Can you tell me what chipsets your mothboards have? This information should be available in PCITool. Start PCITool, click on "Save complete PCI information to RAM Disk" and then share generated files please.
Title: Re: AROS ABIv0 20190416 Development
Post by: magorium on June 09, 2022, 12:35:51 AM
@AMIGASYSTEM:
When you boot the raw ISO on your machine (without problems) do you have your internal HD turned on or off in your BIOS ?


That is important to know else deadwood could be looking at the wrong direction.


Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 09, 2022, 12:42:02 AM
On Samsung R730, there is only Win10 and no AROS Hardisk is present

On ACER Aspire 5920, they are installed in DualBoot Win10/AROS One

I will also try to disable Hardisk on ACER Aspire 5920

EDIT:

Disabled HD on ACER Aspire 5920 and the ISO D5 CD booted without any problems !
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 09, 2022, 01:23:38 AM

Can you tell me what chipsets your mothboards have? This information should be available in PCITool. Start PCITool, click on "Save complete PCI information to RAM Disk" and then share generated files please.

On these 2 PCs the Video Card is not supported work well in VESA

Here are the results of PCITool
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 09, 2022, 01:45:11 AM
Thanks @AMIGASYSTEM, let's wait for @salvo results now.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 09, 2022, 04:29:33 AM
ok deadwood this is my configuration

thank you
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 09, 2022, 04:39:33 AM
@salvo

Thanks. You mentioned you have another computer where there is ATA crash. Can you send pcitool info from it as well?

Also, although it is unlikely, can you download and burn the ISO again? Just to make sure it is not a problem medium itself.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 09, 2022, 04:47:57 AM
ok I'll do immediately :)
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 09, 2022, 04:49:41 AM
@amigasystem

You can try the software available to check binary compatibility

Thank's
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 09, 2022, 05:03:57 AM
ok deadwood this is pcitool response for my intel xeon
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 09, 2022, 05:05:27 AM
@amigasystem

You can try the software available to check binary compatibility

Thank's

I didn't understand, what exactly should I try?

--- Italiano ----

Non ho capito, cosa devo provare di preciso?
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 09, 2022, 05:08:42 AM
il software perchè ci può essere una probabile incompatibilità binaria con questa ultima build

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

the software because there may be a probable binary incompatibility with this last Build
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 09, 2022, 05:27:34 AM
I am installing it now to test the system software and the third party software

--- Italiano ---

Lo sto installando adesso per testare il software di sistema e quello terzi
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 09, 2022, 05:33:04 AM
ok thank you :)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 09, 2022, 06:17:12 AM
Installed the new ISO D5 on VMWare on two Partitions (DH0-DH1) and did not encounter any problems, fixed Path the Extras: and Development: 

Now everything is found whether installing on 1 partition or 2 partitions, all System and Third Party Apps seem to be fine.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 09, 2022, 06:41:02 AM
Thanks, that's good to hear!
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 09, 2022, 03:05:58 PM
I also have a problem booting on one of my aros machines.

Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Bridge Host-PCI
Vendor name: Intel Corporation
Product name: 82945G/GZ/P/PL Memory Controller Hub
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x2770
RevisionID: 0x02
Class: 0x06
Subclass: 0x00
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: N/A
Status: IO: no, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0: Bar0: Memory at 0xfe980000 (size 0x80000)
RangeList_1: Bar1: I/O at 0xcc00 (size 0x8)
RangeList_2: Bar2: Prefetchable Memory at 0xd0000000 (size 0x10000000)
RangeList_3: Bar3: Memory at 0xfe940000 (size 0x40000)
RangeList_4:
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Video PC Compatible VGA
Vendor name: Intel Corporation
Product name: 82945G/GZ Integrated Graphics Controller
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x2772
RevisionID: 0x02
Class: 0x03
Subclass: 0x00
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 16 (A)
Status: IO: yes, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0: Bar0: Memory at 0xfe980000 (size 0x80000)
RangeList_1: Bar1: I/O at 0xcc00 (size 0x8)
RangeList_2: Bar2: Prefetchable Memory at 0xd0000000 (size 0x10000000)
RangeList_3: Bar3: Memory at 0xfe940000 (size 0x40000)
RangeList_4:
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Multimedia Audio
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family High Definition Audio Controller
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27d8
RevisionID: 0x01
Class: 0x04
Subclass: 0x03
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 16 (A)
Status: IO: no, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0: Bar0: Memory at 0xfe938000 (size 0x4000)
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4:
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Bridge PCI-PCI Standard
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family PCI Express Port 1
Subsystem:
VendorID: 0x8086
ProductID: 0x27d0
RevisionID: 0x01
Class: 0x06
Subclass: 0x04
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 16 (A)
Status: IO: yes, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2: Bridge handles bus 1 (ISA notenabled, VGA notenabled)
RangeList_3: Memory ranges from fea00000 to fea00000
RangeList_4: Prefetchable ranges memory from fff10000 to 00010000
RangeList_5: IO ranges from d000 to d000


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Serial USB UHCI
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family USB UHCI Controller #1
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27c8
RevisionID: 0x01
Class: 0x0c
Subclass: 0x03
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 23 (A)
Status: IO: yes, MEM: no, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4: Bar4: I/O at 0xc880 (size 0x20)
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Serial USB UHCI
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family USB UHCI Controller #2
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27c9
RevisionID: 0x01
Class: 0x0c
Subclass: 0x03
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 19 (B)
Status: IO: yes, MEM: no, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4: Bar4: I/O at 0xc800 (size 0x20)
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Serial USB UHCI
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family USB UHCI Controller #3
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27ca
RevisionID: 0x01
Class: 0x0c
Subclass: 0x03
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 18 (C)
Status: IO: yes, MEM: no, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4: Bar4: I/O at 0xc480 (size 0x20)
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Serial USB UHCI
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family USB UHCI Controller #4
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27cb
RevisionID: 0x01
Class: 0x0c
Subclass: 0x03
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 16 (D)
Status: IO: yes, MEM: no, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4: Bar4: I/O at 0xc400 (size 0x20)
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Serial USB EHCI
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family USB2 EHCI Controller
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27cc
RevisionID: 0x01
Class: 0x0c
Subclass: 0x03
Interface: 0x20
ROM Base: N/A
ROM Size: N/A
IRQ: 23 (A)
Status: IO: no, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0: Bar0: Memory at 0xfe937c00 (size 0x400)
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4:
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Bridge PCI-PCI Subtractive
Vendor name: Intel Corporation
Product name: 82801 PCI Bridge
Subsystem:
VendorID: 0x8086
ProductID: 0x244e
RevisionID: 0xe1
Class: 0x06
Subclass: 0x04
Interface: 0x01
ROM Base: N/A
ROM Size: N/A
IRQ: N/A
Status: IO: yes, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2: Bridge handles bus 2 (ISA notenabled, VGA notenabled)
RangeList_3: Memory ranges from feb00000 to feb00000
RangeList_4: Prefetchable ranges memory from fff10000 to 00010000
RangeList_5: IO ranges from e000 to e000


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Bridge PCI-ISA
Vendor name: Intel Corporation
Product name: 82801GB/GR (ICH7 Family) LPC Interface Bridge
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27b8
RevisionID: 0x01
Class: 0x06
Subclass: 0x01
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: N/A
Status: IO: yes, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4:
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Mass storage IDE
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family SATA Controller [IDE mode]
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27c0
RevisionID: 0x01
Class: 0x01
Subclass: 0x01
Interface: 0x80
ROM Base: N/A
ROM Size: N/A
IRQ: 19 (B)
Status: IO: yes, MEM: no, Master: yes, PaletteSnoop: no, 66MHz capable: yes
RangeList_0:
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4: Bar4: I/O at 0xffa0 (size 0x10)
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Serial SMBus
Vendor name: Intel Corporation
Product name: NM10/ICH7 Family SMBus Controller
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x8086
ProductID: 0x27da
RevisionID: 0x01
Class: 0x0c
Subclass: 0x05
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 19 (B)
Status: IO: yes, MEM: no, Master: no, PaletteSnoop: no, 66MHz capable: no
RangeList_0:
RangeList_1:
RangeList_2:
RangeList_3:
RangeList_4: Bar4: I/O at 0x0400 (size 0x20)
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Network Ethernet
Vendor name: Realtek Semiconductor Co., Ltd.
Product name: RTL810xE PCI Express Fast Ethernet controller
Subsystem: Hewlett-Packard Company : 0x2a57
VendorID: 0x10ec
ProductID: 0x8136
RevisionID: 0x01
Class: 0x02
Subclass: 0x00
Interface: 0x00
ROM Base: 0xfeac0000
ROM Size:
IRQ:
Status: IO: yes, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0: Bar0: I/O at 0xd800 (size 0x100)
RangeList_1:
RangeList_2: Bar2: Memory at 0xfeaff000 (size 0x1000)
RangeList_3:
RangeList_4:
RangeList_5:


Driver Name: pcipc.hidd
Direct bus: yes
Hardware info: IA32 native direct access PCI driver
Description: Communication Other
Vendor name: Conexant Systems, Inc.
Product name: HSF 56k Data/Fax Modem
Subsystem: Conexant Systems, Inc. : Soft Data Fax Modem with SmartCP
VendorID: 0x14f1
ProductID: 0x2f20
RevisionID: 0x00
Class: 0x07
Subclass: 0x80
Interface: 0x00
ROM Base: N/A
ROM Size: N/A
IRQ: 20 (A)
Status: IO: yes, MEM: yes, Master: yes, PaletteSnoop: no, 66MHz capable: no
RangeList_0: Bar0: Memory at 0xfebf0000 (size 0x10000)
RangeList_1: Bar1: I/O at 0xec00 (size 0x8)
RangeList_2:
RangeList_3:
RangeList_4:
RangeList_5:

Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 09, 2022, 10:24:14 PM
@cavemann
Is it the same "crash" in ATA as with salvo?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 10, 2022, 01:15:29 AM
 deadwood, one question, in your ISOs, is the CD/DVD "bootloader" always the same, or is it occasionally updated.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 10, 2022, 05:34:36 AM
Is it the same "crash" in ATA as with salvo?

Yes deadwood
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 10, 2022, 06:47:28 AM
deadwood, one question, in your ISOs, is the CD/DVD "bootloader" always the same, or is it occasionally updated.

In D5 there was a change to where font are stored that trigger the graphics mode. Now then are stored in /font/ subdirectory

/Arch/pc/grub/fonts/unicode.pf2
Title: Re: AROS ABIv0 20190416 Development
Post by: paolone on June 10, 2022, 10:35:31 AM
deadwood, one question, in your ISOs, is the CD/DVD "bootloader" always the same, or is it occasionally updated.

In D5 there was a change to where font are stored that trigger the graphics mode. Now then are stored in /font/ subdirectory

/Arch/pc/grub/fonts/unicode.pf2


Hmmmmmmmm.... so does this mean I have to adapt the whole grub.cfg menu file, or just changing the path to unicode.pf2 will do the trick?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 10, 2022, 10:59:41 AM
Just changing one line in grub.cfg should be enought
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 10, 2022, 11:14:43 AM

In D5 there was a change to where font are stored that trigger the graphics mode. Now then are stored in /font/ subdirectory

/Arch/pc/grub/fonts/unicode.pf2

Yes I know I had noticed, I also upgraded my AROS One D5, I look one by one all the files of the ISO, I don't refer to the files included in the ISO, but it has the Boot loader which is needed to do the Boot to the CD/DVD, example to mean like the CD32.TM (TradeMark) which is used to create an Amiga Bootable CD for CD32.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 10, 2022, 11:24:11 AM
Hi All,

Here is first release version of 20190416 series (ISO + contrib):

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

Note that Contrib archive enabled GCC 6.5.0 instead of previous 6.3.0. If you spot problems compiling, let me know.

NOT fixed:
- Intel GMA regression
- ata.device crash on certain configurations

Change log:

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

  Functionalities:
    Further implementation of vusbhci.device and arosx.class (DizzyOfCRN)
    C library softfloat support (Kalamatee)
    e1000.device updated to 8.0.35 and rx queue hags resolved (Kalamatee)
    Added GetUpTime to timer.device (Schulz)
    Improved clock_gettime in C library (Kalamatee)
    Prefs/Palette added (Kalamatee)
    Implement GadgetText for plain Gadgets (o1i)
    Migrate to use GCC 6.5.0 from GCC 6.3.0 (deadwood)
    Migrate to use binutils 2.32 from bintuils 2.23.2 (deadwood)
    Introduction of storage subsystem (Kalamatee)
    SysExplorer extended and made modular (Kalamatee)
    SysExplorer shows extended disk capabilities (Kalamatee)
    DiskInfo, C/Info recognizes more file system (Kalamatee)
    DOS recognizes muFS file systems (Kalamatee)
    Prefs/ScreenMode displays now test screen (Kalamatee)

  64-bit support:
    Kernel (Falemagn)
    Coloradjust.mui, Palette.mui fixes (Kalamatee)
    reqtools.library fixes (Kalamatee)
    EMU10kx.audio fixes (Kalamatee)
    FryingPan fixes (Kalamatee)

  68k support:
    6888x FPU and 060 FPU versions for match functions (Kalamatee)
    Implemented FASTATA GAYLE extensions (Kalamatee)
    Work on making C library ROMable (Kalamatee)
    felsunxi.class fixes (Kalamatee)
    mouse.hidd fixes (twilen)
    Add BlitRect and DrawLine support to p96gfx.hidd (Kalamatee)
    Compatibility fix to GfxBase->system_bplcon0 (Kalamatee)
    Fixes to cursor support in p96gfx.hidd (Kalamatee)

  ARM support:
    Major work on ARM Big Endian version of AROS kernel (Schulz)
    Work on RasPI graphics drivers for Big Endian mode (Schulz)
    Improvements to RasPI USB support (Schulz)
    Use real ELF executable as format for AROS ARM programs (Schulz)

  Updates:
    Boost preprocessor macros (Falemagn)
    AROS build system (Falemagn, Kalamatee)
    GMP 6.1.2, MPC 1.1.0 (Kalamatee)
    Polish catalogs for Preferences programs (wawa)
    binutils 2.32 (Kalamatee)
    GCC 6.5.0 (Kalamatee)
    MPFR 4.0.2 (Kalamatee)
    acpia.library 20190215 (Kalamatee)
    libpng 1.6.36 / png.library v53 (Kalamatee)
    freetype 2.10.0 / freetype2.library v6.2 (Kalamatee)
    French catalogs updated (otigreat)
    ffmpeg 4.0.2 (Kalamatee)
    lbreakout2 2.6.5 (Kalamatee)
    libxml2 2.9.9 (Kalamatee)
    libxslt 1.1.33 (Kalamatee)

  Functional fixes:
    Documentation (Neil, Kalamatee)
    C library (Kalamatee)
    vesagfx.hidd (bugs: broken support for paletted modes) (Neil)
    Restored lost guillemets in task names (Neil)
    Fix USB keyboard on QEMU sam460ex emulation (balaton)
    PCITool (bugs: truncating output) (Kalamatee)
    exec.library (bugs: broken support for MEMF_REVERSE (Neil)
    String.mui (bugs: broken Ctrl-U support) (Neil)
    ata.device (bugs: random failure to start) (Kalamatee)
    fat-handler (bugs: Big Endian incompatibility) (Schulz)
    Fix to updating Wanderer windows (Kalamatee)
    ata.device (bugs: wrong handling of NSCMD_DEVICEQUERY) (Schulz)
    atheros5000.device (bugs: wrong reading of ar5416_tx_status) (Schulz)
    fat-handler (bugs: wrong behavior under optimization) (Kalamatee)
    ntfs-handler (bugs: wrong behavior under optimization) (Kalamatee)
    muimaster.library (bugs: datatypes images not properly remapped) (Kalamatee)
    freetype2.library (bugs: high stack usage) (Kalamatee)

  Stability fixes:
    graphics.library (Neil)
    Trident (Kalamatee)
    uuid.library (Kalamatee, Neil)
    Printer preferences (Kalamatee, Neil)
    C:Mount, NList (Kalamatee)
    diskimage.device, rexxsupport.library (Kalamatee)
    Wanderer, SysExplorer, WiMP (Kalamatee)
    Calculator, AROSTCP (Kalamatee)
    openurl.library (Kalamatee)
    String.mui  (Kalamatee, Neil)
    muimaster.library (Kalamatee)
    IPrefs, Slider.mui (Neil)
    Wanderer preferences (Kalamatee)
    dos.library, sdcard.device (Schulz)
    posixc.library, graphics.library (Kalamatee)
    massstorage.class, Calendar.mcc (Kalamaee)
    nouveau.hidd, icon.library (Kalamatee)
    locale.library, nonvolatile.library (Kalamatee)
    Input preference, Locale preferences (Kalamatee)
    FreeType Manager, FKey (Kalamatee)
    More, MultiView (Kalamatee)
    Graph.mcc, Clock.mcc (Kalamatee)
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 10, 2022, 11:36:33 AM
thank you :)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 10, 2022, 11:37:12 AM

In D5 there was a change to where font are stored that trigger the graphics mode. Now then are stored in /font/ subdirectory

/Arch/pc/grub/fonts/unicode.pf2

Yes I know I had noticed, I also upgraded my AROS One D5, I look one by one all the files of the ISO, I don't refer to the files included in the ISO, but it has the Boot loader which is needed to do the Boot to the CD/DVD, example to mean like the CD32.TM (TradeMark) which is used to create an Amiga Bootable CD for CD32.

It's the same grub 2.02 that was used in previous release. The difference is that it is compiled with GCC 6.5.0 instead of GCC 6.3.0
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 10, 2022, 11:42:13 AM
Sorry to insist, I attach a screenshot to be clearer, I am not referring to the Grub.

Basically I create my ISO of AROS One from scratch, then to make the ISO bootable, I extract the boot loader "on file, see screenshot" from your ISOs and put it into the burning program.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 10, 2022, 11:56:50 AM
deadwood the problem with ata device persist :-\
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 10, 2022, 12:11:25 PM
deadwood the problem with ata device persist :-\

Yes, correct. This issues is not yet fixed.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 10, 2022, 12:14:21 PM
@AMIGASYSTEM

Ok, and what is the problem with this approach?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 10, 2022, 12:16:55 PM
If there is no change, i avoid making the various unnecessary backups :)
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 10, 2022, 01:53:16 PM
@cavemann
Is it the same "crash" in ATA as with salvo?

Yes
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 10, 2022, 11:21:09 PM
If there is no change, i avoid making the various unnecessary backups :)

There were a few changes between "D5" and "-1" and you should update your distribution with "-1". Now that we are in a more stable situation, next releases might only require you to update selected components.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 11, 2022, 05:07:11 AM
Will Deadwood the new version of Gallium will be present on the next updates?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 11, 2022, 05:52:52 AM
If there is no change, i avoid making the various unnecessary backups :)

There were a few changes between "D5" and "-1" and you should update your distribution with "-1". Now that we are in a more stable situation, next releases might only require you to update selected components.

No, I am not referring to the ISO, with each of your ISOs, I update "Everything", I was referring to the bootloader mentioned above.

However, I have updated AROS One with "-1" and all "Contib -1" and have not experienced any problems
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 11, 2022, 07:11:54 AM
Will Deadwood the new version of Gallium will be present on the next updates?

As far as I know update to Mesa that happened in 2019 did not restore IntelGMA and Nouveau 3D acceleration. If that is that case, this update will not be part of ABIv0 ISOs.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 11, 2022, 07:28:56 AM
ok deadwood :)
Title: Re: AROS ABIv0 20190416 Development
Post by: OlafS3 on June 11, 2022, 11:03:48 AM
Will Deadwood the new version of Gallium will be present on the next updates?

As far as I know update to Mesa that happened in 2019 did not restore IntelGMA and Nouveau 3D acceleration. If that is that case, this update will not be part of ABIv0 ISOs.

Is there a uptodate win hosted version? Then I would test scalos in it
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 11, 2022, 11:20:09 AM
I'll build it and share it here.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 11, 2022, 11:46:17 AM
Here you go:

https://axrt.org/download/aros/v0/AROS-20190416-1-mingw32-i386-system.tar.bz2
Title: Re: AROS ABIv0 20190416 Development
Post by: OlafS3 on June 11, 2022, 11:51:52 AM
thanks :)
Title: Re: AROS ABIv0 20190416 Development
Post by: OlafS3 on June 11, 2022, 12:03:02 PM
Here you go:

https://axrt.org/download/aros/v0/AROS-20190416-1-mingw32-i386-system.tar.bz2

It does not start. I get this error
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 11, 2022, 12:34:21 PM
Ok, I'll see if I can fix this problem. :/
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 12, 2022, 05:58:50 AM
@OlafS3

For the time being you should be able to use 20190416-1 together with the patch below:

https://axrt.org/development/20190416-1-mingw32-patch.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: OlafS3 on June 12, 2022, 12:38:14 PM
thanks. Works
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 12, 2022, 01:14:03 PM
deadwood, Windows hosted well it works perfectly and it is also very fast. question, from Wanderer is it possible to run Windows applications, how is it done?

Eventually we can open a Thread decicated to AROS Hosted Windows, I would have other requests to make
Title: Re: AROS ABIv0 20190416 Development
Post by: magorium on June 12, 2022, 01:54:28 PM
.... from Wanderer is it possible to run Windows applications, how is it done?
Yes it is possible.

If i remember correctly then it was Icaros Desktop that has something named a "rabbit hole" which allows you to execute commands on the host OS.

It is not bound to a Windows host as something similar can also be done on a Linux host. I believe one of Pascal Papara's distro's running on a Linux host (sorry the name of the distribution eludes me atm) also supports something similar.

It is out of scope of this thread to go into detail on how it is done more so because details depends on how you want to have it integrated.

Do note however it is not all sunshine and fairy tales as AROS has no support for seamless  integration with the Host.

Quote
Eventually we can open a Thread decicated to AROS Hosted Windows, I would have other requests to make
Indeed better not pollute threads with offtopic discussions (that has been done here much too many times already)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 12, 2022, 02:31:57 PM

If i remember correctly then it was Icaros Desktop that has something named a "rabbit hole" which allows you to execute commands on the host OS.


I know "rabbit hole" uses one app called "Winlaunch" which through a script allows all applications to be launched from the Workbench.

On my AfA One I have been using it for many years "Winlaunch", see screnshot and video, "Winlaunch" works only from WinUAE and to work it requires the library "winuae_dll" in WinUAE folder

Now I don't know if "Winlaunch" also exists for AROS x86

https://youtu.be/oJbnSKXW8tA?list=UUj58j6dAHBePzbdcKPkp4uA
Title: Re: AROS ABIv0 20190416 Development
Post by: magorium on June 12, 2022, 03:11:21 PM
Icaros IS AROS x86  ;)

See also this video: https://www.youtube.com/watch?v=n49lQWjUFYw (https://www.youtube.com/watch?v=n49lQWjUFYw)

Paolone named it Hostbridge.

Watch the video till just over half way to see it in action (or watch the whole video  :P).

The Icaros Desktop installation process automatically imports your Windows startmenu.

If that is not what you are looking for then please open up another thread and try to explain in more detail what it is you are looking for.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 12, 2022, 04:27:00 PM
"rabbit hole" is a name created by Amikit, see HERE (https://www.youtube.com/watch?v=CtZY5gVePFE), procedure the same as the one I used on AfA One.

Yes I on AROS x86 I wanted to do the same thing I do on AfA One.

Winlaunch package includes the sources, someone could compile them !

http://aminet.net/package/util/misc/winlaunch


I am not familiar with the "Hostbridge" procedure, from the videos it is not clear which tool is used

https://youtu.be/H9eV1YCAkaU
Title: Re: AROS ABIv0 20190416 Development
Post by: paolone on June 13, 2022, 08:20:26 AM

I am not familiar with the "Hostbridge" procedure, from the videos it is not clear which tool is used

https://youtu.be/H9eV1YCAkaU (https://youtu.be/H9eV1YCAkaU)


The original efforts regarding launch of host applications came from Pascal Papara, who developed a tool for his AEROS distribution. I asked him if I could use it as well, but he told me I should have tailored a Linux distribution around it to maked it work properly. This brought me to find a different solution to reach the same goal, since having hostbridge work on as-many-as-possible distros was mandatory, and extending it to Windows would have been a nice addon.


There is no winlaunch in hostbridge. Just one of my PoorX tools (one for Linux, one for Windows) delivering a message in a bottle to the host operating system, and a little daemon waiting for that message to come, ready to do what the message states. By the way, trying to turn this daemon from its original scripting form to a executable, popped up dozens of security warnings in latest Windows releases, since I could not afford a digital 'signature' for my software, which would have raised less concerns. So I stepped back to the script.


By the way, hostbridge is not just a launcher for host applications. It's step #1 to use Icaros Desktop as a desktop replacement for your host operating system.

Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 13, 2022, 08:34:39 AM
Thanks Paolo, mine was just a curiosity, actually on Windows to use Windows Application just move with Mouse from Wander to Desktop, or use the famous ALT-TAB to move to Open Applications on Windows.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 14, 2022, 12:04:20 AM
For people with InteGMA problem, please let me know if this ISO made any difference:

https://axrt.org/development/aros-pc-i386-intelgma-1.iso.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 14, 2022, 02:02:40 AM
VESA mode does not work on this ISO and I cannot install AROS on a Pendrive, my ACER Aspire One ZG5 and Dell Inspiron Mini 910 do not have a CD drive.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 14, 2022, 02:18:28 AM
VESA mode does not work on this ISO and I cannot install AROS on a Pendrive, my ACER Aspire One ZG5 and Dell Inspiron Mini 910 do not have a CD drive.

On which hardware and what does it mean that VESA does not work?

I tried the ISO in VBox and it booted in VESA.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 14, 2022, 03:24:08 AM
VESA does not work on VMware Player, my primary tool for using AROS.

I will now try VESA mode on VirualBOX and real PC !
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 14, 2022, 03:32:55 AM
Tested on VirtualBOX and the ISO works, so the VESA problem is only on VMware Player.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 14, 2022, 04:17:25 AM
With aros-pc-i386-intelgma-1.iso.zipper IntelGMA works fine, see screenshot
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 14, 2022, 06:12:21 AM
Thanks for tests. Does VESA problem in VMPlayer exists also with -1 release? DId you manage to test VESA on real PC?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 14, 2022, 07:14:17 AM
-1 works VESA and works with all your ISOs.

On Real PC ACER ASpire 5920 and Samsung R730, VESA works fine (video cards Integrated on the two PCs were never recognized)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 14, 2022, 09:46:09 AM
@deadwood

OK now VESA works fine on aros-pc-i386-intelgma-1.iso on VMware, I had a conflict on VMware, recreated the VMware configuration worked fine !

Sorry to have wasted your time  :-[
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 14, 2022, 12:25:40 PM
No problem, I'm glad it is solved.
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 14, 2022, 03:21:31 PM
Still won't boot here,

Program Failed
Task: 0x011D2450 - ATA[PI] Subsystem
Error: 0x80000004 - Illegal instruction
PC: 0xF00006F7
CPU context:
EAX=0x00000000 EBX=0x011F8A18 ECX=0x00000000 EDX=0x011D6454
ESI=0x011D0198 EDI=0x011F8A18 ESP=0x011D6434 EBP=0x011D6460
EIP=0XF00006F7 ESP=0x011D6434 EFLAGS= 0x00013206
C5=001B 55=0023 D5=0023
E5=0023 F5=0023 G5=0023
Stack trace:
0x015349DA Kickstart ELF Function BusTaskCode + 0x0000027A
0x01422930 Kickstart ELF Segment 1 .text + 0x0000E930
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 14, 2022, 11:10:43 PM
Correct, I haven't looked into ATA problem yet.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 15, 2022, 10:31:45 AM
Hi,

Here is patch for Windows-hosted that fixes booting as well as 3D:

https://axrt.org/development/20190416-1-mingw32-patch-2.zip

Please apply on clean 20190416-1 or delete files copied in previous patch first.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 15, 2022, 10:48:10 AM
Tested, the new "aros-bsp-mingw32" generates this error !
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 15, 2022, 11:10:21 AM
Have you installed this on clean 20190416-1 release?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 15, 2022, 11:20:01 AM
Now I try to do it on the clean distribution 20190416-1, the test I did on the Distribution I had created, with the old "aros-bsp-mingw32" anyway it works.

EDIT:

With clean 20190416-1 it works, now I verify why I get error on my Distribution, thanks
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 15, 2022, 02:31:33 PM
The Windows Video Card now works fine on AROS One Hosted  Windows, now the OpenGL game MunchDude Hero works fine, only problem it is slow.

AROS One Hosted Windows was crashing because of a library in Libs, I need to find out which one !
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 15, 2022, 03:42:25 PM
This is the Hardware recognized by my PC
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 04:31:04 AM
@Salvo, @cavemann

Let's try to dig into ATA regression. I will prepare a series of ISOs for you to boot on your hardware. Grub is configured to use VGA and go into bootmenu - don't change that please. Just start the ISO and let me know the results.

Here is the first ISO:

https://axrt.org/development/AROS-20190416-pc-i386-boot-iso-ide-1.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 04:54:44 AM
ok deadwood
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 05:07:35 AM
do not work deadwood

(https://i.ibb.co/nD6cxgB/ide.jpg) (https://ibb.co/MRZVF2f)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 05:58:38 AM
Ok, next ISO:

https://axrt.org/development/AROS-20190416-pc-i386-boot-iso-ide-2.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 06:27:15 AM
The error message no longer appears but everything is blocked black screen
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 06:51:48 AM
There is nothing visible on the screen? Not text at all?
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 07:10:45 AM
At the beginning there is the text after the boot looder but then everything stops and there is nothing on the screen
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 07:16:23 AM
Next ISO:

https://axrt.org/development/AROS-20190416-pc-i386-boot-iso-ide-3.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 07:28:07 AM
The problem persists everything as before, that is, black screen
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 07:29:43 AM
Are you using the default selection in grub, the VGA option (last option on the list)?
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 07:48:00 AM
no only with the first ISO ATA-1, I try again the tests
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 08:08:57 AM
do not work deadwood, I tried ide-2 that ide-3

(https://i.ibb.co/pRh0LNs/ide-3.jpg) (https://ibb.co/k9mHSzr)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 08:10:35 AM
@salvo

There are no fixes yet, so it's mean not to work. So far we are looking for source of problem :)

That photo: is it version 2 or version 3?
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 08:17:22 AM
the third version deadwood
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 08:21:44 AM
Ok, and what happens on version 2?
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 08:28:40 AM
I try again
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 08:40:19 AM
thi is ide-2 screen information

(https://i.ibb.co/B6SKTTg/ide2.jpg) (https://ibb.co/myMFhhH)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 09:18:02 AM
Good, making progress. Next ISO:

https://axrt.org/development/AROS-20190416-pc-i386-boot-iso-ide-6.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 16, 2022, 09:45:52 AM
the problem persists

(https://i.ibb.co/TmxW5Bw/ata6.jpg) (https://ibb.co/18tzxf0)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 16, 2022, 12:45:04 PM
Next ISO: https://axrt.org/development/AROS-20190416-pc-i386-boot-iso-ide-7.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 16, 2022, 07:22:27 PM
Could not click on "More..." button

Program Failed
Task: 0x01258790 - ATA[PI] Subsystem
Error: 0x80000004 - Illegal instruction
PC: 0xF00006F7
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 12:05:37 AM
@cavemann

Can you test IDE-2 ISO and make a photo of text output like salvo did?

Can you describe what drives you have and how they are configured?

Primary Master - ?
Primary Slave - ?
Secondary Master - ?
Secondary Slave - ?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 12:12:30 AM
@salvo

For the computer you run IDE-2 test and made the photo above, can you describe what drives (both harddrives and cdrom/dvd drives you have and how they are configured)?

Primary Master - ?
Primary Slave - ?
Secondary Master - ?
Secondary Slave - ?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 01:45:50 AM
Please try this ISO, it's possible that I located the problem. It should boot to bootmenu.

https://axrt.org/development/AROS-20190416-pc-i386-boot-iso-ide-8.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 17, 2022, 03:38:05 AM
@salvo

For the computer you run IDE-2 test and made the photo above, can you describe what drives (both harddrives and cdrom/dvd drives you have and how they are configured)?

Primary Master - ?
Primary Slave - ?
Secondary Master - ?
Secondary Slave - ?

I have the devices attached to the sata port

1 hard disk
2 dvd roms
3 hard drives
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 17, 2022, 03:41:34 AM
ok problem solved

thank you deadwood :)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 08:35:24 AM
Glad to hear that.

@all

This was the last regression on my TODO list. I will now proceed with building official "-2" release which should close this release cycle.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 17, 2022, 09:18:35 AM
ok deadwood

thank you :)
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 17, 2022, 11:48:42 AM
I saw the new grub how I can do the boot deadwood
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 11:51:22 AM
Here are official release builds:

https://axrt.org/download/aros/v0/AROS-20190416-2-mingw32-i386-system.tar.bz2
https://axrt.org/download/aros/v0/AROS-20190416-2-pc-i386-boot-iso.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 11:53:21 AM
I saw the new grub how I can do the boot deadwood

I don't understand the question salvo.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 17, 2022, 11:54:20 AM
ok deadwood solved no problem the iso works

thank you :)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 17, 2022, 11:56:21 AM
Here are official release builds:

https://axrt.org/download/aros/v0/AROS-20190416-2-mingw32-i386-system.tar.bz2
https://axrt.org/download/aros/v0/AROS-20190416-2-pc-i386-boot-iso.zip

What is an important change from the previous ISO ?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 12:01:46 PM
Here are official release builds:

https://axrt.org/download/aros/v0/AROS-20190416-2-mingw32-i386-system.tar.bz2
https://axrt.org/download/aros/v0/AROS-20190416-2-pc-i386-boot-iso.zip

What is an important change from the previous ISO ?

For pc-i386 it is fixes in DEVS:ata.device, IntelGMA workaround (DEVS:Monitors/IntelGMA) and Development/libs/libarosc.a fix. For Window-hosted it is video driver fix (Arch/mingw32/aros-bsp-mingw32)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 17, 2022, 02:07:30 PM
Thank you, as soon as the Testing is finished I will distribute the new version of AROS One 1.8

I would also plan (I have yet to decide) to also distribute a version of AROS One Hosted Windows, although unfortunately it lacks Audio and networking
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 17, 2022, 03:57:45 PM
AROS Hosted Windows has an error on the "Slarti" program, works fine AROS x86
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 17, 2022, 06:28:32 PM
Noticed that selecting any red arrows in pointer prefs, seems to get garbage.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 10:34:18 PM
AROS Hosted Windows has an error on the "Slarti" program, works fine AROS x86

Works for me :)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 10:50:14 PM
Noticed that selecting any red arrows in pointer prefs, seems to get garbage.

Here is a fixed png.datatype

https://axrt.org/development/png.datatype_20190416-2-fix-1.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 17, 2022, 11:12:30 PM
AROS Hosted Windows has an error on the "Slarti" program, works fine AROS x86

Works for me :)

"Slarti" on Real PC and VMware works fine, the problem is only on Windows Hosted !

You tested Linux Hosted, what is different between Windows Hosted and Linux Hosted?

Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 17, 2022, 11:48:57 PM
No, I tested Windows hosted running under Wine under Linux. That's the only way I can test Window hosted.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 18, 2022, 12:05:24 AM
I don't know if it's the same thing, I also tried it on other PC and the error persists, let's see if any other Windows user finds the same problem, the error talks about hardware problem.

What Hollywood libraries are you using, what version?
Title: Re: AROS ABIv0 20190416 Development
Post by: nikos on June 18, 2022, 01:54:34 AM
Here are official release builds:

https://axrt.org/download/aros/v0/AROS-20190416-2-mingw32-i386-system.tar.bz2
https://axrt.org/download/aros/v0/AROS-20190416-2-pc-i386-boot-iso.zip

What is an important change from the previous ISO ?

For pc-i386 it is fixes in DEVS:ata.device, IntelGMA workaround (DEVS:Monitors/IntelGMA) and Development/libs/libarosc.a fix. For Window-hosted it is video driver fix (Arch/mingw32/aros-bsp-mingw32)

Tried it now and can confirm that IntelGMA is now working.
Thanks for the fix Deadwood.
I will play more around with the system tomorrow I think.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 18, 2022, 02:05:12 AM
AROS Hosted Windows has an error on the "Slarti" program, works fine AROS x86

Works for me :)

After some testing, revealed the arcane and also a Mystery :o

AROS Windows Hosted = "Slarti "works "only" with library "rapagui.hwp v1.0", (with libraries "rapagui.hwp v1.2" and "rapagui.hwp v2.1" it doesn't work)

AROS WMware and Real PC = "Slarti" works well with library "rapagui.hwp v1.0" but also works well with Library "rapagui.hwp v1.2", (Does not work with new library "rapagui.hwp v2.1")

Hollywood in my opinion works badly, each application works with a different library, so in order not to have problems you have to copy the required libraries "with the supported version" to the program folder.

The Hollywood folder placed in "LIBS" is ignored when the libraries are in the program folder, which have priority over those placed in LIBS.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 18, 2022, 02:25:09 AM
I don't know if it's the same thing, I also tried it on other PC and the error persists, let's see if any other Windows user finds the same problem, the error talks about hardware problem.

What Hollywood libraries are you using, what version?

I didn't install any. I tested under "clean" AROS.
Title: Re: AROS ABIv0 20190416 Development
Post by: paolone on June 18, 2022, 02:29:34 AM
Hollywood in my opinion works badly, each application works with a different library, so in order not to have problems you have to copy the required libraries "with the supported version" to the program folder.

The Hollywood folder placed in "LIBS" is ignored when the libraries are in the program folder, which have priority over those placed in LIBS.


Great to know. At least now I know how to fix Hollywood apps when they act like they suddendly became obsolete/broken... Thank you!
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 18, 2022, 02:35:21 AM
I don't know if it's the same thing, I also tried it on other PC and the error persists, let's see if any other Windows user finds the same problem, the error talks about hardware problem.

What Hollywood libraries are you using, what version?

I didn't install any. I tested under "clean" AROS.

If you downloaded and used "slarti_arosx86abiv0.lha" from Aros Archive, it works fine on AROS Hosted Windows, because this package includes the "rapagui.hwp v1.0". 

If in your clean system you try to replace the "rapagui.hwp" with the ones you find on Aros Archive (below attachments) with "rapagui.hwp v1.2"  you will get a GURU !!! while "rapagui.hwp 2.1"  will not be recognized

http://archives.aros-exec.org/index.php?function=showfile&file=library/misc/hwp_rapagui-2.1.i386-aros.lha

http://archives.aros-exec.org/index.php?function=showfile&file=library/misc/hwp_rapagui.i386-aros.lha
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 18, 2022, 04:06:21 AM
Sorry Deadwood because there will be no update to the new version of Gallium, Kalamatee He worked on it :-\
Title: Re: AROS ABIv0 20190416 Development
Post by: magorium on June 18, 2022, 09:13:13 AM
Hollywood in my opinion works badly, each application works with a different library, so in order not to have problems you have to copy the required libraries "with the supported version" to the program folder.

The Hollywood folder placed in "LIBS" is ignored when the libraries are in the program folder, which have priority over those placed in LIBS.

Great to know. At least now I know how to fix Hollywood apps when they act like they suddendly became obsolete/broken... Thank you!
That is indeed nice to know.


However... i can't get past the feeling that this somewhat reminds me of .... windows dll hell  :)
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 18, 2022, 01:02:40 PM
I no longer have an icon for my FAT drive. How do I make it visible again?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 18, 2022, 01:13:13 PM
You mean one of your disks does not have an icon on Wanderer desktop?

Can you access the disk otherwise - for example from shell?
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 18, 2022, 01:20:40 PM
You mean one of your disks does not have an icon on Wanderer desktop?

Can you access the disk otherwise - for example from shell?

No, I used info from the command line, and it did not come up.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 18, 2022, 02:07:57 PM
Can you check if the drive is visible under a different operating system or even previous version of AROS booted from livecd?
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 18, 2022, 03:07:23 PM
Can you check if the drive is visible under a different operating system or even previous version of AROS booted from livecd?

Yes,it has always been visible on AROS (and linux too)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 18, 2022, 03:23:06 PM
On Linux or Windows "now" they see it ? only on AROS it is not seen ? on Wanderer do you notice strange Icons ?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 18, 2022, 04:40:00 PM
Here are official release builds:

https://axrt.org/download/aros/v0/AROS-20190416-2-mingw32-i386-system.tar.bz2
https://axrt.org/download/aros/v0/AROS-20190416-2-pc-i386-boot-iso.zip

Updated the new AROS One v1.8 with official "AROS-20190416-2-pc-i386-boot-iso.zip"

Everything seems to be perfect, I notice the quality of fonts on the Wanderer, but also an improvement in speed and graphics quality.

Tried installation on two Partitions with extra software in DH1, all went well.

A few weeks ti careful testing and then AROS One v1.8 will be released, unless there is other news imminent.

Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 18, 2022, 06:00:55 PM
On Linux or Windows "now" they see it ? only on AROS it is not seen ? on Wanderer do you notice strange Icons ?

No strange icons.  I think the problem might be because it is on another partition as my boot drive. The same boot drive that had the ata subsystem problem. Just a guess.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 18, 2022, 06:21:52 PM
If on Linux and Windows you can see it, AROS must see it well too, you could check it on VMware, just connect the Hardisk with a USB case
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 18, 2022, 11:39:10 PM
@cavemann

What about FAT-formatted USB pen drives? Are they visible when you plug them in?
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 19, 2022, 03:56:18 AM
I just did the boot with the new ISO my key is recognized
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 19, 2022, 04:04:37 AM
@deadwood

Palette Preference Guru

If you try to do "Save" or "Use," if you reopen Palette Preference and try to change a color, it generates error, see screenshot
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 19, 2022, 11:05:29 AM
@cavemann

What about FAT-formatted USB pen drives? Are they visible when you plug them in?

Yes
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 19, 2022, 11:11:20 AM
If on Linux and Windows you can see it, AROS must see it well too, you could check it on VMware, just connect the Hardisk with a USB case

Sorry, I don't have VMware.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 19, 2022, 11:19:11 AM
@cavemann

What about FAT-formatted USB pen drives? Are they visible when you plug them in?

Yes

Can you describe what partitions do you have on your hard disk (primary or secondary, what file system, what size).
Do you see those partitions in HDToolBox? Best if you can share screen shots.
You also mentioned that the partition was previosly visible from Linux. Is it still visible? Basically use another system to see if partition is not damaged.
As for crash in ata.device it was at a point of initializing a complete drive - not a single partition.

Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 19, 2022, 11:20:28 AM
@deadwood

Palette Preference Guru

If you try to do "Save" or "Use," if you reopen Palette Preference and try to change a color, it generates error, see screenshot

I looked into this, but these crashes are just tip of iceberg. Kalamatee had to make some changes to several components to make it work. You will have to wait with pens support until ABIv0 gets updated to base of 20200108 or newer.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 19, 2022, 12:44:50 PM
Okay, important to be aware of the problem !
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 19, 2022, 12:52:34 PM
I noticed that OWB by default searches for certificates in its folder, but with the filename "OWB/curl-ca-bundle.crt"

Now on OWB I set the default path Env-Archive/SYS/Certificates/ca-bundle.crt.

I should do the same thing on YAM


Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 19, 2022, 04:12:23 PM
@cavemann

What about FAT-formatted USB pen drives? Are they visible when you plug them in?

Yes

Can you describe what partitions do you have on your hard disk (primary or secondary, what file system, what size).
Do you see those partitions in HDToolBox? Best if you can share screen shots.
You also mentioned that the partition was previosly visible from Linux. Is it still visible? Basically use another system to see if partition is not damaged.
As for crash in ata.device it was at a point of initializing a complete drive - not a single partition.

My hard drive has 2 partitions with Aros (120mb) and a single FAT partition. (120mb). I can see the partitions with HDToolBox, With linux (or Windows) I can see the FAT partition.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 20, 2022, 12:00:31 AM
@cavemann

Looking at your screenshots, it seems that first one is from installed 20190416 release where FAT partition is not recognized by AROS. Second is from same harddrive but booted of 20180423 live CD where FAT partition is recognized. Is this correct understanding?

Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 20, 2022, 01:57:36 PM
@cavemann

Looking at your screenshots, it seems that first one is from installed 20190416 release where FAT partition is not recognized by AROS. Second is from same harddrive but booted of 20180423 live CD where FAT partition is recognized. Is this correct understanding?

Yes, correct
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 20, 2022, 02:02:42 PM
Ok good. Please try following ISOs via LiveCD and tell me which of them detected and which do not detect the FAT partition.

https://axrt.org/development/AROS-20180731-D2-pc-i386-boot-iso.zip
https://axrt.org/development/AROS-20181029-D3-pc-i386-boot-iso.zip.zip
https://axrt.org/development/AROS-20190301-D4-pc-i386-boot-iso.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 20, 2022, 03:20:15 PM
Ok good. Please try following ISOs via LiveCD and tell me which of them detected and which do not detect the FAT partition.

https://axrt.org/development/AROS-20180731-D2-pc-i386-boot-iso.zip
https://axrt.org/development/AROS-20181029-D3-pc-i386-boot-iso.zip.zip
https://axrt.org/development/AROS-20190301-D4-pc-i386-boot-iso.zip

Edit: Had to redo tests.  I managed to screw up my hard drive, so I had to rebuild it from backups. I don't think it affects the  new tests
The fat partition was detected with all disks.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 21, 2022, 12:26:52 AM
Thanks. Now I know where to search for regression.

One more request: boot the 2018 ISO you used before, go to HDToolBox and click-into 'Partiion 0' and 'Partiion 1'. This should show the internal partitions. Please make screen shots of all 3 and share them.
Title: Re: AROS ABIv0 20190416 Development
Post by: frakswe on June 21, 2022, 09:07:58 AM
Tried it out on my Acer Aspire v3-551 (ca.2013) laptop, got it working quite nicely after some fiddling. Resetting is the only thing that doesn't work properly, leaves a black screen and need poweroff.

Here's some capture pics&logs: https://www.dropbox.com/sh/i3sizg79hybqno2/AACUqMAF-uZo_mRZcMCECQ4Wa?dl=0 (https://www.dropbox.com/sh/i3sizg79hybqno2/AACUqMAF-uZo_mRZcMCECQ4Wa?dl=0)

Thanks deadwood for your work.
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 21, 2022, 05:45:06 PM
Thanks. Now I know where to search for regression.

One more request: boot the 2018 ISO you used before, go to HDToolBox and click-into 'Partiion 0' and 'Partiion 1'. This should show the internal partitions. Please make screen shots of all 3 and share them.
ok
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 21, 2022, 10:56:49 PM
Ok, for a quick test take L/fat-handler from the -D4 ISO and copy it over to your 2019 installation. Let me know if this made the FAT partition visible again.
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 22, 2022, 01:23:13 PM
Ok, for a quick test take L/fat-handler from the -D4 ISO and copy it over to your 2019 installation. Let me know if this made the FAT partition visible again.

No difference
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 22, 2022, 03:11:21 PM
Was the Big_Fat partition created from AROS using HDToolBox or from other system?

Looking at the INFO output from 2018 LiveCD it is recognized as FAT12 which should not support the sizes of 120GB :/
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 22, 2022, 05:14:32 PM
Was the Big_Fat partition created from AROS using HDToolBox or from other system?
cre
Looking at the INFO output from 2018 LiveCD it is recognized as FAT12 which should not support the sizes of 120GB :/


The partition was not created with HDToolBox, it was probably an old Microsoft partition enlarged with GParted over the years.

I'm attaching an experimental partition image in FAT32 (still unrecognized).

Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 22, 2022, 05:32:14 PM
Btw, if you get a chance to look, there is a Grub start that doesn't work on my machine, "AROS (high colour VESA graphics)"
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 23, 2022, 12:19:35 AM
@cavemann

Try this ISO, it should have fat-handler fixed.
https://axrt.org/development/20190416-2-aros-pc-i386.iso-fat-handler.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 23, 2022, 02:24:14 AM
Hi All,

The release of now officially published. It includes ~1000 new changes added between April 2018 and April 2019 as well as upgrade of GCC to 6.5.0. This closes the 20190416 release cycle.

You can find full change log here:

https://github.com/deadw00d/AROS/releases/tag/ABIv0_20190416-2

Binaries can be downloaded from here:

https://github.com/deadw00d/AROS/releases/tag/ABIv0_20190416-2
https://www.axrt.org/index.php?tab=download-aros

Binaries will also be available from http://www.aros.org/snapshots.php once we sort out current permission issues.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 23, 2022, 03:16:10 AM
A great job, Aros One x86 will be as soon as possible updated with this new ISO is ready to be distributed with version 1.8, thanks to all developers :)

Ancher AROS One 68k will be updated as usual with the new ISO !
Title: Re: AROS ABIv0 20190416 Development
Post by: korban on June 23, 2022, 06:54:17 AM
@Deadwood

Thank you very much for all your work on this.
From my perspective the timing was impeccable too.
For the last 3 months or so I've been collecting dozens of different gpus, soundcards, nics, and about a dozen different platforms that AROS works on (already tested very, very briefly with latest icaros just to make sure it's working properly), with the goal to start a Youtube channel showcasing the performance and compatibility of different hardware platforms and gpus, ram speeds/timings, and so on and so forth. A parallel to many pc hardware based channels in existence, but with the focus on AROS (and to a lesser extent other "Amiga" on x86 hardware options, but that's a sidebar).
 
Im very close to having a variation of all the hardware supported by x86 AROS now, and intended to start making videos this weekend, so having an updated, stable core with which to work from is very handy.

Thanks again  :)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 23, 2022, 07:14:59 AM
@korban

Glad to hear that! Looking forward to watching your videos.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 23, 2022, 02:44:37 PM
Hi All,

The release of now officially published. It includes ~1000 new changes added between April 2018 and April 2019 as well as upgrade of GCC to 6.5.0. This closes the 20190416 release cycle.

You can find full change log here:

https://github.com/deadw00d/AROS/releases/tag/ABIv0_20190416-2

Binaries can be downloaded from here:

https://github.com/deadw00d/AROS/releases/tag/ABIv0_20190416-2
https://www.axrt.org/index.php?tab=download-aros

Binaries will also be available from http://www.aros.org/snapshots.php once we sort out current permission issues.


Sorry deadwood, i noticed that today's Final ISO, has the same name "20190416-2", as the one you posted 5 days ago HERE (https://ae.amigalife.org/index.php?topic=922.165). I also noticed thatw is different size between the two ISOs !of course sio I am using in full, this ISO from Today.
Title: Re: AROS ABIv0 20190416 Development
Post by: cavemann on June 23, 2022, 04:23:27 PM
@cavemann

Try this ISO, it should have fat-handler fixed.
https://axrt.org/development/20190416-2-aros-pc-i386.iso-fat-handler.zip

Hurrah Hurrah Hurrah  8)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 23, 2022, 11:45:23 PM
Hi All,

The release of now officially published. It includes ~1000 new changes added between April 2018 and April 2019 as well as upgrade of GCC to 6.5.0. This closes the 20190416 release cycle.

You can find full change log here:

https://github.com/deadw00d/AROS/releases/tag/ABIv0_20190416-2

Binaries can be downloaded from here:

https://github.com/deadw00d/AROS/releases/tag/ABIv0_20190416-2
https://www.axrt.org/index.php?tab=download-aros

Binaries will also be available from http://www.aros.org/snapshots.php once we sort out current permission issues.


Sorry deadwood, i noticed that today's Final ISO, has the same name "20190416-2", as the one you posted 5 days ago HERE (https://ae.amigalife.org/index.php?topic=922.165). I also noticed thatw is different size between the two ISOs !of course sio I am using in full, this ISO from Today.

Yes, it's the same build. I just delayed annoucement a few days.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 24, 2022, 12:23:25 AM
@deadwood

On AROS One x86 Hosted Windows, there is an anomaly on the videos, they are see at a very high speedam see attached video :o

For Audio and Network, some news is expected !

https://drive.google.com/file/d/1BQcaCJG2GryVKbPmvUHxSMkWwmv0A8CT/view?usp=sharing
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 24, 2022, 12:34:01 AM
This is because there is no audio driver working. Until there is one, video's will be "fast"
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 24, 2022, 12:36:21 AM
OK thank you, i hope the audio and network can one day work !
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 24, 2022, 12:42:00 AM
I forgot, on AROS x86 Hosted Windows, Dopus4 doesn't work, could be due to lack of Floppy drive, on WMware if you don't configure a Floppy drive even virtual, WMware crashes !
Title: Re: AROS ABIv0 20190416 Development
Post by: paolone on June 24, 2022, 01:39:15 AM
I forgot, on AROS x86 Hosted Windows, Dopus4 doesn't work, could be due to lack of Floppy drive, on WMware if you don't configure a Floppy drive even virtual, WMware crashes !


You don't need to kepp the trackdisk device enabled on AROS, IIRC.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 24, 2022, 02:27:07 AM
@paolone
If you can't enable trackdisk device on AROS, ok I solved it by somehow modifying Dopus4

Done, now Dopus4 works perfectly on AROS One Hosted Windows and no trackdisk device is required ;D


@deadwood
How can I change the name volume System to AROS ? relabel can't find System "volume"
Title: Re: AROS ABIv0 20190416 Development
Post by: paolone on June 24, 2022, 05:41:24 AM
Many thanks for the update. Here's another beta of Icaros Desktop.


https://vmwaros.blogspot.com/2022/06/a-new-beta.html


Please download it and test for bugs/regressions. Thank you so much and have a nice weekend.
Title: Re: AROS ABIv0 20190416 Development
Post by: aha on June 24, 2022, 08:17:01 AM
Thank you very much, Paolone! I hope that I find some time to test the new Beta.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 24, 2022, 09:43:27 AM
Thanks I will wait for the hosted linux version, at the moment I am using the previous one
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 24, 2022, 04:06:04 PM
@deadwood,  i noticed these differences:

AROS Windows Hosted:
File in Use= Cannot be deleted
File in Use= Cannot be renamed

AROS On VMware:
File in Use = Cannot be deleted
File in Use= Can be renamed
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 25, 2022, 12:16:45 AM
@AMIGASYSTEM

That's possible, windows hosted and native AROS use different file system which have different behaviors in some cases.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 25, 2022, 01:33:16 AM
Ok, the problem is on AROS Hosted Windows, my scripts to change skins on BoinIconBar don't work.

Could you tell me if there is a way to close BoinIconBar? with the mouse from the menu it can be closed, but from a Shell I can't find the right argument, do you know if it exists?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 25, 2022, 01:44:24 AM
What I see in the codes is that it sets notification on ENV:Iconbar.prefs so that each time this file is changes, BoingIconBar "reloads" itself.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 25, 2022, 02:06:13 AM
I am referring to the "Quit" you see in the screenshot, I would like to do it from a Shell, is it possible, is there an argument from a Shell ?

Iconbar.prefs is the menu config that contains the App paths

Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 25, 2022, 02:37:32 AM
I haven't seen a option to shutdown BoingIconBar from shell.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 25, 2022, 03:00:15 AM
Indeed, I should ask Mazze, if I remember correctly he added "Quit", the original version did not have Quit !

Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 28, 2022, 06:49:24 AM
Hi All,

I released a patch for 20190416-2 release:

https://axrt.org/download/aros/v0/AROS-20190416-2-PATCH-1.zip

Contains fixes to png.datatype and fat-handler as well as backport versions of Prefs/Asl, Prefs/ReqTools, Libs/asl.library and Libs/reqtools.library.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 28, 2022, 07:51:04 AM
Perfect also on AROS x86 Prefs/Asl, Libs/asl.library work fine.

I must point out that Applications like Find and Wanderer prefs, Libs/asl.library size works fine, only problem that the RequestFile is not in the center of the screen but shifted to the left.

Regarding Prefs/ReqTools, and Libs/reqtools.library, i have to remember which application uses it !
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 28, 2022, 07:54:39 AM
Hmm, I tried C:RequestFile and the requester was displayed in the center. Anyhow, not a big deal.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 28, 2022, 12:38:35 PM
Yes RequestFile, but also Multiview shows the Filerequest in the center, but as reported above, Wanderer Prefs, and Find show the request on the left, see attached video, I have not tested other Apps, I will let you know

Test Video FileRequest:
https://drive.google.com/file/d/1n0sPOzM155ADVarCKPLXXH01BIFfu8z4/view?usp=sharing
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 28, 2022, 12:59:07 PM
I checked this and at least in case of Find, the requester is controlled by MUI/Zune which sets its initial position. This means every MUI program that uses Popasl object to display a requester will have this behavior.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 28, 2022, 02:28:11 PM
Yes even Wanderer Prefs, Fonts Prefs use Popasl object !so you will not be able to Center or Resize the Requestfile

JanoEditor on the other hand shows a Small Request, while miker's DTConvert and IconClone applications, the Request is Central but slightly lowered.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 28, 2022, 11:35:56 PM
I added an enhancement request here:

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

Can you check MorphOS MUI setting and see if there are options there to define position and size of requesters?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 29, 2022, 12:59:08 AM
Now I verify yes MOS, on OS3 yes exists on MUI "Snashot" that you can save GUI size and Request, see screenshot

Zune Prefs allows you to remember/save size GUI, see screenshot
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 29, 2022, 01:10:52 AM
MUI MOS as OS3 includes among the options "Snashot"
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 29, 2022, 05:39:18 AM
zune in preferences can save the positioning of the window

(https://i.ibb.co/BcF73Xp/zune.jpg)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 29, 2022, 06:12:30 AM
No Salvo, as I mentioned above Zune Prefs can store only GUI, but it cannot save the size of the request file

--- Italiano ---

No Salvo, come ho accennato sopra Zune Prefs può memorizzare solo GUI, ma non può salvare le dimensioni del request file
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 29, 2022, 06:24:42 AM
ok i understand :)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 29, 2022, 09:30:30 AM
MUI MOS as OS3 includes among the options "Snashot"

Thanks. My question was a bit different: It is possible in MOS MUI settings to set default sizes and position for requesters?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 29, 2022, 10:06:54 AM
Thanks. My question was a bit different: It is possible in MOS MUI settings to set default sizes and position for requesters?

On MOS/MUI-Prefs the "Stored" option allows you to automatically store requestfiles, see the whole video

https://drive.google.com/file/d/1zJQ5T7B5Q_HYuNcJ-HIsStIISYtWRy7-/view?usp=sharing
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 29, 2022, 11:24:27 AM
I understand that, but that's not what I'm asking. I'm not asking if requesters remember their positions and size on MorphOS, but whether you can select the defatult/initial position and size of requesters which are opened "via" MUI.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 29, 2022, 12:32:30 PM
On MUI-Prefs MOS, I found no option to set the size.

In Prefs\Env-Archive\MUI, I found a save file named "ASLREQUESTER.1"

I tried deleting "ASLREQUESTER.1" and nothing changed, then I noticed that the file "ASLREQUESTER.1" is automatically recreated if I resize a RequestFile manually with the mouse.

I attach two "ASLREQUESTER.1" files, one is the original one, the other one I renamed was created automatically when I resized a Requestfile.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 29, 2022, 01:06:24 PM
Ok, got it. So it looks like all asl requesters have a shared configuration, so if you change the size/position of asl requester window in one program, the requester in another program will have same dimensions.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 29, 2022, 01:17:15 PM
Yes, see the video to confirm !

https://drive.google.com/file/d/1zSueHnykWVhYV6kAG1EUij7hCqDHl-XD/view?usp=sharing
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on June 29, 2022, 06:27:29 PM
it has the same behavior as zune when you set the window size to be saved when the program exits
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 29, 2022, 11:39:02 PM
Noticed that selecting any red arrows in pointer prefs, seems to get garbage.

Here is a fixed png.datatype

https://axrt.org/development/png.datatype_20190416-2-fix-1.zip

this version of png.datatype, has problems with the graphics of the game "Ingenious", basically the PNG images do not have transparent background and so the images overlap, see screenshot
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 30, 2022, 06:34:05 AM
Did you do anything special to start it? If I just select "GO", all I get is on screen shot below and whole AROS becomes frozen.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 30, 2022, 07:04:58 AM
Ok, nevermind it just takes a lot of time to start. Afterwards I get the same image as you do.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on June 30, 2022, 07:19:21 AM
Should be fixed: https://axrt.org/development/20190416-2-PATCH-1-png.datatype-trans-fix.zip
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 30, 2022, 07:45:34 AM
Should be fixed: https://axrt.org/development/20190416-2-PATCH-1-png.datatype-trans-fix.zip

Yes now with this PNG.datatypes fix the graphics of the game "Ingenious" is perfect, even the AROS native Pointer Prefs work fine.

I didn't do anything special, my AROS One probably has everything it needs, I'll check and let you know what it needs to boot up.

Pointer PNGs created by me, never had any problems even with bug versions of PNG.datatypes
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on June 30, 2022, 08:10:16 AM
Did you do anything special to start it? If I just select "GO", all I get is on screen shot below and whole AROS becomes frozen.

I tested your ISO on VMware and the Ingenious game booted quietly.

Also tested on AROS One Hosted Windows, although it starts a little slower but runs fine
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on July 02, 2022, 06:31:31 AM
deadwood, in Contrib there is an old Zune library "ToolBar 15.11", on my AROS One x86 I have ToolBar 26.2.

The other Zune libraries are from the version I have on AROS One x86, should I use the ones from "Contrib", have the ones from Contrib been recompiled? thanks
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on July 02, 2022, 09:04:03 AM
If thew newer version works for you, it should be no problem.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on July 02, 2022, 11:51:18 AM
I think so at the moment I don't remember the applications that use it, i will investigate
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on July 03, 2022, 03:31:02 AM
At the moment I have not found any AROS App that uses "ToolBar", when it happens I can confirm that it works fine

On your ISO there is also "TextEditor.mcc v1545" which is old, there is the new version TextEditor.mcc v1556, seems to work well

http://archives.aros-exec.org/index.php?function=showfile&file=library/mui/mcc_texteditor-15.56.lha
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on July 03, 2022, 03:45:04 AM
When it comes to custom MUI classes, I believe Mazze was updating them from time to time. Since he is not that active anymore, they become stale. I eventually intend to update them (unless someone else steps in), but that is quite low on my priority list (definitely not this year).
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on July 03, 2022, 04:13:05 AM
Thank you, if there are other updates I will point them out to you, what is important is that they are working.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on July 03, 2022, 07:45:26 AM
The MUI classes updated on Aminet and Archives, BetterString, Texeditor, Nlist and the last fixed by Deadwood Thebar work well
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on July 03, 2022, 12:13:26 PM
No Thebar v26.22 present on Archives Aros is not good, it must be deleted, (RNOTune Play button does not work well)  i have already reported and discussed with deadwood, read HERE (https://ae.amigalife.org/index.php?topic=909.msg10806#msg10806)
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on July 03, 2022, 12:33:33 PM
thebar fixed of Deadwood
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on July 03, 2022, 12:41:58 PM
Salvo read the whole attached link, Deadwood also made the report to the developer, the latest version of Thebar v26.2 has a bug.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on July 03, 2022, 12:59:03 PM
I know
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on July 17, 2022, 02:44:57 AM
deadwood look carefully at "All" of the attached video, there are some anomalies on the Shell that might suggest "nonexistent" CLI errors

In the Video I run "GCC -v" from BoingIcomBar and from the Shell Icon from the System folder, both methods result in a "GCC not found" error

If instead I run this Command from the Wanderer/Shell Menu, everything works normally.

From this I understood that in order for the "GCC -v" command to work, it is necessary to set the Shell in "CLI" mode, in fact if I add in the Shell icon Tooltype the CLI mode everything works, but it still does not work on BoingIconBar.

Conclusions

In the Wanderer Icon Tooltypes a Tab should be inserted to set the icon as CLI (this is present in OS 3.9)

Also on BoingIconBar would need to add the CLI/Windows option and also add the Exit from Shell option.

Tutoriial Video CLI/Shell
https://drive.google.com/file/d/1adeeaqvFnp1Qi8e5SgrurrivqBt1bl_s/view?usp=sharing
Title: Re: AROS ABIv0 20190416 Development
Post by: amigamia on July 25, 2022, 12:27:42 PM
@Deadwood:

Hi deadwood, trying to follow your instructions from INSTALL.md but it stops at the error you see below.

Code: [Select]
make: *** Waiting for unfinished jobs....
fd2pragma.c: In function ‘FuncVBCCPUPCode’:
fd2pragma.c:7964:18: warning: ‘%ld’ directive writing between 2 and 19 bytes into a region of size 13 [-Wformat-overflow=]
 7964 |     arh->ar_name[sprintf(arh->ar_name, "#1/%ld", k)] = ' ';
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fd2pragma.c:7964:18: note: directive argument in the range [16, 9223372036854775807]
In file included from /usr/include/stdio.h:894,
                 from fd2pragma.c:381:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 6 and 23 bytes into a destination of size 16
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   40 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
fd2pragma.c: In function ‘FuncVBCCMorphCode’:
fd2pragma.c:8675:18: warning: ‘%ld’ directive writing between 2 and 19 bytes into a region of size 13 [-Wformat-overflow=]
 8675 |     arh->ar_name[sprintf(arh->ar_name, "#1/%ld", k)] = ' ';
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fd2pragma.c:8675:18: note: directive argument in the range [16, 9223372036854775807]
In file included from /usr/include/stdio.h:894,
                 from fd2pragma.c:381:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:38:10: note: ‘__builtin___sprintf_chk’ output between 6 and 23 bytes into a destination of size 16
   38 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   39 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   40 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~

This is the option I am selecting:
1. Select toolchain-alt-abiv0-i386

I have Pop!_OS 22.04 LTS x86_64 w/ gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0

Title: Re: AROS ABIv0 20190416 Development
Post by: miker1264 on July 25, 2022, 01:33:26 PM
I will need to update my sources for ABIv11 and recompile it as well. I use the ABIv0 for compiling locally for testing.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on July 26, 2022, 04:10:52 AM
@amigamia

You will most likely have to wait until I migrate to 22.04-base distro so I can solve those issues.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 14, 2022, 02:17:19 PM
@deadwood

In your latest reference ISO "20190416" the old problem on disk information is back, see screenshot.

In THIS (https://ae.amigalife.org/index.php?topic=774.msg12584#new) my thread (last post), you can see the same error on real PC, both on HD in FAT32 and NTFS


EDIT:

The problem was always caused by the muimaster.library, i solved it by using the muimaster.library included in the archive "scalos-builds-20220710"
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on August 15, 2022, 04:38:47 AM
To fix the disk information window issue, grab this ISO and take System/Wanderer/Tools/DiskInfo

https://build.axrt.org/download/builds/AROS-ABIv0/pc-i386-20220815-092400.tar.gz
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 15, 2022, 04:58:01 AM
To fix the disk information window issue, grab this ISO and take System/Wanderer/Tools/DiskInfo

Perfect it works perfectly !

Question also for scalos should i use the muimaster.library included in this new iso, instead of the one included in the archive "scalos-builds-20220710"
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on August 15, 2022, 05:44:12 AM
Question also for scalos should i use the muimaster.library included in this new iso, instead of the one included in the archive "scalos-builds-20220710"

Functionality-wise It should be exactly the same muimaster.library, difference is the one on the ISO is build without debugging information and is smaller.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 15, 2022, 12:18:13 PM
Ok thanks, I will use the one included in your new ISO also for Scalos.

In the new ISO you attached to me, are there any other updated files?


In THIS (https://ae.amigalife.org/index.php?topic=774.msg12624#msg12624) discussion user ntromans reported to me a problem with Driver "i8042.hidd" for trackpad use, the 2016 Driver on his PC was working fine.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 18, 2022, 05:07:30 AM
@deadwood

I noticed that when dragging a DualPNG Icon the transparency does not work, see screenshot, in prativa the transparent part around the icon is colored black.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 21, 2022, 05:13:18 PM
Hi All,

I released a patch for 20190416-2 release:

https://axrt.org/download/aros/v0/AROS-20190416-2-PATCH-1.zip

Contains fixes to png.datatype and fat-handler as well as backport versions of Prefs/Asl, Prefs/ReqTools, Libs/asl.library and Libs/reqtools.library.

Even with the new "fat-handler" you can't rename a file from "lower case letters" to "upper case letters" or vice versa, if you try to rename the file it will self-delete
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 22, 2022, 04:51:45 PM
@deadwood

Through user report ntromans made HERE (https://ae.amigalife.org/index.php?topic=774.msg12811#new), we found Guru and Crash of the system with some PDF Documents, tests I made with the attached PDF file.

From tests done I found that Guru and Crash were caused by the "freetype2.library" library, from the various versions the only one that works well is the "freetype2.library" included in your ISO "20190301-D4", all the later ones "they all have the same file size" do not work sending in Guru and Crash The system.

http://www.visonic.com/Data/Uploads/Next_Plus_PIR_MCW_Next_Plus_K9_85_Italian_Installer_Guide_D-303391.pdf
Title: Re: AROS ABIv0 20190416 Development
Post by: miker1264 on August 22, 2022, 05:52:06 PM
Hi All,

I released a patch for 20190416-2 release:

https://axrt.org/download/aros/v0/AROS-20190416-2-PATCH-1.zip

Contains fixes to png.datatype and fat-handler as well as backport versions of Prefs/Asl, Prefs/ReqTools, Libs/asl.library and Libs/reqtools.library.

Even with the new "fat-handler" you can't rename a file from "lower case letters" to "upper case letters" or vice versa, if you try to rename the file it will self-delete

Under which circumstance does the rename malfunction?

Are you using Wanderer or Magellan or Dopus4?

Have you tried renaming the file using the shell?
If it works correctly then it isn't fat-handler that's the culprit.

More information may be needed to narrow down the problem.

Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 22, 2022, 06:10:08 PM
No is a serious problem on FAT32

Dopus Magellan => Does not allow renaming "Lowercase/uppercase" (File already exists error)

Shell => Does not allow renaming "Lowercase/uppercase" (File already exists error)

Shell => If you rename File+Icon (Icon is replaced with a project icon)

Dopus4 => Does not allow renaming "Lowercase/uppercase" you get message File already exists, if acceptu the file will self-delete

There are probably many other anomalies, for example many applications, games, do not work when run from FAT32 formatted media, best to avoid testing on this filesystem
ound)
Title: Re: AROS ABIv0 20190416 Development
Post by: miker1264 on August 22, 2022, 06:27:41 PM
deadwood may have done some work on fat-handler so I will co-ordinate with him on that.

I have written my own Disk Image Explorer although in C#.
 So I am very familiar with Fat12/16 & Fat32 filesystems.

It depends on how fat-handler is written but it may be using LFN (long file names). In which case maybe it isn't handling the filenames properly.

Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on August 22, 2022, 06:33:33 PM
This problem has existed for a long time even on short names, reported several times

As mentioned it is not just a name issue, there are applications and games that do not work when run on FAT32 formatted devices

.... Bad news also for AROS Hosted Linux

Shell => Does not allow renaming "Lowercase/uppercase" (because Object not found)

Dopus4 => Does not allow renaming "Lowercase/uppercase" (Dos Error code 205 Object not found)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on August 23, 2022, 12:02:23 AM
@deadwood

Through user report ntromans made HERE (https://ae.amigalife.org/index.php?topic=774.msg12811#new), we found Guru and Crash of the system with some PDF Documents, tests I made with the attached PDF file.

From tests done I found that Guru and Crash were caused by the "freetype2.library" library, from the various versions the only one that works well is the "freetype2.library" included in your ISO "20190301-D4", all the later ones "they all have the same file size" do not work sending in Guru and Crash The system.

http://www.visonic.com/Data/Uploads/Next_Plus_PIR_MCW_Next_Plus_K9_85_Italian_Installer_Guide_D-303391.pdf

Thanks, I will look into that.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 03, 2022, 12:45:14 PM
FYI, ABIv0, ABIv11 and AxRuntime branches have been updated to build under Ubuntu 22.04/Mint 21
Title: Re: AROS ABIv0 20190416 Development
Post by: o1i on September 03, 2022, 01:53:13 PM
@deadwood

Through user report ntromans made HERE (https://ae.amigalife.org/index.php?topic=774.msg12811#new), we found Guru and Crash of the system with some PDF Documents, tests I made with the attached PDF file.

From tests done I found that Guru and Crash were caused by the "freetype2.library" library, from the various versions the only one that works well is the "freetype2.library" included in your ISO "20190301-D4", all the later ones "they all have the same file size" do not work sending in Guru and Crash The system.

http://www.visonic.com/Data/Uploads/Next_Plus_PIR_MCW_Next_Plus_K9_85_Italian_Installer_Guide_D-303391.pdf

Thanks, I will look into that.

Freetype library needs quite a lot of stack for some fonts. I fixed some of those problems some time ago, not sure if this is already in your branch.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 03, 2022, 02:33:05 PM
Freetype library needs quite a lot of stack for some fonts. I fixed some of those problems some time ago, not sure if this is already in your branch.

Yes, your fix is already included. What is happening looks like a memory override somewhere. I'm worries that some public structure might have changed size for example between two freetype versions and now memory gets overwritten.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 03, 2022, 05:51:42 PM
@deadwood
On Wanderer if you configure the "Iconify" button with Zune Prefs, on Wanderer on windows it does not work, while it works fine with System Applications "where the button" "Icoinfy" appears.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 03, 2022, 10:43:12 PM
Yes, that's a known issue. Wanderer is missing some implementation.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 04, 2022, 01:27:46 AM
Freetype library needs quite a lot of stack for some fonts. I fixed some of those problems some time ago, not sure if this is already in your branch.

Yes, your fix is already included. What is happening looks like a memory override somewhere. I'm worries that some public structure might have changed size for example between two freetype versions and now memory gets overwritten.

Well the good/bad news is that cleanly built AROSPDF for x86_64 also crashes on these pdf files. So the source of the problem seems not to be breaking of compatibility by freetype, but some sort of other bug.

What do you mean by "lots" of stack? I gave AROSPDF 50MB stack and it still crashed. What sizes of stack were needed in your case to overcome the crash (prior to your fix)?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 04, 2022, 08:51:37 AM
@All

This ISO should contain freetype2.library that no longer crashes on certain PDFs.

https://build.axrt.org/download/builds/AROS-ABIv0/pc-i386-20220904-142632.tar.gz
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 04, 2022, 02:08:46 PM
deadwood, sorry if I always ask the same question, in this ISO are there any other updates or should I just pick up the "freetype2.library " ?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 04, 2022, 02:39:52 PM
I encountered another bug on AROSPDF, not sure if it always depends on the "freetype2.library"

Basically if you try to enlarge the PDF document window, the file title, either "disappears", or shows strange fonts (corrupted text), see attached video.

https://drive.google.com/file/d/1I9akxv0689ng3TPXZY72OoiSXvN21JEP/view?usp=sharing

If the file names are short, the file title "Disappears", while if they are long, the strange fonts almost always show up.

This bug also occurs with the other libraries "freetype2.library"

Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 04, 2022, 04:09:57 PM
deadwood, sorry if I always ask the same question, in this ISO are there any other updates or should I just pick up the "freetype2.library " ?

Hi,

There are no other updates in this ISO.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 05, 2022, 08:31:35 AM
deadwood I encountered a regression with your Updated Drivers with the NVIDEA GeeForce Go 6600 Video Card.

On my old "AROS One v1.1" the game "Steelstorm" works fine with the GeeForce Go 6600 Video Card, with your updated Drivers I get a black screen.

Again with my old "AROS One v1.1" the game "Steelstorm" appenta run on ACER Aspire One ZG5 (INTEL 945 VGA Video Card) instead of rebooting the computer (as it does with your updated drivers), it exits the game back to Wanderer
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 05, 2022, 12:51:46 PM
What I noticed is that game will crash if network is not working/not connected. Can you make sure network is up on your computers?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 05, 2022, 02:29:45 PM
On the PC I tested (CDC Point) the network does not work, so the network is not active !

With "Steelstorm", if you play with a single user you don't need the network, the game also works locally !

The Laptop PC that used for the test has "2 Internal Video Cards" both supported by AROS, one NVIDEA GeeForce Go 660, and the second GMA_LVDS.

As mentioned with the new Drivers with the "GeeForce Go 660" the game does not work, with the GMA_LVDS instead the game starts but in Black and White
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on September 06, 2022, 05:17:00 AM
amigasystem you can use a build that works in everything for everything, It does not change anything you only have the full compatibility of the software also with regard to the future
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 06, 2022, 02:20:26 PM
I didn't quite understand what you wrote, can you write it in Italian too ?

Anyway, the old Builds are a thing of the past, the deadwood updates have made AROS more stable and performant, also the compatibility has increased, many tested PCs are now supported, while with the old Buildson many, AROS would not boot.

Running "Steelstorm" on updated AROS requires only a fix to the NVIDEA GeeForce Driver


---- Italiano ----

Non ho capito bene quello che hai scritto, puoi scriverlo anche in italiano ?

Comunque, le vecchie Build appartengono al passato, gli aggiornamenti di deadwood hanno reso AROS più stabile e performante, inoltre è aumentata la compatibilità, molti PC testati ora sono supportati, mentre con le vecchie Build, molti PC su AROS non si avviavano.

Per far girare "Steelstorm" su AROS aggiornato occorre  solo un fix al Driver NVIDEA GeeForce
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on September 08, 2022, 06:35:14 AM
I didn't quite understand what you wrote, can you write it in Italian too ?

Anyway, the old Builds are a thing of the past, the deadwood updates have made AROS more stable and performant, also the compatibility has increased, many tested PCs are now supported, while with the old Buildson many, AROS would not boot.

Running "Steelstorm" on updated AROS requires only a fix to the NVIDEA GeeForce Driver


Fix are minimal it's you who are making a lot of noise
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 08, 2022, 07:18:52 AM
There are not a few fixes, see ASL.library, Req.library which are very important, then there are many fixes made by deadwood, some of them reported by me that made AROS more stable and functional.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on September 08, 2022, 07:38:33 AM
@deadwood
Is there any way on Wandere to hide the Phantom Icons?

Basically when you mount an MS-DOS Floppy image with MountDiskImage, in addition to PC0, the same floppy is also mounted as DF0, this also happens on OS3.x

I don't know if there is such a way.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on September 08, 2022, 07:40:37 AM
i know the new fix but my sistem is also stable and compatible with all software
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 08, 2022, 07:48:22 AM
Even if you don't see "are many" changes in the latest deadwood ISOs, if you try to replace the Libraries or system files in the new ISOs, with the old Biuilds, AROS will no longer boot.

The further you go with the updates, the old Builds will be unserviceable, which happens with all OSs.

I hope deadwood will confirm what I write !
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on September 08, 2022, 08:48:01 AM
I am writing from my system where I applied some updates and it works very well certainly we talk about zune class etc...etc ..
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on September 08, 2022, 08:59:38 AM
@deadwood
Is there any way on Wandere to hide the Phantom Icons?

Basically when you mount an MS-DOS Floppy image with MountDiskImage, in addition to PC0, the same floppy is also mounted as DF0 with a faded icon, this also happens on OS3.x, see screenshot in HERE (https://ae.amigalife.org/index.php?topic=774.msg13014#new) last post




Title: Re: AROS ABIv0 20190416 Development
Post by: korban on October 03, 2022, 03:30:27 AM
Just wanted to double check, but is the https://axrt.org/development/AROS-20180423-D2-pc-i386-boot-iso-GCC630.zip iso the one to be using?
There's some more recent isos on the page.
Should a person just use the above iso alone, or should they update with more current versions (ie. theyre smaller, so I assume they might contain fixes).

Thanks.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on October 03, 2022, 03:56:11 AM
The link you posted includes the ISO "20180423-D2-pc-i386-boot-iso-GCC630 "which is not the most recent one, you have to locate the most recent one based on the release date.

https://axrt.org/development/

All newer ISO include fixes and updates, but there are no third-party applications and no special configurations, you only find these things on Distros as Icaros o AROS One.
Title: Re: AROS ABIv0 20190416 Development
Post by: korban on October 03, 2022, 04:02:17 AM
Yeah, I realised there was more recent isos on the download page. That's why I said there's more recent isos on the download page  :P
Theyre smaller though, so I assumed they just contained the bare minimum with updates and fixes.
I'll just install the iso Ive linked to and then copy over the changes from the most recent minimal iso containing the updates/fixes.

As for distros, theyre not really my thing. I prefer to set my system up myself (there's no distros that have things set up as I like them to be).

Thanks for the response.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on October 03, 2022, 04:48:18 AM
Except for the small PATCH archive, all others include a complete ISO.

The ISO "20180423-D2-pc-i386-boot-iso-GCC630" is larger because it includes the complete "Development" package, but it is not the most up-to-date ISO.

Yes creating your own system is always the best choice, but reinventing the wheel takes time and knowledge, there are many things missing in the ISO to make third-party software work properly, so to make it easier perhaps it would be good to study the distribution first and take what interests you most.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on October 03, 2022, 02:51:26 PM
My general suggestion is to use only release from here:

https://axrt.org/downloads-aros

On top of that you can apply this patch:

https://axrt.org/download/aros/v0/AROS-20190416-2-PATCH-1.zip

Everything that is in /development/ directory or has -Dx- version is ranging from "quite good" to "absolutely broken" and should not be installed for day-to-day use.
Title: Re: AROS ABIv0 20190416 Development
Post by: paolone on October 04, 2022, 01:29:01 AM
My general suggestion is to use only release from here:

https://axrt.org/downloads-aros (https://axrt.org/downloads-aros)

On top of that you can apply this patch:

https://axrt.org/download/aros/v0/AROS-20190416-2-PATCH-1.zip (https://axrt.org/download/aros/v0/AROS-20190416-2-PATCH-1.zip)

Everything that is in /development/ directory or has -Dx- version is ranging from "quite good" to "absolutely broken" and should not be installed for day-to-day use.


Thanks!!!
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on October 13, 2022, 12:11:21 AM
@deadwood

On the AROS version of OWB it is possible to enable the "ContextualMenu", basically if I add an item, it is not displayed in the Menu.

With OWB OS4 the "ContextualMenu" works fine
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on October 13, 2022, 06:30:39 AM
I don't know - I don't ever recall testing/using that functionality.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on October 13, 2022, 08:16:57 AM
I discovered the problem when I was testing "Aiostreams" scripts, as shown in this video !

https://youtu.be/nLi9k_w54Ec?t=200
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on October 17, 2022, 01:30:28 AM
deadwood I report a bug in renaming a single Icon without a file or Directory.

Basically if you try to rename an Icon (without a file or directory) on Wanderer the system crashes
Title: Re: AROS ABIv0 20190416 Development
Post by: nikos on October 17, 2022, 04:48:31 AM
Leave out icons on workbench works fine from those I tried except for Shell.
If I try to leave out shell I can not put put it away and after reboot the icon is duplicated on the workbench.
I have to delete System:backdrop to get back to normal.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on October 17, 2022, 05:59:00 AM
yes nikos, precisely, the Shell is an icon "without" reference file here's because you cannot rename it, I was referring to that

With Dopus4 try copying an "any" but "single icon without any reference file or directory," and then try delete it from Wanderer.
 
The problem with "single" (orphan) icons that cannot be deleted from Wandere, I have already made the report to deadwood


Of course from Dopus4 you can rename or delete anything.

On FAT32, on the other hand, you can't even rename a file or folder from Lower Case to Upper Case or vice versa, if you do the file or folder will disappear (self-delete)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on October 17, 2022, 06:38:14 AM
The problems you both report are known issues AFAIK. Wanderer needs a developer who will fix those small problems. If anyone is interested, I'm happy to help setting up development environment and answering questions on AROS codebase.
Title: Re: AROS ABIv0 20190416 Development
Post by: nikos on October 17, 2022, 10:36:13 AM
The problems you both report are known issues AFAIK. Wanderer needs a developer who will fix those small problems. If anyone is interested, I'm happy to help setting up development environment and answering questions on AROS codebase.

No big deal for me. I mostly use DOpus Megellan.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on October 17, 2022, 11:41:18 AM
Even with Scalos there are no problems, there are many other ways to solve, but Wanderer is the main Workbench and it is the one that those who are approaching AROS for the first time, or those who use AROS Build, use, so it is in my opinion it is the one that must work best.

Those coming from the Amiga world use the standard Workbench and therefore expect to find the same things working on Wanderer. :)
Title: Re: AROS ABIv0 20190416 Development
Post by: nikos on October 17, 2022, 12:42:35 PM
Even with Scalos there are no problems, there are many other ways to solve, but Wanderer is the main Workbench and it is the one that those who are approaching AROS for the first time, or those who use AROS Build, use, so it is in my opinion it is the one that must work best.

Those coming from the Amiga world use the standard Workbench and therefore expect to find the same things working on Wanderer. :)

Sure, can not disagree about that  :D
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on December 01, 2022, 08:03:29 AM
@deadwood

I encountered this 'strange fonts' problem on an editor window of the game LazSokoban, do you think it depends on the game or on the operating system?
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on December 03, 2022, 01:10:47 AM
@AMIGASYSTEM

As far as I can see, It's a bug in application that was not visible previously. Application needs to be fixed.
Title: Re: AROS ABIv0 20190416 Development
Post by: Amiwell on December 03, 2022, 05:12:32 AM
@amigasystem

Give icaros 2.3 a try!
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on December 03, 2022, 05:29:25 AM
@amigasystem

Give icaros 2.3 a try!

With all Distros and with all Bulids there is that bug, including IcarOS 2.3 and older versions.

I have reported the problem to the developer !
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on December 04, 2022, 03:16:25 AM
@AMIGASYSTEM

As far as I can see, It's a bug in application that was not visible previously. Application needs to be fixed.

Solved after discussing with the person who compiled the game (Marcus Sackrow), it was not a bug but just a string in Russian language, as you can see from the screenshot I translated al string into English :)

(https://ae.amigalife.org/index.php?action=dlattach;topic=774.0;attach=3938;image)
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on December 04, 2022, 03:39:26 AM
I'm glad it's solved :)
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on December 04, 2022, 04:54:04 PM
After reporting other problem, Marcus recompiled the game and added new features such as the choice of Skin, which I immediately used for two of my Skins, one dedicated to ArosOne and the other to Christmas, see screenshot.

The new version of LazSokoban will be available on the new AROS One (or to those who request it), or on the developer's site.

Marcus Sackrow (ALB42 ) published an article on LazSokoban and tells about the history of the game and upcoming developments, now with the new compiler LazSokoban can also be developed for MOS, OS4 and OS3, allego link site ALB42.

https://blog.alb42.de/
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on December 23, 2022, 04:28:43 AM
deadwood you could improve the "use transparency when dragging icons" feature.
I ask this because dragging DualPNG icons leaves a small black border, see screnshoot, I think it is the alpha channel.

On the same icons on OS3 and OS4 this problem does not exist.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on January 07, 2023, 08:37:14 AM
deadwood i would like to report that the AROS version of Typography has some problems on your latest Distros.
Basically the characters of the Simbol and Frames are well visible in preview, see attached screenshot, but then when you click on PICK they disappear and are not visible in the PREVIEW, with some characters instead the Simbol when you click on PICK they remain but change appearance they become a rectangle.

On my old Distros the problem does not exist, do you have any idea what it could be ?

Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on January 07, 2023, 08:42:15 AM
Which release of AROS your "old Distros" are using?

Can you record a video of correct and wrong behavior?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on January 07, 2023, 08:53:28 AM
OK I create the video !

My old distros were based on the latest Nightly Builds distributed at aros.sourceforge.io

Typography_AROS software can be found here on Aminet:
http://aminet.net/package/text/dtp/Tipografia_AROS

Frames and Symbols are not included, you can find them here:
https://www.1001freefonts.com/
https://www.creamundo.com/
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on January 07, 2023, 09:22:28 AM
Can you record a video of correct and wrong behavior?

Here are the two videos:
AROS One 1.2 ->Typography Works
Your Build ->Typography Doesn't Work

http://archives.aros-exec.org/?function=showfile&file=office/dtp/tipografia.i386-aros.lha
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on January 07, 2023, 09:28:09 AM
Ok, thanks for the video. I will look into that.
Title: Re: AROS ABIv0 20190416 Development
Post by: ncafferkey on January 07, 2023, 04:39:02 PM

My old distros were based on the latest Nightly Builds distributed at aros.sourceforge.io

If you're not sure of the exact nightly you based them on, you can probably check by opening Wanderer's Wanderer->AROS->About menu option.
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on January 07, 2023, 05:32:33 PM
Hi ncafferkey, yes here is the screenshot, it should be one of the last nights available on that link
Title: Re: AROS ABIv0 20190416 Development
Post by: ncafferkey on January 07, 2023, 07:28:18 PM
Thanks AMIGASYSTEM. That's probably useful info for Deadwood.
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on January 08, 2023, 12:23:08 AM
Thanks AMIGASYSTEM
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on January 08, 2023, 03:08:50 AM
On "20190416" on "WMWare with SVGA" I encountered graphical artifacts on the 32Bit Pointers used with AROS One, Distro "20190416" uses 8Bit Pointers, see screenshot, also sanche on "20190416" occasionally the Pointer disappears or turns into a red triangle, typical of when the pointer prefs are missing.

With VESA graphics mode no problem
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on January 08, 2023, 03:26:40 AM
Are 32-bit pointers working correctly with VESA mode?
Title: Re: AROS ABIv0 20190416 Development
Post by: AMIGASYSTEM on January 08, 2023, 04:26:56 AM
32Bit Pointers created by me work well with VESA and also work well with IntelGMA

On AROS One x86/68k I have always used custom 32Bit Pointers
Title: Re: AROS ABIv0 20190416 Development
Post by: deadwood on January 08, 2023, 08:51:41 AM
Ok, added as bug report: https://github.com/deadw00d/AROS/issues/84