OpenRGSS icon indicating copy to clipboard operation
OpenRGSS copied to clipboard

RPGMaker XP example game "Knight-Blade" does not run

Open Mikestro opened this issue 12 years ago • 1 comments

Judging from the error, I would assume it's caused by an unimplemented function in OpenRGSS. Downloading the example XP game from here, and attempting to run the game using openrgss-rpgmaker results in the following error:

/home/mwillis/.rvm/gems/ruby-1.9.3-p374/gems/openrgss-0.1.5/lib/openrgss/rgss.rb:134:in `load': undefined class/module RPG::MoveCommand (ArgumentError)
from /home/mwillis/.rvm/gems/ruby-1.9.3-p374/gems/openrgss-0.1.5/lib/openrgss/rgss.rb:134:in `block in load_data'
from /home/mwillis/.rvm/gems/ruby-1.9.3-p374/gems/openrgss-0.1.5/lib/openrgss/rgss.rb:133:in `open'
from /home/mwillis/.rvm/gems/ruby-1.9.3-p374/gems/openrgss-0.1.5/lib/openrgss/rgss.rb:133:in `load_data'
from KN_Custom:535:in `main'
from Main:13:in `<main>'
from main.rb:72:in `eval'
from main.rb:72:in `block (2 levels) in <main>'
from main.rb:72:in `each'
from main.rb:72:in `block in <main>'
from /home/mwillis/.rvm/gems/ruby-1.9.3-p374/gems/openrgss-0.1.5/lib/openrgss/rgss.rb:103:in `rgss_main'
from main.rb:72:in `<main>'

Mikestro avatar Feb 07 '13 23:02 Mikestro

as old as this issue may be, this doesn't allow reading from encrypted archives, at least that's what it looks like

zUltimaPG3D avatar Oct 03 '23 15:10 zUltimaPG3D