nuke-haus / mapnuke

An open-source map generator for Dominions 5 and 6
http://map.nuke.haus
GNU General Public License v3.0
25 stars 14 forks source link

Error on startup on macOS 14.2.1 #25

Closed awilliambauer closed 3 weeks ago

awilliambauer commented 7 months ago

Starting the app on an M1 Macbook, macOS 14.2.1 results in this error:

DirectoryNotFoundException: Could not find a part of the path '/private/var/folders/d0/7zwdjzq966b81d9sjpqwyffw0000gn/T/AppTranslocation/112EF47D-3803-40C6-861F-2D31A306673F/d/MapNuke.app/Contents/NameData'.

System.IO.__Error.WinIOError (System.Int32 errorCode, System.String maybeFullPath) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.FileSystemEnumerableIterator`1[TSource].HandleError (System.Int32 hr, System.String path) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.FileSystemEnumerableIterator`1[TSource].CommonInit () (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.FileSystemEnumerableIterator`1[TSource]..ctor (System.String path, System.String originalUserPath, System.String searchPattern, System.IO.SearchOption searchOption, System.IO.SearchResultHandler`1[TSource] resultHandler, System.Boolean checkHost) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.FileSystemEnumerableFactory.CreateFileNameIterator (System.String path, System.String originalUserPath, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.Directory.InternalGetFileDirectoryNames (System.String path, System.String userPathOriginal, System.String searchPattern, System.Boolean includeFiles, System.Boolean includeDirs, System.IO.SearchOption searchOption, System.Boolean checkHost) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.Directory.InternalGetFiles (System.String path, System.String searchPattern, System.IO.SearchOption searchOption) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.Directory.GetFiles (System.String path) (at <319b5411003b47fbaceecace494b6f79>:0)
GenerationManager.load_name_data () (at <4aef5fd712844f0e90af289ee001345c>:0)
GenerationManager.Start () (at <4aef5fd712844f0e90af289ee001345c>:0)

Every button press brings up additional errors.