New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.1.2: Can't connect to Windows7 #6299
Comments
|
#6300 fixes this problem. Applied on top of 2.1.2. |
|
Installed latest git. Same error [21:00:47:803] [27768:27772] [ERROR][com.freerdp.core.update] - [0x01] PatBlt - update_read_dstblt_order() failed |
|
@grosjo any specific version you have? |
xfreerdp /buildconfigThis is FreeRDP version 3.0.0-dev (c205e75) |
|
@grosjo is the output all you got? There is a warning missing that should be printed if this specific issue occurs. |
|
@akallabeth using remmina |
|
@grosjo ok, and remmina is using the libraries you reference? Depending on installation method they ship their own copy of freerdp |
|
it is all git based, recompiled by me |
|
@grosjo could you check where exactly the thing is failing in a debugger? I see no place (apart from broken input data) this could fail in the way your log suggests unless you use the wrong version) |
|
I cleanup all freerdp libraries and all remmina code and re-compile and re-install |
- Fix connect to Windows 7 (see FreeRDP/FreeRDP#6299).
|
Initial reported issue is fixed on master and is staged for 2.2.0. @grosjo if you still observe this problem please open a new issue for tracking. Thank you. |
hendwolt commentedJun 23, 2020
With xfreerdp2 in openSUSE (Leap15.1) I get the following:
[06:59:59:191] [4137:4138] [INFO][com.freerdp.core] - freerdp_connect:freerdp_set_last_error_ex resetting error state
[06:59:59:192] [4137:4138] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpdr
[06:59:59:192] [4137:4138] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpsnd
[06:59:59:192] [4137:4138] [INFO][com.freerdp.client.common.cmdline] - loading channelEx drdynvc
[06:59:59:556] [4137:4138] [INFO][com.freerdp.primitives] - primitives autodetect, using optimized
[06:59:59:599] [4137:4138] [INFO][com.freerdp.core] - freerdp_tcp_is_hostname_resolvable:freerdp_set_last_error_ex resetting error state
[06:59:59:599] [4137:4138] [INFO][com.freerdp.core] - freerdp_tcp_connect:freerdp_set_last_error_ex resetting error state
[07:00:00:959] [4137:4138] [WARN][com.freerdp.crypto] - Certificate verification failure 'unable to get local issuer certificate (20)' at stack position 0
[07:00:00:959] [4137:4138] [WARN][com.freerdp.crypto] - CN = my.windows.7.host
Password:
[07:00:05:824] [4137:4138] [INFO][com.freerdp.gdi] - Local framebuffer format PIXEL_FORMAT_BGRX32
[07:00:05:824] [4137:4138] [INFO][com.freerdp.gdi] - Remote framebuffer format PIXEL_FORMAT_BGRA32
[07:00:05:848] [4137:4138] [INFO][com.winpr.clipboard] - initialized POSIX local file subsystem
[07:00:05:870] [4137:4138] [INFO][com.freerdp.channels.rdpsnd.client] - [static] Loaded fake backend for rdpsnd
[07:00:05:870] [4137:4138] [INFO][com.freerdp.channels.drdynvc.client] - Loading Dynamic Virtual Channel rdpgfx
[07:00:06:091] [4137:4138] [INFO][com.freerdp.client.x11] - Logon Error Info SESSION_ID [LOGON_MSG_SESSION_CONTINUE]
[07:00:09:055] [4137:4138] [WARN][com.freerdp.core.orders] - Invalid bmf 129
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.core.update] - [0x01] PatBlt - update_read_dstblt_order() failed
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.core.update] - order flags 0d failed
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.core.fastpath] - Fastpath update Orders [0] failed, status 0
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.core.fastpath] - fastpath_recv_update() - -1
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.core.fastpath] - fastpath_recv_update_data() fail
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.core.transport] - transport_check_fds: transport->ReceiveCallback() - -3
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.core] - freerdp_check_fds() failed - 0
[07:00:09:055] [4137:4138] [INFO][com.freerdp.client.common] - Network disconnect!
[07:00:09:055] [4137:4138] [ERROR][com.freerdp.client.x11] - Failed to check FreeRDP file descriptor
when connecting this way:
xfreerdp /u:username /d:domain /f -clipboard -wallpaper /v:my.windows.7.host /rfx /network:auto +fonts /gdi:hw
The text was updated successfully, but these errors were encountered: