You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
➜ RUST_BACKTRACE=1 proto run dotnet 8.0.413
Error: × Main thread panicked.
├─▶ at crates/cli/src/commands/run.rs:135:10
╰─▶ Required executable information missing!
0: 0x1047a47b8 - backtrace::capture::Backtrace::new::h6724c4f97dde8b29
1: 0x104af5030 - <miette::panic::Panic as core::fmt::Display>::fmt::ha5b827abe4274626
2: 0x104ae3e7c - miette::handlers::graphical::GraphicalReportHandler::render_causes::he457ae72a406677c
help: set the `RUST_BACKTRACE=1` environment variable to display a backtrace.
fish: Job 1, 'RUST_BACKTRACE=1 proto run dotn…' terminated by signal SIGABRT (Abort)
This also happens with older versions of dotnet. Tested it with: proto 0.49.1 and proto 0.50.4.
I setup this plugin in
.prototoolswith:I then ran and got this error:
This also happens with older versions of dotnet. Tested it with:
proto 0.49.1andproto 0.50.4.