English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 03 November 2018, 13:54   #1
bitter
Registered User
 
Join Date: Oct 2018
Location: Fort Mill, SC, US
Posts: 83
Installing Intuition v45 in 3.1.4 issue

I'm trying to use the new intuition library in 3.1.4. Copied the new library into LIBS:, copied LoadModule into C:, and modified S-S to do LoadModule ROMUPDATE unconditionally. Unfortunately I keep getting the following bootup error:

filesystem version 46 already resident
Loading filesystem failed: object already exists

Not sure how to stop this...
bitter is offline  
Old 03 November 2018, 14:18   #2
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
You can try to add the option "downgrade" to loadmodule.


Question is, though, where the double filesystem comes from.
McTrinsic is offline  
Old 03 November 2018, 14:46   #3
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
If intuition.library is the only module you want to load you can specify it explicitly:

C:LoadModule Libs:intuition.library
thomas is offline  
Old 03 November 2018, 18:39   #4
desiv
Registered User
 
desiv's Avatar
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 1,767
Didn't I read that this can happen if you don't copy with the CLONE option to maintain the protection bits, etc? Not sure, but that sounds familiar.
desiv is offline  
Old 04 November 2018, 01:18   #5
bitter
Registered User
 
Join Date: Oct 2018
Location: Fort Mill, SC, US
Posts: 83
Ok, I copied with clone option, and also tried loading the library by itself with loadmodule. No go - I get a black screen now.

Not sure if it's a conflict with something...
bitter is offline  
Old 04 November 2018, 07:36   #6
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
It needs the pure bit set, protect +p.
kolla is offline  
Old 04 November 2018, 12:49   #7
bitter
Registered User
 
Join Date: Oct 2018
Location: Fort Mill, SC, US
Posts: 83
The CLONE option does preserve the Pure bit, but I did verify just to make sure, and indeed, intuition.library has p and r bits set.
bitter is offline  
Old 04 November 2018, 13:48   #8
Swe_Kryten2x4b
Registered User
 
Join Date: Sep 2017
Location: Uppsala
Posts: 105
Have you tried

c:loadmodule libs:intuition.library nomemfkick reverse

It should work without those switches but doesn't hurt to try.

Start of my s-s is only

c:blizzkick (with appropiate parameters, remove if not necessary or using something else to softkick)
c:loadmodule libs:intuition.library nomemfkick reverse

c:setpatch quiet

And standard from there on. Well, standard as far as kickstart-modules are concerned anyway.
Swe_Kryten2x4b is offline  
Old 04 November 2018, 15:23   #9
bitter
Registered User
 
Join Date: Oct 2018
Location: Fort Mill, SC, US
Posts: 83
Thanks, unfortunately no luck - same black screen.

My S-S starts with:

ACAmapROM L:kick.a1200.46.143 Q
C:LoadModule libs:intuition.library nomemfkick reverse

I think I'm ready to give up, don't understand why this is not working...
bitter is offline  
Old 04 November 2018, 16:40   #10
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
Things you could try:
- check presence of intuition.library
- check spelling issues / naming issues
- use full names, not assigns. I.e. dh0:libs/intuition.library
McTrinsic is offline  
Old 04 November 2018, 16:54   #11
Swe_Kryten2x4b
Registered User
 
Join Date: Sep 2017
Location: Uppsala
Posts: 105
Quote:
Originally Posted by bitter View Post
Thanks, unfortunately no luck - same black screen.

My S-S starts with:

ACAmapROM L:kick.a1200.46.143 Q
C:LoadModule libs:intuition.library nomemfkick reverse

I think I'm ready to give up, don't understand why this is not working...
Has it been re-kicked properly at all? I mean, you're trying to load the kickstart file from l: which is an unusual place to put kickstart-images. Of course it can be there, just to make sure it is not a silly typo/path-error in the ACAmapROM line.
Swe_Kryten2x4b is offline  
Old 04 November 2018, 18:44   #12
bitter
Registered User
 
Join Date: Oct 2018
Location: Fort Mill, SC, US
Posts: 83
Library is present, and all spelling is correct. I get an error message if LoadModule can't actually find the library. Blank screen only if the path and library are correct.

I put the 3.1.4 Kickstart in L: because I couldn't think of a better place, and it's definitely working, it won't boot without it.

For completeness, I'm using:

A1200
Indivision AGA MK2cr / NTSC Interlaced 8 color mode
ACA1221ec
HD PS
bitter is offline  
Old 04 November 2018, 23:51   #13
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
"normal" location for kickstarts seems to be DEVS:Kickstarts, not that it should matter
kolla is offline  
Old 06 November 2018, 02:31   #14
bitter
Registered User
 
Join Date: Oct 2018
Location: Fort Mill, SC, US
Posts: 83
OK, I did a clean-install of 3.1.4 on a new CF card. Still the same issue...

I did notice that the last step of the installation, when you are asked to re-insert Install disk, it copies workbench.library, icon.library, and fastfilesystem, all files that have p bit set, and which is why LoadModule ROMUPDATE fails. Just an FYI...

And yes, I moved the ROM to the "proper" location
bitter is offline  
Old 06 November 2018, 02:50   #15
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,366
Yes, I also had to realize in another thread at A1k.org that "LoadModule ROMUPDATE" needs the PURE-Bits to be set correctly to load any libraries, like iconlib too, or you may end up with your (3.1) ROM based libraries loaded, which won't work correctly.
PeterK is offline  
Old 06 November 2018, 03:22   #16
desiv
Registered User
 
desiv's Avatar
 
Join Date: Oct 2009
Location: Salem, OR
Posts: 1,767
That's just weird. My clean install in WinUAE just worked when I enabled the new intuition.... Hmmmm
desiv is offline  
Old 23 February 2019, 19:06   #17
VectrexRoli
Registered User
 
VectrexRoli's Avatar
 
Join Date: May 2016
Location: Austria
Posts: 31
Was there any solution to this? Having exaxctly the same issue with my Amiga 4000 using OS 3.1.4 ROMs. Also get the error message "filesystem version 46 already resident".
Also C:LoadModule Libs:intuition.library did not help, then the computer is rebooting over and over again.
Could not find much about that issue using Google.
VectrexRoli is offline  
Old 23 February 2019, 19:39   #18
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
* How do I install the V45 intuition.library?

1. For the ROM-based installation process, you first need to copy the
new system component to your system. For that, insert any of the
modules disks into the first disk drive, then select "Execute
command" from the Workbench menu, and enter the following command:

copy df0:libs/intuition-v45.library to LIBS:intuition.library clone

2. In case you installed from a physical 3.1.4. ROM, LoadModule
has to be installed manually. For that, download the archive

http://aminet.net/util/boot/LoadModule.lha

from Aminet and copy the LoadModule command from this archive into
the C directory of your boot disk.

3. The Startup-sequence of your system requires a modification. To
perform this installation, select "Execute command" once more from
the Workbench menu, and enter the following command:

Ed S:Startup-sequence

A window containing the startup script of your system will open. The
first lines on the screen should read as follows:

If Exists C:LoadModule
C:Version exec.library version 46 >NIL:
If Warn
C:LoadModule ROMUPDATE
EndIf
EndIf

Replace them with the following:

If Exists C:LoadModule
C:LoadModule Libs:intuition.library
EndIf

Then save the result back to disk by pressing the ESC key, then the X
key, then press return. Then reboot.
gulliver is offline  
Old 23 February 2019, 19:52   #19
VectrexRoli
Registered User
 
VectrexRoli's Avatar
 
Join Date: May 2016
Location: Austria
Posts: 31
Quote:
Originally Posted by gulliver View Post
* How do I install the V45 intuition.library?
.

Thanks a lot, I did try that already, the probelm is, it does not work as described.
VectrexRoli is offline  
Old 23 February 2019, 20:07   #20
gulliver
BoingBagged
 
gulliver's Avatar
 
Join Date: Aug 2007
Location: The South of nowhere
Age: 46
Posts: 2,358
Quote:
Originally Posted by VectrexRoli View Post
Thanks a lot, I did try that already, the probelm is, it does not work as described.
This one has been modified from the one in the public FAQ.

The issue is the "p" bit set when using a physical rom, which ends causing Loadmodule to attempt to load modules which are already in rom. So remove the "p" bit on your hard driveĀ“s files which display the error.
gulliver is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing Intuition on AmigaOS 3.1.4 (Amibian 1.4) krautguy support.OtherUAE 4 19 November 2018 23:58
exec.library v45.24 looking for beta testers Cosmos Coders. General 137 26 February 2018 21:20
Kickstart v45.061 by Cloanto gulliver support.Hardware 40 15 July 2016 12:05
INstalling ClassAct2Demo causes Mount issue Wiffleplop support.WinUAE 4 20 July 2014 22:35
picture.datatype v45 amiga_user request.Other 1 28 November 2011 15:50

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 13:28.

Top

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