http://bugs.winehq.org/show_bug.cgi?id=24320
--- Comment #4 from Ethan ethanfharris@gmail.com 2010-09-09 11:49:54 CDT --- (In reply to comment #3)
Terminal output?
What terminal are you referring to? The QVPN application is not invoked via the linux terminal. If you need a log file of some sort, let me know what you want to see, where it is, and how to do it, and I'll post it. The log produced by QVPN (when the DetectEnvStatus.exe failure occurs) shows the following: Note ~ I XXX'ed the last set of digits in the IP address...
2010/09/09 12:35:00 [STATUS]One network interface detected with IP address
2010/09/09 12:35:00 [STATUS]Connecting...
2010/09/09 12:35:00 [DEBUG]Input VPN Server Address = 68.187.227.XXX
2010/09/09 12:35:00 [STATUS]Connecting to remote gateway with IP address: 68.187.227.XXX
2010/09/09 12:35:05 [STATUS]Remote gateway was reached by https ...
2010/09/09 12:35:05 [STATUS]Provisioning...
2010/09/09 12:35:13 [STATUS]Success to connect.
2010/09/09 12:35:13 [STATUS]Tunnel is configured. Ping test is about to start.
2010/09/09 12:35:13 [STATUS]Verifying Network...
2010/09/09 12:35:27 [WARNING]Failed to ping remote VPN Router!
2010/09/09 12:35:27 [WARNING]IPSEC service not running when connecting!
2010/09/09 12:35:28 [WARNING]Failed to ping remote VPN Router!
2010/09/09 12:35:28 [WARNING]IPSEC service not running when connecting!
2010/09/09 12:35:29 [WARNING]Failed to ping remote VPN Router!
2010/09/09 12:35:29 [WARNING]IPSEC service not running when connecting!
2010/09/09 12:35:30 [WARNING]Failed to ping remote VPN Router!
2010/09/09 12:35:30 [WARNING]IPSEC service not running when connecting!
2010/09/09 12:35:31 [WARNING]Failed to ping remote VPN Router!
2010/09/09 12:35:31 [WARNING]IPSEC service not running when connecting!
2010/09/09 12:35:32 [WARNING]Ping was blocked, which can be caused by an unexpected disconnect.
2010/09/09 12:35:40 [STATUS]Disconnecting...
2010/09/09 12:35:45 [STATUS]Success to disconnect.
So something is triggering the DetectEnvStatus.exe failure. And as before, QVPN only gets this far if I specify the IP address of the router and will fail with an unresolved address if I specify a dynamic DNS host name. Ethan