Skip to content

Instantly share code, notes, and snippets.

@megatux
Created January 17, 2013 16:57
Show Gist options
  • Save megatux/4557505 to your computer and use it in GitHub Desktop.
Save megatux/4557505 to your computer and use it in GitHub Desktop.
installing & running Arcadia IDE
cristian:~/code$ gem install arcadia
Fetching: arcadia-0.12.1.gem (100%)
Successfully installed arcadia-0.12.1
1 gem installed
cristian:~/code$ rbenv rehash
cristian:~/code$ arcadia
/Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:3011:in `_invoke': bad window path name ".w00000" (RuntimeError)
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:3011:in `_invoke'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:2051:in `_ip_invoke_core'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:2085:in `_tk_call_core'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk.rb:2109:in `tk_call'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/wm.rb:505:in `title'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/wm.rb:512:in `title'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/lib/a-core.rb:56:in `block in initialize'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/root.rb:46:in `instance_exec'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/1.9.1/tk/root.rb:46:in `new'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/lib/a-core.rb:53:in `initialize'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/bin/arcadia:15:in `new'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/lib/ruby/gems/1.9.1/gems/arcadia-0.12.1/bin/arcadia:15:in `<top (required)>'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/bin/arcadia:23:in `load'
from /Users/cristian/.rbenv/versions/1.9.3-p194-perf/bin/arcadia:23:in `<main>'
@rdp
Copy link

rdp commented Jan 17, 2013

do standard tk examples work there?

@angal
Copy link

angal commented Jan 18, 2013

could be a problem with tcl tk runtime's version ! It's recommended a version >= '8.4.9

@mibamur
Copy link

mibamur commented Sep 12, 2013

I`d recommend use rvm instead other ruby version manager

rvm

https://github.com/angal/arcadia/wiki/Troubleshooting

rbenv

https://gist.github.com/trans/1319772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment