Author Topic: (Solved for now) crash when trying to select specific characters  (Read 2418 times)

Offline FishyBiscuits

  • Curious Wanderer
  • *
  • Posts: 17
  • Country: ca
  • Floof-O-Meter: 1
  • I'll be right down mom!!
    • UkoTheFurry
    • Fishy Biscuits
    • View Profile
(Solved for now) crash when trying to select specific characters
« on: September 06, 2017, 11:14:13 pm »
Idk if this has ever come up before, but whenever I'm flipping thru my characters and when I come upon the one character that I have a preset on, the game crashes. I can play freely with all my characters but the specific one I want to play as, which is the one that crashes the game.

I tried creating a new character and putting the same preset on it, but whenever I try to EDIT any one of my existing characters, or creating a completely new one, the game crashes all the same.

I thought that maybe its my preset that got corrupted somehow, so I tried exporting the preset again. I exited back to the main menu, clicked creative den, and clicked preset creator, but the game experienced yet another crash.

I also tried resetting the home on the glitching character, and pressing Go Home on all of my characters thru the user panel, but that didn't fix the problem at all.

I also tried switching the rendering system on the game, but that didn't work either.

I'm really frustrated because I've tried fixing the problem myself with any and all the knowledge I have of how the game works, but It seems I don't know enough and I have no idea what to do to fix it.

Please help ;-;

-Fishy
« Last Edit: September 07, 2017, 04:46:25 am by FishyBiscuits »


Learn the rules like a pro, Break them like an artist.

Offline VortexAlive

  • Eevee Knight
  • Honored Hero
  • *****
  • Posts: 5,080
  • Country: us
  • Floof-O-Meter: 180
  • A wild floof has appeared!
    • VortexAlive
    • VortexAlive
    • VortexAlive
    • View Profile
    • VortexAlive is Rawrsome
Re: crash when trying to select specific characters
« Reply #1 on: September 07, 2017, 12:06:00 am »
Hello there, Fishy. It sounds like there might be a typo or error within the preset_#.material file. Would you post the code here with [code]stuff[/code] or PM it to me so I can look at it and try to find the problem?
For the sake of my own health and interests, I've left FH and I won't be looking back.

Offline Insoholic

  • Community Champion
  • ****
  • Posts: 1,851
  • Country: bg
  • Floof-O-Meter: 152
  • Avatar drawn by Tisefe
    • View Profile
Re: crash when trying to select specific characters
« Reply #2 on: September 07, 2017, 12:12:08 am »
Hello, FishiBiscuits! Have you recently installed content such as mods, markings, items and/or textures?
Also, keep in mind that flipping through tabs can sometimes cause the game to randomly crash or when you have too many programs open at the same time while running FeralHeart.





Signature art by Kynvuu

Offline FishyBiscuits

  • Curious Wanderer
  • *
  • Posts: 17
  • Country: ca
  • Floof-O-Meter: 1
  • I'll be right down mom!!
    • UkoTheFurry
    • Fishy Biscuits
    • View Profile
Re: crash when trying to select specific characters
« Reply #3 on: September 07, 2017, 03:12:18 am »
Here's the code within:


material preset_5_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5body.png
         }
      }
   }
}
material preset_5_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5body.png
         }
      }
   }
}
material preset_5_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5headl.png
         }
      }
   }
}
material preset_5_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5headr.png
         }
      }
   }
}
material preset_5_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_5eye.png
         }
      }
   }
}
material preset_5_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_5eye.png
         }
      }
   }
}
material preset_5_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5tail.png
         }
      }
   }
}
material preset_5_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_5mane.png
         }
      }
   }


PS: Also as a side question, there is an odd looking file just above the "media" folder in the FH folder, called "badfile.reminder" Whats that about? Just wondering


}
Hello there, Fishy. It sounds like there might be a typo or error within the preset_#.material file. Would you post the code here with [code]stuff[/code] or PM it to me so I can look at it and try to find the problem?
« Last Edit: September 07, 2017, 03:15:08 am by FishyBiscuits »


Learn the rules like a pro, Break them like an artist.

Offline FishyBiscuits

  • Curious Wanderer
  • *
  • Posts: 17
  • Country: ca
  • Floof-O-Meter: 1
  • I'll be right down mom!!
    • UkoTheFurry
    • Fishy Biscuits
    • View Profile
Re: crash when trying to select specific characters
« Reply #4 on: September 07, 2017, 03:17:16 am »
I haven't downloaded any mods or Maps or anything recently, but I have an equip pack installed. However, the packed played well nicely and hasn't caused any errors for the past maybe 5 months that Ive had it

And I always make sure to close all programs and extra tabs before playing, so it couldnt have been the tabs

Hello, FishiBiscuits! Have you recently installed content such as mods, markings, items and/or textures?
Also, keep in mind that flipping through tabs can sometimes cause the game to randomly crash or when you have too many programs open at the same time while running FeralHeart.






Learn the rules like a pro, Break them like an artist.

Offline VortexAlive

  • Eevee Knight
  • Honored Hero
  • *****
  • Posts: 5,080
  • Country: us
  • Floof-O-Meter: 180
  • A wild floof has appeared!
    • VortexAlive
    • VortexAlive
    • VortexAlive
    • View Profile
    • VortexAlive is Rawrsome
Re: crash when trying to select specific characters
« Reply #5 on: September 07, 2017, 03:25:56 am »
PS: Also as a side question, there is an odd looking file just above the "media" folder in the FH folder, called "badfile.reminder" Whats that about? Just wondering
Open that file with notepad, it should have a message in it telling you if there is a bad file (A file with an error in it.) in your installation, usually related to preset issues.
For the sake of my own health and interests, I've left FH and I won't be looking back.

Offline FishyBiscuits

  • Curious Wanderer
  • *
  • Posts: 17
  • Country: ca
  • Floof-O-Meter: 1
  • I'll be right down mom!!
    • UkoTheFurry
    • Fishy Biscuits
    • View Profile
Re: crash when trying to select specific characters
« Reply #6 on: September 07, 2017, 03:29:35 am »
PS: Also as a side question, there is an odd looking file just above the "media" folder in the FH folder, called "badfile.reminder" Whats that about? Just wondering
Open that file with notepad, it should have a message in it telling you if there is a bad file (A file with an error in it.) in your installation, usually related to preset issues.

Its Indicating that the Preset file has something wrong with it, but I cant see what it is ;-;


Learn the rules like a pro, Break them like an artist.

Offline Hakumi

  • ✩ Just A Virtuous Smol ✩
  • Honored Hero
  • *****
  • Posts: 4,835
  • Country: 00
  • Floof-O-Meter: 130
  • A Smol & Helpful Floof ~
    • leanim3fr3akzoid
    • LeAnim3Fr3akzoid
    • View Profile
Re: crash when trying to select specific characters
« Reply #7 on: September 07, 2017, 03:54:07 am »
Here's the code within:


material preset_5_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5body.png
         }
      }
   }
}
material preset_5_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5body.png
         }
      }
   }
}
material preset_5_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5headl.png
         }
      }
   }
}
material preset_5_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5headr.png
         }
      }
   }
}
material preset_5_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_5eye.png
         }
      }
   }
}
material preset_5_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_5eye.png
         }
      }
   }
}
material preset_5_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_5tail.png
         }
      }
   }
}
material preset_5_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_5mane.png
         }
      }
   }
}


Seems that you were missing a bracket there ( at least so far to my knowledge ( it's in red ))
see if that does anything o:

Keep on traveling across this road called 'Life.'

Discord: Haku - Haku#74O7

Offline FishyBiscuits

  • Curious Wanderer
  • *
  • Posts: 17
  • Country: ca
  • Floof-O-Meter: 1
  • I'll be right down mom!!
    • UkoTheFurry
    • Fishy Biscuits
    • View Profile
Re: crash when trying to select specific characters
« Reply #8 on: September 07, 2017, 03:57:14 am »
Here's the code within:

Nope, all brackets are there (If you look on the message I sent the code in, I put another message in there where I accidentally parted the last bracket from the rest of the code oops)


Learn the rules like a pro, Break them like an artist.

Offline VortexAlive

  • Eevee Knight
  • Honored Hero
  • *****
  • Posts: 5,080
  • Country: us
  • Floof-O-Meter: 180
  • A wild floof has appeared!
    • VortexAlive
    • VortexAlive
    • VortexAlive
    • View Profile
    • VortexAlive is Rawrsome
Re: crash when trying to select specific characters
« Reply #9 on: September 07, 2017, 04:00:41 am »
Do all of your images for your preset only have 1 layer?
For the sake of my own health and interests, I've left FH and I won't be looking back.