The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: Leventhan on November 10, 2008, 01:26:41 AM

Title: [Resolved]Window_Base Error
Post by: Leventhan on November 10, 2008, 01:26:41 AM
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi313.photobucket.com%2Falbums%2Fll387%2FFeliusfeefee%2FNOoooooooooooooooooooooo.jpg&hash=b3bf4e0910a859dda078a7121a1a67af61a384f1)

It's from an unofficial demo of Project Leviathan
Right, so the weird thing is when I play it no such error appears but when HowlingWinds plays it this error pops up.

Here's the section of the Window_Base script :
Spoiler for:
Code: [Select]
#--------------------------------------------------------------------------
  # * Create Window Contents
  #--------------------------------------------------------------------------
  def create_contents
    self.contents.dispose
    self.contents = Bitmap.new(width - 32, height - 32)
  end
Line 54 is " self.contents = Bitmap.new(width - 32, height - 32)"

EDIT:Never mind, it seems that it was because the font wasn't installed yet. >_<