I've been trying to run the Demo of this game from Crossover. it won't get past the loading screen, and the demo's log shows this error message:
IOException: Unknown error (0x1445200) : '\\?\C:\Program Files (x86)\Steam\steamapps\common\KingdomDungeonandHeroDemo\KingdomDungeonAndHero_Data\Scenarios\DemoScenario'
at System.IO.FileSystem.RemoveDirectoryRecursive (System.String fullPath, Interop+Kernel32+WIN32_FIND_DATA& findData, System.Boolean topLevel) [0x0014c] in <0da48681ced7494d83ae6a612d2206fc>:0
at System.IO.FileSystem.RemoveDirectory (System.String fullPath, System.Boolean recursive) [0x00036] in <0da48681ced7494d83ae6a612d2206fc>:0
at System.IO.Directory.Delete (System.String path, System.Boolean recursive) [0x00006] in <0da48681ced7494d83ae6a612d2206fc>:0
at FileManager.CopyDataDelete (System.String sourceDirName) [0x0000d] in <1fc8799e9dd2410595ca4baca9ed256f>:0
at MainMenu.CopyGameFiles () [0x00078] in <1fc8799e9dd2410595ca4baca9ed256f>:0
at MainMenu.Awake () [0x0000e] in <1fc8799e9dd2410595ca4baca9ed256f>:0 ```
I've been corresponding with the game's developer, and he thinks the problem is a lack of permissions to delete files within the game's folder at Steam/steampapps/common/. Any ideas? I tried setting R/W permissions in the game folder to "everyone" from OS X but it didn't help.