>During startup, the console would display the modules after it loaded them. People attributed failure to load the next module as a failure of the last one visible.
Then why didn't they print a message before loading a module? This is really simple stuff, and would immediately show the problem. This is pretty normal in printing to logfiles in software: print messages both before and after an action is taken, so if it gets stuck in the action, you see that it never succeeded though it was started.