diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 002edfe5..f77eb622 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -206,7 +206,11 @@ function Footer() { setGameState("installed"); setGameLoading(false); }) - .catch((err: string) => setGlobalError(err)); + .catch((err: string) => { + setGameState("not_installed "); + setGameLoading(false); + setGlobalError(err); + }); } if (gameState === "installed") { spawn();