Author Topic: New to modding...  (Read 1540 times)

ofthecross97

  • *
  • Posts: 2
    • View Profile
New to modding...
« on: 2019-06-13 01:50:43 »
Followed the tutorial but something may have went wrong when trying to set the paths for the mods and whenever I try to launch I get an error:

System.IO.FileNotFoundException: Could not find file 'E:\SteamLibrary\steamapps\common\Final\ Fantasy\ VII\mods\7H\5d6a46f7-b0b0-43b1-88cb-f54de763c5b1_Miscellaneous___Dynamic_Cloud_Weapons_2.33.iro'.
File name: 'E:\SteamLibrary\steamapps\common\Final\ Fantasy\ VII\mods\7H\5d6a46f7-b0b0-43b1-88cb-f54de763c5b1_Miscellaneous___Dynamic_Cloud_Weapons_2.33.iro'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
   at _7thWrapperLib.IrosArc..ctor(String filename, Boolean patchable) in C:\Users\TurBoss\Projetcs\7h\7thWrapperLib\IrosArc.cs:line 305
   at Iros._7th.Workshop.fLibrary.GetModInfo(InstalledItem ii) in C:\Users\TurBoss\Projetcs\7h\7thWorkshop\fLibrary.cs:line 891
   at Iros._7th.Workshop.fLibrary.SanityCheckCompat() in C:\Users\TurBoss\Projetcs\7h\7thWorkshop\fLibrary.cs:line 763
   at Iros._7th.Workshop.fLibrary.Launch(Boolean varDump, Boolean debug) in C:\Users\TurBoss\Projetcs\7h\7thWorkshop\fLibrary.cs:line 1199
   at Iros._7th.Workshop.fLibrary.bLaunch_Click(Object sender, EventArgs e) in C:\Users\TurBoss\Projetcs\7h\7thWorkshop\fLibrary.cs:line 1155
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

LordUrQuan

  • Alpha testing your worst nightmares
  • *
  • Posts: 602
  • LOAD "FF2J",8,1
    • View Profile
Re: New to modding...
« Reply #1 on: 2019-06-16 20:47:00 »
Your paths are borked.  Fix them in the 7H configuration window.

ofthecross97

  • *
  • Posts: 2
    • View Profile
Re: New to modding...
« Reply #2 on: 2019-06-16 20:49:33 »
Yah I let it try to set the settings itself and I realized that was a mistake went back and did them manually and got it to work thanks for the reply