Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: sturulez on April 19, 2021, 04:31:01 PM

Title: Application Request
Post by: sturulez on April 19, 2021, 04:31:01 PM
When I try and run a lha file for extraction I get the following message

Application Request
Cannot open 'resources.library' version 44
Unable to run "sys:Tools/Uarc"

Any ideas?
Title: Re: Application Request
Post by: amigakit on April 19, 2021, 04:55:19 PM
On OS3.9, if the Setpatch does not initiate correctly then the resource library does not get loaded into memory and you get this error.

This could be that there was a problem with the ROM update or some other reason such as lack of memory or incompatible hardware.

Some hardware needs the SKIPROMUPDATE to be added after SetPatch command.
Title: Re: Application Request
Post by: sturulez on April 19, 2021, 05:02:35 PM
On OS3.9, if the Setpatch does not initiate correctly then the resource library does not get loaded into memory and you get this error.

This could be that there was a problem with the ROM update or some other reason such as lack of memory or incompatible hardware.

Some hardware needs the SKIPROMUPDATE to be added after SetPatch command.

How do it obtain the SKIPROMUPDATE and how do I add it to the SetPatch command?  :-[
Title: Re: Application Request
Post by: zipper on April 19, 2021, 06:59:55 PM
Also if your install is defective - missing files in Classes: for instance you get that error. http://www.gregdonner.org/os39faq/installtips.html#20
Title: Re: Application Request
Post by: Matt_H on April 19, 2021, 09:00:51 PM
To expand on zipper's comment, this is a very common error if something has overwritten some of your ReAction classes with older ClassAct ones. Some installers will dump files into SYS:Classes without asking or checking versions, breaking many/most ReAction programs. Copy the correct classes from the 3.9 CD and/or BoingBags.
Title: Re: Application Request
Post by: zipper on April 19, 2021, 10:14:03 PM
Yes, experied it at least once.
Title: Re: Application Request
Post by: kolla on April 21, 2021, 03:13:04 PM
Here's a novel idea - how about checking if any LIBS:resources.library is present at all?

What does "version LIBS:resources.library file full" say?
Title: Re: Application Request
Post by: zipper on April 21, 2021, 04:14:26 PM
I'd say: file not found...it's resource.library....
Title: Re: Application Request
Post by: Matt_H on April 21, 2021, 06:47:28 PM
That's the deviousness of this error (as it pertains to the scenario I mentioned above): it has nothing to do with resource.library. resource.library can be present and the correct version and you'll still get the error. The actual problem is usually a sloppy install script that overwrote some BOOPSI classes it shouldn't have.
Title: Re: Application Request
Post by: zipper on April 21, 2021, 07:46:39 PM
Exactly
Title: Re: Application Request
Post by: kolla on April 21, 2021, 07:54:41 PM
I never saw this, and boy have I mixed and matched classact and reaction classes up through the years.

So let's try again - what does "version full file libs:resource.library" say?
Title: Re: Application Request
Post by: zipper on April 21, 2021, 08:36:13 PM
I never saw this, and boy have I mixed and matched classact and reaction classes up through the years.
Done it, too - some stupid  program install overwrote Reaction classes wit ClassAct ones. Some manual checking and fixing needed...