Whenever I try to open a fighter file I get the message "Could not find file 'C:\Smash\vol\content\patch\data\fighter\gekkouga/game.bin'." Is this an issue with what files I have, where they're located, or something else? Here's the exception text if anyone needs it; i'd really appreciate the help and I'm sorry for posting the same question twice, I'm just unsure of where else I can get proper assistance.
************** Exception Text **************
System.IO.FileNotFoundException: Could not find file 'C:\Smash\vol\content\patch\data\fighter\gekkouga/game.bin'.
File name: 'C:\Smash\vol\content\patch\data\fighter\gekkouga/game.bin'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
at System.IO.FileMap.FromFile(String path, FileMapProtect prot, Int32 offset, Int32 length, FileOptions options)
at Sm4shCommand.WorkspaceManager.OpenFile(String Filepath, ACMDType type)
at Sm4shCommand.WorkspaceManager.OpenFighter(String dirPath)
at Sm4shCommand.AcmdMain.fighterToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)