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

[Bug] Windows binaries do not work #10

Closed
boomzero opened this issue Oct 2, 2024 · 1 comment
Closed

[Bug] Windows binaries do not work #10

boomzero opened this issue Oct 2, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@boomzero
Copy link
Owner

boomzero commented Oct 2, 2024

Describe the bug

Windows binaries do not work

To Reproduce Steps to reproduce the behavior:

run quickSubmit on Windows

Expected behavior

Execution without errors.

Additional context Add any other context about the problem here.

thread 'main' panicked at runtime\ops\runtime.rs:24:45:
called `Result::unwrap()` on an `Err` value: ()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at C:\a\deno\deno\runtime\tokio_util.rs:103:36:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(1), ...)thread 'main' panicked at runtime\ops\runtime.rs:24:45:
called `Result::unwrap()` on an `Err` value: ()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at C:\a\deno\deno\runtime\tokio_util.rs:103:36:
called `Result::unwrap()` on an `Err` value: JoinError::Panic(Id(1), ...)
@boomzero boomzero added the bug Something isn't working label Oct 2, 2024
@boomzero boomzero self-assigned this Oct 2, 2024
@boomzero boomzero reopened this Nov 9, 2024
@boomzero
Copy link
Owner Author

boomzero commented Nov 9, 2024

Okay it turns out windows separates file paths with \...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant