AMDRSServ.exe Application Error
SolvedFichinque Posted messages 146 Status Member -
Hello,
Since I installed Helldivers 2 on my PC, an error occurs at random times (more often when Helldivers 2 is launched (or other games, I need to try)).
Here is the error in question:

I reinstalled the AMD drivers with DDU, I even updated them but nothing changes.
I also tried an sfc /scannow but nothing to report.
I verified the files of Helldivers 2 but nothing has changed.
And I changed each RAM stick to a different slot but nothing has changed either.
Here is my config:
Ryzen 5 5600
RX 6700 XT Nitro+
32GB of Corsair RGB Pro 3200Mhz RAM (4x8GB)
750W PSU
512GB SATA SSD (Windows 11 Home installed on it)
1TB M.2 NVMe SSD (Helldivers 2 installed on it)
I hope you can help me because it's frustrating to crash in the middle of a game ????????
Thank you in advance!
2 answers
-
Your drivers installed with DDU are not good; it's better to download and install them via the official way.
DDU has been deprecated for a long time.
To potentially see the cause of the crashes, you have the log files; for Steam, they are located in:
C:\Program Files (x86)\Steam\dumpsand
C:\Program Files (x86)\Steam\logsfor the games in
D:\SteamLibrary\steamapps\common\GameName\logfile........
-
-
We can try to check the Windows event log with this filter command, and it's quick. Share it here, we'll take a look.
For the applications:
powershell -command mode 300 ; &{Get-WinEvent -FilterHashtable @{logName='Application'; Level=1,2,3} -MaxEvents 1000 | where{$_.Message.Length -gt 0 }} | fl | Out-File -FilePath $env:USERPROFILE\Desktop\evapp.txtFor the system:
powershell -command mode 300 ; &{Get-WinEvent -FilterHashtable @{logName='System'; Level=1,2,3} -MaxEvents 1000 | where{$_.Message.Length -gt 0 }} | fl | Out-File -FilePath $env:USERPROFILE\Desktop\evsys.txtThe files will be on the Desktop.
It's best to relaunch the game and as soon as it crashes, execute these commands; we'll have the time and date, so it'll be quicker.
-
I don't think it's working, here are the results of the two commands in Powershell 7 (64x) as Administrator
OK... Windows 7
No need to be an administrator for the command
Once PowerShell is open, go to the desktop:
cd C:\Users\Yourusername\Desktopand enter like this this time:
powershell -command mode 300 ; &{Get-WinEvent -FilterHashtable @{logName='System'; Level=1,2,3} -MaxEvents 1000 | where{$_.Message.Length -gt 0 }} | fl | Out-File -FilePath evsys.txtand
powershell -command mode 300 ; &{Get-WinEvent -FilterHashtable @{logName='Application'; Level=1,2,3} -MaxEvents 1000 | where{$_.Message.Length -gt 0 }} | fl | Out-File -FilePath evapp.txtThese commands still yield nothing :/
For the first one, Powershell tells me:
cd : Cannot find path 'C:\Users\myname\Desktop' because it does not exist. At Line:1 Char:1 + cd C:\Users\myname\Desktop + ~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Users\myname\Desktop:String) [Set-Location], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommandFor the other two, after pressing enter, Powershell displays absolutely nothing and clears the previously entered commands.
Good evening,
Copy and paste this into a terminal or PowerShell and post a screenshot of the result.
Thank you.
Get-WmiObject win32_Pagefilesetting | Select Name, InitialSize, MaximumSizeAnd
Get-WmiObject Win32_pagefilesetting-
-
We will see the allocated virtual memory. The swap file
Otherwise, start menu and
sysdm.cplThen Advanced system settings
Performance
Settings
Then the Advanced tab
With the commands you have direct results of the allocated memory status
Otherwise the commands are Get so it requests something, it does not modify anything. :)
.
P.S.: if not already done, uncheck automatic and at the bottom set the size managed by the system.
-
Entering like this is what I have and no problem, yet on this PC 16GB the other 32GB like you.



on W11
Restart
Redo tests afterwards
Also look at the specs for the game:
https://www.chillblast.com/blog/helldivers-2-pc-specs-requirements
Lower the graphics in the game, otherwise it requires 16GB of RAM, and if you also have a browser + applications running in the background, you will end up with an OOM (crash)
Latest Discussions -
Password
at 21:21 -
Ms office 365 activation license
at 20:26 -
Unable to change facebook password.
at 20:08 -
Invisible wifi
at 19:43 -
Windows 11 home edition
at 19:25 -
My pc boots into bios with windows 11
at 19:01 -
Blocked numeric keypad
at 19:01 -
Wifi connection malfunction
at 18:48 -
My desktop pc doesn't accept the 4g network from my phone
at 18:23 -
Customizing the welcome screen
at 18:14
Other languages
-


