Welcome, Guest. Please login or register.

Author Topic: LoadModule failed: object not found  (Read 1499 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jaesonkTopic starter

  • Newbie
  • *
  • Join Date: Sep 2009
  • Posts: 33
    • Show only replies by jaesonk
LoadModule failed: object not found
« on: July 28, 2023, 06:25:45 AM »
My A4000 with OS 3.2.2.1 was working fine.  Now it won't boot.  I'm getting to LoadModule failures:

LoadModule failed: object not found
LoadModule failed: returncode 10

I don't know what's wrong.  What might be causing this?
 

Offline Thomas

Re: LoadModule failed: object not found
« Reply #1 on: July 28, 2023, 08:22:20 AM »

Check the first section of S:Startup-Sequence. There are various LoadModule lines which list several modules explicitly.

When I looked there were these:
Code: [Select]
L:System-Startup
L:Ram-Handler
L:Shell-Seg
Libs:dos.library
Libs:gadtools.library
Libs:graphics.library
Libs:intuition.library

Make sure that they all exist.

Offline jaesonkTopic starter

  • Newbie
  • *
  • Join Date: Sep 2009
  • Posts: 33
    • Show only replies by jaesonk
Re: LoadModule failed: object not found
« Reply #2 on: July 28, 2023, 05:00:41 PM »
I took a look at the startup-sequence with some fresh eyes today and check the modules and libraries.  All of them were present, however something truncated the first LONG LoadModule line in the Startup-Sequence.  At the very end, it just said "graphic".  I assumed it was supposed to be "graphics.library", fixed it and rebooted successfully/normally, mostly.

A secondary problem has been an issue since installing one drive.  On a cold boot, it goes partway then stops, it fails to reboot on its own, a warm boot after that will take me all the way to Workbench.  Here, LoadModule Failed reports:  Some devices are validating, reboot aborted.

I can keep doing the manual reboot after a cold start, but can LoadModule be told to wait a little longer?

Thanks.