Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Application questions and support => Topic started by: klx300r on April 12, 2025, 03:49:08 AM

Title: GETENV: string too long in line 1840 when trying to install OS3.2.3 in my A4000D
Post by: klx300r on April 12, 2025, 03:49:08 AM
 :o ???
Title: Re: GETENV: string too long in line 1840 when trying to install OS3.2.3 in my A4000D
Post by: klx300r on April 12, 2025, 11:15:34 PM
messing around[/size] I found the issue…if I mount the modules ADF on my workbench I get that error…without it mounted the installer works :o ???
Title: Re: GETENV: string too long in line 1840 when trying to install OS3.2.3 in my A4000D
Post by: kolla on April 14, 2025, 01:09:42 PM
The problem is that there’s a construct in the OS 3.2 installer script that generates an argument depending on mounted devices, so if too many devices are available, the argument becomes too long. An easy way to get caught by this flaw is to mount all the OS 3.2 ADFs manually first, and the run the installation script.
Title: Re: GETENV: string too long in line 1840 when trying to install OS3.2.3 in my A4000D
Post by: klx300r on April 14, 2025, 09:37:39 PM
yes after I just mounted the install ADF and the installation went smoothly.