i think the 2. Problem come because you use now new picture.datatype.
does this happen always when you start your amiga that it freeze ?
Without AFA too, there is know when you use visual prefs and Trap, that iprefs can crash, depend on load timing.and when AFA load, this maybe change the timing.
you can add a little wait with this command before iprefs is start.
C:Wait 1 ;prevents IPrefs from crashes. Increase the value if IPrefs still crashes.
C:IPrefs
its also possible that you start the program that show the bootpic before AFA is full load.maybe you start it later.
Thanks a lot for the reply Bernd...
Sadly setting a wait statement didn't make any difference.
Let me explain a bit better, for you to have better understanding of my freezing issue:
I also included my Startup-Sequence in order to check if something is not right. Checking it you will see that except AfA OS 4.7... I have also installed the unofficial BB3 (alas the LoadModule declarations) plus registered HSMathLibs (althought I installed them today so they don't do any harm), plus QuickROM (that even without doesn't make any difference).
...
Some time ago: With AfA 4.6+BB3 installed, I classically started the system and after the first reboot of ROM Update, system restarted and after some time, I got the CGX bootpic (by CGX installer - not any other program that puts a boot picture) and workbench appeared just fine.
Now: With AfA 4.7+BB3 installed, I start the system but ROM Update's reboot doesn't happen! Apart from that I get the CGX bootpic like SetPatch haven't run... and rest of the Startup-Sequence continued loading... :S
- If I leave it like that it stays frozen to the CGX bootpic.
- If I reset by Ctrl-Amiga-Amiga then the system boots like a normal ROM Update restart occured, then I get the CGX bootpic and then workbench appears just fine.
Dunno what the hell is going wrong but it's kinda irritating.
Thanks in advance my friend for your replies.