RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[VX] Bitmap error (solved)

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 69
RMRK Junior
I have an error in the line 133 of bitmap addon, I read a similar topic saying the error was because of a wrong size/format bitmap.

My case is a little different, I'm trying to call the Baldur's gate travel from an event, and everytime I try to, i get that bitmap error.
I know the script calls a few images, but I copyed them from the demo itself, so their format (jpg, tried to convert them to png too with the same result), size, etc. should be okay.

I tried to delete pictures' name from @image, but the bitmap error kept popping up, so I guess the problem is the window or something, Anything I can try to do?
« Last Edit: February 08, 2012, 10:33:18 PM by Darkxyn »

*
*crack*
Rep:
Level 64
2012 Most Unsung Member2012 Best NewbieFor frequently finding and reporting spam and spam bots
I haven't used this script before, so I can't help you there.

But from what you said, when you call it from an event, you get an error.

Does it work when normally used or do you still get an error?

If what I said was complete bollux, then please ignore me, cause like I said, I haven't used this script.
All of my scripts are totally free to use for commercial use. You don't need to ask me for permission. I'm too lazy to update every single script post I ever made with this addendum. So ignore whatever "rule" I posted there. :)

All scripts can be found at: https://pastebin.com/u/diamondandplatinum3

*****
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Most Missed Member2014 Zero to Hero2014 Best IRC Quote2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
What exactly does the error say?
it's like a metaphor or something i don't know

**
Rep: +0/-0Level 69
RMRK Junior
"Script 'Bitmap addon' line 133: RGSSError occured.
Failed to create bitmap."

If I delete bitmap addon script, another error pops up saying:

"Script 'Baldur's gate travel' line 467: RGSSError occured.
failed to create bitmap."

If I erase that line of code from the script, another error pops up regarding "windows_selectable" if I'm not mistaken.

This guy: http://rmrk.net/index.php?topic=44422.0 had the exact same problem, but I can't fix it the way he did though, so it must be something similar...

**
Rep: +0/-0Level 69
RMRK Junior
bump
If I upload a copy of my project, could anyone look into it?
Any help is very much appreciated, I'll make a copy right now to see if perhaps it's any incompatibility (which hopefully will get fixed).
Thanks in advance to anyone which is going to help me or already tried to help me (people above) =).

**
Rep: +0/-0Level 69
RMRK Junior
Ok, I found out the problem.
It wasn't really a bitmap error as the message pop up said but a wrong configuration in putting the destinations (the map number didn't exist), so it's pretty much solved =) thanks for the help everyone.