[Bug]: <game crashing and error 0xc0000e14 when injecting>
Describe the bug
im using xenos to inject with fsl installed. everything look alright anti virus turned off, gta 5 enh in windowed mode, xenos opened and then i click inject. it says that its injecting then gta crashes and moments later it shows error 0xc0000e12. whats wrong
Steps To Reproduce
- -nobattleeye in steam
- bitfinder turned off
- opening xenos
- opening gta
- injecting
- gta crash
- error
Expected Behavior
launch ig
Logs and/or screenshots
<paste your logs here>
log #1 2025-10-22 15:26:29 NORMAL Started on Windows 10.0.0.19045 x64. Driver status: 0xC0000225 2025-10-22 15:28:47 CRITICAL Injection initiated. Mode: 1, process type: 0, pid: 17224, mmap flags: 0x10004, erasePE: 0, unlink: 0, thread hijack: 0, init routine: '', init arg: '' 2025-10-22 15:28:47 CRITICAL Injecting image 'C:\Users\personal\Desktop\YimMenuV2.dll' 2025-10-22 15:29:17 ERROR Failed to inject image using manual map, status: 0xC000012F 2025-10-22 15:29:17 ERROR Failed to inject image 'C:\Users\personal\Desktop\YimMenuV2.dll'. Error code 0xC000012F
log #2
2025-10-22 15:45:00 NORMAL Started on Windows 10.0.0.19045 x64. Driver status: 0xC0000225
2025-10-22 15:47:13 CRITICAL Injection initiated. Mode: 1, process type: 0, pid: 12980, mmap flags: 0x10004, erasePE: 0, unlink: 0, thread hijack: 0, init routine: '', init arg: ''
2025-10-22 15:47:13 CRITICAL Injecting image 'C:\Users\per\Desktop\YimMenuV2.dll'
2025-10-22 15:47:43 ERROR Failed to inject image using manual map, status: 0xC000012F
2025-10-22 15:47:43 ERROR Failed to inject image 'C:\Users\per\Desktop\YimMenuV2.dll'.
Error code 0xC000012F
2025-10-22 15:49:26 CRITICAL Injection initiated. Mode: 1, process type: 0, pid: 12980, mmap flags: 0x10004, erasePE: 0, unlink: 0, thread hijack: 0, init routine: '', init arg: ''
2025-10-22 15:49:26 ERROR
2025-10-22 15:49:30 CRITICAL Injection initiated. Mode: 1, process type: 0, pid: 12980, mmap flags: 0x10004, erasePE: 0, unlink: 0, thread hijack: 0, init routine: '', init arg: ''
2025-10-22 15:49:30 ERROR
2025-10-22 15:49:48 CRITICAL Injection initiated. Mode: 1, process type: 0, pid: 19164, mmap flags: 0x11006, erasePE: 0, unlink: 0, thread hijack: 0, init routine: '', init arg: ''
2025-10-22 15:49:48 CRITICAL Injecting image 'C:\Users\per\Downloads\YimMenuV2.dll'
Store
Steam
Anticheat bypass mode
With FSL
Additional context
No response
Build
- [x] I've confirmed the issue exists on the latest version of YimMenuV2
Duplicate
- [x] I confirm that issue isn't a duplicate.
The log suggests a memory-related issue. I'd like to ask if you've disabled virtual memory? I disabled virtual memory to reduce C drive usage while playing the mod to increase FPS, but I encountered a similar error message after the game ran for a while.
The log suggests a memory-related issue. I'd like to ask if you've disabled virtual memory? I disabled virtual memory to reduce C drive usage while playing the mod to increase FPS, but I encountered a similar error message after the game ran for a while.
Im gonna check it out in a moment
The log is telling you two important things:
manual map failed: Just don't use any manual mapping options. Inject normally like everyone else does.Error code 0xC000012F. That's an NTSTATUS code and it translates toSTATUS_INVALID_IMAGE_NOT_MZ. This means one of two things:- You tried to inject an invalid DLL, maybe some knock off you downloaded from somewhere else pretending to be YimMenuV2 (unlikely since you're here in the official repo).
- Corrupted Visual C++ Redistributables. Just download them and re-install/repair them.