the game dead,how?

ruan

Green Slime
功能:自动稳定

错误: System.IO.FileNotFoundException: 未能找到文件“C:\Users\twoye\Documents/Secrets of Grindea/Languages”。
文件名:“C:\Users\twoye\Documents/Secrets of Grindea/Languages”
在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
在 System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
在 System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
在 System.IO.Directory.CreateDirectory(String path)
在 SoG.Game1.Initialize() 位置 (path)\Game1.cs:行号 414 - 全屏:否 - 网络角色:仅限本地 - MD5: 78b3bb4616d0aeace6eb8a2b1cd73d12
 

Teddy

Developer
Staff member
Looks like a permission error is preventing the game from creating a folder it needs!

Try to create the folders that it needs, by going into your Documents folder and there creating a folder named "Secrets of Grindea", and inside that folder, create another one named "Langauges". So the path would be "Documents/Secrets of Grindea/Languages".

Alternatively, you can try to start the game as an administrator (if you're playing on Steam, just run Steam itself as Administrator and the game should get the same privilege). This needs only to be done once, since after that all the needed folders should've been created.
 
Top