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

Error When Trying to Run Scripts in TextMate #3

Open
madranet opened this issue Jan 3, 2018 · 1 comment
Open

Error When Trying to Run Scripts in TextMate #3

madranet opened this issue Jan 3, 2018 · 1 comment

Comments

@madranet
Copy link

madranet commented Jan 3, 2018

I fear this project may be abandoned, since there haven't been any updates in years. But, just on the off-chance:

Whenever I attempt to 'Run Script' in TextMate, with a Red/Rebol script in the editor window, I get errors, even with the most basic of scripts [I've manually added line-breaks to make them more readable]:

Red []

print "hello"

gives:

*** Error: cannot access argument file: -qs --== Red 0.6.3 ==-- 
Type HELP for starting information. *** 
Runtime Error 1: access violation *** at: 9A12CA00h
Red []

name: ask "what's yer name?"

prin "yer name's..."

print name

gives:

0>�4�=�dm>���?��i@���=�4P?�*** Error: cannot access argument file: -qs --== Red 

0.6.3 ==-- *** Runtime Error 27: non-existent physical address *** at: 9A12CA12h *** Runtime Error 

17: illegal instruction *** at: 9A12F254h *** Runtime Error 1: access violation *** at: 00000000h

I have red installed in /usr/local/bin/red aliased to /usr/local/bin/rebol

@aseidlitz
Copy link

Red doesn't support -q flag. You will need to edit the bundle (or a copy) to remove it.

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

No branches or pull requests

2 participants