Posted January 19, 2023
I was just watching some videos of a troll level in Super Mario Maker 2 that had intentional hardlocks. That is, the game froze, and the player had to quit out of the game. Can you think of a situation where an intentional hardlock like that would be justified?
A hardlock is when a game (or other piece of software) locks up in a manner that no input is recognized, at all, and you have to force quit the game. (In Windows, this would mean opening the task manager and force closing the game; on Linux this is when you need to send SIGKILL to the game.) A kernel hardlock is also possible, in which case it's necessary to hold the power button in to force a power down, or if that doesn't work, pull the plug and disconnect the battery (if there is one). (Note that a kernel hardlock likely indicates either a kernel bug or a hardware issue.)
A hardlock is when a game (or other piece of software) locks up in a manner that no input is recognized, at all, and you have to force quit the game. (In Windows, this would mean opening the task manager and force closing the game; on Linux this is when you need to send SIGKILL to the game.) A kernel hardlock is also possible, in which case it's necessary to hold the power button in to force a power down, or if that doesn't work, pull the plug and disconnect the battery (if there is one). (Note that a kernel hardlock likely indicates either a kernel bug or a hardware issue.)