Author Topic: SOLVED: [FF7] G-Bike scene freezes  (Read 5722 times)

bjaxx87

  • *
  • Posts: 40
    • View Profile
SOLVED: [FF7] G-Bike scene freezes
« on: 2014-06-22 00:48:08 »
Hi!

For some reason my char.lgp causes my game to crash at the G-Bike minigame. Just before the game instruction screen should appear, everything freezes and the message "Ooops, something very bad happened" pops up.

I just swapped the modified char.lgp for a raw version with original models and it worked fine and I was able to continue playing.

My char-file contains:
- The Reunion R01 Model Overhaul
- TA Materia
- TA Save Points
- cmh175's Red XIII Shaded
- cmh175's HD Cid
- cmh175's HQ Barret 2.0
- cmh175's TA Cloud 2.0 (black uniform, with sword)
- Bloodshot's Tifa
- Yuffie by Kula Wende
- Aeris by Kula Wende
- Sephiroth by Kula Wende

Unfortunately I didn't keep a save for further testing... :/

Do you have any idea which of my models is causing trouble? Or is that crash probably a known issue?
« Last Edit: 2014-06-22 20:58:32 by bjaxx87 »

Jaki

  • *
  • Posts: 109
    • View Profile
Re: [FF7] G-Bike scene freezes
« Reply #1 on: 2014-06-22 05:34:51 »
.
« Last Edit: 2018-10-20 07:25:46 by Jaki »

bjaxx87

  • *
  • Posts: 40
    • View Profile
Re: [FF7] G-Bike scene freezes
« Reply #2 on: 2014-06-22 10:41:51 »
Thanks a lot, I was able to reconstruct the error! Seems like my char-file is missing a bunch of files. I have no idea why I'm missing those, because I never deleted anything from the original file.

Code: [Select]
ERROR: failed to find file char/daaa.RSD (LGP) (path: )
ERROR: offset error: daaa.RSD
ERROR: could not open file daaa.RSD
ERROR: failed to find file char/faaa.RSD (LGP) (path: )
ERROR: offset error: faaa.RSD
ERROR: could not open file faaa.RSD
ERROR: failed to find file char/haaa.RSD (LGP) (path: )
ERROR: offset error: haaa.RSD
ERROR: could not open file haaa.RSD
ERROR: failed to find file char/haaa1.RSD (LGP) (path: )
ERROR: offset error: haaa1.RSD
ERROR: could not open file haaa1.RSD
ERROR: failed to find file char/taaa.RSD (LGP) (path: )
ERROR: offset error: taaa.RSD
ERROR: could not open file taaa.RSD
ERROR: failed to find file char/vaaa.RSD (LGP) (path: )
ERROR: offset error: vaaa.RSD
ERROR: could not open file vaaa.RSD
ERROR: failed to find file char/vaaa1.RSD (LGP) (path: )
ERROR: offset error: vaaa1.RSD
ERROR: could not open file vaaa1.RSD
ERROR: failed to find file char/xaaa.RSD (LGP) (path: )
ERROR: offset error: xaaa.RSD
ERROR: could not open file xaaa.RSD
ERROR: failed to find file char/zaaa.RSD (LGP) (path: )
ERROR: offset error: zaaa.RSD
ERROR: could not open file zaaa.RSD
ERROR: failed to find file char/bbaa.RSD (LGP) (path: )
ERROR: offset error: bbaa.RSD
ERROR: could not open file bbaa.RSD
ERROR: failed to find file char/bbaa1.RSD (LGP) (path: )
ERROR: offset error: bbaa1.RSD
ERROR: could not open file bbaa1.RSD
ERROR: failed to find file char/bbaa2.RSD (LGP) (path: )
ERROR: offset error: bbaa2.RSD
ERROR: could not open file bbaa2.RSD
ERROR: failed to find file char/dbaa.RSD (LGP) (path: )
ERROR: offset error: dbaa.RSD
ERROR: could not open file dbaa.RSD
ERROR: failed to find file char/fbaa.RSD (LGP) (path: )
ERROR: offset error: fbaa.RSD
ERROR: could not open file fbaa.RSD
ERROR: failed to find file char/hbaa1.RSD (LGP) (path: )
ERROR: offset error: hbaa1.RSD
ERROR: could not open file hbaa1.RSD
ERROR: failed to find file char/jbaa.RSD (LGP) (path: )
ERROR: offset error: jbaa.RSD
ERROR: could not open file jbaa.RSD
ERROR: failed to find file char/lbaa.RSD (LGP) (path: )
ERROR: offset error: lbaa.RSD
ERROR: could not open file lbaa.RSD
ERROR: failed to find file char/nbaa.RSD (LGP) (path: )
ERROR: offset error: nbaa.RSD
ERROR: could not open file nbaa.RSD
ERROR: failed to find file char/nbaa1.RSD (LGP) (path: )
ERROR: offset error: nbaa1.RSD
ERROR: could not open file nbaa1.RSD
ERROR: unhandled exception

EDIT:
I keep backups of different versions of my LGP-files, so I was able to narrow down the potential trouble causing models.

- The Reunion R01 Model Overhaul works fine if I don't add anything else.
- My next version contained Reunion R01, TA Materia, TA Save Points, cmh175's Red XIII Shaded, cmh175's HD Cid, cmh175's HQ Barret 2.0, cmh175's TA Cloud 2.0 (black uniform, with sword), Bloodshot's Tifa and Whiteraven's Aeris Field Model converted by cmh175. The same error occured!
- So it's safe to assume neither Reunion R01 nor Kula Wende's infamous models messed my char-file up.

If we limit ourselves to the models used in the minigame, one of the following must be troublesome:

- cmh175's Red XIII Shaded
- cmh175's HQ Barret 2.0
- cmh175's TA Cloud 2.0 (black uniform, with sword)
- Bloodshot's Tifa

The game crashes right before the game instruction screen and the only model seen here is cmh175's TA Cloud 2.0 (black uniform, with sword). So... probably this is the defective model?
« Last Edit: 2014-06-22 11:42:20 by bjaxx87 »

EQ2Alyza

  • 7th Heaven Crew
  • Global moderator
  • *
  • Posts: 3200
  • Dilly-Dally Shilly-Shally
    • View Profile
    • EQ2Alyza - YouTube Channel
Re: [FF7] G-Bike scene freezes
« Reply #3 on: 2014-06-22 13:33:42 »
Missing files does not mean corrupt/defective files. These models are used quite often and have been tested to work. It's very possible your LGP tool didn't recompile char.lgp correctly.

Try this one: https://docs.google.com/file/d/0B-Q_AObuWRSXajRGV1l5azhBYzg/edit
« Last Edit: 2014-06-22 13:35:21 by EQ2Alyza »

Kaldarasha

  • *
  • Posts: 2449
  • Prince of Model Editing
    • View Profile
Re: [FF7] G-Bike scene freezes
« Reply #4 on: 2014-06-22 16:39:58 »
The instruction screen is a field map, so the only model which could be corrupt is Cloud -BRIB.hrc- in the char.lgp. Try not to replace this file and the ones which belong to it.

bjaxx87

  • *
  • Posts: 40
    • View Profile
Re: [FF7] G-Bike scene freezes
« Reply #5 on: 2014-06-22 20:58:15 »
Thank you very much! Recompiling wasn't the problem (I already was using the manual version of Aali's LGP+UNLGP 0.5b/compiled by Kranmer), but Kaldarasha's hint helped me to get on the right track.

cmh175's TA Cloud 2.0 indeed was missing files! His char.lgp folder contained the file BRIB.hrc, but it was missing all the files BRIB.hrc was referring to. When I tried to open his model Kimera failed in the same way the game did.

Fixing this was pretty easy. His folder high-us.lgp contained all necessary files of the minigame skeleton, as well as caaa.hrc. I just copied everything from high-us.lgp (except for caaa.hrc) into char.lgp, added his bonus file for the black uniform (aabb.tex) and voila: the instruction screen model was fixed and the minigame didn't crash anymore.


cmh175

  • *
  • Posts: 862
    • View Profile
    • Chris Hendrickson's Artstation
Re: SOLVED: [FF7] G-Bike scene freezes
« Reply #6 on: 2014-06-23 02:43:48 »
I removed the bike field model bc it's a total mess, the files overlap with at least two other field models. I haven't gotten around to fixing this yet, so I've just removed the model. I don't recommend adding the missing files from the mini game version.

bjaxx87

  • *
  • Posts: 40
    • View Profile
Re: SOLVED: [FF7] G-Bike scene freezes
« Reply #7 on: 2014-06-23 07:06:56 »
I understand, thanks for the heads up! I didn't notice any defective field models after adding the G-Bike files, but just in case I will repack my char file! (I hope the Reunion version of the instruction screen model is flawless.)