http://bugs.winehq.org/show_bug.cgi?id=19329
Summary: Program installs but client fails to connect to server Product: Wine Version: 1.1.25 Platform: PC URL: http://www.livezilla.net/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: junk@mandd.com
Using Wine 1.1.25 and a clean ~/.wine, I had to install dotnet20 and ie6 (I used winetricks) before the installer would complete. After that the Livezilla client will run. But when I try to connect to a Livezilla server, an error window pops up stating:
-------------------------------------------------------------------- The underlying connection was closed: The connection was closed unexpectedly.
Further information: The underlying connection was closed: The connection was closed unexpectedly. --------------------------------------------------------------------
http://bugs.winehq.org/show_bug.cgi?id=19329
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Summary|Program installs but client |Livezilla fails to connect |fails to connect to server |to server Alias|LiveZilla3.1.8.1 |
--- Comment #1 from Ken Sharp kennybobs@o2.co.uk 2009-07-15 08:27:24 --- Console output?
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #2 from batrams junk@mandd.com 2009-07-15 08:33:17 --- I ran the program from a command line with 'wine LiveZilla.exe'. There is console output already present before the server connection is attempted, but no new console output is generated at the time the error window appears.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #3 from batrams junk@mandd.com 2009-07-15 21:08:45 --- (In reply to comment #2)
I ran the program from a command line with 'wine LiveZilla.exe'. There is console output already present before the server connection is attempted, but no new console output is generated at the time the error window appears.
I tried again. It is not clear which of the output if any refers to the problem, but here are the last few lines on the console after the connection failure:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB fixme:wininet:HTTPREQ_QueryOption Semi-STUB INTERNET_OPTION_SECURITY_FLAGS: 0 fixme:wininet:IsHostInProxyBypassList STUB: flags=3 host=www.livezilla.net length=17 fixme:wininet:IsHostInProxyBypassList STUB: flags=3 host=www.livezilla.net length=17 fixme:wininet:InternetSetOptionW INTERNET_OPTION_COOKIES_3RD_PARTY; STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (-1): STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (28591): STUB fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100 fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100 fixme:wininet:GetUrlCacheEntryInfoExW Undocumented flag(s): 100 fixme:wininet:HTTPREQ_QueryOption Semi-STUB INTERNET_OPTION_SECURITY_FLAGS: 0 fixme:thread:NtQueryInformationThread info class 16 not supported yet fixme:thread:NtQueryInformationThread info class 16 not supported yet fixme:thread:NtQueryInformationThread info class 16 not supported yet
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #4 from Austin English austinenglish@gmail.com 2009-07-15 22:59:29 --- Does native wininet help?
http://bugs.winehq.org/show_bug.cgi?id=19329
Stefan s.priebe@allied-internet.ag changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |s.priebe@allied-internet.ag
--- Comment #5 from Stefan s.priebe@allied-internet.ag 2010-03-02 04:58:54 --- Hi!
As the original poster haven't answered anymore. I'll try todo that.
I'm using current git wine and have installed using winetricks: corefonts gdiplus ie7 dotnet20 dotnet30 ms28
Without gdiplus livezilla claims about missing fonts.
When trying to connect to a server i get the following terminal output: ----------------------------------------------- fixme:thread:NtQueryInformationThread info class 16 not supported yet fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses -----------------------------------------------
Full output attached in livezilla.txt.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #6 from Stefan s.priebe@allied-internet.ag 2010-03-02 05:00:25 --- Created an attachment (id=26569) --> (http://bugs.winehq.org/attachment.cgi?id=26569) Livezilla Crash Output
Livezilla Crash Output
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #7 from Stefan s.priebe@allied-internet.ag 2010-03-02 05:16:44 --- oh APP output is: Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #8 from Stefan s.priebe@allied-internet.ag 2010-03-02 05:27:57 --- i've also tried to set iphlpapi to native but then the app is crashing on startup with: ------------------------------------ Unable to load DLL 'iphlpapi.dll': Exception from HRESULT: 0x8007007E AQGD7CEX4
at System.Net.NetworkInformation.UnsafeNetInfoNativeMethods.GetNetworkParams(SafeLocalFree pFixedInfo, UInt32& pOutBufLen) at System.Net.NetworkInformation.SystemIPGlobalProperties.GetFixedInfo() at System.Net.NetworkInformation.SystemNetworkInterface.PostWin2KGetNetworkInterfaces(AddressFamily family) at System.Net.NetworkInformation.SystemNetworkInterface.GetNetworkInterfaces(AddressFamily family) at System.Net.NetworkInformation.SystemNetworkInterface.InternalGetIsNetworkAvailable() at System.Net.NetworkInformation.NetworkChange.AvailabilityChangeListener.Start(NetworkAvailabilityChangedEventHandler caller) at System.Net.NetworkInformation.NetworkChange.add_NetworkAvailabilityChanged(NetworkAvailabilityChangedEventHandler value) at LiveZilla.MainForm..ctor()
System: ----------------------------------------------------------------------- Microsoft Windows NT 5.1.2600 Service Pack 3 .NET 2.0.50727.42 2.80.1022.3 (True / 32) ------------------------------------
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2010-03-02 11:25:47 --- (In reply to comment #8)
i've also tried to set iphlpapi to native but then the app is crashing on startup with:
Don't do that, it's not supported. It's also almost certainly unrelated.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #10 from Stefan s.priebe@allied-internet.ag 2010-03-02 12:31:05 --- Thanks was only my last try. The informations above are without this setting. Any idea?
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #11 from Stefan s.priebe@allied-internet.ag 2010-03-03 03:07:58 --- Is this related to: winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
or do you need any other log with a special WINEDEBUG Option?
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #12 from Juan Lang juan_lang@yahoo.com 2010-03-03 11:28:03 --- (In reply to comment #11)
Is this related to: winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
Also unlikely.
You still haven't tried with native wininet.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #13 from Stefan s.priebe@allied-internet.ag 2010-03-03 13:04:48 --- Have already tried that no change. Any debug option that could help?
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #14 from Stefan s.priebe@allied-internet.ag 2010-03-04 01:53:25 --- Attached in Livezilla wininet output - is the output when using native wininet.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #15 from Stefan s.priebe@allied-internet.ag 2010-03-04 01:54:11 --- Created an attachment (id=26588) --> (http://bugs.winehq.org/attachment.cgi?id=26588) LiveZilla native wininet session
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #16 from Stefan s.priebe@allied-internet.ag 2010-03-04 04:14:41 --- OK it's now working after installing mdac25. But now there are some menu's missing when writing a text. (Like Bold, Cursive, ...) I've tried installing richedit through winetricks but that doesn't help. Any idea?
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #17 from Stefan s.priebe@allied-internet.ag 2010-03-04 05:08:05 --- Created an attachment (id=26594) --> (http://bugs.winehq.org/attachment.cgi?id=26594) livezilla output missing menus
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #18 from Stefan s.priebe@allied-internet.ag 2010-03-04 05:08:40 --- i've uploaded livezilla output missing menus but i can't find any hint - why there are some menu or panel stuff is missing.
http://bugs.winehq.org/show_bug.cgi?id=19329
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #19 from Juan Lang juan_lang@yahoo.com 2010-03-04 13:05:09 --- Could you try with native ole32 (installed via winetricks, 'sh winetricks dcom98')?
Oh, and since two people have reported it, I guess it can be confirmed ;)
http://bugs.winehq.org/show_bug.cgi?id=19329
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26594|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19329
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26588|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #20 from Juan Lang juan_lang@yahoo.com 2010-03-04 13:06:55 --- (In reply to comment #16)
OK it's now working after installing mdac25. But now there are some menu's missing when writing a text. (Like Bold, Cursive, ...) I've tried installing richedit through winetricks but that doesn't help. Any idea?
Okay, at least we know the general area the bug is in. Missing menus would be a different bug, please open a separate one for that.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #21 from Stefan s.priebe@allied-internet.ag 2010-03-04 13:33:01 --- i've already tried dcom98 but then the app is crashing at the very beginning. Should i open a new bug with the missing menu / graphics and also post dcom98 output?
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #22 from batrams junk@mandd.com 2010-03-04 13:37:58 --- Hi - I'm back and am again trying to get Livezilla to run under Wine. I've started with a fresh Wine install from the latest git and the most recent Livezilla version. I can get the installer to complete, but when I launch the Livezilla it fails, complaining about missing fonts which however appear to be installed. Should I create a new report for this problem?
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #23 from Stefan s.priebe@allied-internet.ag 2010-03-04 13:43:42 --- you've todo it this way:
1.) wine 1.1.39 is enough no need for git version. 2.) install via winetricks gdiplus ie6 dotnet20 mdac25 mdac28 3.) now install livezilla 4.) NOW instal winetricks corefonts
if you install corefonts earlier it will complain about missing fonts.
I've also recognized that installing: wininet urlmon makes livezilla more stable.
Main remaining problem is missing menus in chat dialog (Smileys, Bold, ...).
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #24 from Stefan s.priebe@allied-internet.ag 2010-03-05 02:20:51 --- @Juan Lang
After installing dcom98 for Windows 98 Livezilla directly crashes.
Output: wine: Call from 0x7bc4b4e0 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting wine: Unimplemented function rpcrt4.dll.I_RpcExceptionFilter called at address 0x7bc4b4e0 (thread 0013), starting debugger... err:module:attach_process_dlls "rpcrt4.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\windows\system32\winedbg.exe" failed, status c0000005
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #25 from Stefan s.priebe@allied-internet.ag 2010-03-22 05:04:09 --- i opened up a new bug for this / the missing GUI elements here: http://bugs.winehq.org/show_bug.cgi?id=21976
http://bugs.winehq.org/show_bug.cgi?id=19329
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31002
http://bugs.winehq.org/show_bug.cgi?id=19329
copocaneta@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |copocaneta@gmail.com
--- Comment #26 from copocaneta@gmail.com 2012-11-05 10:40:06 CST --- I have tried everything suggested by Steffan at these comments but nothing works, I still get "Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)" when I try to log in with the correct password. Just out of curiosity I tried with a wrong password and it will display me the wrong username/password combination error message.
I am trying this with LiveZilla_3.3.2.2_Client.exe
Even though the Latest stable release is Wine 1.4.1 I tried exactly as Stefan suggested with wine 1.1.39 and I still get the REGDB_E_CLASSNOTREG error, this is what I have tried (advised by Stefan at this bug report):
1.) wine 1.1.39 is enough no need for git version. 2.) install via winetricks gdiplus ie6 dotnet20 mdac25 mdac28 3.) now install livezilla 4.) NOW instal winetricks corefonts
Same error.
Then I tried these diferent combinations:
wine 1.5.16 32 bit windows version: windows vista installed: corefonts dotnet20 gdiplus ie6
It failed to install livezilla because it said DOTNET20 was not installed
#################################
Then I tried:
wine 1.4.1 (stable release) 32 bit windows version: windows vista installed: corefonts dotnet20 gdiplus ie6
livezilla installed font issues - resolved livezilla loads tried to log in, mdac 2.8.1 requirement error message reverted windows version to: windows 2000 tried to install mdac25 it didn't work because it said the windows version I had already had MDAC installed reverted windows version to: windows 98 successfully installed mdac25 reverted windows version to: windows vista tried to log in, mdac 2.8.1 requirement error message reverted windows version to: windows 2000 tried to log in, error: Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) reverted windows version to: windows 98 installed mdac 2.8.1 (through exe) reverted windows version to: windows vista tried to log in, error: Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) uninstalled donet20 reverted windows version to: windows 98 installed dotnet20 error due to corrupted dotnet20
#################################
Then I tried:
wine 1.4.1 (stable release) 32 bit windows version: windows 98 installed: corefonts gdiplus switched windows version: windows 2000 installed ie6 windows version: windows 98 installed mdac25 installed mdac28 installed livezilla tried to log in, same REGDB_E_CLASSNOTREG error.
I don't know what else to do.
http://bugs.winehq.org/show_bug.cgi?id=19329
Rafael Nascimento rafael.nascimento_@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rafael.nascimento_@hotmail. | |com
--- Comment #27 from Rafael Nascimento rafael.nascimento_@hotmail.com --- I solved the 'REGDB_E_CLASSNOTREG' problem, installing jet40 via winetricks.
And now it's working very well on wine 1.7.19.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #28 from copocaneta@gmail.com --- (In reply to Rafael Nascimento from comment #27)
I solved the 'REGDB_E_CLASSNOTREG' problem, installing jet40 via winetricks.
And now it's working very well on wine 1.7.19.
So we can help other people (including myself), please kindly state:
1 - Version of Livezilla used. 2 - Architecture 3 - Windows version chosen 4 - What else besides jet40 was installed.
http://bugs.winehq.org/show_bug.cgi?id=19329
--- Comment #29 from Rafael Nascimento rafael.nascimento_@hotmail.com --- Well, i'm using(In reply to copocaneta from comment #28)
(In reply to Rafael Nascimento from comment #27)
I solved the 'REGDB_E_CLASSNOTREG' problem, installing jet40 via winetricks.
And now it's working very well on wine 1.7.19.
So we can help other people (including myself), please kindly state:
1 - Version of Livezilla used. 2 - Architecture 3 - Windows version chosen 4 - What else besides jet40 was installed.
Well, i'm using the version LiveZilla_3.3.2.2. Running Xubuntu 14.04 64-bit Windows XP on wine
I was doing a lot of tests, so i installed various packages from winetricks, content of file 'winetricks.log': ------------ dotnet20 remove_mono fontfix mdac28 gdiplus ie6 msls31 pngfilt vb6run wininet jet40 wsh57 ------------
About the fonts problem, i used this trick: http://appdb.winehq.org/objectManager.php?sClass=version&iId=23709
I hope this helps.
https://bugs.winehq.org/show_bug.cgi?id=19329
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet URL|http://www.livezilla.net/ |http://plantandgardenphotos | |.com/livezilla_setup/LiveZi | |lla_3.3.2.2_Client.exe CC| |focht@gmx.net Summary|Livezilla fails to connect |Livezilla Client 3.2.x |to server |(.NET 2.0 app) fails to | |connect to server
https://bugs.winehq.org/show_bug.cgi?id=19329
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|dotnet |
--- Comment #30 from Ken Sharp imwellcushtymelike@gmail.com --- We're still waiting to find out if native wininet helps. There's no point installing a load of other DLLs when you have not been asked to do so.
Does native wininet help?
https://bugs.winehq.org/show_bug.cgi?id=19329
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
https://bugs.winehq.org/show_bug.cgi?id=19329
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
https://bugs.winehq.org/show_bug.cgi?id=19329
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO
--- Comment #31 from Anastasius Focht focht@gmx.net --- Hello folks,
last call: please provide the requested information using recent Wine version, preferably Wine 1.7.55 or later.
If there is no response after certain time, the bug will be closed without further notice (abandon).
Regards
https://bugs.winehq.org/show_bug.cgi?id=19329
Aaron Franke arnfranke@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arnfranke@yahoo.com
--- Comment #32 from Aaron Franke arnfranke@yahoo.com --- Is this still an issue in Wine 2.6?
https://bugs.winehq.org/show_bug.cgi?id=19329
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |ABANDONED URL|http://plantandgardenphotos |https://web.archive.org/web |.com/livezilla_setup/LiveZi |/20190311084940/http://www. |lla_3.3.2.2_Client.exe |onzehost.com.br/downloads/L | |iveZilla_3.3.2.2_Full.exe Status|NEEDINFO |RESOLVED Keywords|Abandoned? |dotnet
--- Comment #33 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving 'abandoned' here.
Installation and running it works fine but finding a live instance to test with old client - unlikely.
* .NET Framework 2.0 -> 'winetricks -q dotnet20' (bug 31002) * missing 'Regular' style TTF fonts -> 'winetricks -q verdana arial' + https://fontzone.net/downloadfile/microsoft-sans-serif + 'winetricks -q gdiplus' (bug 27294)
The app displays this message in main user interface:
--- snip --- As of July 1, 2012, LiveZilla 3.x has been discontinued. No further support or security patches will be provided and you may be operating the software in an insecure state. We recommend updating to our latest LiveZilla 7.x release at your earliest convenience. Please contact support with any questions. --- snip ---
$ sha1sum LiveZilla_3.3.2.2_Full.exe f25a903f47dbd146d49cf80974a2f563e74bd9dd LiveZilla_3.3.2.2_Full.exe
$ du -sh LiveZilla_3.3.2.2_Full.exe 6.8M LiveZilla_3.3.2.2_Full.exe
$ wine --version wine-4.3-229-g6d82b2f1ad
Regards
https://bugs.winehq.org/show_bug.cgi?id=19329
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #34 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=19329 Bug 19329 depends on bug 31002, which changed state.
Bug 31002 Summary: Livezilla 4.x/5.x (.NET 2.0 app) crashes on startup with invalid IL code exception using Wine-Mono https://bugs.winehq.org/show_bug.cgi?id=31002
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE