Update FAQ

Dniel97
2024-08-08 06:25:36 +00:00
parent f41040ee19
commit b1d4ade8e5

13
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<class std::unique_ptr<void *, struct anonymous namespace':: MapHandleDeleter>, 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."
```