I don't see how you could ever load a proper game with this logic. In the same layout where you are trying to load a previous save game, it is saving over it every second. So unless you manage to click the load button within 1 second you've already lost your save game.
As for a fix it depends on the game design but I would definitely only save every second during the gameplay, not on the same screen where you are trying to load games, so move that autosave to the layout where you are playing the game.