Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Hey, I've been playing through AAA and loving it so far but I ran into a bug that crashes my game at the end of the sequence in the cemetery when you talk to the lady in black. At the end of the last fight when the screen fades to black I get the error:

Script: Game_interpreter line 1411: NoMethodError occurred. undefined method template_id for nil:NilClass.

Would appreciate some feedback since I think I can't continue the playthrough because of it as far as I'm aware.

Thanks in advance.


Edit: Figured it out. Was due to swapping equipment and swapping back after. My guess is there's a check to prevent from keeping the equipment and because I didn't have it game crashed. Gonna leave this here just in case. Thanks anyways.

I'm also getting Script: Game_interpreter line 1411: NoMethodError occurred. undefined method template_id for nil:NilClass. at the same point in the game, and although I got the scene for messing with the partner's gear earlier on everything was back in place by the time the error occurs. I've tried it three times now, and it always crashes after Simone's second word as she's fading out ("I've.. never..." or some such).

That does help nail it down some. It may be the messaging script, as there's a leftover font size change in that line.
I'll try to get a version out to fix that soon

-SB

Went back and double-checked, and Simone's "That... doesn't..." line goes through, and then there's the all-black screen with Lasca saying "Simone! Simone..." and then tapping the button to move on from that line specifically is when the crash occurs.