Behavior:
Platform(s) Affected:
Error Log Entries:
None
Faulting application name: eden.exe, version: 0.0.0.0, time stamp: 0x6795dc3c
Faulting module name: ntdll.dll, version: 10.0.26100.3037, time stamp: 0x95e6c489
Exception code: 0xc0000005
Fault offset: 0x0000000000014778
Faulting process id: 0x2AF0
Faulting application start time: 0x1DB7C30D2972402
Faulting application path: C:\\Users\\<USERNAME>\\Downloads\\Eden-Windows\\eden.exe
Faulting module path: C:\\WINDOWS\\SYSTEM32\\ntdll.dll
Report Id: 4c8a6e13-9637-438c-b4d0-e802d279af66
Faulting package full name:
Faulting package-relative application ID:
This guide will will try to explain things as clearly as possible, but make some assumptions about your environment and your familiarity with the operating system. Most notably, that you are familiar with the basic operations of your PC (how to download files, how to extract them, etc.)
<aside> 🚨
WARNING: These guides assume that you already have the necessary files (firmware, keys, games, etc.) to run the emulator. Neither the Eden Team nor Their Discord will assist you in obtaining these files. Asking for these files on the Discord may result in a ban from the server without support or chance to appeal.
</aside>
<aside>
Eden requires the latest C++ redistributable from Microsoft in order to run. Like many other programs, it relies on aspects and libraries included in this runtime, without it - the program cannot run.
<aside>
A corruption of necessary system files can cause odd behaviors when Eden tries to access them. It is a very rare case and you would likely see other programs misbehaving if this is what your issue is, but you can try if you have no other options.
Launch Eden to generate a crash.
Confirm there are no logs created in the log directory.
Navigate to your Windows Event Viewer (Start Menu → eventvwr.msc).
Expand Windows Logs and select Application.

Look for an entry with the Level of Error, and look for a message similar to the following
Faulting application name: Eden.exe, version: 0.0.0.0, time stamp: 0x6795dc3c
Faulting module name: ntdll.dll, version: 10.0.26100.3037, time stamp: 0x95e6c489
Exception code: 0xc0000005
Fault offset: 0x0000000000014778
Faulting process id: 0x2AF0
Faulting application start time: 0x1DB7C30D2972402
Faulting application path: C:\\Users\\<USERNAME>\\Downloads\\Eden-Windows\\Eden.exe
Faulting module path: C:\\WINDOWS\\SYSTEM32\\ntdll.dll
Report Id: 4c8a6e13-9637-438c-b4d0-e802d279af66
Faulting package full name:
Faulting package-relative application ID:
Open a Command Prompt terminal window as Administrator.
Enter the following command and wait for it to complete. It will take a while, just be patient and do other things while it completes.
DISM /Online /Cleanup-Image /RestoreHealth
Reboot your computer.
Launch Eden and verify it is now working. </aside>