mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Windows compilation fails to open normally #3077
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#3077
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 @BiFangKNT on GitHub (Oct 27, 2024).
Bug Description
As shown in the figure. The compiled executable file opens to a blank screen when double-clicked; only the program started with
cargo runcan be used normally. It seems there is an issue with the working directory.How to Reproduce
Follow the tutorial in the official documentation to compile, and double-click the executable file to open.
Expected Behavior
Double-click the executable file to use it normally, just like starting with
cargo run.Operating system(s) on local side and remote side
windows10 -> windows10
RustDesk Version(s) on local side and remote side
1.3.1 -> 1.3.1
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Oct 27, 2024):
#763