Advertisement
Eeems

Untitled

Jun 12th, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. eeems@Chloe ~/Desktop/New Rogue $ mono tools/FilesystemPatcher.exe build/Rogue.rom src/filesystem
  2. usage: FilesystemPatcher RomFile.rom ModelDirectory
  3.  
  4. Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part of the path "/home/eeems/Desktop/New Rogue/src/filesystem/src/filesystem/filesystem.txt".
  5. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
  6. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
  7. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  8. at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
  9. at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
  10. at System.IO.StreamReader..ctor (System.String path) [0x00000] in <filename unknown>:0
  11. at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
  12. at FilesystemPatcher.MainClass.patch () [0x00000] in <filename unknown>:0
  13. at FilesystemPatcher.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement