From a17b84912516c67710b3fb2155ec8eed9075704d Mon Sep 17 00:00:00 2001 From: TheSillyDoggo <95105680+TheSillyDoggo@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:18:23 +1100 Subject: [PATCH] add message to reinstall windows --- loader/src/platform/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/src/platform/windows/main.cpp b/loader/src/platform/windows/main.cpp index eb31da0e2..e703625d0 100644 --- a/loader/src/platform/windows/main.cpp +++ b/loader/src/platform/windows/main.cpp @@ -291,7 +291,7 @@ std::string loadGeode() { } if (patchAddr == 0) - return "Geode could not find the main function, not loading Geode."; + return "Geode could not find the main function, not loading Geode.\nYour PC is very likely infected with malware. It's recommended you reinstall Windows."; #define JMP_ADDR(from, to) (std::bit_cast(to) - std::bit_cast(from) - 5) #define JMP_BYTES(from, to) \