Author Topic: [FF7][FAQ] 7th Heaven Frequently Asked Questions  (Read 531003 times)

NeuroticNinja

  • *
  • Posts: 25
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #725 on: 2015-10-09 04:31:26 »
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)

I actually got this same error. Tell me did you have 7H previously installed? You may have to wipe the settings and start over.

Tamachicken

  • *
  • Posts: 10
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #726 on: 2015-10-12 15:51:01 »
Long time user, longer time lurker.

Wanted to drop in and say: A) Thanks for all of your hard work, I'm sure the silent majority of us all feel the same way. B) Looking forward to the new release.

All the best.

Insight

  • *
  • Posts: 139
  • Nothing special here...
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #727 on: 2015-10-14 21:13:03 »
Hey everyone,

preparing my new Win10 machine for 7th Heaven and further updates.
I encountered a problem which i didnt have on my Win7 machine, so i wonder if anyone can give me a clue.

When i am starting the game with 7th Heaven, the resolution is on mismatch. I have uploaded an image to show you what i mean.






Any ideas so far?

NeuroticNinja

  • *
  • Posts: 25
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #728 on: 2015-10-14 21:22:44 »
Did you upgrade to Windows 10? If so you may need to wipe the settings and start anew. Or maybe just try running the converter again and it should run the ff7config for you to fix your resolution settings.

Insight

  • *
  • Posts: 139
  • Nothing special here...
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #729 on: 2015-10-14 21:38:32 »
Fresh installation of windows 10 and i ran the converter already once.

olearyf2525

  • *
  • Posts: 298
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #730 on: 2015-10-14 22:22:50 »
Hey everyone,

preparing my new Win10 machine for 7th Heaven and further updates.
I encountered a problem which i didnt have on my Win7 machine, so i wonder if anyone can give me a clue.

When i am starting the game with 7th Heaven, the resolution is on mismatch. I have uploaded an image to show you what i mean.






Any ideas so far?

I had this issue when i upgraded to 8.1. Believe it or not setting the desktop icon scaling to smallest fixed it. Why? I have no idea but I know I wasn't the only one it worked for.

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #731 on: 2015-10-15 08:42:36 »
Sorry if this the wrong place for this.

I left my pc downloading the catalogue last night and when I started up my pc this morning and try opening 7h I get this error.


System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderProfile.Read5_Profile()
   --- End of inner exception stack trace ---
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
   at Iros._7th.Util.Deserialize[T](Stream s) in c:\Iros\7thWrapperLib\Util.cs:line 10
   at Iros._7th.Util.Deserialize[T](String file) in c:\Iros\7thWrapperLib\Util.cs:line 14
   at Iros._7th.Workshop.fLibrary.fLibrary_Load(Object sender, EventArgs e) in c:\Iros\7thWorkshop\fLibrary.cs:line 107
   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.ContainerControl.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)

EQ2Alyza

  • 7th Heaven Crew
  • Global moderator
  • *
  • Posts: 3200
  • Dilly-Dally Shilly-Shally
    • View Profile
    • EQ2Alyza - YouTube Channel
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #732 on: 2015-10-15 13:08:44 »
Looks like one of the mods didn't finish downloading all the way. Go into your mods\7th Heaven\temp folder and see if any .iro files are in there. If there are, note the name of them, then delete them. Then go into 7H and Uninstall them if they are still listed in the Library tab. Now go to the Catalog tab and download again. You may have to restart 7H to get the download button to appear.

The next Catalog update will have a new file format using the 7H compression tool. I am hoping this may reduce some of the download errors people get, but in the end, network problems happen that I can't control. Sometimes 7H just doesn't enjoy communicating with slow internet or countries outside the US. I don't think it's a major problem, just something I've taken note of over the past year of its release.

Insight

  • *
  • Posts: 139
  • Nothing special here...
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #733 on: 2015-10-15 14:51:02 »
I had this issue when i upgraded to 8.1. Believe it or not setting the desktop icon scaling to smallest fixed it. Why? I have no idea but I know I wasn't the only one it worked for.

unfortunately, it didnt work for me. besides, it was already set to smallest.

--> Found the solution: Turn off high dpi scaling. :)
« Last Edit: 2015-10-15 15:09:40 by Insight »

Kaldarasha

  • *
  • Posts: 2449
  • Prince of Model Editing
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #734 on: 2015-10-15 15:42:21 »


--> Found the solution: Turn off high dpi scaling. :)

That's what I had suggested to you as possible problem, but you found it out by yourself.

SpartanXIII90

  • *
  • Posts: 3
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #735 on: 2015-10-15 15:55:05 »
 had an issue with the Game Converter on the Steam version of FF7. Basically when I click on it, the black splash screen appears quickly and disappears. It appears and disappears so fast that I could not read the text inside, so I copied the screen just as it was opening up to see what it was saying and just before closing, it had this error message about the registry (I can't remember exactly what it said, I can post the image on here later if needed). I did download and successfully run Game Converter before, but I had to do a complete uninstall of FF7 and re-install it. After that, Game Converter doesn't work anymore. I'm pretty sure when I uninstalled (I use an uninstall program that deep cleans), it also deleted some important registry needed for Game converter to work properly. So anyway, does anyone know of some way to work around this or better yet, fix it? Thanks in advance!

 

olearyf2525

  • *
  • Posts: 298
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #736 on: 2015-10-15 18:59:36 »
unfortunately, it didnt work for me. besides, it was already set to smallest.

--> Found the solution: Turn off high dpi scaling. :)

Yea sorry that's what I meant, I'm dumb sometimes, it was like a year ago that I had to do that too.

Insight

  • *
  • Posts: 139
  • Nothing special here...
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #737 on: 2015-10-16 06:07:32 »
It's okay. since we have a solution for the problem, everything is fine.
finally being able to play it on my ultrabook :)

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #738 on: 2015-10-16 09:24:38 »
Looks like one of the mods didn't finish downloading all the way. Go into your mods\7th Heaven\temp folder and see if any .iro files are in there. If there are, note the name of them, then delete them. Then go into 7H and Uninstall them if they are still listed in the Library tab. Now go to the Catalog tab and download again. You may have to restart 7H to get the download button to appear.

The next Catalog update will have a new file format using the 7H compression tool. I am hoping this may reduce some of the download errors people get, but in the end, network problems happen that I can't control. Sometimes 7H just doesn't enjoy communicating with slow internet or countries outside the US. I don't think it's a major problem, just something I've taken note of over the past year of its release.

i done as you said but 7h still wont open, the second i try open it, it gives me that same error

EQ2Alyza

  • 7th Heaven Crew
  • Global moderator
  • *
  • Posts: 3200
  • Dilly-Dally Shilly-Shally
    • View Profile
    • EQ2Alyza - YouTube Channel
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #739 on: 2015-10-16 12:33:00 »
Read the FAQ on the first page. There is a way to reset 7H settings so it can open again.

kenichi

  • *
  • Posts: 157
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #740 on: 2015-10-17 14:49:58 »
I have problem;



I click check subcription now but nothing happen

EQ2Alyza

  • 7th Heaven Crew
  • Global moderator
  • *
  • Posts: 3200
  • Dilly-Dally Shilly-Shally
    • View Profile
    • EQ2Alyza - YouTube Channel
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #741 on: 2015-10-17 16:35:55 »
Go to the Catalog tab and click Search to refresh the list of mods.

kenichi

  • *
  • Posts: 157
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #742 on: 2015-10-17 16:46:58 »
what? is that all? I am going kill myself. (just joking) by the way I love you :) please make video series another final fantasy :)

Edit: it give me black screen. I cant alt+tab or open task manager completely black screen. I downloaded low megabytes mods before. Maybe there is reason. I dont know why?
« Last Edit: 2015-10-18 19:43:33 by irienaoki »

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #743 on: 2015-10-18 20:01:10 »
Read the FAQ on the first page. There is a way to reset 7H settings so it can open again.


guessing this what you mean?

It's rare, but something wasn't setup properly. There are a couple things that can be done...

1. Delete everything at ...Users\<username>\AppData\Roaming\7thWorkshop and reopen 7th Heaven. If it opens, you will need to redo your Workshop -> Settings again.
2. Delete the mods in [gamedir]\mods\7th Heaven and reopen 7th Heaven. You will need to Uninstall the mods from the 7th Heaven UI and download them from the Catalog tab again.



if so i dont seem to have a appdata folder to go to delete them.



update: folder wasnt there but now found it else were and got 7th to open again
« Last Edit: 2015-10-18 20:29:02 by DragoonChaos »

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #744 on: 2015-10-19 00:57:16 »
Edited as now will load.


« Last Edit: 2015-10-19 01:33:22 by DragoonChaos »

EQ2Alyza

  • 7th Heaven Crew
  • Global moderator
  • *
  • Posts: 3200
  • Dilly-Dally Shilly-Shally
    • View Profile
    • EQ2Alyza - YouTube Channel
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #745 on: 2015-10-19 08:08:29 »
Usually the AppData folder is a hidden folder, so you have to either do a Search for it or Google how to remove it from hidden.

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #746 on: 2015-10-19 09:51:18 »
ok, last night everything was working fine then this moring it just would not load tyhe game, blck screen for few seconds then closed with no error or nothing. so i completely removed everything and started again, now the movies wont work.

app,

[00000001] ERROR: couldn't open movie file: c:\ff7\movies\eidoslogo.avi
[00000001] ERROR: couldn't open movie file: c:\ff7\movies\sqlogo.avi

[00000389] ERROR: couldn't open movie file: c:\ff7\movies\opening.avi

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #747 on: 2015-10-19 09:57:12 »
i loaded a save i had backed up of just before first boss tried to enter it and got this

[00002008] ERROR: failed to find file battle/TBAA (LGP) (path: FF7/DATA/BATTLE/EFFECT/HITMARK)
[00002008] ERROR: offset error: ENEMY495.D TBAA
[00002008] ERROR: could not open file ENEMY495.D
[00002008] ERROR: failed to find file battle/TCAA (LGP) (path: FF7/DATA/BATTLE/EFFECT/HITMARK)
[00002008] ERROR: offset error: ENEMY496.D TCAA
[00002008] ERROR: could not open file ENEMY496.D
[00002008] ERROR: failed to find file battle/TDAA (LGP) (path: FF7/DATA/BATTLE/EFFECT/HITMARK)
[00002008] ERROR: offset error: ENEMY497.D TDAA
[00002008] ERROR: could not open file ENEMY497.D
[00002009] ERROR: unhandled exception

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #748 on: 2015-10-19 14:28:23 »
so i extracted the movies.iro anmd placed them in the right folder and movies are working fine but now when i enter the first battle of the game it isnt the right battle.

DragoonChaos

  • *
  • Posts: 8
    • View Profile
Re: Re: [FF7] Tifa's Final Heaven - 7th Heaven Mod Tutorial
« Reply #749 on: 2015-10-19 15:46:30 »
so after removing everything and adding everything one by one and testing i found that if i use the red werewolf mod or the menu overhaul it creates problems with battles.