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

Captcha-Canvas Crashing #10348

Closed
lassejlv opened this issue Apr 18, 2024 · 2 comments
Closed

Captcha-Canvas Crashing #10348

lassejlv opened this issue Apr 18, 2024 · 2 comments
Labels
bug Something isn't working needs investigate Needs to be investigated to find the root cause

Comments

@lassejlv
Copy link

What version of Bun is running?

1.1.4+fbe2fe0c3

What platform is your computer?

Darwin 23.4.0 arm64 arm

What steps can reproduce the bug?

Using this code

import { CaptchaGenerator } from "captcha-canvas";

const capcha = new CaptchaGenerator()
    .setDimension(150, 450)
    .setCaptcha({ text: "CUSTOM05", size: 60, color: "deeppink" })
    .setDecoy({ opacity: 0.5 })
    .setTrace({ color: "deeppink" });

  const buffer = capcha.generateSync();
  console.log(buffer);

What is the expected behavior?

It should log the buffer.

What do you see instead?

I get this error in my terminal whenever i try to run it. There was no issues while installing packages. And i have make sure i have python installted on my pc. And thats working.

$ bun run --watch .
dyld[89779]: missing symbol called
error: script "dev" was terminated by signal SIGKILL (Forced quit)
[1]    89778 killed     bun dev

Additional information

No response

@lassejlv lassejlv added the bug Something isn't working label Apr 18, 2024
@Electroid Electroid added the needs investigate Needs to be investigated to find the root cause label Apr 18, 2024
@Jarred-Sumner
Copy link
Collaborator

Duplicate of #5835

@Jarred-Sumner Jarred-Sumner marked this as a duplicate of #5835 Aug 8, 2024
@Jarred-Sumner
Copy link
Collaborator

Please follow along in #5835

@Jarred-Sumner Jarred-Sumner closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs investigate Needs to be investigated to find the root cause
Projects
None yet
Development

No branches or pull requests

3 participants