• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

Runtime Error in RPGXP/Poccil's Kit, help is appreciated

herojelly

PMD Puzzle!
  • 356
    Posts
    17
    Years
    Code:
    ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: RuntimeError
    
    Message: Failed to load bitmap: Graphics/Panoramas/trback000
    
    BitmapCache:365:in `load_bitmap'
    
    BitmapCache:414:in `panorama'
    
    SpriteWindow:2752:in `setPanorama'
    
    Spriteset_Map:191:in `_animationSprite_update'
    
    AnimationSprite:92:in `update'
    
    Spriteset_Map:44:in `_animationSprite_initialize'
    
    AnimationSprite:55:in `shadow_initialize'
    
    Shadow:207:in `initialize'
    
    Scene_Map:26:in `new'
    
    Scene_Map:26:in `createSpritesets'
    
    
    
    This exception was logged in errorlog.txt.
    This is the problem I am getting... I get it when I go to the first map in my game that has wild pokemon. When I port in, with debug or just walking in, I get this message, crashing the game. Does anyone know what this means? If you can help me out, I would be very thankful!
     
    "Message: Failed to load bitmap: Graphics/Panoramas/trback000"

    There's your issue right there, you can't just delete images, because the game still wants to look for them. If you want to get rid of an image like that just replace it with a transparent image or replace it with one you would use. If the image didn't exist in the first place (as I think this is part of mapmaker? I'm not sure) just put in a transparent image with the same name, into the same directory.
     
    Back
    Top