mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Compile 32-bit software, running normally, forced to shut down when remotely controlling other hosts #2581
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#2581
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 @chenjin1993 on GitHub (Mar 26, 2024).
Bug Description
The compiled 32-bit program, after successfully verifying the connection IP and password, forcibly closes the window while waiting for the remote desktop image to be established



Operation video recording:
https://github.com/rustdesk/rustdesk/assets/26199193/5d1c35ad-6445-406c-832b-e3c52469301b
How to Reproduce
Step 1: Compile the 32-bit program;
Step 2: Enter the connection IP and password;
Step 3: After successful verification, the remote window is forced to close while waiting for the remote desktop image to be created;
Expected Behavior
Step 1: Compile the 32-bit program;
Step 2: Enter the connection IP and password;
Step 3: After successful verification, the remote window is forced to close while waiting for the remote desktop image to be created;
Operating system(s) on local side and remote side
windows10 64bit
RustDesk Version(s) on local side and remote side
1.2.4
Screenshots
https://github.com/rustdesk/rustdesk/assets/26199193/fe3728f9-99f0-446c-ba04-b26b6a82c44c
Additional Context
No response
@rustdesk commented on GitHub (Mar 26, 2024):
#763
@chenjin1993 commented on GitHub (Mar 26, 2024):
You don't need to close it directly for me. I am building a 32-bit program in the Windows 10 environment, and your official guidance document does not explain it; And I have successfully compiled it, but when connecting remotely, the window may close. I hope you can help answer this question, thank you!