Jump to content

Ramon

Veterans
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forums

Events

Reborn Development Blog

Rejuvenation Development Blog

Starlight Divide Devblog

Desolation Dev Blog

Everything posted by Ramon

  1. Does anyone know how to fix this? 
     

    6F6ED393-7341-4480-996C-98FB659E893E.jpeg

    1. Q-Jei

      Q-Jei

      Can you tell us when this occurred?

      Anyway, it looks like a Ruby issue apparently. I'm not an expert, but I know that RPG Maker files are made using Ruby, and according to your screenshot, your libraries or remote sources seem to be outdated. I recommend you to check them by writing "gem env" in your command prompt. Did you already have Ruby installed on your computer? From what I've heard, the following sources are unavailable:

       

      REMOTE SOURCES

      - http://gems.rubyforge.org/

      - http://gems.github.com

       

      Since these are outdated, you should add https://rubygems.org as a new source to your gem env config and remove the old ones. To do so, write the following commands:

       

      gem sources -r http://gems.rubyforge.org/

      gem sources -r http://gems.github.com

      gem sources -a https://rubygems.org/

       

      This way, your config will be updated. If you write "gem sources -l", it will return your current sources:

       

      REMOTE SOURCES

      https://rubygems.org/

       

      Don't hesitate to let me know if it works (or not)!

×
×
  • Create New...