Author Topic: 7th heaven crashes when i click on catalog  (Read 5159 times)

mugsy1990

  • *
  • Posts: 1
    • View Profile
7th heaven crashes when i click on catalog
« on: 2016-10-06 22:18:52 »
System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Iros._7th.Workshop.Workshop.resources" was correctly embedded or linked into assembly "7thHeaven.Code" at compile time, or that all the satellite assemblies required are loadable and fully signed.
   at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName)
   at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture)
   at Iros._7th.Workshop.Workshop.get_Loader() in C:\Code\7H\7thHeaven.Code\Workshop.Designer.cs:line 73
   at Iros._7th.Workshop.ImageCache.Get(String url, Guid modID) in C:\Code\7H\7thHeaven.Code\ImageCache.cs:line 126
   at Iros._7th.Workshop.pMod.UpdateDetails() in C:\Code\7H\7thWorkshop\pMod.cs:line 69
   at Iros._7th.Workshop.pMod.Init(Mod m, ModBarState barState, Boolean showInstall, Boolean showDownloadSize) in C:\Code\7H\7thWorkshop\pMod.cs:line 143
   at Iros._7th.Workshop.fLibrary.DoSearch(Panel pResults, IEnumerable`1 mods, String text, HashSet`1 tags, Label lbl, Dictionary`2& list, ContextMenuStrip menu, ModBarState showProfile, Boolean showInstall, Boolean showDownloadSize) in C:\Code\7H\7thWorkshop\fLibrary.cs:line 502
   at Iros._7th.Workshop.fLibrary.bSearchC_Click(Object sender, EventArgs e) in C:\Code\7H\7thWorkshop\fLibrary.cs:line 1007
   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)

Can anyone help me with this?

hentaikamen

  • *
  • Posts: 12
    • View Profile
Re: 7th heaven crashes when i click on catalog
« Reply #1 on: 2016-10-07 00:42:55 »
I'm new here and I have the same problem when I click the Search button in Catalog tab. I check the catalog.xml in my user folder and it exists. If I leave the textbox empty and click Search, it causes error.

Same happens when I enter some text like, eg. "model", "ba", "bat", "an".

Works when I enter "ani", "batt".

So the workaround is reading the catalog.xml and try entering the mod names when I search in Catalog tab.

Can someone fix this? Thanks in advance.

hentaikamen

  • *
  • Posts: 12
    • View Profile
Re: 7th heaven crashes when i click on catalog
« Reply #2 on: 2016-10-07 01:21:58 »
Oops, I didn't read the other topic with the same problem.
http://forums.qhimm.com/index.php?topic=17176.0

EQ2Alyza

  • 7th Heaven Crew
  • Global moderator
  • *
  • Posts: 3200
  • Dilly-Dally Shilly-Shally
    • View Profile
    • EQ2Alyza - YouTube Channel
Re: 7th heaven crashes when i click on catalog
« Reply #3 on: 2016-10-07 01:53:55 »
I updated the tutorial page with 7H v1.54. Please download and try it.

hentaikamen

  • *
  • Posts: 12
    • View Profile
Re: 7th heaven crashes when i click on catalog
« Reply #4 on: 2016-10-07 05:01:57 »
Thanks for updating the new version.
Do I have to re-download all the mods I've got so far?

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: 7th heaven crashes when i click on catalog
« Reply #5 on: 2016-10-07 05:35:13 »
No you won't have too, It uses the same folder for the mods

hentaikamen

  • *
  • Posts: 12
    • View Profile
Re: 7th heaven crashes when i click on catalog
« Reply #6 on: 2016-10-07 05:47:50 »
I updated the tutorial page with 7H v1.54. Please download and try it.
I just did a fresh install FF7 + 7H 1.54 then download Animation mod. Then press Activate all mods in Active Mods tab. Bam! Another error. I can activate the Animation mod in Library tab.

Error message:
Quote
System.NullReferenceException: Object reference not set to an instance of an object.
   at Iros._7th.Workshop.fLibrary.CheckAllowedActivate(Guid modID) in C:\Code\7H\7thWorkshop\fLibrary.cs:line 549
   at Iros._7th.Workshop.fLibrary.DoActivate(Guid modID) in C:\Code\7H\7thWorkshop\fLibrary.cs:line 609
   at Iros._7th.Workshop.fLibrary.ToggleActivateMod(Guid modID) in C:\Code\7H\7thWorkshop\fLibrary.cs:line 849
   at Iros._7th.Workshop.fLibrary.bActivateAll_Click(Object sender, EventArgs e) in C:\Code\7H\7thWorkshop\fLibrary.cs:line 1145
   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)

The error doesn't reproduce if I have activate it from the Library tab. It only appears the first time I press Activate all mods when I delete all the 7thWorkshop folder in User folder (clean install).
« Last Edit: 2016-10-07 05:54:00 by hentaikamen »

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: 7th heaven crashes when i click on catalog
« Reply #7 on: 2016-10-07 14:58:48 »
Did you set up the new version the same way as the last one? In the setting everything must be the same

hentaikamen

  • *
  • Posts: 12
    • View Profile
Re: 7th heaven crashes when i click on catalog
« Reply #8 on: 2016-10-07 22:08:26 »
Did you set up the new version the same way as the last one? In the setting everything must be the same
I did it the same way I setup the 1.52 & 1.53 version.
1. Install FF7 (steam version)
2. Use Converter
3. Set 7TH's Setting (I deleted the 7thWorkshop folder in C:\Users folder before setting 7TH)
4. Set 7TH's OpenGL
5. Download Animation mod in Catalog tab.
6. Press Activate all mods in Active Mods tab -> error

Error only happens once. If I have activated the mod from Library tab, the error won't reproduce when I press Activate all mods.

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: 7th heaven crashes when i click on catalog
« Reply #9 on: 2016-10-07 23:01:10 »
Sounds like a specific mod has trouble. Maybe try them 1 at a time and se if all error or find the one that does

hentaikamen

  • *
  • Posts: 12
    • View Profile
Re: 7th heaven crashes when i click on catalog
« Reply #10 on: 2016-10-08 07:23:20 »
I'm not sure if it happens because of a certain mod. I only tested with Animation mod because it's small enough. It's only a minor bug since it only happens once when I downloaded a mod for the first time. Maybe I can test it again if I re-install everything from scratch.