Re: [racket-users] DrRacket internal error

2015-04-24 Thread Alexander D. Knauth
No, I have the snapshot from April 16th (6.2.0.2--2015-04-16(469763c/a)). I’ll try the newest one. On Apr 24, 2015, at 10:05 PM, Robby Findler wrote: > 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

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 wrote: > Restarting didn’t help, and running raco setup and then restarting didn’t > help either. > > On Apr 24, 2015, at 7:34 PM, Al

Re: [racket-users] DrRacket internal error

2015-04-24 Thread Alexander D. Knauth
Restarting didn’t help, and running raco setup and then restarting didn’t help either. On Apr 24, 2015, at 7:34 PM, Alexander D. Knauth wrote: > I’m getting similar internal errors again: > hash-ref: contract violation > expected: hash? > given: #f > argument position: 1st > other arguments

Re: [racket-users] DrRacket internal error

2015-04-24 Thread Alexander D. Knauth
I’m getting similar internal errors again: hash-ref: contract violation expected: hash? given: #f argument position: 1st other arguments...: '|let | '() context...: /Applications/Racket/April-16/Racket v6.2.0.2/share/pkgs/drracket/drracket/private/syncheck/blueboxes-gui.rkt:450:

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 bluebox

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 wrote: > Does re

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 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 saying: > hash-ref: co

[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 '() context