From 33ef87320948cbd8c49c82fd711769d23472f623 Mon Sep 17 00:00:00 2001 From: Evilperson1337 Date: Tue, 2 Dec 2025 13:41:36 -0500 Subject: [PATCH] docs: add initial set --- docs/user/EdenFailsToLaunchWindows.md | 91 +++++++++++++++++++++++++++ docs/user/QuickStartWindows.md | 47 ++++++++++++++ 2 files changed, 138 insertions(+) create mode 100644 docs/user/EdenFailsToLaunchWindows.md create mode 100644 docs/user/QuickStartWindows.md diff --git a/docs/user/EdenFailsToLaunchWindows.md b/docs/user/EdenFailsToLaunchWindows.md new file mode 100644 index 0000000000..9a30348092 --- /dev/null +++ b/docs/user/EdenFailsToLaunchWindows.md @@ -0,0 +1,91 @@ +# Eden Fails to Launch and Does Not Leave Any Logs + +**Click [Here](https://evilperson1337.notion.site/Windows-Eden-Fails-to-Launch-and-Does-Not-Leave-Any-Logs-2b057c2edaf68156b640cf1ac549870a) for a version of this guide with images & visual elements.** + +--- + +## Error Details + +*Behavior*: Program appears not to launch or exits immediately without leaving any log entries. +*Platform(s) Affected*: +- **Windows** + +**Error Log Entries:** + +``` +None +``` +**Example Error Message Entry in Windows Event Viewer** +``` +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:\temp\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: +``` + +--- + +## Causes + + + + \ No newline at end of file diff --git a/docs/user/QuickStartWindows.md b/docs/user/QuickStartWindows.md new file mode 100644 index 0000000000..9b90f622ce --- /dev/null +++ b/docs/user/QuickStartWindows.md @@ -0,0 +1,47 @@ +# Eden Quick Start + +Use this guide to get starting using the Eden emulator. + +**Click [Here](https://evilperson1337.notion.site/Eden-Quick-Start-2b057c2edaf6817b9859d8bcdb474017) for a version of this guide with images & visual elements.** + +--- + +### Pre-Requisites + + +- The [*latest C++ Redistributable*](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version) from Microsoft. + - Eden will not even launch without it see [*Eden Fails to Launch*](./EdenFailsToLaunch.md) for more information. +- Firmware dumped from your console +- Keys extracted from your console +- Games dumped from your console +- Internet Connection + +--- + +## Steps + +1. Download either the *Stable* or *Nightly* Eden application. + +2. Extract the contents to wherever you want to store the program on your computer. + +3. Run ***Eden.exe*** to launch the program. + + +4. Eden will now launch and notify you about missing Decryption keys. Close the dialog box by hitting **OK**. +5. Navigate to **Tools → Install Decryption Keys**, navigate to the folder containing your key files and select the file, you should only be able to select one. +6. Navigate to **Tools → Install Firmware**, *Select **From Folder*** or ***From ZIP*** - depending on how your firmware is stored, navigate to where it is stored and select it. +7. Double-Click the main window to add the folder containing your games. +8. Go to *Emulation > Configure > Input* and set up your controller of choice. Click **OK** to close the dialog window. +9. Double-Click a game to run it. \ No newline at end of file