mirror of
https://gitea.tendokyu.moe/Dniel97/SEGAguide.git
synced 2026-09-07 19:55:50 -05:00
Update FAQ
13
FAQ.md
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."
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user