Skip to content

Common MSVC gotchas

lhog edited this page Sep 26, 2022 · 6 revisions

!archiveData.empty() assertion failure

The cause

Missing unitsync.dll prevents the engine directory from being treated as data directory. Happens on full clean up of the project.

Solution

Copy over unitsync.dll from somewhere else