Huilque151 Posted August 29, 2020 Posted August 29, 2020 Hello, I need help please, My DCS freeze when its in 10% LOAD. This problem begin when i was working on a missión in the Mission editor and then crash. a few hours later i update de windows and the problem was resolved, but today i start to edit a mission and myt dcs crash again and back to the 10% frezze problem. I Already try: Run de DCS Repáir. Everithing looks right. Delete de Missión editor file on program files/eagle dynamics/mission editor and run the dcs repair, the app downloaded the ME file again but didnt work. Rename the "dcs.openbeta" file to "temp" in saved games file. Delete "dcs.openbeta" file in the saved games file. Delete missión editor file in the saved games file. Delete MODS. Delete the mission file edited. Firewall and antivirus permission to DCS. PLis help, regards!
Flappie Posted August 29, 2020 Posted August 29, 2020 Hi. Can you please attach your latest dcs-2020###.zip file? It's located in C:\Users\your_name\Saved Games\DCS\Logs\. ---
Huilque151 Posted August 29, 2020 Author Posted August 29, 2020 (edited) Hi. Can you please attach your latest dcs-2020###.zip file? It's located in C:\Users\your_name\Saved Games\DCS\Logs\. Here its is thanks!dcs.log Edited August 29, 2020 by Huilque151
ED Team BIGNEWY Posted August 29, 2020 ED Team Posted August 29, 2020 Please see my crash advice in my signature it may help thanks Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal
Huilque151 Posted August 29, 2020 Author Posted August 29, 2020 Please see my crash advice in my signature it may help thanks Ensure windows and any drivers are up to date. Today i update the windows, the problem its was resolved por a few minutes, but when i start to edit and record missions in the ME, the dcs crash and when i restart, the 10% FREZZ PROBLEM come back. make sure any unofficial mods are removed ( if any ) i removed the mod file. run a cleanup and repair, or if steam verify your install ( i did) Rename your dcs / dcs.openbeta folder in saved games ( keep it as a backup ) release C:\Users\yourname\Saved Games\DCS or beta C:\Users\yourname\Saved Games\DCS.openbeta did, but with out good new, the ALERT problem in the log its active.
Flappie Posted August 30, 2020 Posted August 30, 2020 (edited) This user was having the same 10% issue. His error message was different though, but he solved it by completely uninstalling/reinstalling DCS: (1) Uninstall DCS (2) Switch off Antivirus software (3) Rename C:\Users\your_name\Saved Games\DCS folder as "DCS_backup" (it's important not to delete this folder to retrieve your keybindings later on) (4) Install DCS (5) Activate Antivirus software Edited August 30, 2020 by Flappie ---
Huilque151 Posted August 30, 2020 Author Posted August 30, 2020 This user was having the same 10% issue. His error message was different though, but he solved it by completely uninstalling/reinstalling DCS: (1) Uninstall DCS (2) Switch off Antivirus software (3) Rename C:\Users\your_name\Saved Games\DCS folder as "DCS_backup" (it's important not to delete this folder to retrieve your keybindings later on) (4) Install DCS (5) Activate Antivirus software okey, Thanks, i will try that process. Thanks!
Huilque151 Posted August 31, 2020 Author Posted August 31, 2020 okey, Thanks, i will try that process. Thanks! hello, The process doesnt work! Thanks anyway. the ALERT line in the LOG still be the same problem.
Flappie Posted August 31, 2020 Posted August 31, 2020 (edited) 2020-08-29 21:26:05.299 ALERT Dispatcher: Error starting Game GUI: [string "./MissionEditor/modules/me_mission.lua"]:6858: bad argument #1 to 'assert' (value expected)Here's the function raising the error: its role is to erase then recreate a temp folder for mission files. function clearTempFolder() local function eraseFolder(folder) for file in lfs.dir(folder) do --print(file) local a = base.assert(lfs.attributes(folder .. file)) local isFolderLink = (file == '.') or (file == '..') if (a.mode == 'directory') and not isFolderLink then --print('erasing folder', folder .. file .. '/') eraseFolder(folder .. file .. '/') end if not isFolderLink then --print('erasing file', folder .. file) base.os.remove(folder .. file) end end end; eraseFolder(base.tempMissionPath); fs.mkdir(base.tempMissionPath); end; This page teach us how "lfs.attributes" works: lfs.attributes (filepath [, request_name | result_table])Returns a table with the file attributes corresponding to filepath (or nil followed by an error message and a system-dependent error code in case of error). EDIT: Please, try deleting these (it won't hurt) then retry to launch DCS. C:\Users\your_name\AppData\Local\Temp\DCS.openbeta\tempMission.miz C:\Users\your_name\AppData\Local\Temp\DCS.openbeta\Mission (delete the whole folder) Edited August 31, 2020 by Flappie ---
Recommended Posts