Re: [racket-users] DrRacket internal error

2015-04-24 Thread Robby Findler
Are you sure you have the latest version of the code? That line number isn't a function in my version. Robby On Fri, Apr 24, 2015 at 6:40 PM, Alexander D. Knauth alexan...@knauth.org wrote: Restarting didn’t help, and running raco setup and then restarting didn’t help either. On Apr 24,

Re: [racket-users] DrRacket internal error

2015-04-22 Thread Robby Findler
Does restarting help? How about re-running 'raco setup'? Robby On Wed, Apr 22, 2015 at 6:21 PM, Alexander D. Knauth alexan...@knauth.org wrote: I’m not sure how it got into this state, but now every time I start typing something or anything like that I get a DrRacket internal error window

Re: [racket-users] DrRacket internal error

2015-04-22 Thread Robby Findler
I'm glad to hear that helped. Looking at the code, I'm puzzled because I don't see how configure-runtime can show up in the code that is in that stacktrace. I'd expect configure-runtime to show up in code that was initializing an environment for running a language, but that code is the new

Re: [racket-users] DrRacket internal error

2015-04-22 Thread Alexander D. Knauth
Restarting didn’t help, but then raco setup hanged because of an infinite loop in a package of mine, which I then fixed, and then I tried raco setup again, and then it was working again. So the problem, for me, right now, is fixed. On Apr 22, 2015, at 9:23 PM, Robby Findler

[racket-users] DrRacket internal error

2015-04-22 Thread Alexander D. Knauth
I’m not sure how it got into this state, but now every time I start typing something or anything like that I get a DrRacket internal error window saying: hash-ref: contract violation expected: hash? given: #f argument position: 1st other arguments...: 'configure-runtime '()