1
7th Heaven / Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« on: 2015-10-08 13:37:51 »
Got this issue when trying to "activate all mods"
Code: [Select]
System.NullReferenceException: Object reference not set to an instance of an object.
at Iros._7th.Workshop.fLibrary.CheckAllowedActivate(Guid modID) in c:\Iros\7thWorkshop\fLibrary.cs:line 511
at Iros._7th.Workshop.fLibrary.DoActivate(Guid modID) in c:\Iros\7thWorkshop\fLibrary.cs:line 564
at Iros._7th.Workshop.fLibrary.ToggleActivateMod(Guid modID) in c:\Iros\7thWorkshop\fLibrary.cs:line 804
at Iros._7th.Workshop.fLibrary.bActivateAll_Click(Object sender, EventArgs e) in c:\Iros\7thWorkshop\fLibrary.cs:line 1087
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)