Falha ao verificar o descritor de arquivos FreeRDP

5

Usando xfreerdp versão 1.1.0:

oshiro@debian:~$ xfreerdp --version
This is FreeRDP version 1.1.0-beta1 (git n/a)
oshiro@debian:~$

Estou recebendo a seguinte mensagem de erro:

oshiro@debian:~$ sudo xfreerdp /v:farm.company.com /d:company.com /g:rds.company.com /u:rds_username /p:rds_password /f
connected to rds.company.com:443
connected to rds.company.com:443
TS Gateway Connection Success
Got stub length 4 with flags 3 and callid 7
...
Got stub length 4 with flags 3 and callid 192
WaitForSingleObject: unknown handle type 6715497
connected to rds.company.com:443
connected to rds.company.com:443
TS Gateway Connection Success
Got stub length 4 with flags 3 and callid 7
...
Got stub length 4 with flags 3 and callid 22
Failed to check FreeRDP file descriptor
Got stub length 4 with flags 2 and callid 6
WaitForSingleObject: unknown handle type 0
oshiro@debian:~$ 

Alguém sabe como parar a seguinte mensagem de erro?

Failed to check FreeRDP file descriptor
Got stub length 4 with flags 2 and callid 6
WaitForSingleObject: unknown handle type 0

Eu tentei a versão xfreerdp 1.2.0, mas isso nem sequer carrega uma janela rds. O xfreerdp 1.1.0 mostra pelo menos a janela rds por um curto período até que a mensagem acima seja mostrada.

    
por oshirowanen 06.04.2014 / 14:22

1 resposta

3

Não é uma solução real, mas esses problemas no rastreador de problemas do XFreeRDP parecem ser o mesmo problema (ou relacionado) que você está enfrentando.

trecho

Got stub length 4 with flags 3 and callid 27309
Got stub length 4 with flags 0 and callid 6
WARNING: invalid packet signature
Got stub length 4 with flags 3 and callid 27310
WARNING: invalid packet signature
Failed to check FreeRDP file descriptor
Got stub length 4 with flags 3 and callid 27311
Got stub length 4 with flags 2 and callid 6
WaitForSingleObject: pthread_join failure: [3] No such process

Eu acho que com todos esses problemas do XFreeRDP que você está enfrentando, eu os levaria para o rastreador de problemas do projeto. Parece que esses são bugs legítimos que devem / podem ser resolvidos pelos desenvolvedores reais.

    
por 15.04.2014 / 02:06