View Single Post
Old 15 January 2022, 17:44   #18
boemann
Camilla, AmigaOS Dev.
 
Join Date: Mar 2020
Location: Frederiksberg
Posts: 329
Quote:
Originally Posted by QuillOmega0 View Post
I've been having this exact same issue on WinUAE

After some tracing I found that an installer (rather it the 3.2, 3.2.1, or some other package that updates startup-sequence. It truncates this line:

Code:
LoadModule DOWNGRADE L:Ram-Handler L:Shell-Seg L:System-Startup Libs:dos.library Libs:gadtools.library Libs:graphi
After I changed it to
Code:
LoadModule DOWNGRADE L:Ram-Handler L:Shell-Seg L:System-Startup Libs:dos.library Libs:gadtools.library Libs:graphics.library
Error disappeared and it booted fine.
Great find - it must be something that edits the startup sequence after 3.2.1 is installed. The 3.2.1 itself copies a complete file so it must be something you did after that which causes this.
boemann is offline  
 
Page generated in 0.04293 seconds with 11 queries