When trying to recreate missions from Arma Cold War Assault in Arma 3 the Eden editor crashes upon loading of a specific mission.
Description
Details
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Eden Editor
Loading a mission inside the editor will always cause the game to crash with the access error.
I think the problem might have to do with the game logics used in some of the missions since waypoints are removed from the Eden Editor. Is there a way to make something similar to the logics or use as a replacement?
Event Timeline
Anyway, try the below possible solutions one-by-one:
Try restarting your computer and then verifying the integrity of the game cache for Arma 3.
- Restart your computer and launch Steam
- From the Library section, right-click on the game and select Properties from the menu.
- Select the Local files tab and click the Verify integrity of game cache... button.
- Steam will verify the game's files - this process may take several minutes.
Try all of the possible solutions listed on the Arma 3 Unusual process exit article on the Bohemia Interactive Community Wiki.
Try switching to and playing on the profiling game branch. After downloading new data verify the integrity of the game cache.
• profiling branch (special performance + profiling build - requires access code: CautionSpecialProfilingAndTestingBranchArma3), alternative download of needed binary possible from Dwarden's dropbox
Next, you could try to use this solution, called delete your game profile.
- Go to C:\Users\*username*\Documents\Arma 3
- Copy all files
- Delete yourprofilename.vars
- Return back your profile settings
- Launch the game
Try to delete your profile folder (create a backup) a try to start the game.
The file yourprofilename.vars.Arma3Profile must be deleted.
Path: C:\Users\*username*\Documents\Arma 3
So, there is some next solutions.
try to decrease your graphic quality (if you're using ultra set high or medium). It´s possible that your have no more space on your GPU.
reinstall your GPU drivers
This was my first error report, I tried verifying my game cache and all files were verified. I tried replacing all the classnames of the units and still crashes. I tried modded and unmodded as well with the same results. I'm not sure exactly what the issue is but it only does it on certain missions. Could be a limit issue with the amount of triggers or objects on the level? I wasn't able to understand really what was wrong from the crash dump.
The more objects you have in mission, the more file size will be spend so be careful during creating the missions.
How many MB you mission has? I´m afraid that your GPU is not strong enough to keeping really big amounts of mission features.
The mission.sqm file that I was importing was only 38kb binarized, and 113kb unbinarized. I've tried lowering the settings to minimum and it still crashes. I tried to delete specific sections of the sqm file before importing and had some success. There appears to be a problem with the actual units in the mission being imported from the file. I'm able to get to the third unit as far as importing goes until it crashes. So as of now I'm trying to literally recreate the mission from the old file in the Eden Editor manually to see if an error will occur during the actual editing process. Though it is confusing why the old mission won't import correctly.