English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 23 February 2019, 20:12   #21
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
All this "if exists" is rather pointless, all it does is obfuscate potential errors (not that shell v46 care about errors...)
kolla is offline  
Old 23 February 2019, 20:34   #22
VectrexRoli
Registered User
 
VectrexRoli's Avatar
 
Join Date: May 2016
Location: Austria
Posts: 31
Quote:
Originally Posted by gulliver View Post
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.

Removed the p bit on my intuition.library in LIBS on my DH0:
Calling lodmodule (latest version from aminet) with intuition.library makes my Amiga 4000 reboot over and over again. Same as before when p bit was still there.
VectrexRoli is offline  
Old 23 February 2019, 20:35   #23
VectrexRoli
Registered User
 
VectrexRoli's Avatar
 
Join Date: May 2016
Location: Austria
Posts: 31
Quote:
Originally Posted by kolla View Post
All this "if exists" is rather pointless, all it does is obfuscate potential errors (not that shell v46 care about errors...)

Yeah, also tried it without, same behaviour and does not work.
VectrexRoli is offline  
Old 23 February 2019, 20:49   #24
VectrexRoli
Registered User
 
VectrexRoli's Avatar
 
Join Date: May 2016
Location: Austria
Posts: 31
Quote:
Originally Posted by VectrexRoli View Post
Removed the p bit on my intuition.library in LIBS on my DH0:
Calling lodmodule (latest version from aminet) with intuition.library makes my Amiga 4000 reboot over and over again. Same as before when p bit was still there.

I found the issue with the reboot, in the first line of the startup-sequence there was a command to copy the ROM to FastRAM of my Cyberstorm MK II and LoadModule did not work then, so your p bit hint did help and work.
Thanks for that!
VectrexRoli is offline  
Old 23 February 2019, 22:45   #25
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
I found the issue with the reboot, in the first line of the startup-sequence there was a command to copy the ROM to FastRAM of my Cyberstorm MK II and LoadModule did not work then, so your p bit hint did help and work.
Thanks for that!
I am glad it is solved.
gulliver is offline  
Old 24 February 2019, 13:16   #26
captain_zzap
Registered User
 
Join Date: Feb 2016
Location: Space
Posts: 36
@bitter
Does your Aca1221ec provide slowmem/Rangermem at 0x00c0.0000? Is it more than 512k? As Thor wrote https://www.a1k.org/forum/showpost.p...&postcount=280 here, exec dismisses rangermemory of it is larger than 512k and deletes loaded modules. I wonder if that is the reason.
captain_zzap is offline  
Old 18 December 2019, 16:06   #27
enigma776
Bringer of Death
 
enigma776's Avatar
 
Join Date: Apr 2017
Location: Peterborough, UK
Age: 40
Posts: 434
Not sure if this is a "holy thread resurrection" type situation but here goes.

Been messing around with blizkick running WB3.1.4 off a 3.1 rom but blizkick to a 3.1.4 rom, I had installed Intuition v45 using C:loadmodule ROMUPDATE in my S-S and all was fine but as soon as I added the blizkick it fails, the system will boot but will refuse to use the new Intuition.

Tried some of the suggestions in this thread but none of them work at all.

Code:
C:blizkick DEVS:kickstarts/A1200314 QUIET
C:Loadmodule ROMUPDATE (have used c:loadmodule libs:intuition.library nomemfkick reverse with no luck)
Intuition was installed using the method listed on the Hyperion website.
enigma776 is offline  
Old 18 December 2019, 17:44   #28
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,304
BlizKick can also load modules. So I would try to add intuition.library module to the BlizKick command line (without QUIET for testing time) and comment the LoadModule command line.
daxb is offline  
Old 18 December 2019, 20:06   #29
nogginthenog
Amigan
 
Join Date: Feb 2012
Location: London
Posts: 1,311
Another option could be to create a custom 3.1.4 Kickstart containing Intuition v45 using Remus or romtool from AmiTools.

Not tried this yet but I think it might be possible using modules from the 3.1.4 modules disk. Can anyone confirm?
nogginthenog is offline  
Old 30 December 2019, 12:26   #30
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,252
Quote:
Originally Posted by enigma776 View Post
Not sure if this is a "holy thread resurrection" type situation but here goes.

Been messing around with blizkick running WB3.1.4 off a 3.1 rom but blizkick to a 3.1.4 rom, I had installed Intuition v45 using C:loadmodule ROMUPDATE in my S-S and all was fine but as soon as I added the blizkick it fails, the system will boot but will refuse to use the new Intuition.
.

If you make a correct installation including modules, Blizkick is not necessary to get KickStart on 3.1.4 by starting the system from KickStart 3.1.
AMIGASYSTEM is offline  
Old 26 June 2020, 11:27   #31
sinisrus
Registered User
 
Join Date: Jun 2020
Location: france
Posts: 1
Good Work this :

If Exists C:LoadModule
;C:Version exec.library version 46 >NIL:
;If Warn
C:LoadModule libs:intuition.library
;EndIf
EndIf
sinisrus is offline  
Old 06 April 2021, 22:12   #32
klx300r
Registered User
 
klx300r's Avatar
 
Join Date: Oct 2007
Location: Toronto, Canada
Posts: 1,600
Thumbs up

I was only getting blank screen on my 1200 Tower (i.e loaded up workbench but no icons). I checked Hyperion's website and updated my s-s as below and working fine with v45.intuition.library.



A window containing your Startup-sequence 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:

C:LoadModule ROMUPDATE

Then save the result back to disk by pressing the ESC key, then the X key, then press return. Then reboot.
klx300r 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 03:11.

Top

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