[Bug 24079] New: VSphere Client 4.1: Unable to connect to server
http://bugs.winehq.org/show_bug.cgi?id=24079 Summary: VSphere Client 4.1: Unable to connect to server Product: Wine Version: 1.3.0 Platform: x86 URL: http://vsphereclient.vmware.com/vsphereclient/2/5/8/9/ 0/2/VMware-viclient-all-4.1.0-258902.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: vince(a)marsters.co.uk Created an attachment (id=30288) --> (http://bugs.winehq.org/attachment.cgi?id=30288) output log when run from a command line Once installed and dotnet30 installed using winetricks the application runs but when you enter the server IP, username and password of the ESXi server and click login there is a connecting message which eventually changes 'Connection Failed' along with a popup "vSphere Client could not connect to 'server ip' The server took too long to respond (The operation has timed out)" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download CC| |focht(a)gmx.net --- Comment #1 from Anastasius Focht <focht(a)gmx.net> 2010-08-22 06:31:51 --- Hello, is this LAN or Internet server connection? Connecting using same client from native Windows works? Please _really_ verify that this is a Wine issue and don't shoot yourself in the foot: "Diagnosing the Virtual Infrastructure Client when it fails to connect to an ESX host": http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=dis... If it still fails, provide (attach!) relay log: $ WINEDEBUG=+tid,+seh,+relay wine ./VpxClient.exe >>log.txt 2>&1 Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #2 from Vince Marsters <vince(a)marsters.co.uk> 2010-08-22 06:57:13 --- This is a LAN connection which works with a native Windows install (including one installed using Virtualbox or VMWare Player on this same machine) I have tried creating the log file you request but it quickly grows in size to well over 2GB. The application never times out when running the debug either. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2010-08-22 12:01:50 --- Hello, --- quote --- The application never times out when running the debug either. --- quote --- So you say with +relay the client works? Well, could be anything then. Is that server part easy to setup? I didn't found any public "demo" servers where people can connect to...
From VMWare site there are images like "ESXi 4.1 Installable (CD ISO)" available:
https://www.vmware.com/tryvmware/p/download.php?p=free-esxi&lp=1&a=DOWNLOAD_... I tried to quickly get that VMware vSphere Hypervisor in VirtualBox running but failed ;-( After tinkering with various options (PAE, paging, APIC, memory) that custom kernel booted but finally gave me "Multiprocessor initialization failed" -> "Init: 949: VMKernel initialization error ..." I wonder if this thing can be run in VirtualBox ... I don't want to waste too much time on things not related to the bug ... do you know how to quickly get a running server to reproduce the problem? Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #4 from Vince Marsters <vince(a)marsters.co.uk> 2010-08-22 12:11:41 --- Hi, No it doesn't work with debug - in fact it just sits at connecting and never appears to time out. I left it until the log file was over 6GB and it was still saying connecting. It may be that if I left it much longer - it usually takes about 1 minute to fail but I left it running for over 10 minutes under debug - it may eventually time out. Setting up a server is quick - you can run it on physical hardware from a USB pen drive. The problem will be getting the hardware which is supported if you do not have a server available as VMWare is really strict on what hardware it supports without hacking. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2010-08-22 14:08:21 --- Hello, --- quote --- Setting up a server is quick - you can run it on physical hardware from a USB pen drive. The problem will be getting the hardware which is supported if you do not have a server available as VMWare is really strict on what hardware it supports without hacking. --- quote --- thanks for the hint. USB pen HOWTO: 1. extract "imagedd.bz2“ from "VMware-VMvisor-Installer-4.1.0-260247.x86_64.iso" 2. bunzip2 "imagedd.bz2“ 3. sudo dd if=imagedd of=/dev/sdb 4. insert in some computer, boot from usb and pray ;-) I used a another notebook (core2duo, 3 GiB RAM) and the kernel image starts and the server gets dhcp address. After that it sits there and waits for client connects. The client communicates using https protocol with server.
From a quick glance the SSL handshake completed but the client has a certificate verification/change problem...
You could provide following log: --- snip --- $ WINEDEBUG=+tid,+seh,+loaddll,+secur32,+wintrust,+crypt,+winsock,+msgbox wine ./VpxClient.exe &> log.txt --- snip --- You might not need to wait until the message box is shown (1 minute), it's safe to CTRL+C at 10-15 seconds after you clicked "Login". Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #6 from Vince Marsters <vince(a)marsters.co.uk> 2010-08-22 14:53:52 --- Despite reducing most of the duplicates in the log file towards the end it is too large for uploading here so I have uploaded it here - http://dl.dropbox.com/u/6243850/log.txt.tar.gz . It went in to continuous loop of the last 5 lines that in 5 seconds more than doubled the file size. I have run it with the command as requested - WINEDEBUG=+tid,+seh,+loaddll,+secur32,+wintrust,+crypt,+winsock,+msgbox wine ./VpxClient.exe &> log.txt Most of the problems with VMWare ESXi server side is down to driver support. As long as you have kit that is supported then it works but without then things start going wrong in setting up the server. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Andras Kovacs <andras(a)csevego.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andras(a)csevego.net --- Comment #7 from Andras Kovacs <andras(a)csevego.net> 2010-08-22 18:09:20 --- maybe same as bug #17296 ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #8 from Vince Marsters <vince(a)marsters.co.uk> 2010-08-22 18:13:12 --- I have just been looking at that one and it appears it could be. I have renamed esxi and then added a static hosts entry. I now get past the certificate error when I connect using the hostname but not the IP address, but get an error 'A communication error occurred receiving data from the server)'. When I get chance I will look further into this one but I am a step further along now. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 fred.hoare(a)redprairie.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fred.hoare(a)redprairie.com --- Comment #9 from fred.hoare(a)redprairie.com 2010-08-27 11:56:28 --- I also get this error 'A communication error occurred receiving data from the server)' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Thomas Hood <jdthood(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdthood(a)gmail.com --- Comment #10 from Thomas Hood <jdthood(a)gmail.com> 2010-10-07 09:39:43 CDT --- After running the setup program to install the client I start the client. A login window comes up. I enter the IP address of the server, user name and password and click on "Login". A dialog comes up with "Could Not Connect" as the title and the following message: vSphere Client could not connect to "<IP address>". A communication error occurred receiving data from the server. (The underlying connection was closed: An unexpected error occurred on a receive.) The following messages appear on the console at the same time: fixme:crypt:SystemFunction040 (0x1ef1dc, 20, 0): stub [RtlEncryptMemory] fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority GNUTLS ERROR: Resource temporarily unavailable, try again. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #11 from Juan Lang <juan_lang(a)yahoo.com> 2010-11-30 23:03:08 CST --- Please attach a +secur32 log. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #12 from Andras Kovacs <andras(a)csevego.net> 2010-12-01 03:01:15 CST --- Created an attachment (id=32268) --> (http://bugs.winehq.org/attachment.cgi?id=32268) +secur32 log -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #13 from Thomas Hood <jdthood(a)gmail.com> 2010-12-01 03:39:55 CST --- Created an attachment (id=32270) --> (http://bugs.winehq.org/attachment.cgi?id=32270) Thomas Hood's console log of running VMware vSphere Client under wine with WINEDEBUG=+secur32 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Alex Stanev <alex(a)stanev.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #14 from Alex Stanev <alex(a)stanev.org> 2011-01-05 07:54:14 CST --- *** This bug has been confirmed by popular vote. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 ejdesgaard(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ejdesgaard(a)gmail.com --- Comment #15 from ejdesgaard(a)gmail.com 2011-01-26 12:07:31 CST --- This post might be interesting, look for the first comment in 2011, it's by Bjarke Bruun. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #16 from ejdesgaard(a)gmail.com 2011-01-26 12:09:16 CST --- This post might be interesting, look for the first comment in 2011, it's by Bjarke Bruun. http://www.codeweavers.com/compatibility/browse/name/?app_id=8014;forum=1;mh.... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Charles Stephens <cfs(a)cowlabs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cfs(a)cowlabs.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Grant Coleman <Grant(a)Opped.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Grant(a)Opped.net -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Eric Sandall <sandalle(a)sourcemage.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandalle(a)sourcemage.org --- Comment #17 from Eric Sandall <sandalle(a)sourcemage.org> 2011-05-02 17:23:40 CDT --- Here's what I get when trying to run and connect: esandall(a)esandall-smgl32:Desktop/ $ env WINEPREFIX="/home/esandall/.wine-vmware" wine "C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\vpxClient.exe" fixme:sync:CreateMemoryResourceNotification (0) stub fixme:gdiplus:GdipGetFamilyName No support for handling of multiple languages! fixme:gdiplus:GdipImageGetFrameCount returning frame count of 1 fixme:crypt:SystemFunction041 (0x1e7494, 10, 0): stub [RtlDecryptMemory] fixme:gdiplus:GdipCreateHalftonePalette stub fixme:crypt:SystemFunction040 (0x1e8d5c, 20, 0): stub [RtlEncryptMemory] fixme:ras:RasEnumConnectionsW (0x1fbb30,0x2f7e23c,0x2f7e238),stub! fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead! fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub fixme:ras:RasConnectionNotificationW (0xffffffff,0x1d8,0x00000003),stub! fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded Key part, I think, is: fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead! From http://forum.winehq.org/viewtopic.php?t=8888&sid=a03d05ea43d4474add8ed0e1dc8..., I note the following: I have gnutls 2.10.5 installed and run 2.6.38.4 x86 (32-bit). WINE 1.3.19 is built from source with GNUTLS support: checking gnutls/gnutls.h usability... yes checking gnutls/gnutls.h presence... yes checking for gnutls/gnutls.h... yes checking for -lgnutls... libgnutls.so.26 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 pedrum(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pedrum(a)gmail.com --- Comment #18 from pedrum(a)gmail.com 2011-05-02 19:45:02 CDT --- I am seeing the same errors as others, so just another datapoint here. GNUTLS ERROR: Resource temporarily unavailable, try again. I've attached logs as well. wine-1.2.2 winetricks installed: dotnet30 ie6 winxp vcrun2008 libgnutils package version: 2.8.6-1ubuntu2 Distro: Ubuntu 11.04 VMware-viclient-all-4.1.0-345043.exe -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #19 from pedrum(a)gmail.com 2011-05-02 19:45:48 CDT --- Created an attachment (id=34437) --> (http://bugs.winehq.org/attachment.cgi?id=34437) VSphere output log. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #20 from pedrum(a)gmail.com 2011-05-02 19:59:46 CDT --- Created an attachment (id=34438) --> (http://bugs.winehq.org/attachment.cgi?id=34438) Attached debug log in format specified in comment 5 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Oliver Martin <oliver+wine(a)volatilevoid.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oliver+wine(a)volatilevoid.ne | |t -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 John Smith <jsmith_uk(a)ymail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsmith_uk(a)ymail.com --- Comment #21 from John Smith <jsmith_uk(a)ymail.com> 2011-06-02 17:28:29 CDT --- Hey guys, almost there! Please, refer to my findings in [u=http://bugs.winehq.org/show_bug.cgi?id=17296]bug #17296[/u]. I confirm that this bug is coming from [b]crypt32[/b]. In particular, it's caused by this: [b]fixme:secur32:[/b]schan_imp_create_session Using [b]hardcoded "NORMAL" priority[/b] ESX doesn't support SAFE_RENEGOTIATION. It is possible to connect to ESX by using UNSAFE_RENEGOTIATION only. The following priority works for gnutls-cli: --priority "NONE:%UNSAFE_RENEGOTIATION:+VERS-TLS1.0:+AES-256-CBC:+RSA:+SHA1:+COMP-NULL" NORMAL priority doesn't work. Now, is [b]crypt32[/b] maintained? Can wine pass correct priority string to crypt32 via parameters or environment variables? Best regards, John -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |secur32 --- Comment #22 from Juan Lang <juan_lang(a)yahoo.com> 2011-06-03 14:10:02 CDT --- Yes, crypt32 is maintained (by me.) secur32 is the correct place, though, and it's mostly not maintained. Good work, I'll set the component to secur32. This looks like it might be the same issue as bug 17296, then? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #23 from John Smith <jsmith_uk(a)ymail.com> 2011-06-05 09:03:44 CDT --- Dear Juan, Yes, VIC is my vested interest (bug 17296), but that discussion has stopped long time ago. The symptoms and the logs produced by vSphere client are exactly the same. The underlying reason is ESX server which doesn't support SSL safe re-negotiation. I wonder how we can go about it. Hard coding unsafe re-negotiation in crypt32 would be undesirable, as it could break many other applications. I am rookie in wine. Environment variable or command line option sound feasible to me, but I don't know if this is part of wine architecture. Alternative quick and dirty hack would be to create an entry in Registry. If crypt32 cannot read GnuTLS priority as defined by user in either way, it will fall back to priority NORMAL. Best regards, John -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 indio <indio_tripa(a)yahoo.com.ar> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |indio_tripa(a)yahoo.com.ar --- Comment #24 from indio <indio_tripa(a)yahoo.com.ar> 2011-06-15 11:53:02 CDT --- wine-1.2.2: By replacing httpsWithRedirect with httpAndHttps in /etc/vmware/hostd/proxy.xml at ESXi server, I did avoid the SSL problem. Now VpxClient.exe says "Object reference not set to an instance of an object". If I try to debug, it throws an Unhandled Exception. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Kai Kasurinen <kai.kasurinen(a)uninea.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kai.kasurinen(a)uninea.fi -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Jens Pranaitis <jens(a)jenux.homelinux.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jens(a)jenux.homelinux.org -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 UWP <uwp(a)dicke-aersche.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uwp(a)dicke-aersche.de -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #25 from Maxwell Draven <correo.cuervo(a)gmail.com> 2011-12-14 10:41:41 CST --- Created attachment 37970 --> http://bugs.winehq.org/attachment.cgi?id=37970 Console messages of VMWare-viclient -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #26 from Maxwell Draven <correo.cuervo(a)gmail.com> 2011-12-14 10:42:43 CST --- Created attachment 37971 --> http://bugs.winehq.org/attachment.cgi?id=37971 Console messages of VMWare-vpxclient41 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Maxwell Draven <correo.cuervo(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37970|Console messages of |Console messages of description|VMWare-viclient |VMWare-viclient | |installation -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Maxwell Draven <correo.cuervo(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #37971|Console messages of |Console messages of description|VMWare-vpxclient41 |VMWare-vpxclient41 running -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Maxwell Draven <correo.cuervo(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |correo.cuervo(a)gmail.com --- Comment #27 from Maxwell Draven <correo.cuervo(a)gmail.com> 2011-12-14 10:52:25 CST --- I'm running VMWare vSphere Client in a LAN through WINE 1.3.34, but I can't connect to the server. The program shows this message: "vSphere Client could not connect to: "xxx.xxx.xxx.xxx". A communication error ocurred receiving data from the server. (The underlyng connection was closed: An unexpected error ocurred on a receive.). I did launch the vpxclient in a console and I got the messages than I'm attaching. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #28 from Austin English <austinenglish(a)gmail.com> 2011-12-22 12:51:56 CST --- Won't fix this bug, but there's at least a stub dhcpsvc dll now: http://source.winehq.org/git/wine.git/commitdiff/9aeda0df492133875e9984ac036... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 Ma Xiaojun <damage3025(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damage3025(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24079 --- Comment #29 from Thomas Hood <jdthood(a)gmail.com> 2012-10-23 09:36:19 CDT --- This problem seems to have disappeared. See http://appdb.winehq.org/objectManager.php?sClass=version&iId=21179. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24079 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? --- Comment #30 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Is this definitely fixed? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24079 Ma Hsiao-chun <damage3025(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|damage3025(a)gmail.com | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24079 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED Status|NEW |RESOLVED --- Comment #31 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- No answer -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24079 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://vsphereclient.vmware |https://web.archive.org/web |.com/vsphereclient/2/5/8/9/ |/20110418225639/http://vsph |0/2/VMware-viclient-all-4.1 |ereclient.vmware.com/vspher |.0-258902.exe |eclient/2/5/8/9/0/2/VMware- | |viclient-all-4.1.0-258902.e | |xe Keywords|Abandoned? | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=24079 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de Status|RESOLVED |CLOSED --- Comment #32 from André H. <nerv(a)dawncrow.de> --- closing abandoned -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla