

Drexx
ED Beta Testers-
Posts
361 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Drexx
-
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
Moving this thread to new one (each thread is version specific), stating new version and keeping the new crashlogs separate to avoid confusion. https://forums.eagle.ru/showthread.php?p=3390152#post3390152 -
Project: DCS Open Beta 2.5.0.14138.317 Type: Bug Status: New Update didnt fix it, devs looking into it Reported: Older Versions were Priority: Critical, Server Destroyer Summary: Multiplayer server I know of is constantly crashing between 5mins to 4hours. No correlation to what is being done on the servers. Happening without anything linking to what is the cause yet Description: Multiplayer servers are constantly crashing between 5mins and 4 hours like clockwork. Throwing a transport.dll error over and over Attachments(version 2.5.0.14138.317 Only!): https://www.dropbox.com/sh/qey768zmvacb1cm/AAAmlS-BNP14CGU5PiEA9tX8a?dl=0 (I open a new forum every version this is happening to keep the confusion down, I also seperate the crash logs)
-
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
Thanks USSR_Rik and BIGNEWY for looking into this, My system uses the ENTIRE DCS engine, so if there are bugs I most likely will bring them out (not on purpose, I am building this grand dream never ending MP mission here, with tons of really cool things, all within the scope of what the engine allows performance wise). -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
I let my players go "Hog Wild" in controlling units from the f10 map (anything they sling themselves), not sure how I can emulate or show a fix for ground AI unit pathing issues, IF that is what it is. -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
Rik, can you explain to me what transport.dll library is in charge of? It would narrow my search, I can post here all the commands I run in my system if you like, all the API commands with full unit templates, we don't have very much documentation on the API so we do our best. I REALLY need this to be fixed -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
Hmm, I have been doing this for over a year, I probally need to take a look at it again, I use to write to files but I dont anymore, I just need the lua socket library, My current MissionScripting.lua file is: dynamicDCS = { require = require } --Initialization script for the Mission lua Environment (SSE) dofile('Scripts/ScriptingSystem.lua') --Sanitize Mission Scripting environment --This makes unavailable some unsecure functions. --Mission downloaded from server to client may contain potentialy harmful lua code that may use these functions. --You can remove the code below and make availble these functions at your own risk. --local function sanitizeModule(name) -- _G[name] = nil -- package.loaded[name] = nil --end --do -- sanitizeModule('os') -- sanitizeModule('io') -- sanitizeModule('lfs') -- require = nil -- loadlib = nil --end -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
I included the file, but all thats in there in is the sync code to sync offsite to my nodeJS server, then I run direct API commands back to the server which are wrapped in pcalls, when commands are running I dont get a crash at any of those times (I have them spitting out to the log file). My server has a database with every unit in the game (thats not an addon), it spawns random units at each base in random places, making it truely dynamic and randmized, you never know whats around the next corner, I also spawn units during the game when people sling load crates (using the small UAZ-469 truck (due to the real crate destroy crash bug I think you recently fixed)), when they spawn the crate where they want it, then unpack (unit:destroy()), then it spawns the real unit it was made for. thats the extent of the crate system I built, I am not using any librarys on the server except my 1 script So I believe its one of the direct API commands thats being wonky, 2 hours ago we made it to 4 hours, then the next restart the server lasted 45 mins, its really weird. Ill update the initial attachment folder with the newer crashes too. Let me know, I know my server is unconventional but its really fun and amazing when after a restart the whole map rebuilds itself where it left off (760+ units spawn through this system, it never crashes or locks up at this point so it cant be that) Let me know if I can try or do anything, I still want to know what the transport.dll library is responsible for, to narrow my process of elimination (I try to give you guys better info on a bug when I can find it) Thanks for looking into this! Best sim ever (else I would of never put the sheer amount of time into developing for it)! -Drex DynamicCaucasus_1.00.25_253_FORRIK.miz -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
Will do, when I get home from work, Ill setup a few tests that are self contained(no obfuscation) -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
I wonder if it has anything to do with my external engine sending in all the commands(it builds lua commands dynamically and sends them in to execute), I am offloading all the overhead of the game to an outside nodeJS/mongoDB server(huge performance increase so far), its running lovely instead of the transport.dll crash every hour. But when it does fall over, when it restarts, it comes back up and respawns every unit right where it left off, essentially achieving perpetual war! Hmm, will try to figure it out some more, this is the biggest bug on my radar atm. -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
Yea, I will try - haven't figured out the exact cause yet, maybe if I made a script that coalition.addGroup() and unit:destroy() a bunch of times, think it has something to do with spawning and destroying units or statics, It would help me if I knew what transport.dll library was responsible for, so I can narrow my testing down, without source code its tough -
2.5.0.14044.316: Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
Thanks Newy, let me know if I can help/test - I am willing to make simple mission files with code in them, if we can find the thing that causes this the better!!! I can give you exact snippets on how I spawn/destroy groups/statics, the entire engine I wrote myself, so I am using the DCS API directly and have ultimate control on what exactly happens -
Project: DCS Open Beta 2.5.0.14044.316 Type: Bug Status: Testing on the server Reported: yes Priority: Critical, Server Destroyer Summary: Multiplayer server I know of is constantly crashing between 5mins to 2hours. No correlation to what is being done on the servers. Happening without anything linking to what is the cause yet Description: Multiplayer servers are constantly crashing between 5mins and 2 hours like clockwork. Throwing a transport.dll error over and over Attachments(version 2.5.0.14044.316 Only!): https://www.dropbox.com/sh/dxlfqh8nslo1kd3/AAD7TKUJDCJivfiy2fVNIQY7a?dl=0
-
BUG:2.5.0.13818.311: Every Multiplayer Server Crashes Every 5 mins, to 2 hours
Drexx replied to Drexx's topic in Game Crash
BUG:2.5.0.14044.316: Critical: Multiplayer Server Crashes Every 5 mins, to 2 hours Critical bug continues on version 2.5.0.14044.316 https://forums.eagle.ru/showthread.php?p=3385220#post3385220 -
[REPORTED]2.5.0.13818.311: Spawned Units Invisible To Clients
Drexx replied to Drexx's topic in Multiplayer Bugs
Thnxs Grimes! I am trying to formalize my bug reports, get the info together with simple examples -
[REPORTED]2.5.0.13818.311: Spawned Units Invisible To Clients
Drexx replied to Drexx's topic in Multiplayer Bugs
-
Project: DCS Open Beta 2.5.0.13818.311 Type: Bug Status: In the Ticketing Que Reported: Yes Priority: Critical, disables game play, non-mobile units invisible, and indestructible Summary: Spawned Units Invisible To Clients Description: Server Loaded, Server host-er see's units, clients do not see units, seems to be limited to all the non-mobile units. Attachments: https://www.dropbox.com/sh/te3g8nt9q3srqnq/AADwqsWF-nE3syNrmSc1fLUva?dl=0 Included, mission file to see some of the units flat out missing, and pictures of what the server hoster see's and what the client sees
-
Project: DCS Open Beta 2.5.0.13818.311 Type: Bug Status: ? Reported: ? Priority: Blocker, Server Destroyer Summary: Every multiplayer server I know of is constantly crashing between 5mins to 2hours. No correlation to what is being done on the servers. Happening without anything linking to what is the cause yet Description: Multiplayer servers are constantly crashing between 5mins and 2 hours like clockwork. Throwing a transport.dll error over and over Attachments: https://www.dropbox.com/sh/imrt4xmq2cj3pod/AACSoZStbHKI7Ne89mnmYkbxa?dl=0
-
I want to help! All I know its very random and fairly regularly, happens when no one is controlling a vehicle, happens when no sling loading is going on. Its destroying my server(average person can only take so much).... I love how we haven't gotten a single community manager or dev to respond(main reason why I keep posting to it), this is great guys! Thanks for hanging us out lol - call this losing sales, like your website being down. I refuse to dumb down my server, if you've played on it you know I have something really special here, that no other server has(great performance and all, im just saying that, people on it agree), and I haven't even really gotten started yet (lots on the whiteboard, but I cant continue until this is stable and hands off). I just want a response really, like reported, ticket in the system, I know this is hard to launch something like this. I love the game, I spend all my time on making it better, just looking for way for my 17 years of professional coding experience to help, even if its private, I just want to make a difference. Better game is what I am looking for. in russian: Все, что я знаю, очень часто и довольно регулярно, случается, когда никто не контролирует транспортное средство, случается, когда не происходит никакой слинговой нагрузки. Его уничтожение моего сервера (средний человек может принять только столько) .... Мне нравится, как мы не получили ни одного менеджера сообщества или разработчика, чтобы ответить (основная причина, по которой я продолжаю публиковать на нем), это замечательные ребята! Спасибо, что повесили нас на LOL - назовите эти убыточные продажи, например, ваш сайт не работает. Я отказываюсь опускать свой сервер, если вы играете на нем, вы знаете, что у меня здесь что-то действительно особенное, что никакой другой сервер (отличная производительность и все, я просто говорю, что люди на нем согласны), и я не знаю, t даже на самом деле начался еще (партии на доске, но я не могу продолжать, пока это не стабильно и не сработает). Я просто хочу, чтобы на самом деле был получен ответ, как сообщили, билет в системе, я знаю, что это трудно запустить что-то вроде этого. Мне нравится игра, я трачу все свое время на то, чтобы сделать ее лучше, просто ищу путь для моего 17-летнего профессионального опыта кодирования, чтобы помочь, даже если его личное, я просто хочу изменить ситуацию. Лучшая игра - это то, что я ищу. All the crash logs so far: https://www.dropbox.com/sh/imrt4xmq2cj3pod/AACSoZStbHKI7Ne89mnmYkbxa?dl=0
-
2018-02-05 00:53:59.679 ERROR_ONCE DX11BACKEND: texture 'mig21bis_wing_r_nmp' not found. Asked from 'NGMODEL' 2018-02-05 00:53:59.680 INFO SCRIPTING: SET BASE FLAGS 2018-02-05 00:53:59.684 ERROR_ONCE DX11BACKEND: texture 'mig21bis_wing_r_spec' not found. Asked from 'NGMODEL' 2018-02-05 00:54:00.662 INFO SCRIPTING: CMD: trigger.action.outText([[A: red MiG-21Bis(Celtic) pilot is dead]], 5) 2018-02-05 00:54:01.662 INFO SCRIPTING: CMD: trigger.action.outText([[A: blue A-10C(Ziptie) ejected]], 5) 2018-02-05 00:54:01.958 INFO Scripting: event:targetPilotName=Intrepid,type=hit,weapon=MIM-72G Chaparrel,initiator=Gelendzhik #1813594,target=Anapa-Vityazevo #029,t=39391.295,initiatorMissionID=1000130,targetMissionID=5567, 2018-02-05 00:54:02.163 INFO SCRIPTING: CMD: trigger.action.outText([[A: blue Roland ADS has hit red MiG-21Bis(Celtic) with MIM-115 - +15]], 20) 2018-02-05 00:54:04.553 INFO Scripting: event:targetPilotName=Intrepid,type=hit,weapon=MIM-72G Chaparrel,initiator=Gelendzhik #1813594,target=Anapa-Vityazevo #029,t=39393.892,initiatorMissionID=1000130,targetMissionID=5567, 2018-02-05 00:54:04.554 INFO Scripting: event:type=pilot dead,initiatorPilotName=Intrepid,initiator=Anapa-Vityazevo #029,t=39393.892,initiatorMissionID=5567, 2018-02-05 00:54:04.665 INFO SCRIPTING: CMD: trigger.action.outText([[A: blue M48 Chaparral has hit red Su-27(Intrepid) with MIM-72G - +15]], 20) 2018-02-05 00:54:04.763 INFO Scripting: event:type=crash,initiatorPilotName=Ziptie,initiator=Gelendzhik #007,t=39394.097,initiatorMissionID=5668, 2018-02-05 00:54:05.164 INFO SCRIPTING: SET BASE FLAGS 2018-02-05 00:54:05.172 INFO SCRIPTING: DCU: Gelendzhik #007 2018-02-05 00:54:05.665 INFO SCRIPTING: CMD: trigger.action.outText([[A: red Su-27(Intrepid) pilot is dead]], 5) 2018-02-05 00:54:06.163 INFO SCRIPTING: CMD: trigger.action.outText([[A: blue A-10C(Ziptie) has crashed]], 5) 2018-02-05 00:54:07.163 INFO SCRIPTING: CMD: trigger.action.outText([[A: blue M48 Chaparral has hit red Su-27(Intrepid) with MIM-72G - +15]], 20) 2018-02-05 00:54:08.288 INFO Scripting: event:type=crash,initiatorPilotName=Celtic,initiator=Novorossiysk #008,t=39397.622,initiatorMissionID=5627, 2018-02-05 00:54:08.671 INFO SCRIPTING: DCU: Novorossiysk #008 2018-02-05 00:54:09.660 INFO SCRIPTING: CMD: trigger.action.outText([[A: red MiG-21Bis(Celtic) has crashed]], 5) 2018-02-05 00:54:09.758 INFO Scripting: event:type=crash,initiatorPilotName=Intrepid,initiator=Anapa-Vityazevo #029,t=39399.094,initiatorMissionID=5567, 2018-02-05 00:54:10.163 INFO SCRIPTING: SET BASE FLAGS 2018-02-05 00:54:10.170 INFO SCRIPTING: DCU: Anapa-Vityazevo #029 2018-02-05 00:54:11.660 INFO SCRIPTING: CMD: trigger.action.outText([[A: red Su-27(Intrepid) has crashed]], 5) 2018-02-05 00:54:13.661 INFO SCRIPTING: CMD: trigger.action.outTextForCoalition(1, [[C: Celtic enters a brand new MiG-21Bis]], 5) 2018-02-05 00:54:14.164 INFO SCRIPTING: CMD: missionCommands.removeItemForGroup("1707", "ActionMenu", nil) 2018-02-05 00:54:14.164 INFO SCRIPTING: CMD: missionCommands.addSubMenuForGroup("1707", "Lives") 2018-02-05 00:54:14.164 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1707", "Modern Cap Lives", {"Lives"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "Lives", ["type"] = "Modern Lives", ["unitId"] = 5627}) 2018-02-05 00:54:14.665 INFO SCRIPTING: SET BASE FLAGS 2018-02-05 00:54:55.565 WARNING LOG: 8 duplicate message(s) skipped. 2018-02-05 00:54:55.565 INFO EDCORE: try to write dump information 2018-02-05 00:54:55.571 INFO EDCORE: # -------------- 20180205-005455 -------------- 2018-02-05 00:54:55.573 INFO EDCORE: C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll 2018-02-05 00:54:55.576 INFO EDCORE: # C0000005 ACCESS_VIOLATION at 093A5727 00:00000000 2018-02-05 00:54:55.579 INFO EDCORE: 00000000 00000000 0000:00000000 2018-02-05 00:54:55.582 INFO EDCORE: 093A5727 006FF4F0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?getEquipmentArgValue@Vehicle_Descriptor@@QEBAMPEBDM@Z()+5337 2018-02-05 00:54:55.585 INFO EDCORE: 093A557D 006FF530 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?getEquipmentArgValue@Vehicle_Descriptor@@QEBAMPEBDM@Z()+518D 2018-02-05 00:54:55.591 INFO EDCORE: 09345CEB 006FF580 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?groundAndNavalAiInit@AI@@YAXXZ()+7CAB 2018-02-05 00:54:55.595 INFO EDCORE: 09352699 006FF5B0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?update@wcColumn@@AEAAXAEAN@Z()+29 2018-02-05 00:54:55.598 INFO EDCORE: 093576C1 006FF5E0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?setOption@wcColumn@@UEAAXIAEBVParameter@@@Z()+1361 2018-02-05 00:54:55.602 INFO EDCORE: 1BEBC373 006FF660 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-05 00:54:55.605 INFO EDCORE: 1BEBC921 006FF6C0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-05 00:54:55.609 INFO EDCORE: 27630536 006FF730 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-05 00:54:55.612 INFO EDCORE: 27640DF5 006FF790 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-05 00:54:55.616 INFO EDCORE: 272AB53B 006FF7C0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-05 00:54:55.619 INFO EDCORE: 272AD099 006FFED0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-05 00:54:55.623 INFO EDCORE: 277BF733 006FFF10 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-05 00:54:55.628 INFO EDCORE: 31861FE4 006FFF40 0000:00000000 C:\Windows\System32\KERNEL32.DLL BaseThreadInitThunk()+14 2018-02-05 00:54:55.631 INFO EDCORE: 3214EFB1 006FFF90 0000:00000000 C:\Windows\SYSTEM32\ntdll.dll RtlUserThreadStart()+21 2018-02-05 00:54:55.751 INFO EDCORE: Minidump created. 2018-02-05 00:54:55.754 INFO DCS: try to write track file 2018-02-05 00:54:56.597 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180205-005455.crash' deleted successfully 2018-02-05 00:54:56.680 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180205-005455.dmp' deleted successfully 2018-02-05 00:54:56.853 INFO DCS: msinfo32.exe /nfo "C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo" 2018-02-05 00:55:09.375 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo' deleted successfully 2018-02-05 00:55:09.375 INFO DCS: dxdiag.exe /64bit /whql:off /t "C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt" 2018-02-05 00:55:12.664 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt' deleted successfully === Log closed. All the crash logs so far: https://www.dropbox.com/sh/imrt4xmq2cj3pod/AACSoZStbHKI7Ne89mnmYkbxa?dl=0
-
Also, if you look at the logs, you'll see every single one of my farp pads flip/flopping red to blue and back constantly as the server is running even though there are only 1 color of units present at said location, I know this MUST be taking up resources! I don't use the base capture event at all because of this, its waaay to unreliable (but this is a different matter, I need the server crash bugs to be fixed first) All the crashlogs so far: https://www.dropbox.com/sh/imrt4xmq2cj3pod/AACSoZStbHKI7Ne89mnmYkbxa?dl=0
-
OK Grimes I will start putting them in my dropbox folder as each one comes in, https://www.dropbox.com/sh/imrt4xmq2cj3pod/AACSoZStbHKI7Ne89mnmYkbxa?dl=0
-
2018-02-03 08:24:11.792 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 08:24:12.595 INFO NET: client[13] is ready to start 2018-02-03 08:24:12.595 INFO NET: spawning client[13] 2018-02-03 08:24:12.611 INFO NET: client[13] started 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.removeItemForGroup("1187", "ActionMenu", nil) 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addSubMenuForGroup("1187", "ActionMenu") 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1187", "Is Troop Onboard", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "isTroopOnboard", ["unitId"] = 4963}) 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1187", "Is A Crate Onboard", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "isCrateOnboard", ["unitId"] = 4963}) 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1187", "Unload / Extract Troops", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "unloadExtractTroops", ["unitId"] = 4963}) 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1187", "Unpack Crate", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "unpackCrate", ["unitId"] = 4963}) 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1187", "Load Crate", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "loadCrate", ["unitId"] = 4963}) 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1187", "Drop Crate", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "dropCrate", ["unitId"] = 4963}) 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addSubMenuForGroup("1187", "Lives") 2018-02-03 08:24:12.791 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("1187", "Modern Cap Lives", {"Lives"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "Lives", ["type"] = "Modern Lives", ["unitId"] = 4963}) 2018-02-03 08:24:12.840 INFO Scripting: event:type=takeoff,initiatorPilotName=BlackfoxNZ,initiator=Gelendzhik_FARP #008,t=38983.049,initiatorMissionID=4963, 2018-02-03 08:24:13.293 INFO SCRIPTING: CMD: trigger.action.outTextForCoalition(1, [[C: UH-1H(Flash) has taken off from Gelendzhik]], 5) 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.removeItemForGroup("3038", "ActionMenu", nil) 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addSubMenuForGroup("3038", "ActionMenu") 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("3038", "Is Troop Onboard", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "isTroopOnboard", ["unitId"] = 8118}) 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("3038", "Is A Crate Onboard", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "isCrateOnboard", ["unitId"] = 8118}) 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("3038", "Unpack Crate", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "unpackCrate", ["unitId"] = 8118}) 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("3038", "Load Crate", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "loadCrate", ["unitId"] = 8118}) 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("3038", "Drop Crate", {"ActionMenu"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "dropCrate", ["unitId"] = 8118}) 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addSubMenuForGroup("3038", "Lives") 2018-02-03 08:24:13.795 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("3038", "Modern Cap Lives", {"Lives"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "Lives", ["type"] = "Modern Lives", ["unitId"] = 8118}) 2018-02-03 08:24:14.296 INFO SCRIPTING: CMD: trigger.action.outTextForCoalition(1, [[C: PapaTango enters a brand new Ka-50]], 5) 2018-02-03 08:24:14.794 INFO SCRIPTING: CMD: trigger.action.outTextForCoalition(2, [[C: Mi-8MT(BlackfoxNZ) has taken off]], 5) 2018-02-03 08:24:16.794 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 08:24:17.075 INFO Scripting: event:type=shot,initiatorPilotName=Vinci,initiator=Novorossiysk #053,t=38987.283,weapon=R-73 (AA-11 Archer),initiatorMissionID=9167, 2018-02-03 08:24:20.410 INFO Scripting: event:type=shot,initiatorPilotName=SVTONY,initiator=Sochi-Adler #002,t=38990.619,weapon=AIM-9M,initiatorMissionID=8964, 2018-02-03 08:24:20.411 UNKNOWN UnitsLayer::: m_obj2ctl.find(obj) != m_obj2ctl.end() 2018-02-03 08:24:21.374 INFO EDCORE: try to write dump information 2018-02-03 08:24:21.379 INFO EDCORE: # -------------- 20180203-082421 -------------- 2018-02-03 08:24:21.381 INFO EDCORE: C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll 2018-02-03 08:24:21.383 INFO EDCORE: # C0000005 ACCESS_VIOLATION at 093A5727 00:00000000 2018-02-03 08:24:21.388 INFO EDCORE: 00000000 00000000 0000:00000000 2018-02-03 08:24:21.391 INFO EDCORE: 093A5727 010FF360 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?getEquipmentArgValue@Vehicle_Descriptor@@QEBAMPEBDM@Z()+5337 2018-02-03 08:24:21.394 INFO EDCORE: 093A557D 010FF3A0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?getEquipmentArgValue@Vehicle_Descriptor@@QEBAMPEBDM@Z()+518D 2018-02-03 08:24:21.400 INFO EDCORE: 09345CEB 010FF3F0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?groundAndNavalAiInit@AI@@YAXXZ()+7CAB 2018-02-03 08:24:21.404 INFO EDCORE: 09352699 010FF420 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?update@wcColumn@@AEAAXAEAN@Z()+29 2018-02-03 08:24:21.407 INFO EDCORE: 093576C1 010FF450 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?setOption@wcColumn@@UEAAXIAEBVParameter@@@Z()+1361 2018-02-03 08:24:21.411 INFO EDCORE: 1BF1C373 010FF4D0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-03 08:24:21.414 INFO EDCORE: 1BF1C921 010FF530 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-03 08:24:21.418 INFO EDCORE: 27630536 010FF5A0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 08:24:21.421 INFO EDCORE: 27640DF5 010FF600 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 08:24:21.424 INFO EDCORE: 272AB53B 010FF630 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 08:24:21.428 INFO EDCORE: 272AD099 010FFD40 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 08:24:21.432 INFO EDCORE: 277BF733 010FFD80 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 08:24:21.437 INFO EDCORE: 31861FE4 010FFDB0 0000:00000000 C:\Windows\System32\KERNEL32.DLL BaseThreadInitThunk()+14 2018-02-03 08:24:21.441 INFO EDCORE: 3214EFB1 010FFE00 0000:00000000 C:\Windows\SYSTEM32\ntdll.dll RtlUserThreadStart()+21 2018-02-03 08:24:21.556 INFO EDCORE: Minidump created. 2018-02-03 08:24:21.558 INFO DCS: try to write track file 2018-02-03 08:24:23.527 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180203-082421.crash' deleted successfully 2018-02-03 08:24:23.610 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180203-082421.dmp' deleted successfully 2018-02-03 08:24:24.041 INFO DCS: msinfo32.exe /nfo "C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo" 2018-02-03 08:24:36.301 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo' deleted successfully 2018-02-03 08:24:36.301 INFO DCS: dxdiag.exe /64bit /whql:off /t "C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt" 2018-02-03 08:24:38.825 INFO NET: accepting connection from 94.254.186.107:31330 2018-02-03 08:24:39.522 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt' deleted successfully === Log closed. Crash is in dropbox https://www.dropbox.com/sh/imrt4xmq2...9mnmYkbxa?dl=0 (match up timestamp)
-
2018-02-03 07:32:45.202 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 07:32:49.862 INFO NET: onPlayerSlot(23, 8626) 2018-02-03 07:32:49.862 INFO NET: release unit 2018-02-03 07:32:49.862 INFO NET: player 23 occupied unit 2018-02-03 07:32:49.862 INFO NET: rejected by onPlayerTryChangeSlot 2018-02-03 07:32:50.296 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 07:32:54.035 INFO NET: client[26] is ready to start 2018-02-03 07:32:54.035 INFO NET: spawning client[26] 2018-02-03 07:32:54.044 INFO NET: client[26] started 2018-02-03 07:32:55.209 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 07:32:58.246 INFO NET: onPlayerSlot(23, 8516) 2018-02-03 07:32:58.246 INFO NET: passed onPlayerTryChangeSlot 2018-02-03 07:32:58.246 INFO NET: release unit 2018-02-03 07:32:58.246 INFO Scripting: event:type=under control,initiatorPilotName=LimaSierra,target=Mineralnye Vody #049,t=39342.042,targetMissionID=8516, 2018-02-03 07:32:58.247 INFO NET: player 23 occupied unit 8516 2018-02-03 07:33:00.202 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 07:33:02.251 INFO NET: onPlayerSlot(25, 5618) 2018-02-03 07:33:02.251 INFO NET: release unit 2018-02-03 07:33:02.251 INFO NET: player 25 occupied unit 2018-02-03 07:33:02.252 INFO NET: rejected by onPlayerTryChangeSlot 2018-02-03 07:33:05.201 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 07:33:09.200 INFO SCRIPTING: CMD: trigger.action.outTextForCoalition(1, [[C: LimaSierra enters a brand new MiG-21Bis]], 5) 2018-02-03 07:33:09.704 INFO SCRIPTING: CMD: missionCommands.removeItemForGroup("3436", "ActionMenu", nil) 2018-02-03 07:33:09.704 INFO SCRIPTING: CMD: missionCommands.addSubMenuForGroup("3436", "Lives") 2018-02-03 07:33:09.704 INFO SCRIPTING: CMD: missionCommands.addCommandForGroup("3436", "Modern Cap Lives", {"Lives"}, sendCmd, {["action"] = "f10Menu", ["cmd"] = "Lives", ["type"] = "Modern Lives", ["unitId"] = 8516}) 2018-02-03 07:33:10.201 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 07:33:10.575 INFO EDCORE: try to write dump information 2018-02-03 07:33:10.581 INFO EDCORE: # -------------- 20180203-073310 -------------- 2018-02-03 07:33:10.583 INFO EDCORE: C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll 2018-02-03 07:33:10.586 INFO EDCORE: # C0000005 ACCESS_VIOLATION at 093A5727 00:00000000 2018-02-03 07:33:10.590 INFO EDCORE: 00000000 00000000 0000:00000000 2018-02-03 07:33:10.593 INFO EDCORE: 093A5727 00B1EE70 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?getEquipmentArgValue@Vehicle_Descriptor@@QEBAMPEBDM@Z()+5337 2018-02-03 07:33:10.596 INFO EDCORE: 093A557D 00B1EEB0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?getEquipmentArgValue@Vehicle_Descriptor@@QEBAMPEBDM@Z()+518D 2018-02-03 07:33:10.602 INFO EDCORE: 09345CEB 00B1EF00 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?groundAndNavalAiInit@AI@@YAXXZ()+7CAB 2018-02-03 07:33:10.606 INFO EDCORE: 09352699 00B1EF30 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?update@wcColumn@@AEAAXAEAN@Z()+29 2018-02-03 07:33:10.610 INFO EDCORE: 093576C1 00B1EF60 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\Transport.dll ?setOption@wcColumn@@UEAAXIAEBVParameter@@@Z()+1361 2018-02-03 07:33:10.613 INFO EDCORE: 1BF1C373 00B1EFE0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-03 07:33:10.617 INFO EDCORE: 1BF1C921 00B1F040 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-03 07:33:10.620 INFO EDCORE: 27630536 00B1F0B0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 07:33:10.624 INFO EDCORE: 27640DF5 00B1F110 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 07:33:10.627 INFO EDCORE: 272AB53B 00B1F140 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 07:33:10.631 INFO EDCORE: 272AD099 00B1F850 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 07:33:10.635 INFO EDCORE: 277BF733 00B1F890 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 07:33:10.640 INFO EDCORE: 31861FE4 00B1F8C0 0000:00000000 C:\Windows\System32\KERNEL32.DLL BaseThreadInitThunk()+14 2018-02-03 07:33:10.643 INFO EDCORE: 3214EFB1 00B1F910 0000:00000000 C:\Windows\SYSTEM32\ntdll.dll RtlUserThreadStart()+21 2018-02-03 07:33:10.757 INFO EDCORE: Minidump created. 2018-02-03 07:33:10.759 INFO DCS: try to write track file 2018-02-03 07:33:12.835 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180203-073310.crash' deleted successfully 2018-02-03 07:33:12.919 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180203-073310.dmp' deleted successfully 2018-02-03 07:33:13.379 INFO DCS: msinfo32.exe /nfo "C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo" 2018-02-03 07:33:25.566 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo' deleted successfully 2018-02-03 07:33:25.566 INFO DCS: dxdiag.exe /64bit /whql:off /t "C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt" 2018-02-03 07:33:27.597 INFO NET: accepting connection from 101.162.161.175:56317 2018-02-03 07:33:28.794 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt' deleted successfully === Log closed.
-
I wish I can change the title of this thread to "All the major server crashing bugs of DDCS, Dynamic Caucasus" so we can get rid of these. I am doing this because I always have 10-20 players on its a good loaded test, I am not trying to spam or anything.
-
this one was different..... 2018-02-03 06:35:57.024 INFO Scripting: event:type=land,initiator=AI|1010101|Krasnodar-Pashkovsky|LOGISTICS|,place=Krasnodar-Pashkovsky,t=37677.421,placeDisplayName=Krasnodar-Pashkovsky,initiatorMissionID=9442541, 2018-02-03 06:35:57.123 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.514,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.137 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.518,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.218 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.62,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.227 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.625,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.330 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.73,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.330 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.732,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.436 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.84,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.444 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.843,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.548 INFO Scripting: event:type=shot,initiator=Gelendzhik #4755891,t=37677.946,weapon=35mm HE,initiatorMissionID=4755891, 2018-02-03 06:35:57.548 INFO Scripting: event:type=end shooting,initiator=Gelendzhik #4755891,t=37677.946,weapon=KDA_35mm,initiatorMissionID=4755891, 2018-02-03 06:35:58.106 INFO SCRIPTING: CMD: coalition.addGroup(0, Group.Category.GROUND, {["name"] = "Krasnodar-Pashkovsky #9791653",["visible"] = false,["hidden"] = false,["task"] = {},["units"] = {{["x"] = coord.LLtoLO(45.0330524303139, 39.18175501214957).x, ["y"] = coord.LLtoLO(45.0330524303139, 39.18175501214957).z, ["type"] = "Kub 2P25 ln",["name"] = "Krasnodar-Pashkovsky #9791654",["unitId"] = 9791654,["heading"] = 0,["playerCanDrive"] = false,["skill"] = "Excellent",},{["x"] = coord.LLtoLO(45.0198651636531, 39.15600773196488).x, ["y"] = coord.LLtoLO(45.0198651636531, 39.15600773196488).z, ["type"] = "Kub 1S91 str",["name"] = "Krasnodar-Pashkovsky #9791655",["unitId"] = 9791655,["heading"] = 0,["playerCanDrive"] = false,["skill"] = "Excellent",},{["x"] = coord.LLtoLO(45.0490163155406, 39.19250977765657).x, ["y"] = coord.LLtoLO(45.0490163155406, 39.19250977765657).z, ["type"] = "Osa 9A33 ln",["name"] = "Krasnodar-Pashkovsky #9791656",["unitId"] = 9791656,["heading"] = 0,["playerCanDrive"] = false,["skill"] = "Excellent",},{["x"] = coord.LLtoLO(45.0578519361393, 39.20072485655982).x, ["y"] = coord.LLtoLO(45.0578519361393, 39.20072485655982).z, ["type"] = "T-72B",["name"] = "Krasnodar-Pashkovsky #9791657",["unitId"] = 9791657,["heading"] = 0,["playerCanDrive"] = false,["skill"] = "Excellent",},{["x"] = coord.LLtoLO(45.052122083896386, 39.18363620011099).x, ["y"] = coord.LLtoLO(45.052122083896386, 39.18363620011099).z, ["type"] = "BTR_D",["name"] = "Krasnodar-Pashkovsky #9791658",["unitId"] = 9791658,["heading"] = 0,["playerCanDrive"] = false,["skill"] = "Excellent",}},["category"] = Group.Category.GROUND,["country"] = "RUSSIA",}) 2018-02-03 06:35:58.108 ERROR Lua::Config: Call error Sounder_create:Can't find sounder GroundUnits/IFV/BTR_D. 2018-02-03 06:35:59.099 INFO SCRIPTING: CMD: coalition.addStaticObject(0, {["x"] = coord.LLtoLO(45.020564355903, 39.138778419472).x, ["y"] = coord.LLtoLO(45.020564355903, 39.138778419472).z, ["category"] = "Fortifications",["country"] = "RUSSIA",["type"] = ".Command Center",["name"] = "Krasnodar-Pashkovsky Logistics",["unitId"] = 3191694,["heading"] = 0,["shape_name"] = "ComCenter",["canCargo"] = false,}) 2018-02-03 06:35:59.604 INFO SCRIPTING: SET BASE FLAGS 2018-02-03 06:35:59.963 INFO EDCORE: try to write dump information 2018-02-03 06:35:59.971 INFO EDCORE: # -------------- 20180203-063600 -------------- 2018-02-03 06:35:59.973 INFO EDCORE: C:\Program Files\Eagle Dynamics\DCS World\bin\edObjects.dll 2018-02-03 06:35:59.975 INFO EDCORE: # C0000005 ACCESS_VIOLATION at 1C424644 00:00000000 2018-02-03 06:35:59.980 INFO EDCORE: 00000000 00000000 0000:00000000 2018-02-03 06:35:59.985 INFO EDCORE: 1C424644 006FE630 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\edObjects.dll ?getObjectType@SceneObject@@UEBAPEAVIModel@model@@XZ()+4 2018-02-03 06:35:59.987 INFO EDCORE: 19535E6C 006FE690 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\WorldGeneral.dll ?getObjectType@woLandPoint@@UEBAPEAVIModel@model@@XZ()+2C 2018-02-03 06:35:59.994 INFO EDCORE: 195152E6 006FE6C0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\WorldGeneral.dll ?getDetectionPoint@MovingObject@@UEAA?AVVec3d@osg@@XZ()+26 2018-02-03 06:35:59.998 INFO EDCORE: 1957414D 006FE9B0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\WorldGeneral.dll ?buildTargetDetectionInfo@wDetector@@IEBAXPEAVMovingObject@@AEBVwTargetDetectionStatus@@AEAUwTargetDetectionInfo@@I@Z()+2ED 2018-02-03 06:36:00.001 INFO EDCORE: 1957267E 006FEBD0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\WorldGeneral.dll ?checkTarget@wDetector@@UEAAIPEAVMovingObject@@AEAVwTargetDetectionStatus@@_N@Z()+12E 2018-02-03 06:36:00.005 INFO EDCORE: 276013C1 006FEC00 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.008 INFO EDCORE: 2760111B 006FEE00 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.012 INFO EDCORE: 27600ED0 006FEEA0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.015 INFO EDCORE: 275F8085 006FEF00 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.019 INFO EDCORE: 275F733A 006FEF60 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.022 INFO EDCORE: 275D2B20 006FEFA0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.026 INFO EDCORE: 275D5215 006FF000 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.029 INFO EDCORE: 19506B5C 006FF040 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\WorldGeneral.dll ??0GoToWaypoint@AI@@QEAA@AEBV01@@Z()+5C 2018-02-03 06:36:00.033 INFO EDCORE: 1BF1C373 006FF0C0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-03 06:36:00.036 INFO EDCORE: 1BF1C921 006FF120 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\World.dll 2018-02-03 06:36:00.039 INFO EDCORE: 27630536 006FF190 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.043 INFO EDCORE: 27640DF5 006FF1F0 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.046 INFO EDCORE: 272AB53B 006FF220 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.050 INFO EDCORE: 272AD099 006FF930 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.054 INFO EDCORE: 277BF733 006FF970 0000:00000000 C:\Program Files\Eagle Dynamics\DCS World\bin\DCS.exe 2018-02-03 06:36:00.059 INFO EDCORE: 31861FE4 006FF9A0 0000:00000000 C:\Windows\System32\KERNEL32.DLL BaseThreadInitThunk()+14 2018-02-03 06:36:00.066 INFO EDCORE: 3214EFB1 006FF9F0 0000:00000000 C:\Windows\SYSTEM32\ntdll.dll RtlUserThreadStart()+21 2018-02-03 06:36:00.180 INFO EDCORE: Minidump created. 2018-02-03 06:36:00.183 INFO DCS: try to write track file 2018-02-03 06:36:01.125 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180203-063600.crash' deleted successfully 2018-02-03 06:36:01.216 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dcs.20180203-063600.dmp' deleted successfully 2018-02-03 06:36:01.406 INFO DCS: msinfo32.exe /nfo "C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo" 2018-02-03 06:36:13.494 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\system.nfo' deleted successfully 2018-02-03 06:36:13.494 INFO DCS: dxdiag.exe /64bit /whql:off /t "C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt" 2018-02-03 06:36:16.808 INFO DCS: 'C:\Users\MegaServer\Saved Games\DCS\Logs\dxdiag.txt' deleted successfully === Log closed.