AROS ABIv0 20201110 Development

deadwood · 39000

cavemann

  • Junior Member
  • **
    • Posts: 78
    • Karma: +86/-0
Reply #180 on: January 27, 2023, 04:06:29 PM
Oops, sorry deadwood, I grabbed the wrong video card. geforce8400 tests ok. My mistake. nvidia8400 is fine here.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #181 on: January 28, 2023, 12:28:23 AM
Glad to hear that :)



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #182 on: January 28, 2023, 05:59:47 AM
i have a nvidia quadro nvs 295 works fine also with doom 3



ncafferkey

  • Junior Member
  • **
    • Posts: 84
    • Karma: +34/-0
Reply #183 on: January 28, 2023, 11:03:09 AM
I found a regression with the stopnet script, which goes back to the 2016 build previously posted. After a delay of a few seconds, it gives an error about Rexx.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #184 on: January 31, 2023, 05:30:18 AM
@ncafferkey

It looks like RX  command in stopnet needs RexxMast command which comes from contrib. Looking at history, AROSTCP was moved from contrib to core in 2009, but if I remember correctly ISOs build on nighly servers (original ABIv0) were containing contrib so I assume that's why it worked before my release.

The solution is to install contrib or at least C:RexxMast and probably LIBS:regina.library




AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #185 on: January 31, 2023, 06:07:49 AM
RexxMast if present is started from the Startup-sequence, i always had RexxMast in the C folder, and regina.library if I remember correctly on AROS One some third party application uses it.
« Last Edit: January 31, 2023, 06:29:00 PM by AMIGASYSTEM »



ncafferkey

  • Junior Member
  • **
    • Posts: 84
    • Karma: +34/-0
Reply #186 on: January 31, 2023, 06:09:54 PM
Thanks Deadwood. I copied both files from an old ABIv0 nightly and it solved the problem. I can confirm that regina.library is definitely needed as well.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #187 on: February 03, 2023, 05:42:22 AM
@AMIGASYSTEM

I'm currently trying to debug regression with Tipografia software, however since this is a Hollywood application, it is quite hard to do so. Two requests:

1) Do you have contact to the author? Can you ask him for a debug version or one that does not have debugging symbols stripped?
2) Where can I download AROS One 1.2 from? None of my "old" ABIv0 release are good for Tipografia.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #188 on: February 03, 2023, 06:41:13 AM
Regarding the Typography software, I am in contact with the developer, according to him the problem could be the new Fonts management of AROS, then since I had also reported to him the too big "not adjustable" GUI, he said he is developing a new improved version.

Here is the link to download AEROS One v1.2 (the one miker uses for his tests), it is one of my first versions of AROS One, I usually disable the old versions by AROS One, to force users to always download the latest version so they always have an up-to-date system.

https://drive.google.com/file/d/1JRGqjSqaoJmaEJNaf2aBZgvNBogpGdkx/view?usp=share_link


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #189 on: February 03, 2023, 09:53:52 AM
@AMIGASYSTEM

FYI, there is even with AROS One 1.2 a crash when trying to re-size the image, see attached.

This is visible under Linux-hosted version, might not be visible under native.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #190 on: February 03, 2023, 10:29:04 AM
No I don't have any Crash on WMvare, as you can see from the screenshot I also added 2 Strings with different Fonts, tried several times and never had a crash.

If in the Typography folder, you have Hollywood Libraries, delete them, AROS One 1.2 already has all Holliwood Libraries installed, they are older but usually more compatible with Hollywood Apps created for AROS.
« Last Edit: February 04, 2023, 01:39:46 AM by AMIGASYSTEM »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #191 on: February 04, 2023, 02:02:08 AM
BTW, I would have identified the real problem sooner, except that the boot option ATA=off no longer works. Luckily, as a last-minute check, I tried the equivalent but less convenient ATA=nopci,nolegacy to disable ATA. Can this be looked at as well?

I looked into ata.device and the option that turns it off is "ATA=disable". The same option is also also used for SCSI and AHCI, so it is consistent. I looked through history and could not locate the moment where option "off" was available, so I will leave it as it is for now.



ncafferkey

  • Junior Member
  • **
    • Posts: 84
    • Karma: +34/-0
Reply #192 on: February 04, 2023, 12:12:47 PM
BTW, I would have identified the real problem sooner, except that the boot option ATA=off no longer works. Luckily, as a last-minute check, I tried the equivalent but less convenient ATA=nopci,nolegacy to disable ATA. Can this be looked at as well?

I looked into ata.device and the option that turns it off is "ATA=disable". The same option is also also used for SCSI and AHCI, so it is consistent. I looked through history and could not locate the moment where option "off" was available, so I will leave it as it is for now.

Thanks for looking into it Deadwood. That sounds good as it is then. I could see the case for not having any off/disable option too, at least in your branches where individual modules can be removed from the GRUB config, but if the code's already there for the option and it's consistent betwen disk drivers, it's a "nice to have"  :)



terminills

  • Member
  • ***
    • Posts: 168
    • Karma: +69/-0
Reply #193 on: February 05, 2023, 06:19:06 AM
BTW, I would have identified the real problem sooner, except that the boot option ATA=off no longer works. Luckily, as a last-minute check, I tried the equivalent but less convenient ATA=nopci,nolegacy to disable ATA. Can this be looked at as well?

I looked into ata.device and the option that turns it off is "ATA=disable". The same option is also also used for SCSI and AHCI, so it is consistent. I looked through history and could not locate the moment where option "off" was available, so I will leave it as it is for now.


Neil implemented the =off option in 2014

https://github.com/aros-development-team/AROS/commit/a83c1723feaf06761986fb29f3cc687477fb0dfc

Nick Changed it to disable  in 2018.

https://github.com/aros-development-team/AROS/commit/ff3f2161f47288b3a1beef80cd1907f39d8d0bcc



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #194 on: February 05, 2023, 07:39:28 AM
@terminills

Ah so it was in pciata.hidd. Didn't check that one. Thanks for clarification :)