Post by travikus on Jul 23, 2024 9:52:33 GMT -5
Sims 4 Studio 1.4.1.8 (Aurora)
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Could not find a part of the path '/Applications/Blender.app/Contents/MacOS'.) ---> System.IO.DirectoryNotFoundException: Could not find a part of the path '/Applications/Blender.app/Contents/MacOS'.
at System.IO.Enumeration.FileSystemEnumerator`1[TResult].CreateDirectoryHandle (System.String path, System.Boolean ignoreNotFound) [0x00032] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerator`1[TResult]..ctor (System.String directory, System.IO.EnumerationOptions options) [0x00048] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1+DelegateEnumerator[TResult]..ctor (System.IO.Enumeration.FileSystemEnumerable`1[TResult] enumerable) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1[TResult]..ctor (System.String directory, System.IO.Enumeration.FileSystemEnumerable`1+FindTransform[TResult] transform, System.IO.EnumerationOptions options) [0x00042] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles (System.String directory, System.String expression, System.IO.EnumerationOptions options) [0x00014] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.InternalEnumeratePaths (System.String path, System.String searchPattern, System.IO.SearchTarget searchTarget, System.IO.EnumerationOptions options) [0x0003c] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path, System.String searchPattern, System.IO.EnumerationOptions enumerationOptions) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path) [0x0000b] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at S4Studio.Blender.BlenderUtilities.FixPath () [0x00032] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.Blender.BlenderUtilities..ctor (System.String blender_path) [0x00023] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.WindowExtensions.EnsureBlender (S4Studio.IWindow window, System.Boolean& found) [0x00021] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.ViewModels.BuyBuildLodItem.ImportMesh () [0x00038] in <bbb90f57043040dc88af33c83426504e>:0
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.DirectoryNotFoundException: Could not find a part of the path '/Applications/Blender.app/Contents/MacOS'.
at System.IO.Enumeration.FileSystemEnumerator`1[TResult].CreateDirectoryHandle (System.String path, System.Boolean ignoreNotFound) [0x00032] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerator`1[TResult]..ctor (System.String directory, System.IO.EnumerationOptions options) [0x00048] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1+DelegateEnumerator[TResult]..ctor (System.IO.Enumeration.FileSystemEnumerable`1[TResult] enumerable) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1[TResult]..ctor (System.String directory, System.IO.Enumeration.FileSystemEnumerable`1+FindTransform[TResult] transform, System.IO.EnumerationOptions options) [0x00042] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles (System.String directory, System.String expression, System.IO.EnumerationOptions options) [0x00014] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.InternalEnumeratePaths (System.String path, System.String searchPattern, System.IO.SearchTarget searchTarget, System.IO.EnumerationOptions options) [0x0003c] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path, System.String searchPattern, System.IO.EnumerationOptions enumerationOptions) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path) [0x0000b] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at S4Studio.Blender.BlenderUtilities.FixPath () [0x00032] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.Blender.BlenderUtilities..ctor (System.String blender_path) [0x00023] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.WindowExtensions.EnsureBlender (S4Studio.IWindow window, System.Boolean& found) [0x00021] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.ViewModels.BuyBuildLodItem.ImportMesh () [0x00038] in <bbb90f57043040dc88af33c83426504e>:0 <---
With a tutorial for recoloring an existing item, I was trying to figure out if that was how you also can make a color choice for an item + add a thumbnail with your other tutorial about thumbnails. I could not figure this out, gave up, deleted all the swatches, and then the mistake appeared. I have nothing to complain about though. It's my second day modding here, and I'm sort of still having fun. Lol. But the pop-up said report. I'm doing what I'm told. ^^
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Could not find a part of the path '/Applications/Blender.app/Contents/MacOS'.) ---> System.IO.DirectoryNotFoundException: Could not find a part of the path '/Applications/Blender.app/Contents/MacOS'.
at System.IO.Enumeration.FileSystemEnumerator`1[TResult].CreateDirectoryHandle (System.String path, System.Boolean ignoreNotFound) [0x00032] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerator`1[TResult]..ctor (System.String directory, System.IO.EnumerationOptions options) [0x00048] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1+DelegateEnumerator[TResult]..ctor (System.IO.Enumeration.FileSystemEnumerable`1[TResult] enumerable) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1[TResult]..ctor (System.String directory, System.IO.Enumeration.FileSystemEnumerable`1+FindTransform[TResult] transform, System.IO.EnumerationOptions options) [0x00042] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles (System.String directory, System.String expression, System.IO.EnumerationOptions options) [0x00014] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.InternalEnumeratePaths (System.String path, System.String searchPattern, System.IO.SearchTarget searchTarget, System.IO.EnumerationOptions options) [0x0003c] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path, System.String searchPattern, System.IO.EnumerationOptions enumerationOptions) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path) [0x0000b] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at S4Studio.Blender.BlenderUtilities.FixPath () [0x00032] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.Blender.BlenderUtilities..ctor (System.String blender_path) [0x00023] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.WindowExtensions.EnsureBlender (S4Studio.IWindow window, System.Boolean& found) [0x00021] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.ViewModels.BuyBuildLodItem.ImportMesh () [0x00038] in <bbb90f57043040dc88af33c83426504e>:0
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.DirectoryNotFoundException: Could not find a part of the path '/Applications/Blender.app/Contents/MacOS'.
at System.IO.Enumeration.FileSystemEnumerator`1[TResult].CreateDirectoryHandle (System.String path, System.Boolean ignoreNotFound) [0x00032] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerator`1[TResult]..ctor (System.String directory, System.IO.EnumerationOptions options) [0x00048] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1+DelegateEnumerator[TResult]..ctor (System.IO.Enumeration.FileSystemEnumerable`1[TResult] enumerable) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerable`1[TResult]..ctor (System.String directory, System.IO.Enumeration.FileSystemEnumerable`1+FindTransform[TResult] transform, System.IO.EnumerationOptions options) [0x00042] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles (System.String directory, System.String expression, System.IO.EnumerationOptions options) [0x00014] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.InternalEnumeratePaths (System.String path, System.String searchPattern, System.IO.SearchTarget searchTarget, System.IO.EnumerationOptions options) [0x0003c] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path, System.String searchPattern, System.IO.EnumerationOptions enumerationOptions) [0x00000] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at System.IO.Directory.EnumerateFiles (System.String path) [0x0000b] in <16f813fff6ca4b4892ecded7b2dbb0a5>:0
at S4Studio.Blender.BlenderUtilities.FixPath () [0x00032] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.Blender.BlenderUtilities..ctor (System.String blender_path) [0x00023] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.WindowExtensions.EnsureBlender (S4Studio.IWindow window, System.Boolean& found) [0x00021] in <bbb90f57043040dc88af33c83426504e>:0
at S4Studio.ViewModels.BuyBuildLodItem.ImportMesh () [0x00038] in <bbb90f57043040dc88af33c83426504e>:0 <---
With a tutorial for recoloring an existing item, I was trying to figure out if that was how you also can make a color choice for an item + add a thumbnail with your other tutorial about thumbnails. I could not figure this out, gave up, deleted all the swatches, and then the mistake appeared. I have nothing to complain about though. It's my second day modding here, and I'm sort of still having fun. Lol. But the pop-up said report. I'm doing what I'm told. ^^