Author Topic: FF7 PC - Error upon launching 7th Heaven.exe  (Read 1380 times)

Danard

  • *
  • Posts: 1
    • View Profile
FF7 PC - Error upon launching 7th Heaven.exe
« on: 2018-04-01 21:37:10 »
So I have reinstalled everything twice over now and still getting the same error when using the launcher. Did the full clean wipe of files for fresh install as well. I was able to get as far as downloading and customizing the mods on the first try and from there I have no idea what exactly went wrong. Any help would be awesomely appreciated as I have been looing forward to playing FF7 with mods for quite some time now. Thanks in advance.


System.TypeInitializationException: The type initializer for 'Iros._7th.Workshop.Log' threw an exception. ---> System.UnauthorizedAccessException: Access to the path 'C:\Users\Steve\AppData\Roaming\7thWorkshop\applog.txt' is denied.
   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, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamWriter..ctor(String path)
   at Iros._7th.Workshop.Log..cctor() in C:\Code\7H\7thHeaven.Code\Log.cs:line 25
   --- End of inner exception stack trace ---
   at Iros._7th.Workshop.Log.Write(String s)
   at Iros._7th.Workshop.fLibrary.fLibrary_Load(Object sender, EventArgs e) in C:\Code\7H\7thWorkshop\fLibrary.cs:line 51
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.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)