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.
Failed to Create Bitmap Error

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 90
Okay. I just installed Slipknot's Advanced Message System Script into my game and I'm getting some errors. I made a NPC with the message box and when I talk to him, the screen will go black and I will get the error-
Code: [Select]
?????? 'Slipknot Message System' ? 516 ?? RGSSError ????????
Failed to create bitmap


Any help?

****
Rep:
Level 89
Copy the script here and I'll have a look at it.

**
Rep: +0/-0Level 90
When I started haveing problems, I took it directly from the demo. I got the same thing. Here's the code,

[code]#==============================================================================
# ** Slipknot Advance Message System
#------------------------------------------------------------------------------
# Slipknot
# 3.0
# 02.23.06
#------------------------------------------------------------------------------
=begin
  Thanks to:
   - Dubealex, for some of the features.
   - Phylomorphis, for the hexadecimal color.
=end
#==============================================================================

#--------------------------------------------------------------------------
# SDK log
#--------------------------------------------------------------------------
SDK.log('Slipknot Advance Message System', 'Slipknot', '3.0', '02.23.06')
#--------------------------------------------------------------------------

#--------------------------------------------------------------------------
# Begin SDK Enabled Check
#--------------------------------------------------------------------------
if SDK.state 'Slipknot Advance Message System'
#--------------------------------------------------------------------------

module Message_Settings
  #--------------------------------------------------------------------------
  #

****
Rep:
Level 89
Do you have any other scripts that may conflict with this AMS and did you install SDK also?

**
Rep: +0/-0Level 90
I installed SDK but it goes wrong when I tried to talk to the character who has the Name Box effect. I haven't tried another one, yet.

Also, when I do regular text, it shows nothing.

****
Rep:
Level 89
Inserting:

Code: [Select]
$defaultfonttype = "Tahoma"


Just below begin in Main will fix that error of not seeing any text.

Can you send me the game file so I can see what's going on?

**
Rep: +0/-0Level 90
I'm sorry. This is a noob question...

Where do I host my file?

****
Rep:
Level 89
You can either try Megaupload.com or filefront.com


****
Rep:
Level 89
Super...outstanding. Now send me a copy that isn't encrypted  :roll:  I can't help you if I can't access the game file.


****
Rep:
Level 89
It's giving you a bitmap error because there isn't a windowskin for the namebox labeled "Charcoal XP" within your graphics folder. Either get that windowskin, or go into the script and find this line:

Code: [Select]

NB_skin = 'Charcoal XP'


And change "Charcoal XP' to '001-Blue01' . This is the default window skin and will be used for the message box as well as the name window.

**
Rep: +0/-0Level 90
I've tried that. It also gives me another error. Let me see what it is.

EDIT: It gives me the same error. It says the error is on Line 516

****
Rep:
Level 89
Right....you know what. I'm going to upload the fixed version for you so you can see your problem.

Give me a second.

**
Rep: +0/-0Level 90
By the way you sound, it was me who created the problem. I'm such a stupid! :oops:


**
Rep: +0/-0Level 90
Wow! Amazing! I don't know how you did that, but many thanks!  :^^: