Jump to content

Recommended Posts

Posted

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!

Posted (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 by Huilque151
Posted
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.

Posted (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 by Flappie

---

Posted
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!

Posted (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 by Flappie

---

  • Recently Browsing   0 members

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