<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Crash to desktop, complete dump of SwgClient_r.exe]]></title><description><![CDATA[<p dir="auto">Capturing Crash Dumps for SwgClient_r.exe and Analyzing Them with WinDbg<br />
If you're troubleshooting crashes with the SWG client, you can configure Windows to generate full crash dumps when SwgClient_r.exe crashes. These dumps can then be analyzed with WinDbg.</p>
<p dir="auto"><em><strong>Note: If you are not comfortable modifying the registry, do not proceed.</strong></em></p>
<h2>1. Enable Crash Dumps</h2>
<p dir="auto">Open Registry Editor</p>
<p dir="auto">Win + R</p>
<p dir="auto">Type: regedit</p>
<p dir="auto">Navigate to:</p>
<p dir="auto">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting</p>
<p dir="auto">Create a new key if it does not exist:</p>
<p dir="auto">LocalDumps</p>
<p dir="auto">Inside LocalDumps create another key named:</p>
<p dir="auto">SwgClient_r.exe</p>
<p dir="auto">Your registry path should look like:</p>
<p dir="auto">HKEY_LOCAL_MACHINE<br />
└ SOFTWARE<br />
└ Microsoft<br />
└ Windows<br />
└ Windows Error Reporting<br />
└ LocalDumps<br />
└ SwgClient_r.exe</p>
<p dir="auto">Add the following values:</p>
<p dir="auto">DumpFolder REG_EXPAND_SZ C:\CrashDumps</p>
<p dir="auto">DumpType REG_DWORD 2</p>
<p dir="auto">DumpCount REG_DWORD 2</p>
<p dir="auto">Create the folder:</p>
<p dir="auto">C:\CrashDumps</p>
<p dir="auto">When the client crashes, dumps will appear there.</p>
<h2>Registry Example</h2>
<h2>2. Install WinDbg</h2>
<p dir="auto">Microsoft documentation:</p>
<p dir="auto">[URL unfurl="true"]<a href="https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools%5B/URL%5D" rel="nofollow ugc">https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/debugger-download-tools[/URL]</a></p>
<p dir="auto">Install WinDbg Preview from the Microsoft Store:</p>
<p dir="auto">[URL unfurl="true"]<a href="https://apps.microsoft.com/store/detail/windbg-preview/9PGJGD53TN86%5B/URL%5D" rel="nofollow ugc">https://apps.microsoft.com/store/detail/windbg-preview/9PGJGD53TN86[/URL]</a></p>
<h2>3. Analyze a Crash Dump</h2>
<p dir="auto">Open WinDbg → File → Open Dump File</p>
<p dir="auto">Select the dump from: C:\CrashDumps</p>
<p dir="auto">Then run:</p>
<p dir="auto">!analyze -v</p>
<p dir="auto">This will show the crash reason, stack trace, and faulting module.</p>
]]></description><link>https://swgevolve.com/forums/topic/1239/crash-to-desktop-complete-dump-of-swgclient_r.exe</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 04:15:44 GMT</lastBuildDate><atom:link href="https://swgevolve.com/forums/topic/1239.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Mar 2026 05:20:38 GMT</pubDate><ttl>60</ttl></channel></rss>