Skip to content

Instantly share code, notes, and snippets.

@TimWSpence
Created September 3, 2023 13:15
Show Gist options
  • Save TimWSpence/e33248116f9cbdb370c7b3001db49951 to your computer and use it in GitHub Desktop.
Save TimWSpence/e33248116f9cbdb370c7b3001db49951 to your computer and use it in GitHub Desktop.
Map Nuke Error
UnauthorizedAccessException: Access to the path "/private/var/folders/dr/hhydhgf570g59xhljl0l0mkm0000gn/T/AppTranslocation/3231433E-CA2C-435B-BD58-0049DADD6331/d/MapNuke.app/Contents/Export/mapnuke1.map" is denied.
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize) (at <319b5411003b47fbaceecace494b6f79>:0)
(wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int)
System.IO.File.Create (System.String path, System.Int32 bufferSize) (at <319b5411003b47fbaceecace494b6f79>:0)
System.IO.File.Create (System.String path) (at <319b5411003b47fbaceecace494b6f79>:0)
MapFileWriter.GenerateText (System.String mapname, NodeLayoutData layout, ElementManager mgr, System.Collections.Generic.List`1[T] nations, UnityEngine.Vector2 mins, UnityEngine.Vector2 maxs, System.Collections.Generic.List`1[T] provs, System.Boolean teamplay, System.Int32[] province_ids) (at <977adb5a7166459d9f11714bb6b59317>:0)
GenerationManager+<output_async>d__78.MoveNext () (at <977adb5a7166459d9f11714bb6b59317>:0)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <79010081d25842b49f5d73e1f51eea71>:0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment