[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-12 Thread Mihai Moldovan
On 12.03.2015 02:09 PM, Will Wagner wrote: > On 10/03/2015 16:22, Mihai Moldovan wrote: >> Yes. The problem at hand is that this parameter is purely optional >> anyway and never used. >> >> I totally missed that "this" in that context does not refer to >> slotTunnelOk(int) but QSingleShotTimer::tim

[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-12 Thread Will Wagner
On 10/03/2015 16:22, Mihai Moldovan wrote: Yes. The problem at hand is that this parameter is purely optional anyway and never used. I totally missed that "this" in that context does not refer to slotTunnelOk(int) but QSingleShotTimer::timeout(), which has no parameter. http://code.x2go.org/rel

[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-12 Thread Mihai Moldovan
On 10.03.2015 11:43 AM, Will Wagner wrote: > So today I can unfortunately still reproduce this issue. It seems > like yesterday there must have been something going on with my > network which altered the timing of events. Btw, I think this has nothing to do with the network. On Windows, Xorg (and

[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-10 Thread Will Wagner
On 09/03/2015 19:50, Mihai Moldovan wrote: On 09.03.2015 08:45 PM, Will Wagner wrote: On 07/03/2015 02:09, Mihai Moldovan wrote: Can you please test http://code.x2go.org/releases/binary-win32/x2goclient/tmp/x2goclient-4.0.4.0-2015.03.07-982268a-setup.exe? This build appears to fix the issue,

[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-09 Thread Mihai Moldovan
On 09.03.2015 08:45 PM, Will Wagner wrote: > On 07/03/2015 02:09, Mihai Moldovan wrote: >> Can you please test >> http://code.x2go.org/releases/binary-win32/x2goclient/tmp/x2goclient-4.0.4.0-2015.03.07-982268a-setup.exe? >> > > This build appears to fix the issue, I have done 20+ successful > sessi

[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-09 Thread Will Wagner
On 07/03/2015 02:09, Mihai Moldovan wrote: Can you please test http://code.x2go.org/releases/binary-win32/x2goclient/tmp/x2goclient-4.0.4.0-2015.03.07-982268a-setup.exe? This build appears to fix the issue, I have done 20+ successful session resumes. Thanks Will --

[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-09 Thread Will Wagner
On 07/03/2015 02:09, Mihai Moldovan wrote: Can you please test http://code.x2go.org/releases/binary-win32/x2goclient/tmp/x2goclient-4.0.4.0-2015.03.07-982268a-setup.exe? I get a access forbidden message when I try to download that URL Regards Will -- -

[X2Go-Dev] Bug#804: Bug#804: slot argument mismatch in ONMainWindow::slotTunnelOk causes hang during connect

2015-03-06 Thread Mihai Moldovan
On 06.03.2015 12:23 PM, Will Wagner wrote: > When trying to connect to certain servers I get 'Object::connect: No > such slot ONMainWindow::slotTunnelOk()' in the debugging output of > X2Go Client for Windows 4.0.3.2. The application hangs without ever > connecting. > > From looking at the code in