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.

[Resolved]Window_Base Error

Started by Leventhan, November 10, 2008, 01:26:41 AM

0 Members and 1 Guest are viewing this topic.

Leventhan



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] #--------------------------------------------------------------------------
  # * Create Window Contents
  #--------------------------------------------------------------------------
  def create_contents
    self.contents.dispose
    self.contents = Bitmap.new(width - 32, height - 32)
  end
[/spoiler]
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. >_<

Be kind, everyone you meet is fighting a hard battle.