INVedit for mac help
No replies
JakXCR
WoM Member
Members
WoM Member: 68538
WoM Coins: 0

Ive had INVedit working before, i go to terminal, type in ls, type in mono INVedit.exe and it usually opens. but now it shows its opening, but then it closes and in terminal it just shows this:

Unhandled Exception: System.IO.FileNotFoundException: Could not find file "/Users/*******/items.txt".
File name: '/Users/*******/items.txt'
  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 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0 
  at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0 
  at System.IO.StreamReader..ctor (System.String path) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string)
  at System.IO.File.OpenText (System.String path) [0x00000] in <filename unknown>:0 
  at System.IO.File.ReadAllLines (System.String path) [0x00000] in <filename unknown>:0 
  at INVedit.Data.Init (System.String path) [0x00000] in <filename unknown>:0 
  at INVedit.MainForm..ctor (System.String[] files) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) INVedit.MainForm:.ctor (string[])
  at INVedit.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 
Any ideas?