English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 03 April 2023, 10:08   #1441
Olaf Barthel
Registered User
 
Join Date: Aug 2010
Location: Germany
Posts: 532
Quote:
Originally Posted by BigD View Post
...

P.S. I love the ADF mounting feature! A+
If you like it, check out the source code of the DAControl and trackfile.device which make this possible. Both are part of NDK 3.2 Release 4 and are released specifically under a two clause BSD license for reuse and tinkering
Olaf Barthel is offline  
Old 06 April 2023, 09:33   #1442
mahen
Registered User
 
Join Date: Apr 2008
Location: France
Age: 41
Posts: 435
Hi everyone !

If I understood properly, in OS 3.2.x, due to the fact ENVARC: is not copied into ENV: but "linked" with MAKELINK, if a file is deleted / overwritten (and not just modified ?) in ENV:, it won't be applied until a reboot ?

Should I (does any of you) use "env-handler" (happyenv clone) instead to work around this potential issue ?

Cheers
mahen is offline  
Old 06 April 2023, 09:41   #1443
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 328
Quote:
Originally Posted by torturedutopian View Post
Hi everyone !

If I understood properly, in OS 3.2.x, due to the fact ENVARC: is not copied into ENV: but "linked" with MAKELINK, if a file is deleted / overwritten (and not just modified ?) in ENV:, it won't be applied until a reboot ?

Should I (does any of you) use "env-handler" (happyenv clone) instead to work around this potential issue ?

Cheers
It works correctly since 3.2.1 where if you delete it from env: it will not be fetched again. Until next boot obviously
boemann is offline  
Old 06 April 2023, 09:46   #1444
mahen
Registered User
 
Join Date: Apr 2008
Location: France
Age: 41
Posts: 435
Oh, perfect Thanks for your quick reply
mahen is offline  
Old 19 April 2023, 10:17   #1445
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
I think I found a bug in TextEdit (currently on 3.2.2) which freezes the system (at least in my WinUAE environment as I'm on easter vacation with no access to my Amiga).
I was able to reproduce it on a stock 3.2.2 installation with only P96 (3.3.3) and MUI5.

Just open TextEdit and type a semicolon ";"
Then "Search & Replace" that semicolon with a space and semicolon " ;"

Voila... system freeze.
mfilos is offline  
Old 19 April 2023, 10:28   #1446
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 328
Quote:
Originally Posted by mfilos View Post
I think I found a bug in TextEdit (currently on 3.2.2) which freezes the system (at least in my WinUAE environment as I'm on easter vacation with no access to my Amiga).
I was able to reproduce it on a stock 3.2.2 installation with only P96 (3.3.3) and MUI5.

Just open TextEdit and type a semicolon ";"
Then "Search & Replace" that semicolon with a space and semicolon " ;"

Voila... system freeze.
Thanks, I'll test and see if I can fix if I can confirm
boemann is offline  
Old 19 April 2023, 11:00   #1447
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Cheers Camilla! \o/
mfilos is offline  
Old 20 April 2023, 20:41   #1448
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 328
Quote:
Originally Posted by mfilos View Post
I think I found a bug in TextEdit (currently on 3.2.2) which freezes the system (at least in my WinUAE environment as I'm on easter vacation with no access to my Amiga).
I was able to reproduce it on a stock 3.2.2 installation with only P96 (3.3.3) and MUI5.

Just open TextEdit and type a semicolon ";"
Then "Search & Replace" that semicolon with a space and semicolon " ;"

Voila... system freeze.
Confirmed, fixed, and scheduled for next fix we release
boemann is offline  
Old 20 April 2023, 23:20   #1449
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Awesome! I was about to write that I was able to reproduce not only with semicolon but with spaces and ENV word as well.
mfilos is offline  
Old 20 April 2023, 23:25   #1450
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 328
Quote:
Originally Posted by mfilos View Post
Awesome! I was about to write that I was able to reproduce not only with semicolon but with spaces and ENV word as well.
yes it is a general bug, and it could manifest itself in another way where some things might not be replaced and it could even cause a crash
boemann is offline  
Old 21 April 2023, 00:34   #1451
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
The past few days with constant file opens and edits in TextEdit, I managed several times to have a file opened with the screen empty (without cursor as well in it).
Here in current screenshot is Startup-Sequence opened...


From the moment it fails to open files (with empty screen) no file can be opened again with it.
If I try to open a new tab then, the following weird state occurs


System doesn't have any other probem as I opened same files in JanoEditor without issues while TextEdit was having this issue.
In order to overcome the issue a restart is needed.

Sadly I can't reproduce it in order to find it's cause (and to be able to report it as the previous bug)... Need to troubleshoot more

Last edited by mfilos; 21 April 2023 at 01:06.
mfilos is offline  
Old 21 April 2023, 04:13   #1452
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 328
Quote:
Originally Posted by mfilos View Post
The past few days with constant file opens and edits in TextEdit, I managed several times to have a file opened with the screen empty (without cursor as well in it).
Yes I'm aware of that bug as well, and we have a fix. It really sounds like it is getting time to get our hotfix out.
boemann is offline  
Old 21 April 2023, 08:22   #1453
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Quote:
Originally Posted by boemann View Post
Yes I'm aware of that bug as well, and we have a fix.
Damn that was fast
I'm so happy for all this fixes that makes OS3.2 so amazing! I especially love TextEdit which is my favorite editor!
Lotsa kudos to all of you \o/

Quote:
Originally Posted by boemann View Post
It really sounds like it is getting time to get our hotfix out.
Hurray!!!

Last edited by mfilos; 21 April 2023 at 08:28.
mfilos is offline  
Old 21 April 2023, 18:34   #1454
pngcan
Registered User
 
pngcan's Avatar
 
Join Date: Apr 2020
Location: USA
Posts: 81
Hi friends sorry if this is the wrong thread but I am having difficulty registering on the Hyperion site. I wish to get the 3.2.2 update, I followed the registration process, received the email indicating "Your account on "Hyperion Entertainment Message Boards" has been activated by an administrator, you may login now" But every time I try logging in it indicates I am not registered. I have sent emails, responded to the email indicating I am registered, but alas, no response. Anyone have any ideas? thanks
pngcan is offline  
Old 22 April 2023, 01:51   #1455
mateusz_s
Registered User
 
Join Date: Jan 2020
Location: Poland
Posts: 181
Hi, is it possible that something changed in L:CrossDOSFileSystem?

I am using it in CF0: to read cF card from PCMCIA adapter.. so far everything was OK.
Today I updated tu 3.2.2.
While unpacking a file on CF I got an read/write error. The CF card gone broken
(I couldnt format it Windows to FAT32)
I used new the same carrd - but since this time I only see CF0: uninitialized..
mateusz_s is offline  
Old 22 April 2023, 09:33   #1456
Olaf Barthel
Registered User
 
Join Date: Aug 2010
Location: Germany
Posts: 532
Quote:
Originally Posted by mateusz_s View Post
Hi, is it possible that something changed in L:CrossDOSFileSystem?
The file system has not changed since 2020 and AmigaOS 3.2-3.2.2, etc. all shipped with the same version 45.39.

Quote:
I am using it in CF0: to read cF card from PCMCIA adapter.. so far everything was OK.
Today I updated tu 3.2.2.
While unpacking a file on CF I got an read/write error. The CF card gone broken
(I couldnt format it Windows to FAT32)
I used new the same carrd - but since this time I only see CF0: uninitialized..
This could be a hardware defect after all, even if the card itself is new, or maybe the card announces a higher capacity than the hardware really supports (you know the stories about "forged" USB memory sticks). If there is no salvageable data on the card, could you reformat it? That is, reformat it with track verification enabled, e.g. "format drive cf0: name cf-test"? This might show if the card is still writable and the expected storage capacity is available.
Olaf Barthel is offline  
Old 22 April 2023, 13:46   #1457
mateusz_s
Registered User
 
Join Date: Jan 2020
Location: Poland
Posts: 181
Quote:
Originally Posted by Olaf Barthel View Post
The file system has not changed since 2020 and AmigaOS 3.2-3.2.2, etc. all shipped with the same version 45.39.



This could be a hardware defect after all, even if the card itself is new, or maybe the card announces a higher capacity than the hardware really supports (you know the stories about "forged" USB memory sticks). If there is no salvageable data on the card, could you reformat it? That is, reformat it with track verification enabled, e.g. "format drive cf0: name cf-test"? This might show if the card is still writable and the expected storage capacity is available.
Thanks for help..
So I used this help CF boot starting disk that uses old fat32 filehandler from aminet: https://sites.google.com/one-n.co.uk...boot-cfd-fat95

And CF reader started working again on it!
So its not the hardware problem.

To sum up:
After updating to 3.2.2 PCMCIA card reader stopped working.
After changing the handler from CrossDOSFileSystem to fat32
(from aminet) it started working again..
mateusz_s is offline  
Old 23 April 2023, 11:29   #1458
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 328
The 3.2.2.1 hot fix is out ! check the hyperion website
boemann is offline  
Old 23 April 2023, 12:16   #1459
mfilos
Paranoid Amigoid
 
mfilos's Avatar
 
Join Date: Mar 2008
Location: Athens/Greece
Age: 45
Posts: 1,978
Camilla do we have somewhere the complete changelog of the fixes applied?
Cause the ChangeSummary has the changes of complete 3.2.2 + Hotfix. (althouth I saw that the changes were mostly TextEdit, IconEdit and ShowConfig)

TextEdit works just fine though
I also saw that ROM wasn't changed at all alas the exec.library problem with Vampire boards also exists (using exec.library from 3.2.1 ROM is the way to go for now).

Last edited by mfilos; 23 April 2023 at 12:30.
mfilos is offline  
Old 23 April 2023, 12:39   #1460
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 328
Quote:
Originally Posted by mfilos View Post
Camilla do we have somewhere the complete changelog of the fixes applied?
Cause the ChangeSummary has the changes of complete 3.2.2 + Hotfix.

TextEdit works just fine though
I also saw that ROM wasn't changed at all alas the exec.library problem with Vampire boards also exists (using exec.library from 3.2.1 ROM is the way to go for now).
The releasenotes contains all changes, so look up iconedit, textedit, texteditor.gadget, sketchboard.gadget and layout.gadget to see the details

I think we fixed about 10 or more bugs

No the ROM has not been changed as the current thinking is that it is not the ROM but somewhere in the 080 (just not a very common bug, and that the ROM just happens to expose it).
boemann is offline  
 


Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hively Tracker by Iris and Up Rough released for AmigaOS 4.0 spotUP News 14 12 June 2014 19:00
KryoFlux FREE for AmigaOS Classic released mr.vince News 32 23 March 2014 19:59
AmigaOS 3.9 PoLoMoTo support.WinUAE 8 27 August 2011 18:06
AmigaOS koncool request.Apps 6 04 June 2003 17:45
Amigaos 4 Released!!!! th4t1guy Amiga scene 13 03 April 2003 09:52

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 19:55.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.12556 seconds with 14 queries