On 2011-05-12 10:22, --[ UxBoD ]-- wrote:
----- Original Message -----
----- Original Message -----
Has anybody experienced, under Windows XP, the latest client crashing when attempting to print ? On a clients computer the x2go print dialogue box pops up but if I try either to open the PDF in viewer or cancel it straight away terminates the connection to the server and the whole x2go client crashes leaving sshd.exe and pulseaudio.exe running in TaskManager. Right, I have tested from version 3.01.16 upwards, since onmainwindow.cpp was split into four parts, and for each release
----- Original Message ----- printing crashes the x2goclient under Windows XP :( Now to work out what is happening as it appears to be okay under Windows 7! Hello all,
Are any of you experiencing this issue with the latest client ? Under Windows XP as soon as you try a print the client crashes. This is not just on one machine but on a few we have tested on; including a clients :(
Sorry, to keep bumping this but are we the only people experiencing the issue that printing crashes X2GO clients 3.01.16 upwards ? This is pretty the last element to stop a new client being rolled out with vcxsrv and finally squashing some of the xming annoying bugs.
I have that Problem with 3.01-14 on Win7. On an old single-core (no HT) I don't have any trouble. I assume that it is some kind of race-condition, as it does work after some retries. I have written a small startup-script using the sysinternals utilities to clean up the servers, that don't get killed due to the crash:
---snip---- pslist x2goclient IF ERRORLEVEL 1 GOTO clean goto startx2go
:clean pskill pulseaudio pskill xming pskill sshd
:startx2go x2goclient.exe ---snip----
Cheers Morty
-- Dipl.-Ing. Moritz 'Morty' Struebe (Wissenschaftlicher Mitarbeiter) Lehrstuhl für Informatik 4 (Verteilte Systeme und Betriebssysteme) Friedrich-Alexander-Universität Erlangen-Nürnberg Martensstr. 1 91058 Erlangen
Tel : +49 9131 85-25419 Fax : +49 9131 85-28732 eMail : struebe@informatik.uni-erlangen.de WWW : http://www4.informatik.uni-erlangen.de/~morty