• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
4
Years
    • Seen Apr 27, 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: 2
    34
    Posts
    4
    Years
    • Seen Apr 27, 2024
    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