Forum Discussion

Re: Apex Legends crash


@KuchenBear wrote:

@Bo0mHD wrote:

I've been crashing a lot since the game released, and what finally fixed it for me was to put the fps cap to 90. I've got an i5 6500, rx 480 strix, 16gb's 2133. I've been playing for 2 days, today being the 3rd day where I haven't crashed a single game. Look for the thread were the guy explains that the cause might be the GPU at 100% all the time issue. 


ye i noticed this to with driver 419.17 and using max_fps 90 the game don't crashed yet

This trick works also with nvidia, for me it means this is not driver related.

but i still don't know why 417.71 was complete stable without any fps cap


edit:

Engine Error again, so FPS cap does not help

I try now without TSAA, if it still crash im going back to 417.71 😬

update:

Without TSAA and game crashed after 10 minutes so im Back to 417.71

3 Replies

  • I FOUND IT.

    The bug is due to windows superfetch. You have to disable it completely within the registry. Google how to until i get time to write a guide


    Edit: Superfetch is a windows service that tries to speculate on what programs you're likely to use, and prefetches the data so it's "ready". It's *, especially in windows 10 with an SSD. And it causes all sorts of issues. I found the culprit by checking the windows event viewer and analyzing wtf those perflib and perfNet errors were. It's the performance monitor. It was coming up with all sorts of warnings and errors. One of the recuring bug being

    "Windows cannot load the extensible counter DLL "C:\Windows\system32\sysmain.dll" (Win32 error code The specified module could not be found.)."

    sysmain is the name of superfetch in windows 10.

    I also disabled a lot of automated crap in task manager, such as hourly microsoft office updates and other forced crap like that.

    Since then, when I get the "lag spikes" or freezes where I know it's going to crash. Well, I don't crash. It just lag spikes then goes away.



    Edit: Here's a quick copy pasta of how to disable superfetch:

    Disable from Services

    1. Hold the Windows Key, while pressing “R” to bring up the Run dialog box.
    2. Type “services.msc“, then press “Enter“.
    3. The Services window displays. Find “Superfetch” in the list.
    4. Right-click “Superfetch“, then select “Properties“.
    5. Select the “Stop” button if you wish to stop the service. In the “Startup type” dropdown menu, choose “Disabled“.

    Enable or Disable from Registry

    1. Hold the Windows Key, while pressing “R” to bring up the Run dialog box.
    2. Type “Regedit“, then press “Enter“.
    3. The Registry Editor window appears. Navigate to the following location in the Registry.
      • HKEY_LOCAL_MACHINE
      • SYSTEM
      • CurrentControlSet
      • Control
      • Session Manager
      • MemoryManagement
      • PrefetchParameters
    4. On the right side, double-click on “EnableSuperfetch“. If this value doesn’t exist, right-click the “PrefetchParameters” folder, then choose “New” > “DWORD Value“.
    5. Give “EnableSuperfetch” one of the following values:
      • 0 – to disable Superfetch
      • 1 – to enable prefetching when program is launched
      • 2 – to enable boot prefetching
      • 3 – to enable prefectching of everything
    6. Select “OK“.
    7. Close the Registry Editor.

    Note: If you disable Superfetch and would like to enable it for certain applications, you can use special switch in the program shortcut: /prefetch:1

  • superfetch didn't fix anything, still get crashes consistently. hopefully someone will find a fix soon.