editor crashes

does anyone else having trouble with editor crash and know how to solve it this is what i get when i starting it

Do you have the binaries in the correct path relative to the steam “ARK Dev Kit” download? Kinda looks like it can’t find the content from that callstack.

the editor is under my steamapps/common/arkdevkit/Ark-Dev-Kit-release/engine/Binaries/Win64

but thats solved it to move the engine folder out too arkdevkit path instead of ark-dev-kit-release

Heheheh something about the DevKit may not love hyphens in the folder name, thanks for spotting that :slight_smile:

Cheers,

Actually looks like you extracted the github download directly to steam folder. If you download the zip from github it has a subfolder of ‘Ark-Dev-Kit-release’ which you don’t want. You want the engine folder from that zip to be copied into your steam folder.

In other words to here:
steamapps/common/arkdevkit/Engine/
Not here:
steamapps/common/arkdevkit/Ark-Dev-Kit-release/Engine

Hope this helps!