AROS ABIv0 20201110 Development

deadwood · 46526

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #195 on: February 05, 2023, 10:19:06 AM
@AMIGASYSTEM

Do you know of any other Hollywood application that is available which uses RapaGUI plugin and has string fields which can be edited (like the text example you've shown). It seems I get a crash each time I press enter in the string gadget.

The tests you've shown from VMWare - are they with base system from D14?



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #196 on: February 05, 2023, 10:27:05 AM
FYI an update on the release: I fixed most of open issues, but I'm stuck with the Tipografia/RapaGUI/muimaster.library regression. I'm planning to make a release build once I figure out this last problem.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #197 on: February 05, 2023, 11:54:04 AM
@AMIGASYSTEM

Do you know of any other Hollywood application that is available which uses RapaGUI plugin and has string fields which can be edited (like the text example you've shown). It seems I get a crash each time I press enter in the string gadget.

I enclose an archive with some applications using RapaGUI, so that you can test possible variants as well, some may require the older RapaGUI library, you can find it on AROS one 1.2

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

Quote
The tests you've shown from VMWare - are they with base system from D14?

With VMware on Typography you can enter text with any Build including D14 (there is only the Frame problem and the large GUI), see screenshot


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #198 on: February 05, 2023, 05:08:14 PM
@AMIGASYSTEM

On that test on VMWare did you press ENTER each time you typed the string, or typed the string and then clicked in next text box to type another one?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #199 on: February 06, 2023, 01:53:50 AM
Yes I gave the submit, also because if you don't give the submit the text doesn't appear !

I can make you a video if needed !

« Last Edit: February 06, 2023, 02:01:10 AM by AMIGASYSTEM »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #200 on: February 06, 2023, 01:59:42 AM
Thanks, no need for a video. I now tested on native and indeed it does not crash.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #201 on: February 06, 2023, 02:01:16 AM
Also on Real PC "Aspire One z5 you can write without having problems.


paolone

  • Legendary Member
  • *****
    • Posts: 569
    • Karma: +90/-0
Reply #202 on: February 06, 2023, 12:40:22 PM
I have a question about Prefs/Network and OLD smb filesystem.


Where does it save data for SMB shares? I can't remove shares once I have created them. I have once saved a share and no matter how many times I clicked on the REMOVE button, it disappeared form the application list just to respawn exactli where it was when I reset the PC. I have tried looking into AROSTCP files and in ENVARC: with no luck at all.


I don't know if this happens in D7 only, but I am confident it's still happening with D14 and probably it also happened before. Problem is that I have no PC that can create old SMBv1 shares, so any share I add with Prefs/network will not work. I wonder why I can't delete shares.





deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #203 on: February 06, 2023, 12:56:13 PM
Looking at the source codes, the per-mount files are written to ENV:SMB or SYS:Storage/DOSDrivers. There is also additional file ENV:AROSTCP/ServerAutoMounts which says which mounts to mount.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #204 on: February 06, 2023, 03:43:16 PM
I have a question about Prefs/Network and OLD smb filesystem.

Where does it save data for SMB shares? I can't remove shares once I have created them. I have once saved a share and no matter how many times I clicked on the REMOVE button, it disappeared form the application list just to respawn exactli where it was when I reset the PC. I have tried looking into AROSTCP files and in ENVARC: with no luck at all.


Paolo "Network Prefs" after you have configured a share generates a DOSDrivers it is named "SMB0"which includes the setting, and at each reboot it is Mounted, that's why you find it, it's probably a Bug, you can still delete the DOSDriver by hand, is located in Storage/DOSDrivers, the file "ServerAutoMounts", in ENV:AROSTCP which indicates the DOSDriver to be mounted, should also be deleted

----- Italiano -----

Paolo "Network Prefs" dopo che hai configurato una condivisione genera un DOSDrivers si nome "SMB0" che include il settaggio, e ad ogni riavvio viene Montato, ecco perchè te lo ritrovi, probabilmente è un Bug, puoi comunque eliminare il DOSDriver a mano, si trova in Storage/DOSDrivers, va anche eliminato il file "ServerAutoMounts" in ENV:AROSTCP che indica il DOSDriver da montare
« Last Edit: February 06, 2023, 04:31:18 PM by AMIGASYSTEM »



paolone

  • Legendary Member
  • *****
    • Posts: 569
    • Karma: +90/-0
Reply #205 on: February 07, 2023, 08:44:22 AM
I have a question about Prefs/Network and OLD smb filesystem.

Where does it save data for SMB shares? I can't remove shares once I have created them. I have once saved a share and no matter how many times I clicked on the REMOVE button, it disappeared form the application list just to respawn exactli where it was when I reset the PC. I have tried looking into AROSTCP files and in ENVARC: with no luck at all.


Paolo "Network Prefs" after you have configured a share generates a DOSDrivers it is named "SMB0"which includes the setting, and at each reboot it is Mounted, that's why you find it, it's probably a Bug, you can still delete the DOSDriver by hand, is located in Storage/DOSDrivers, the file "ServerAutoMounts", in ENV:AROSTCP which indicates the DOSDriver to be mounted, should also be deleted


Thanks Amigasystem and Deadwood. I supposed Prefs/Network would have been able to delete the entries as well, after creating them. I hadn't noticed the smb0 device in DOSdrivers, otherwise I'd had removed it.


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #206 on: February 07, 2023, 01:30:38 PM
@deadwood

As mentioned in This  thred ,"Mounted Share" with Network Preferences works, but to get it you have to run the DOSDrivers with some delay, the time for AROS to connect to the network.

I also noticed that "smb-handler" installed on AROS x86 does not support the Network Filesystem well, if you look at the attached Screenshot, you will notice that:

SMB2 (smb2-handler) -> correctly displays the share, and uses the "Disk.info" file in the share as the Volume icon

SMB0 (AROS build) -> does not properly display the file present in the share (name truncated), and does not properly display the volume (Directory not available)




deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #207 on: February 07, 2023, 01:35:38 PM
@AMIGASYSTEM

Ok, since there is a working replacement I think we should use it instead of what is in the build.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #208 on: February 07, 2023, 01:37:54 PM
Release-candidate of 20201110 is now available. If no major problems are found, I will make it an official release in a couple of days:

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

Fixed:
  - Dual-PNG icons are not working (SYS:Classes/DataTypes/png.datatype)
  - C++ programs cannot be linked (SYS:Libs/arosc.library, Development:lib/libarosc.a)
  - Sys:Utilities/Help -> About crash (SYS:Utilities/MultiView)
  - possible binary incompatibility with functions taking RAWARG (false alarm, not an issue)
  - regression in GCC tests (Development:include/aros/types/ino_t.h (*))
  - RNOTunes - not working buttons (false alarm, not an issue)
  - AmiStart does not work (SYS:Libs/intuition.library)
  - Prefs/ScreenMode crash (SYS:Prefs/ScreenMode)
  - ATA=off switch (use ATA=disable)
  - Insert/Eject CD does not mount/unmount volumes (SYS:Devs/ata.device, SYS:Devs/Drivers/ata_pci.hidd)
  - Moved Sashimi to SYS:Tools/Debug
  - Moved PCITool and ACPITool to SYS:Tools/Hardware
  - Crash while entering strings in RapaGUI applications (SYS:Libs/muimaster.library)
  - datatypes crash processing wookiechat_logo.gif (SYS:Devs/DataTypes/.GIFAnim.i386)
  - bad font colors in Aquario screen saver (SYS:Classes/DataTypes/png.datatype)
  - ascii datatypes not recognized (SYS:Libs/datatypes.library)

(*) This problem can have impact on some programs compiled in DC2 contrib archive. These programs can't be
easily located. Please update your installation with new contrib archive. Also be sure to update all
Development:lib.

Open topics:
  - kernel needs IOAPIC disabled for nVidia PCI-E cards to work
  - ACPI Reboot/Shutdown on VMs
  - Acer Aspire One / Eepc USB problems
  - https://github.com/deadw00d/AROS/issues/86



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #209 on: February 07, 2023, 01:47:16 PM

Ok, since there is a working replacement I think we should use it instead of what is in the build.

Yes but it would be a good idea to integrate SMB2 in Network Preferences or remove the Mounted SMB0, otherwise the user if using Netwrk Preferences, will create conflicts not easy to solve if you are not experienced.

I have tried to replace rename, the Handlers, but there is no compatibility between the mode of use between SMB2 and SMB0

Thank you for the candidate of 20201110, as soon as possible I will do some tests of the Build and then I will upgrade AROS One !
« Last Edit: February 07, 2023, 01:53:31 PM by AMIGASYSTEM »