Advertisement
Guest User

Unity errors soomla when moving directories into.

a guest
Feb 28th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. Relates to this thread:
  2. http://gamedev.stackexchange.com/questions/115406/can-soomla-directories-be-safely-moved-one-directory-down-in-unity/115422?noredirect=1#comment206084_115422
  3.  
  4. Short:
  5.  
  6. System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Users\Xavi\Documents\cyberspace-entertain\Assets\GROW\Editor\highway_file_list".
  7. System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Soomla\core_file_list".
  8. System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Soomla\store_file_list".
  9.  
  10. Long:
  11.  
  12. System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Users\Xavi\Documents\cyberspace-entertain\Assets\GROW\Editor\highway_file_list".
  13. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x001be] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/FileStream.cs:292
  14. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
  15. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  16. at System.IO.File.OpenRead (System.String path) [0x00000] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/File.cs:363
  17. at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00077] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/StreamReader.cs:167
  18. at System.IO.StreamReader..ctor (System.String path) [0x00000] in <filename unknown>:0
  19. at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
  20. at Soomla.SoomlaEditorScript.addFileList (System.String moduleId, System.String fileListPath, System.String[] additionalFiles) [0x00014] in C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Plugins\Soomla\Core\Config\SoomlaEditorScript.cs:128
  21. at Soomla.GrowEditorScript.get_Instance () [0x00098] in C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Plugins\GROW\Config\GrowEditorScript.cs:84
  22. at Soomla.GrowEditorScript..cctor () [0x00050] in C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Plugins\GROW\Config\GrowEditorScript.cs:46
  23. UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
  24. // --------
  25. System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Soomla\core_file_list".
  26. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x001be] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/FileStream.cs:292
  27. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
  28. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  29. at System.IO.File.OpenRead (System.String path) [0x00000] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/File.cs:363
  30. at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00077] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/StreamReader.cs:167
  31. at System.IO.StreamReader..ctor (System.String path) [0x00000] in <filename unknown>:0
  32. at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
  33. at Soomla.SoomlaEditorScript.addFileList (System.String moduleId, System.String fileListPath, System.String[] additionalFiles) [0x00014] in C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Plugins\Soomla\Core\Config\SoomlaEditorScript.cs:128
  34. at Soomla.CoreSettings..cctor () [0x0003c] in C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Plugins\Soomla\Core\Config\CoreSettings.cs:58
  35. UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
  36. // --------
  37. System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Soomla\store_file_list".
  38. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x001be] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/FileStream.cs:292
  39. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
  40. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  41. at System.IO.File.OpenRead (System.String path) [0x00000] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/File.cs:363
  42. at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00077] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.IO/StreamReader.cs:167
  43. at System.IO.StreamReader..ctor (System.String path) [0x00000] in <filename unknown>:0
  44. at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
  45. at Soomla.SoomlaEditorScript.addFileList (System.String moduleId, System.String fileListPath, System.String[] additionalFiles) [0x00014] in C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Plugins\Soomla\Core\Config\SoomlaEditorScript.cs:128
  46. at Soomla.Store.StoreSettings..cctor () [0x000aa] in C:\Users\Xavi\Documents\cyberspace-entertain\Assets\Plugins\Soomla\Store\Config\StoreSettings.cs:53
  47. UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement