This is one of the strangest error's ive received. Currently im messing with ccoa's side view battle system and I was testing everything thru the battle test in the database. But I wanted to test something recently in the actual game and when I goto my npc to bring up a battle I get a error.
Script 'CBS Sprite_Battler' line 364:RGSSError occurred.
failed to create bitmap.
It calls this on line 364sprite_sheet = Bitmap.new(width, height). I tested some things and it seams just before width and height are both set to 0. What I don't know is what is different to this then a battle brought up in the database. So I have no clue what to examine and fix. Has anyone any clue as to why Bitmap.new would be called in a test play when it normally wouldn't in a data base test?
Script 'CBS Sprite_Battler' line 364:RGSSError occurred.
failed to create bitmap.
It calls this on line 364sprite_sheet = Bitmap.new(width, height). I tested some things and it seams just before width and height are both set to 0. What I don't know is what is different to this then a battle brought up in the database. So I have no clue what to examine and fix. Has anyone any clue as to why Bitmap.new would be called in a test play when it normally wouldn't in a data base test?