From b1d4ade8e5ee10cc86d9f34084eda1d1fde78e83 Mon Sep 17 00:00:00 2001 From: Dniel97 Date: Thu, 8 Aug 2024 06:25:36 +0000 Subject: [PATCH] Update FAQ --- FAQ.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/FAQ.md b/FAQ.md index 422b721..4321958 100644 --- a/FAQ.md +++ b/FAQ.md @@ -31,6 +31,19 @@ To fix this, simply add the OpenSSL patch to [environment variables](https://www set OPENSSL_ia32cap=:~0x20000000 ``` +### CreateFileMappingW failed. + +Game will crash with the following message in the "AM Daemon" cmd window: +``` +Runtime exception occurred. +File: D:\Jenkins\workspace\amdaemon_all_build\libs\amdipc\src\SharedMemory.cpp +Line: 178 +Function: struct std::pair, bool> nonymous-namespace'::createMemoryMap(unsigned int, const wchar_t *, struct _SECURITY_ATTRIBUTES *) +Message: CreateFileMappingW failed. +``` +This happens because your user account name and your PC name are idendical. +Simply change your **PC name** under settings in Windows to something different than your **account username**. + ### Windows 11 bug: "An assertion failure has occurred." ```