• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Bugs I've encountered while working on my project

I blame the fact that I was rushed in updating to v12.2 (I had to use my parents computer to update, so I couldn't double check everything I updated as I updated it, since my main workstation is broken) and I was being nagged to get off the computer the entire time while updating so I kinda powerhoused through it to get them off my back. In hindsight, that was probably a horrible decision, because now I have bugs that I have no clue whats the issue with them.
This one comes up when I access the Mystery Gift option on the New Game/Continue/Options menu:
Code:
---------------------------
Touhoumon Faith & Prayer Version 1.8
---------------------------
Exception: Zlib::BufErrorMessage: buffer errorPokemonMysteryGift:325:in 

`inflate'PokemonMysteryGift:325:in `pbMysteryGiftDecrypt'PokemonMysteryGift:246:in 

`pbDownloadMysteryGift'PokemonLoad:497:in `pbStartLoadScreen'PokemonLoad:496:in 

`pbFadeOutIn'PokemonLoad:496:in `pbStartLoadScreen'PokemonLoad:369:in `loop'PokemonLoad:504:in 

`pbStartLoadScreen'DebugIntro:6:in `main'Main:37:in `mainFunctionDebug'This exception was 

logged in C:\Users\Andrew\Saved Games/Touhoumon Faith _ Prayer Version 1_8/errorlog.txt.Press 

Ctrl+C to copy this message to the clipboard.
---------------------------
OK   
---------------------------


This next bug came from when I attempted to evolve something. I gave it a glance, and I assume it has something to do with the music that was playing:
Code:
---------------------------
Touhoumon Faith & Prayer Version 1.8
---------------------------
Exception: TypeErrorMessage: cannot convert nil into StringPokemonUtilities:1230:in `

+'PokemonUtilities:1230:in `pbResolveAudioSE'PokemonUtilities:1243:in 

`pbCryFrameLength'PokemonEvolution:475:in 

`pbEvolution'PokemonItemEffects:147PokemonItemEffects:144:in 

`pbFadeOutInWithMusic'PokemonUtilities:881:in `pbFadeOutIn'PokemonUtilities:881:in 

`pbFadeOutInWithMusic'PokemonItemEffects:144PokemonItemEffects:134:in `call'This exception was 

logged in C:\Users\Andrew\Saved Games/Touhoumon Faith _ Prayer Version 1_8/errorlog.txt.Press 

Ctrl+C to copy this message to the clipboard.
---------------------------
OK   
---------------------------
I'd really appreciate if someone could help me understand how to fix this
 
Back
Top