Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: runeforger on April 19, 2007, 04:36:36 PM

Title: having errors appear in rpg2k3
Post by: runeforger on April 19, 2007, 04:36:36 PM
ok, well every time i clik the items tab in the system area, i get the normal screen with my iyems and stats, but when i go to assign a picture to it, i get an error saying:

"the file SystemC cannot be opened"

when i clik ok, i get another error saying:

"module 'RPG2003.EXE' address 00558888 -address 0000002C in writing violation"

is anyone able to help me?
Title:
Post by: DragonBlaze on April 19, 2007, 05:59:17 PM
Ok, see whats happening is this: When you assign a graphic to lets say  a weapon. It takes you to another screen showing ther hero and a battle field. They show a menu on the battle field.

The file system C or whatever is a menu graphic. So if the system is trying to display that graphic, and there is no graphic to display, its gonna give you an error.

You can do one of two things, copy one of your exsisting system graphics and rename it to systemC or however it goes, or just change the system graphic your game uses to something else.
Title: ok, this is just wierd
Post by: runeforger on April 22, 2007, 02:10:37 PM
i did it! it didnt have any system graphic set, so i assigned 1 and now everything works!