Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path issues with Ocra #19

Open
bil-bas opened this issue Feb 17, 2013 · 1 comment
Open

Path issues with Ocra #19

bil-bas opened this issue Feb 17, 2013 · 1 comment
Assignees
Labels

Comments

@bil-bas
Copy link
Collaborator

bil-bas commented Feb 17, 2013

reported by lol_o2
It was this standard 'no such file to load: ashton' bug. You just compile game with Ocra and this happens when you want to run it. I fixed it somehow by copying these lines from gosu.rb to ashton.rb:

require 'rbconfig'

if defined? RUBY_PLATFORM and
    %w(-win32 win32- mswin mingw32).any? { |s| RUBY_PLATFORM.include? s } then
  ENV['PATH'] = "#{File.dirname(__FILE__)};#{ENV['PATH']}"
end
@ghost ghost assigned bil-bas Feb 17, 2013
@KoBeWi
Copy link

KoBeWi commented Jun 1, 2018

Wow, this is so old D:
It was a problem with Ocra or something. The issue isn't happening anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants