RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[VX] Bitmap error

Started by DoctorTodd, December 03, 2011, 07:25:37 AM

0 Members and 1 Guest are viewing this topic.

DoctorTodd

After several attempts to try and figure out the problem I decided to see if some one else can help me. When trying to enter the Tankentai SBS I end up with a problem. "Bitmap-addons, Line 133, RGSS error occured." I'm using modern algebra's bitmap-addon. I removed the scripts that you think would cause a problem but nope.

modern algebra

Quote from: DoctorTodd on December 03, 2011, 07:25:37 AM
I'm using modern algebra's bitmap-addon. I removed the scripts that you think would cause a problem but nope.

Meaning you tried removing the Bitmap Addons script?

Line 133 is simply the line that calls the regular initialize method for a Bitmap, so I am guessing it would occur with or without the Bitmap Addons script. I'm assuming the error is that it failed to create a bitmap, which likely means that the graphic you are trying to open either does not exist or is not a valid file type. Alternatively, that you are trying to load a bitmap that is too small or too big.

Look into that. If you find no solution, then recreate the error in a new project and upload it.

DoctorTodd

#2
Thanks I'll try that

EDIT: Thanks for your help, one of my images were corrupt.