I've encountered a possible bug in simInit().
When objects are supplied from .GlobalEnv to simInit(), a warning message saying that object loading was attempted before the start time and are being discarded. This only occurs if start is set to 1.0.
When there are no objects being passed to simInit from .GlobalEnv, this ceases to be an issue.
I have attached a reproducible example ;)
Ceres