Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Failed to create bitmap.

Kyou

Member

I recently purchased VX, and it's gone okay up until now.
I have a decent scripting knowledge, and I already know a little RGSS2.

But this isn't about scripting, which is why I placed it here.
(At least I think it has nothing to do with scripts.)

Okay, so I started a new Test Project with no scripts, and when I opened up my menu I got the following error when I tried the Status, Equips, and a few other options:
http://img168.imageshack.us/img168/3452/screenrs8.png[/img]
I got the error after I selected the starting character.

Yes, this is a brand new project, and I tried this with all of my current games, but I get the same thing.
I did not overwrite the VX RTP with any data, but I think the VX Program may have done that automatically somehow.  Not exactly sure though.

I tried searching this forum, and many others, but still no luck.  Anyone think they have a solution?
If I wasn't specific enough, let me know.
 
Usually that problem occurs when you pass 0s to the bitmap method.

Try this:
Code:
class Bitmap
  alias_method :seph_biterrortest_bit_init, :initialize
  def initialize(*args)
    p args
    seph_biterrortest_bit_init(*args)
  end
end
 
Alternatively, I've encountered a similar problem when you have two images with the same name in the same file.
Ex. Character.png and Character.psd. The program tries to load the psd instead of the png and errors.
 

Kyou

Member

Neither of those two methods worked.
The script only brought up a bunch of messages and coordinates for each scene I entered.
And I don't have any files including the same name.

(The script still got me the same error, too.)

I'm beginning to think it's something with the RTP.
I will later try reinstalling it.

Edit:
Tried.  Failed.
Did the same thing with VX itself, still failed.  Good thing I wrote that serial down.

Bah, hopefully I didn't waste my money on that.

By the way, I proved it wasn't just my games that were screwing up by downloading somebody else's, same problem there too.
 

khmp

Sponsor

Kyou":2bvl7a5o said:
The script only brought up a bunch of messages and coordinates for each scene I entered.
And I don't have any files including the same name.

That's your answer right there! The images you are trying to load don't exist where you say they do. For a quick resolution create a demo of your project and I'll take a look at it.
 

khmp

Sponsor

So you have this same problem with the new project as well. I mean to say that any new project has this problem? How much RAM does your PC have? Does your machine meet the minimum requirements of the software?
 

Kyou

Member

Of course my computer meets the requirements. lol
VX has been working for the first month.  It was not a trial version, but the legal, fully paid VX.

Yes, the problem occurs for any games: New projects, already created projects, and other users' projects.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top