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

Emoji error when using macro stepper #36

Closed
sorawee opened this issue May 26, 2021 · 1 comment
Closed

Emoji error when using macro stepper #36

sorawee opened this issue May 26, 2021 · 1 comment

Comments

@sorawee
Copy link

sorawee commented May 26, 2021

Steps to reproduce:

  1. raco macro-stepper file.rkt where file.rkt is:
#lang racket
(struct a ())
  1. Click "End".

The following error would appear:

cairo_quartz_get_cg_context_with_clip: implementation not found; arguments: #<cpointer>
  context...:
   /Users/sorawee/projects/racket/racket/share/pkgs/draw-lib/racket/draw/private/emoji.rkt:159:7: draw-loop
   /Users/sorawee/projects/racket/racket/share/pkgs/draw-lib/racket/draw/private/dc.rkt:1457:4: do-text method in dc%
...
internal error: attempt to deschedule the current thread in atomic mode
  context...:
   /Users/sorawee/projects/racket/extra-pkgs/gui/gui-lib/mred/private/wx/common/queue.rkt:634:3
...
internal error: terminated in atomic mode!

I'm using Mac M1.

@sorawee
Copy link
Author

sorawee commented Jun 7, 2021

The problem is that in my etc/config.rktd, I have:

(lib-search-dirs . ("/opt/homebrew/lib/" #f))

Changing it back to (lib-search-dirs . (#f)) would allow patched foreign libraries to be copied properly. Unsure if this behavior is intentional, but since there's no problem with draw, I will close the issue.

@sorawee sorawee closed this as completed Jun 7, 2021
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

1 participant