mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Failed to run debug version after compiled, errors and some analyzation provided #2868
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2868
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CliffHan on GitHub (Jul 27, 2024).
Bug Description
As I used
cargo runto compile and run the default debug version, I got this error:I did some research, and found a similar case in this stackoverflow thread. It says that rust compiler added some unsafe precondtions assertion after 1.78: https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html#asserting-unsafe-preconditions .
With
RUST_BACKTRACE=1, looks like error happens in sciter:BTW, the release version could work.
How to Reproduce
just execute
cargo runon windows with sourceExpected Behavior
app starts as normal
Operating system(s) on local side and remote side
windows 11 -> others
RustDesk Version(s) on local side and remote side
1.2.7 -> others
Screenshots
not necessary
Additional Context
No response
@rustdesk commented on GitHub (Jul 27, 2024):
#763