mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Windows x86 build segfault on connection to host #1790
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#1790
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 @iiiCpu on GitHub (May 17, 2023).
Bug Description
Windows 10 x86 -> Any OS
Sciter.TIS x86 v4.4.8.3 Latest (2021.07.06 10:59)
cargo 1.69.0 Latest (6e9a83356 2023-04-12)
On connection after successful auth:
at line remote.rs:103
ntdll.dll!76f7ff75() (Unknown Source:0)sciter.dll!61570981() (Unknown Source:0)rustdesk.exe!sciter::video::video_destination::start_streaming(tuple$<i32,i32> self, sciter::video::COLOR_SPACE color_space, enum2$<core::option::Option<ref$<sciter::video::video_source>>> src) Line 307 (c:\Users\Users\.cargo\git\checkouts\rust-sciter-06aa50f9c0fcf3d6\82025b9\src\video.rs:307)rustdesk.exe!librustdesk::ui::remote::impl$1::set_display::closure$0(librustdesk::ui::remote::impl$1::set_display::closure_env$0 v, sciter::video::AssetPtr<sciter::video::video_destination> *) Line 103 (e:\progs\rustdesk\src\ui\remote.rs:103)How to Reproduce
If I didn't miss any significant detail
Expected Behavior
World domination, I guess?
Operating system(s) on local side and remote side
Windows 10
RustDesk Version(s) on local side and remote side
b491a23f41Screenshots
Additional Context
No response
@iiiCpu commented on GitHub (May 17, 2023):
Prebuilt x86 version from Release section works as expected. Some difference in build environment or dependences versions?
@rustdesk commented on GitHub (May 17, 2023):
#763
@iiiCpu commented on GitHub (May 18, 2023):
Simple as ever. Use nightly rust instead of stable.
rustup override set nightly-i686-pc-windows-msvcThe only thing I regret is that I didn't see (or wouldn't notice) #763 earlier.