laurent.orseau
2021-6-28 08:47:29

I just downloaded racket-8.1.0.7-x86_64-linux-xenial-cs.sh and DrRacket doesn’t start. One cpu is at 100% for several minutes, then it stops and nothing happens. Any guess regarding which value for PLTSTDERR I should try? Apart from the “GC” logger mentioned in the docs, I’m not sure which other loggers exist.


laurent.orseau
2021-6-28 08:48:40

I installed it as a unix distribution


mflatt
2021-6-28 13:33:19

It looks like GRacket launcher configuration has gone wrong for Unix-style installation.


mflatt
2021-6-28 13:34:13

Just to make sure, does racket -l drracket work?


soegaard2
2021-6-28 13:55:04

I was stuck a while today. The value get-text-extent returned as the distance between the baseline and the descender line weren’t correct. Turns out the problem happens when the strings contains newlines. So now I simply use a fixed “x” string to get the distance.

The question is now, what value is get-text-extent is returning when there are newlines in the string?


laurent.orseau
2021-6-28 14:30:03

I tried again with the pre-release: https://github.com/racket/racket/issues/3895


laurent.orseau
2021-6-28 14:31:44

and yes racket -l drracket works, but with many errors. Although I didn’t see these errors in the 8.1.0.7


mflatt
2021-6-28 14:35:42

What are the errors?


mflatt
2021-6-28 14:36:30

Probably I should just try the pre-release build…


laurent.orseau
2021-6-28 14:37:43

samth observed these were just infos/warnings, not errors. That was due to me playing with PLTSTDERR (and not being sure what I was doing)