mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Virtual_display can not run on Windows7 #855
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#855
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 @Baker9017 on GitHub (Oct 18, 2022).
Describe the bug you encountered:
After complier all the code on Winodws 10, it can run well on all the Windows 10. But it can not run on Windows 7.
Error report as below
I found the problem probably related to Virtual_display. Win7 can't call the function of SwDeviceCreate.
What did you expect to happen instead?
Win 7 doesn't support the feature of virual_display, whether we can add a condition,
if os == windows7
call the legacy method instead of call 'SwDeviceCreate'
How did you install
RustDesk?Build curren code and run it directly.
RustDesk version and environment
1.2.0 Windows7
@rustdesk commented on GitHub (Oct 19, 2022):
#763
@zkteco-home commented on GitHub (Nov 15, 2022):
I also met same issue,i want to run it on Win7
@zkteco-home commented on GitHub (Nov 16, 2022):
@rustdesk Firstly thanks for your great work,i just want to confirm one thing if latest code(master branch) can run on Windows 7 with sciter.dll(not flutter version).i found bcz of virtual display ,it cant run on windows 7,if it really cant run on win7,i will stop to work hard at it.
@rustdesk commented on GitHub (Nov 16, 2022):
No idea either.
@zkteco-home commented on GitHub (Nov 30, 2022):
Now lastest code can run on Win7