Jump to content

Heart8reaker

Members
  • Posts

    48
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @BIGNEWY Any updates on this please? Crucial to bring CA and other functions to life on MP. Thank you. Related thread:
  2. We do not use getInventory() anymore, it has always been an issue in DCS, especially when it comes to mods. After we obtained the full list of warehouse equipments we simply set the values for each according to our mission persistence and keep track from there. And since we have the full list of names, we fetch each one individually using the item name (not wsType) with `warehouse:getItemCount()`. I only had the UH-60L mod installed when I pulled the list so it pulled its unique equipment as well, gunner seat for UH-60L for example is called 'weapons.gunmounts.{UH60L_M60_GUNNER}'. warehouse_weapons.lua
  3. Hi, Server as well clients experienced the same crash at the same time, any clues are appreciated. Thank you. 2025-10-17 20:10:46.631 INFO EDCORE (Main): SymInit: Symbol-SearchPath: 'D:\DCS World OpenBeta\DCS World\bin;', symOptions: 532 2025-10-17 20:10:46.631 INFO EDCORE (Main): OS-Version: 10.0.26100 () 0x300-0x1 2025-10-17 20:10:46.632 INFO EDCORE (Main): 0x00000000006cdfc6 (DCS): SW + 0xB1D96 2025-10-17 20:10:46.632 INFO EDCORE (Main): 0x00000000006ce05f (DCS): SW + 0xB1E2F 2025-10-17 20:10:46.633 INFO EDCORE (Main): 0x000000000069db06 (DCS): SW + 0x818D6 2025-10-17 20:10:46.633 INFO EDCORE (Main): 0x000000000069d91e (DCS): SW + 0x816EE 2025-10-17 20:10:46.633 INFO EDCORE (Main): 0x000000000069ebed (DCS): SW + 0x829BD 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x00000000006c8438 (DCS): SW + 0xAC208 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x00000000006e48bd (DCS): SW + 0xC868D 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000083e30 (edCore): Mail::Reader::stream + 0x10D0 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000d580ca (DCS): SW + 0x73BE9A 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000d81807 (DCS): SW + 0x7655D7 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000d62f71 (DCS): SW + 0x746D41 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000d3986c (DCS): SW + 0x71D63C 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000a906a1 (DCS): SW + 0x474471 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000a44cf4 (DCS): SW + 0x428AC4 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x0000000000a46333 (DCS): SW + 0x42A103 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x00000000025b8d0c (DCS): AmdPowerXpressRequestHighPerformance + 0x1097D08 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x00000000010dac82 (DCS): SW + 0xABEA52 2025-10-17 20:10:46.634 INFO EDCORE (Main): 0x000000000002e8d7 (KERNEL32): BaseThreadInitThunk + 0x17 SERVER-dcs.log-20251017-201047.zip dcs.log-20251017-201047.zip dcs.log-20251017-201021.zip
  4. @BIGNEWY How are we doing on this one? Thanks. dcs.log-20251009-005634.zip
  5. Hi This used to work in a previous version but it no longer works on Dedicated Servers. The helipads do spawn but it does not create Dynamic Spawn slots on the server as it does not appear on the list. This is crucial for our dynamic mission with 200+ helipads that need to be randomized and placing them in the ME is not the best solution. Thank you. local template = { units = {}, y = pos.y, x = pos.x, name = Name, hidden = false, visible = true, } for i, helipadPos in ipairs(HelipadPositions) do local padName = Name if i > 1 then padName = string.format("%s-%d", Name, i) end local unitTemplate = { unitId = nil, ["name"] = padName, ["category"] = "Heliports", ["shape_name"] = ShapeName, ["type"] = Type, ["heliport_callsign_id"] = CallSign or 1, ["heliport_frequency"] = Frequency or 127.5, ["heliport_modulation"] = Modulation or 0, ["y"] = helipadPos.y, ["x"] = helipadPos.x, ["heading"] = helipadPos.heading or 0, } if DynamicSpawns then unitTemplate.dynamicSpawn = true if AllowHotStart then unitTemplate.allowHotStart = true end end if DynamicCargo then unitTemplate.dynamicCargo = true end template.units[i] = unitTemplate end local helipadGroup = coalition.addGroup(Country, -1, template)
  6. @BIGNEWYCan confirm as well, this is not working anymore. This is crucial for our mission when creating 200+ helipads to avoid ME work and randomize the locations.
  7. This crash still occurs on our dedicated server as of today's update (DCS 2.9.20.15384) on the Kola map. @BIGNEWYAny suggestions to what it is related to is appreciated as we cannot decode the trace. Thank you. 2025-09-24 17:43:13.703 INFO EDCORE (Main): # C0000005 ACCESS_VIOLATION at 00007ff76f08e6e9 00:00000000 2025-09-24 17:43:13.705 INFO EDCORE (Main): SymInit: Symbol-SearchPath: 'C:\Program Files\Eagle Dynamics\DCS World Server\bin;', symOptions: 532, 2025-09-24 17:43:13.708 INFO EDCORE (Main): OS-Version: 10.0.26100 () 0x100-0x1 2025-09-24 17:43:13.711 INFO EDCORE (Main): 0x000000000076e6e9 (DCS_server): SW + 0x1524B9 2025-09-24 17:43:13.714 INFO EDCORE (Main): 0x00000000007a19bc (DCS_server): SW + 0x18578C 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x000000000071eeff (DCS_server): SW + 0x102CCF 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x0000000000004508 (World): wSimTrace::CommandsTraceDiscreteIsOn + 0x3D8 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x0000000000004aa2 (World): wSimCalendar::DoActionsUntil + 0x262 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x0000000000a6d1fd (DCS_server): SW + 0x450FCD 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x0000000000a6ced4 (DCS_server): SW + 0x450CA4 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x0000000000a90809 (DCS_server): SW + 0x4745D9 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x0000000000a44cf4 (DCS_server): SW + 0x428AC4 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x0000000000a46333 (DCS_server): SW + 0x42A103 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x00000000025b8d0c (DCS_server): AmdPowerXpressRequestHighPerformance + 0x1097D08 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x00000000010dac82 (DCS_server): SW + 0xABEA52 2025-09-24 17:43:13.716 INFO EDCORE (Main): 0x000000000002e8d7 (KERNEL32): BaseThreadInitThunk + 0x17 dcs.log-20250924-174314.zip
  8. Here's another recent crash. dcs.log-20250901-234714.zip
  9. @BIGNEWY Here's another recent server crash, same trace. dcs.log-20250901-191331.zip
  10. I think it's related to aircrafts, try removing the modern Russian aircrafts from Flaming cliffs that are rarely used, Su-34, Su-33, one of the Migs...
  11. @BIGNEWY It happened again, even though less frequent, here's a recent crash log. Thanks. dcs-20250730-215838.log
  12. I'm sorry, but this is a completely different error you'rer eferring to in `KERNELBASE.dll`, ours happen while flying and in MP, please create a different forum post for it to avoid confusion. Thank you.
  13. Hi, We've been having these crashes recently on Kola, random, reported by multiple clients in multiplayer. We're still uncertain if it's caused by the Kola map or DCS core itself. Can you please investigate? Thank you. 2025-07-27 18:19:17.284 INFO EDCORE (16768): # -------------- 20250727-181917 -------------- 2025-07-27 18:19:17.284 INFO EDCORE (16768): DCS/2.9.18.12722 (x86_64; MT; Windows NT 10.0.26100) 2025-07-27 18:19:17.285 INFO EDCORE (16768): D:\DCS World\bin-mt\edCore.dll 2025-07-27 18:19:17.285 INFO EDCORE (16768): # C0000005 ACCESS_VIOLATION at 00007ffc8fb44cdb 00:00000000 2025-07-27 18:19:17.286 INFO EDCORE (16768): SymInit: Symbol-SearchPath: 'D:\DCS World\bin-mt;', symOptions: 532, UserName: 'kevin' 2025-07-27 18:19:17.286 INFO EDCORE (16768): OS-Version: 10.0.26100 () 0x300-0x1 2025-07-27 18:19:17.286 INFO EDCORE (16768): 0x0000000000024cdb (edCore): b2DynamicTree::RemoveLeaf + 0xBB 2025-07-27 18:19:17.287 INFO EDCORE (16768): 0x0000000000024656 (edCore): b2DynamicTree::MoveProxy + 0xB6 2025-07-27 18:19:17.287 INFO EDCORE (16768): 0x000000000003e6b4 (Effects): Effects::loadShipWakeConfig + 0x2304 2025-07-27 18:19:17.287 INFO EDCORE (16768): 0x000000000003efae (Effects): Effects::loadShipWakeConfig + 0x2BFE 2025-07-27 18:19:17.287 INFO EDCORE (16768): 0x000000000016a281 (Visualizer): smSceneManager::DestroySceneManager + 0x11261 2025-07-27 18:19:17.287 INFO EDCORE (16768): 0x0000000000170f4b (Visualizer): smSceneManager::regLua + 0x61BB 2025-07-27 18:19:17.288 INFO EDCORE (16768): 0x000000000015595c (Visualizer): smCamera_Implement::getClipRegion + 0x1C3BC 2025-07-27 18:19:17.288 INFO EDCORE (16768): 0x000000000013f74c (Visualizer): smCamera_Implement::getClipRegion + 0x61AC 2025-07-27 18:19:17.288 INFO EDCORE (16768): 0x000000000015a242 (Visualizer): smSceneManager::DestroySceneManager + 0x1222 2025-07-27 18:19:17.288 INFO EDCORE (16768): 0x0000000000033171 (edCore): ed::thread::_get_current_thread_id + 0x71 2025-07-27 18:19:17.288 INFO EDCORE (16768): 0x00000000000037b0 (ucrtbase): wcsrchr + 0x150 2025-07-27 18:19:17.288 INFO EDCORE (16768): 0x000000000002e8d7 (KERNEL32): BaseThreadInitThunk + 0x17 dcs.log-20250727-181917.zip dcs.log
×
×
  • Create New...