AREXX is working?

OlafS3 · 1261

OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
on: March 15, 2023, 05:44:08 PM
I would like to use AREXX on AROS 68k but port is not accessible despite Rexxmast started

Does Arexx work on Aros? At least on 68k?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #1 on: March 15, 2023, 05:54:40 PM
If you are using Rexxmast and the required OS3 libraries, something works ! What software are you trying to run?


OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #2 on: March 15, 2023, 05:55:51 PM
If you use Rexxmast and the required OS3 libraries, something works ! What software are you tending to run?

currently interesting are Amifox using Amitube to show videos



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #3 on: March 16, 2023, 03:06:56 AM
AmiTube works well on AROS 68k ! which Arexx desk are you using !


OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #4 on: March 16, 2023, 04:21:05 AM
Amitube works

but newest version of Amifox uses Amitube to play youtube-videos if you click on it. And that not works



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #5 on: March 16, 2023, 07:43:45 AM
Are you sure amitube is active on AmiFox ? have you tried on OS3 ? i have not face any video showing the use of amitube on AmiFox


OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #6 on: March 16, 2023, 09:45:40 AM
Are you sure amitube is active on AmiFox ? have you tried on OS3 ? i have not face any video showing the use of amitube on AmiFox

yes. I have not tried it on OS3 but Alb42 sent me the link to this video

https://www.youtube.com/watch?v=AirEq1wPUKc



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #7 on: March 16, 2023, 10:15:15 AM
Ok On my AfA One OS3.9 AfA OS, AmiFox + AmiTube works fine, I didn't see the Tab "AmiTube", I thought Amitube Started automaticallyment, now I try on AROS One 68, let's see what happens.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #8 on: March 16, 2023, 12:47:24 PM
Tested both AROS 68k and AROS x86, with AmiFox AmiTube starts but in the menu it doesn't show viedeos, only an error not " AmiTube not Found" appears :o


OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #9 on: March 16, 2023, 05:52:37 PM
Tested both AROS 68k and AROS x86, with AmiFox AmiTube starts but in the menu it doesn't show viedeos, only an error not " AmiTube not Found" appears :o

yes it not works currently. ALB42 is looking at it to find a solution



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #10 on: March 16, 2023, 06:12:50 PM
Video from ALB42

https://blog.alb42.de/2023/03/16/aros-and-arexx/

perhaps the missing part could be added to Zune. Certainly not only Amifox would benefit



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #11 on: March 17, 2023, 12:25:56 AM
Zune supports Arexx port already. The difference is that MUI enables that port by default, but in case of Zune a developer needs to add the following attribute when creating application:

MUIA_Application_UseRexx, TRUE

There is also I fix that I did that enables the port if MUIA_Application_Commands is passed. I'll include it next patch for ABIv0 release. It's already included in ABIv11.



OlafS3

  • Legendary Member
  • *****
    • Posts: 544
    • Karma: +50/-8
Reply #12 on: March 17, 2023, 05:06:13 AM
is it possible to activate it on zune too like on mui? At least on 68k there are certainly a lot of apps using mui with no source codes available who might rely on it. At leasr somewhere in a preference (if it is now needed for Aros apps)

BTW another question... I tested roms from current official branch and there is at least one error causing problems with games that was fixed in your official 68k nightly. I think it was from lowlevel library (in one game the player was constantly hitting). Are all fixes from your branch also in official branch? For me that is critical because games are extremely important on 68k.

And Aros 68k is no longer build on official download page, it seems to be broken
« Last Edit: March 17, 2023, 06:28:16 AM by OlafS3 »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #13 on: March 17, 2023, 12:38:29 PM
is it possible to activate it on zune too like on mui? At least on 68k there are certainly a lot of apps using mui with no source codes available who might rely on it. At leasr somewhere in a preference (if it is now needed for Aros apps)

The change I mention is already on 68k AROS muimaster.library (both my builds and main builds)

BTW another question... I tested roms from current official branch and there is at least one error causing problems with games that was fixed in your official 68k nightly. I think it was from lowlevel library (in one game the player was constantly hitting). Are all fixes from your branch also in official branch? For me that is critical because games are extremely important on 68k.

While 99% of changes will be synchronized, some small amount of changes I will not push for different reason and some small amount of changes won't be accepted in official AROS repo, again for different reasons.

And Aros 68k is no longer build on official download page, it seems to be broken

I'm sure Kalamatee will fix this eventually.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #14 on: March 17, 2023, 01:11:25 PM

And Aros 68k is no longer build on official download page, it seems to be broken

What problems did you encounter ?

I have already downloaded the Build "AROS-20230313" and did not have any problem !