• 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.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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.

[Error] Map Data Not Found

  • 34
    Posts
    5
    Years
    • Seen Sep 20, 2024
    Hey everyone, me again- requesting yet another piece of assistance from this wonderful community. Now, I've had this issue persistently recently and can't figure out why it is that it's happening. I haven't modified any scripts regarding the town map, but suddenly whenever I used the script "pbShowMap" I persistently get "Map data not found" and this error:

    Code:
    ---------------------------
    Pokemon Essentials
    ---------------------------
    [Pokémon Essentials version 17.2]
    
    Exception: RuntimeError
    
    Message: Script error within event 6 (coords 12,1), map 97 (Jaboca Mall):
    
    Exception: NoMethodError
    
    Message: PScreen_RegionMap:263:in `pbMapScene'undefined method `bitmap' for nil:NilClass
    
    ***Full script:
    
    pbShowMap
    
    
    Interpreter:243:in `pbExecuteScript'
    
    PScreen_RegionMap:352:in `pbStartScreen'
    
    PScreen_RegionMap:363:in `pbShowMap'
    
    PScreen_RegionMap:360:in `pbFadeOutIn'
    
    PScreen_RegionMap:360:in `pbShowMap'
    
    (eval):1:in `pbExecuteScript'
    
    Interpreter:1606:in `eval'
    
    Interpreter:243:in `pbExecuteScript'
    
    Interpreter:1606:in `command_355'
    
    Interpreter:494:in `execute_command'
    
    
    
    Interpreter:276:in `pbExecuteScript'
    
    Interpreter:1606:in `command_355'
    
    Interpreter:494:in `execute_command'
    
    Interpreter:193:in `update'
    
    Interpreter:106:in `loop'
    
    Interpreter:198:in `update'
    
    Scene_Map:163:in `update'
    
    Scene_Map:161:in `loop'
    
    Scene_Map:170:in `update'
    
    Scene_Map:234:in `main'
    ---------------------------
    OK   
    ---------------------------

    This is despite it previously working; I can't figure out what's happening. Any help hugely appreciated; my townmap PBS is attatched for reference!
     

    Attachments

    • townmap.txt
      4.4 KB · Views: 3
    It was a metadata issue! Just in case anyone is silly like me, the map will fail to launch if the map in question is not logged in the metadata PBS #ProblemSolved
     
    Back
    Top