Jump to content

Crashing after firing a AGM-65D at a Radar Vehicle while trying to set TGP as SOI.


Go to solution Solved by Flappie,

Recommended Posts

Posted

Once I fired my AGM-65D Maverick at a Radar Vehicle, I suddenly crashed with no error message, just the application completely shut off.

I believe I was setting my tgp as SOI if I can recall, and I was doing that while rolling left to centre out my aircraft (A-10C Thunderbolt) then it suddenly crashed.

I was using markpoints at first to set as my SPI, but notices it was a bit offset from the target, so I used my TGP as SPI and pointed it at the Radar Vehicle.

Map was in the Persian Gulf, mission trying to capture a base (I do not know the name unfortunately), in a multiplayer server.

System Specs are:

Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz 2.59 GHz with 16.0 GB ram.

Here's the Track file:

BLUE-FLAG.PERSIANGULF.MODERN.miz-dynamic-20230127-005450.trk

And here are the Logs:

dcs.20230126-231341.dmpdcs.log

Hope these help.. Let me know if anything is missing!

  • Solution
Posted (edited)

Hi. It seems your crash was caused by a lack of memory:

2023-01-26 23:13:37.762 ERROR   DX11BACKEND (13948): Failed to create shader resource view for /textures/t-90a_NM.dds. Reason: Not enough memory resources are available to complete this operation.

2023-01-26 23:13:40.068 ERROR   DX11BACKEND (13948): Can't load image '/textures/SBORKA_TEX_SUMMER_FLIR.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.190 ERROR   DX11BACKEND (13948): Can't load image '/textures/strela10m3_summer.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.324 ERROR   DX11BACKEND (13948): Can't load image '/textures/buk_tex_summer.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.382 ERROR   DX11BACKEND (13948): Can't load image '/textures/buk_spec.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.471 INFO    EDCORE (13948): try to write dump information
2023-01-26 23:13:40.473 INFO    EDCORE (13948): # -------------- 20230126-231341 --------------
2023-01-26 23:13:40.495 INFO    EDCORE (13948): DCS/2.8.2.35632 (x86_64; Windows NT 10.0.19044)
2023-01-26 23:13:40.496 INFO    EDCORE (13948): D:\DCS World OpenBeta\bin\edCore.dll
2023-01-26 23:13:40.498 INFO    EDCORE (13948): # C0000005 ACCESS_VIOLATION at 00007FFA7A87FD91 00:00000000
2023-01-26 23:13:40.524 INFO    EDCORE (13948): SymInit: Symbol-SearchPath: '.;D:\DCS World OpenBeta;D:\DCS World OpenBeta\bin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*https://msdl.microsoft.com/download/symbols;', symOptions: 528, UserName: '96650'
2023-01-26 23:13:40.525 INFO    EDCORE (13948): OS-Version: 10.0.19044 () 0x300-0x1
2023-01-26 23:13:44.552 INFO    ASYNCNET (Main): Current ping: 185.4ms
2023-01-26 23:13:44.676 INFO    EDCORE (13948): 0x000000000001FD91 (edCore): ed::SharedBuffer::create + 0x21
2023-01-26 23:13:44.678 INFO    EDCORE (13948): 0x0000000000044DC2 (edCore): edvfs::WinFileRO::tell + 0x432
2023-01-26 23:13:44.680 INFO    EDCORE (13948): 0x0000000000044BAC (edCore): edvfs::WinFileRO::tell + 0x21C
2023-01-26 23:13:44.681 INFO    EDCORE (13948): 0x000000000003C513 (edCore): CoreUtils::TempFilesManager::TempFilesManager + 0x3AA3
2023-01-26 23:13:44.682 INFO    EDCORE (13948): 0x000000000000738A (renderer): render::openFirstOccurrence + 0x8A
2023-01-26 23:13:44.682 INFO    EDCORE (13948): 0x00000000000617D7 (dx11backend): createRenderer + 0x49E67
2023-01-26 23:13:44.683 INFO    EDCORE (13948): 0x0000000000064B3B (dx11backend): createRenderer + 0x4D1CB
2023-01-26 23:13:44.683 INFO    EDCORE (13948): 0x0000000000035145 (dx11backend): createRenderer + 0x1D7D5
2023-01-26 23:13:44.684 INFO    EDCORE (13948): 0x000000000002DF2F (edCore): ed::this_thread::yield + 0x130F
2023-01-26 23:13:44.701 INFO    EDCORE (13948): 0x000000000002C240 (edCore): ed::thread::_get_current_thread_id + 0xA0
2023-01-26 23:13:44.703 INFO    EDCORE (13948): 0x0000000000021BB2 (ucrtbase): _configthreadlocale + 0x92
2023-01-26 23:13:44.717 INFO    EDCORE (13948): 0x0000000000017614 (KERNEL32): BaseThreadInitThunk + 0x14
2023-01-26 23:13:44.733 INFO    EDCORE (13948): 0x00000000000526A1 (ntdll): RtlUserThreadStart + 0x21
2023-01-26 23:13:50.759 INFO    EDCORE (13948): Minidump created.
2023-01-26 21:29:34.875 INFO    APP (Main): CPU cores: 6, threads: 12, System RAM: 16261 MB, Pagefile: 13312 MB

 

You need to either:

  1. Buy more RAM (go for 64 GB if you intend to keep playing DCS in the next years - terrains are getting bigger and bigger).
  2. Manually enlarge your pagefile (try init size=16384 and max size=32768). Ensure the drive hosting your pagefile is fast enough, and has enough free space, at least 50 GB.
  3. Or lower your graphic settings (especially the Preload Radius slider).
Edited by Flappie

---

Posted
On 1/30/2023 at 1:22 AM, Flappie said:

Hi. It seems your crash was caused by a lack of memory:

2023-01-26 23:13:37.762 ERROR   DX11BACKEND (13948): Failed to create shader resource view for /textures/t-90a_NM.dds. Reason: Not enough memory resources are available to complete this operation.

2023-01-26 23:13:40.068 ERROR   DX11BACKEND (13948): Can't load image '/textures/SBORKA_TEX_SUMMER_FLIR.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.190 ERROR   DX11BACKEND (13948): Can't load image '/textures/strela10m3_summer.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.324 ERROR   DX11BACKEND (13948): Can't load image '/textures/buk_tex_summer.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.382 ERROR   DX11BACKEND (13948): Can't load image '/textures/buk_spec.dds'. Reason: The request is not supported.

2023-01-26 23:13:40.471 INFO    EDCORE (13948): try to write dump information
2023-01-26 23:13:40.473 INFO    EDCORE (13948): # -------------- 20230126-231341 --------------
2023-01-26 23:13:40.495 INFO    EDCORE (13948): DCS/2.8.2.35632 (x86_64; Windows NT 10.0.19044)
2023-01-26 23:13:40.496 INFO    EDCORE (13948): D:\DCS World OpenBeta\bin\edCore.dll
2023-01-26 23:13:40.498 INFO    EDCORE (13948): # C0000005 ACCESS_VIOLATION at 00007FFA7A87FD91 00:00000000
2023-01-26 23:13:40.524 INFO    EDCORE (13948): SymInit: Symbol-SearchPath: '.;D:\DCS World OpenBeta;D:\DCS World OpenBeta\bin;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*https://msdl.microsoft.com/download/symbols;', symOptions: 528, UserName: '96650'
2023-01-26 23:13:40.525 INFO    EDCORE (13948): OS-Version: 10.0.19044 () 0x300-0x1
2023-01-26 23:13:44.552 INFO    ASYNCNET (Main): Current ping: 185.4ms
2023-01-26 23:13:44.676 INFO    EDCORE (13948): 0x000000000001FD91 (edCore): ed::SharedBuffer::create + 0x21
2023-01-26 23:13:44.678 INFO    EDCORE (13948): 0x0000000000044DC2 (edCore): edvfs::WinFileRO::tell + 0x432
2023-01-26 23:13:44.680 INFO    EDCORE (13948): 0x0000000000044BAC (edCore): edvfs::WinFileRO::tell + 0x21C
2023-01-26 23:13:44.681 INFO    EDCORE (13948): 0x000000000003C513 (edCore): CoreUtils::TempFilesManager::TempFilesManager + 0x3AA3
2023-01-26 23:13:44.682 INFO    EDCORE (13948): 0x000000000000738A (renderer): render::openFirstOccurrence + 0x8A
2023-01-26 23:13:44.682 INFO    EDCORE (13948): 0x00000000000617D7 (dx11backend): createRenderer + 0x49E67
2023-01-26 23:13:44.683 INFO    EDCORE (13948): 0x0000000000064B3B (dx11backend): createRenderer + 0x4D1CB
2023-01-26 23:13:44.683 INFO    EDCORE (13948): 0x0000000000035145 (dx11backend): createRenderer + 0x1D7D5
2023-01-26 23:13:44.684 INFO    EDCORE (13948): 0x000000000002DF2F (edCore): ed::this_thread::yield + 0x130F
2023-01-26 23:13:44.701 INFO    EDCORE (13948): 0x000000000002C240 (edCore): ed::thread::_get_current_thread_id + 0xA0
2023-01-26 23:13:44.703 INFO    EDCORE (13948): 0x0000000000021BB2 (ucrtbase): _configthreadlocale + 0x92
2023-01-26 23:13:44.717 INFO    EDCORE (13948): 0x0000000000017614 (KERNEL32): BaseThreadInitThunk + 0x14
2023-01-26 23:13:44.733 INFO    EDCORE (13948): 0x00000000000526A1 (ntdll): RtlUserThreadStart + 0x21
2023-01-26 23:13:50.759 INFO    EDCORE (13948): Minidump created.
2023-01-26 21:29:34.875 INFO    APP (Main): CPU cores: 6, threads: 12, System RAM: 16261 MB, Pagefile: 13312 MB

 

You need to either:

  1. Buy more RAM (go for 64 GB if you intend to keep playing DCS in the next years - terrains are getting bigger and bigger).
  2. Manually enlarge your pagefile (try init size=16384 and max size=32768). Ensure the drive hosting your pagefile is fast enough, and has enough free space, at least 50 GB.
  3. Or lower your graphic settings (especially the Preload Radius slider).

 

I've increased my page file, I will report if it happens again since that was actually the first time it happened to me. Thank you so much!

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...