-
Posts
84 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Heavy stuttering on carrier after parking
Moezilla replied to Gloopy's topic in Game Performance Bugs
Line 3 of your dcs.log: 2025-07-16 18:28:20.635 WARNING EDCORE (Main): CPU HAS PARKED LOGICAL CORES (this can be source of stuttering and reduced performance especially on hybrid CPUs with P/E-cores) The DCS UI elements can trigger either the core-parking or other efficiency features in Windows. It's recommended to disable core parking. There are numerous ways but, personally, I used a free utililty called Parkcontrol and it was a simple, one-time (so far) process. -
Constant Stuttering on Multiplayer Servers
Moezilla replied to Cyrics's topic in Game Performance Bugs
Your export.lua is busy but I've seen others running similar setups. You could check if the MP servers you play on regularly have server-side tacviews. Some make them available for download. -
Constant Stuttering on Multiplayer Servers
Moezilla replied to Cyrics's topic in Game Performance Bugs
From your log it's likely to be Tacview dumping a lot of data on busy servers with lots of air and ground activity. Try one of the previously stuttery servers with it disabled from your side. You could check Saved Games\DCS\Scripts\Hooks\ and move/delete anything you don't need (I didn't see a reference to the OH-6 gunner script in the log - it's a known stutter cause in MP - but you did have a script error from vpcDuelSpawnGUI.lua) Also you could open Saved Games\DCS\Scripts\Export.lua in a text editor and make sure that only expected items are in there. -
mk82, 83 bombs explosion radius too large after update?
Moezilla replied to SalakauHeadman's topic in Weapon Bugs
If you check out Quaggles' datamine, the commit for 2.9.17.11733 shows significant increases in mass, expl_mass, and piercing_mass for the Mk81-84 bombs. How exactly these numbers are used by DCS to calculate explosions is not generally known, but it would be a reasonably logical assumption to make that bigger number = bigger boom. Here's an example for the Mk83: [2.9.16.10973] _G["warheads"]["Mk_83"] = { caliber = 356, concrete_factors = { 1, 1, 1 }, concrete_obj_factor = 0, cumulative_factor = 0, cumulative_thickness = 0, default_fuze_delay = 0, expl_mass = 160, mass = 160, obj_factors = { 1, 1 }, other_factors = { 1, 1, 1 }, piercing_mass = 32 } [2.9.17.11733] _G["warheads"]["Mk_83"] = { caliber = 356, concrete_factors = { 1.35, 1.35, 0.135 }, concrete_obj_factor = 1.35, cumulative_factor = 0, cumulative_thickness = 0, expl_mass = 201.9, length = 1.956, mass = 446.8, obj_factors = { 1.35, 1.35 }, other_factors = { 1.35, 1.35, 1.35 }, piercing_mass = 89.36 } The new numbers for 2.9.17.11733 match the stated specs on the wiki page for the Mk83 of 447Kg mass and 202Kg of filling. Sources: https://github.com/Quaggles/dcs-lua-datamine/ https://en.wikipedia.org/wiki/Mark_83_bomb -
[Player1] C:\Program Files\Eagle Dynamics\DCS World OpenBeta\bin\Effects.dll # C0000005 ACCESS_VIOLATION at 00007ff9e32321db 00:00000000 ... 0x00000000000421db (Effects): Effects::ODCSParticleSystem2Proxy::updateGraphicReflection + 0x33B 0x000000000003dfb2 (Effects): Effects::loadShipWakeConfig + 0x24C2 0x000000000003e7de (Effects): Effects::loadShipWakeConfig + 0x2CEE [Player2] C:\Program Files\Eagle Dynamics\DCS World\bin-mt\Effects.dll # C0000005 ACCESS_VIOLATION at 00007ff8d83b21db 00:00000000 ... 0x00000000000421db (Effects): Effects::ODCSParticleSystem2Proxy::updateGraphicReflection + 0x33B 0x000000000003dfb2 (Effects): Effects::loadShipWakeConfig + 0x24C2 0x000000000003e7de (Effects): Effects::loadShipWakeConfig + 0x2CEE =================================================================================================== [Player1] C:\Program Files\Eagle Dynamics\DCS World OpenBeta\bin\edCore.dll # C0000005 ACCESS_VIOLATION at 00007ff91d215522 00:00000000 ... 0x0000000000025522 (edCore): b2DynamicTree::RemoveLeaf + 0xC2 0x0000000000024ea9 (edCore): b2DynamicTree::MoveProxy + 0xC9 0x000000000003deda (Effects): Effects::loadShipWakeConfig + 0x23EA 0x000000000003e7de (Effects): Effects::loadShipWakeConfig + 0x2CEE [Player2] C:\Program Files\Eagle Dynamics\DCS World\bin-mt\edCore.dll # C0000005 ACCESS_VIOLATION at 00007ffd4ade5522 00:00000000 ... 0x0000000000025522 (edCore): b2DynamicTree::RemoveLeaf + 0xC2 0x0000000000024ea9 (edCore): b2DynamicTree::MoveProxy + 0xC9 0x000000000003deda (Effects): Effects::loadShipWakeConfig + 0x23EA 0x000000000003e7de (Effects): Effects::loadShipWakeConfig + 0x2CEE [Player3] E:\DCS World\bin\edCore.dll # C0000005 ACCESS_VIOLATION at 00007ff9760e5522 00:00000000 ... 0x0000000000025522 (edCore): b2DynamicTree::RemoveLeaf + 0xC2 0x0000000000024ea9 (edCore): b2DynamicTree::MoveProxy + 0xC9 0x000000000003deda (Effects): Effects::loadShipWakeConfig + 0x23EA 0x000000000003e7de (Effects): Effects::loadShipWakeConfig + 0x2CEE Update: I have collected crash details for 3 different players who are experiencing the Effects.dll (2 out of 3 players) and edCore.dll crashes (all 3 players). The crash traces appear to have the same signature for all players. Below are the specs of the players and the settings from the graphics config reported in their logs that are shared across all three players. Hopefully the team have had enough reports through the crash report tool to have begun to find the source of these crashes. Specs: [Player1] AMD Ryzen 7 9800X3D Nvidia 3080 (572.83) 64GB RAM Windows 11 [Player2] AMD Ryzen 7 5700X Nvidia 3070 (576.40) 64GB RAM Windows 11 [Player3] AMD Ryzen 5 7600 Nvidia 3060 (576.28) 32GB RAM Windows 10 Graphics settings in common across all three players: { ['lights'] = 2; ['canopyReflections'] = 1; ['useDeferredShading'] = 1; ['textures'] = 2; ['cockpitGI'] = 1; ['terrainTextures'] = 'max'; ['shadows'] = 4; ['sceneryDetailsFactor'] = 1; ['effects'] = 3; };
-
Hi @BIGNEWY, Could you check if the database that is fed by the DCS crash reporting tool has picked up these two crashes since the 2.9.17.117333 (Corsair+Essex+MarianasWW2) update? If it has, is there progress on finding a cause and fix? # -------------- 20250623-053429 -------------- DCS/2.9.17.11733 (x86_64; MT; Windows NT 10.0.26100) C:\Program Files\Eagle Dynamics\DCS World\bin\Effects.dll # C0000005 ACCESS_VIOLATION at 00007ff8d83b21db 00:00000000 SymInit: Symbol-SearchPath: 'C:\Program Files\Eagle Dynamics\DCS World\bin;', symOptions: 532, UserName: 'user' OS-Version: 10.0.26100 () 0x100-0x1 0x00000000000421db (Effects): Effects::ODCSParticleSystem2Proxy::updateGraphicReflection + 0x33B 0x000000000003dfb2 (Effects): Effects::loadShipWakeConfig + 0x24C2 0x000000000003e7de (Effects): Effects::loadShipWakeConfig + 0x2CEE 0x0000000000168fbf (Visualizer): smSceneManager::DestroySceneManager + 0x1136F 0x000000000016f79b (Visualizer): smSceneManager::regLua + 0x5DDB 0x000000000015444c (Visualizer): smCamera_Implement::getClipRegion + 0x1C17C 0x000000000013e4cc (Visualizer): smCamera_Implement::getClipRegion + 0x61FC 0x0000000000158ce2 (Visualizer): smSceneManager::DestroySceneManager + 0x1092 0x00000000000337b1 (edCore): ed::thread::_get_current_thread_id + 0x71 0x00000000000037b0 (ucrtbase): wcsrchr + 0x150 0x000000000002e8d7 (KERNEL32): BaseThreadInitThunk + 0x17 # -------------- 20250622-022701 -------------- DCS/2.9.17.11733 (x86_64; MT; Windows NT 10.0.26100) C:\Program Files\Eagle Dynamics\DCS World\bin\edCore.dll # C0000005 ACCESS_VIOLATION at 00007ffd4ade5522 00:00000000 SymInit: Symbol-SearchPath: 'C:\Program Files\Eagle Dynamics\DCS World\bin;', symOptions: 532, UserName: 'user' OS-Version: 10.0.26100 () 0x100-0x1 0x0000000000025522 (edCore): b2DynamicTree::RemoveLeaf + 0xC2 0x0000000000024ea9 (edCore): b2DynamicTree::MoveProxy + 0xC9 0x000000000003deda (Effects): Effects::loadShipWakeConfig + 0x23EA 0x000000000003e7de (Effects): Effects::loadShipWakeConfig + 0x2CEE 0x0000000000168fbf (Visualizer): smSceneManager::DestroySceneManager + 0x1136F 0x000000000016f79b (Visualizer): smSceneManager::regLua + 0x5DDB 0x000000000015444c (Visualizer): smCamera_Implement::getClipRegion + 0x1C17C 0x000000000013e4cc (Visualizer): smCamera_Implement::getClipRegion + 0x61FC 0x0000000000158ce2 (Visualizer): smSceneManager::DestroySceneManager + 0x1092 0x00000000000337b1 (edCore): ed::thread::_get_current_thread_id + 0x71 0x00000000000037b0 (ucrtbase): wcsrchr + 0x150 0x000000000002e8d7 (KERNEL32): BaseThreadInitThunk + 0x17
-
According to the log from June 14, you have parked cores and are running Windows 10. The specs of your CPU indicate 6 P-Cores and 8 E-cores. I would guess that your freezes relate to work being passed to E-cores by the Windows 10 core scheduler, which is known to do this with hybrid CPUs. There are several ways to "unpark" your cores, but I used a free utility called ParkControl to turn off core parking for the power plan in use. If an upgrade to Windows 11 is possible, this will also help with general issues with core scheduling. Good luck.
-
The error message seems to refer to an issue relating to temporary files. If you have plenty of space on your drive(s) then another possible cause would be a permissions issue. Is it possible that you installed DCS, or parts of it, as administrator and are running it as a regular user now? This can lead to some weird behaviours.
-
@Oberst Struppi there may be an issue with AI pathfinding on the GermanyCW map.
- 5 replies
-
- 1
-
-
- lag spikes
- lag
-
(and 1 more)
Tagged with:
-
Sea Wise Giant dynamic slots are unavailable due no free parking slots
Moezilla replied to Chesster's topic in General Bugs
@Flappie I did a quick test with the miz files I had attached above in the thread and the issue I had seen seems to be fixed. Thanks.