YimMenuV2 icon indicating copy to clipboard operation
YimMenuV2 copied to clipboard

[Bug]: <game crashing and error 0xc0000e14 when injecting>

Open mysza224 opened this issue 2 months ago • 3 comments

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

  1. -nobattleeye in steam
  2. bitfinder turned off
  3. opening xenos
  4. opening gta
  5. injecting
  6. gta crash
  7. 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.

mysza224 avatar Oct 22 '25 14:10 mysza224

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.

ask311 avatar Nov 08 '25 00:11 ask311

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

mysza224 avatar Nov 08 '25 09:11 mysza224

The log is telling you two important things:

  1. manual map failed: Just don't use any manual mapping options. Inject normally like everyone else does.
  2. Error code 0xC000012F. That's an NTSTATUS code and it translates to STATUS_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.

xesdoog avatar Nov 16 '25 13:11 xesdoog