web-dev-qa-db-ja.com

FreeRDPファイル記述子のチェックに失敗しました

xfreerdpバージョン1.1.0の使用:

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

次のエラーメッセージが表示されます。

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:~$ 

次のエラーメッセージが表示されないようにする方法を知っている人はいますか?

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

バージョンxfreerdp1.2.0を試しましたが、rdsウィンドウが読み込まれません。 xfreerdp 1.1.0少なくとも、上記のメッセージが表示されるまで、しばらくの間rdsウィンドウが表示されます。

5
oshirowanen

実際の解決策ではありませんが、XFreeRDP課題追跡システムのこれらの問題は、発生している問題と同じ(または関連する)問題のようです。

抜粋

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

あなたが遭遇しているこれらすべてのXFreeRDPの問題について、私はそれらをプロジェクトの問題追跡システムの上流にプッシュすると思います。これらは、実際の開発者が解決する必要がある、または解決できる可能性のある正当なバグのようです。

3
slm