http://bugs.winehq.org/show_bug.cgi?id=25465
Summary: Trying to install SolarWinds Engineers Toolkit (SWET) v10. Product: Wine Version: 1.2 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bradford.c.wright@gmail.com
uname -a Linux hostname 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 10:14:11 UTC 2010 x86_64 GNU/Linux
On my first attempt to install SWET I received the following errors.
microsoft data access components 2.7 command line option syntax error. type command /? for help.
I pressed ok and then received the following.
solarwinds toolset v10.6 error 1: 1904 2: c:\windows\system32\msrdc20.ocx 3: -2147220473 1: 1904 2: c:\program files\common files\solarwinds\tsgetxu6ex55.dll 3: -2147220473 1: 1904 2: c:\windows\system32\asycfilt.dll 3: -2147220473 1: 1904 2: c:\windows\system32\msrdo20.dll 3: -2147220473 1: 1904 2: c:\windows\system32\snmpv50.ocx 3: -2147220473
I tried to start the app but nothing happened. So I tried reinstalling the app and this is what I get.
microsoft data access components 2.7 command line option syntax error. type command /? for help.
I pressed ok and then received the following.
Program Error The program solarwinds-toolset-v10.exe has encountered a serious problem and needs to be closed. we are sorry for the inconvenience. This can be caused by a problem in the program or a deficiency in wine. you may want to check http://appdb.winehq.org for timps about running this application. If this problem is not present under windows and has not been reported yet, you can report it at http://bugs.winehq.org.
Please note I am very new to Wine and have limited linux knowledge.
http://bugs.winehq.org/show_bug.cgi?id=25465
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-12-08 23:12:10 CST --- Please attach debug output as per http://wiki.winehq.org/FAQ#get_log to the bug report. If possible, please retest with the latest development version of Wine. Is there an available download for the application?
http://bugs.winehq.org/show_bug.cgi?id=25465
--- Comment #2 from bradford.c.wright@gmail.com 2010-12-08 23:25:27 CST --- Created an attachment (id=32418) --> (http://bugs.winehq.org/attachment.cgi?id=32418) log file
Log file of attempted installation
http://bugs.winehq.org/show_bug.cgi?id=25465
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://www.solarwinds.com CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2010-12-09 00:50:58 CST --- You might try winetricks dotnet20 mdac27 before installing.
Looks like a free trial download, so adding URL and keywords. I haven't tested it yet myself.
http://bugs.winehq.org/show_bug.cgi?id=25465
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Trying to install |SolarWinds Engineers |SolarWinds Engineers |Toolkit (SWET) v10. fails |Toolkit (SWET) v10. |to install
http://bugs.winehq.org/show_bug.cgi?id=25465
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #4 from Hans Leidekker hans@meelstraat.net 2010-12-09 03:41:06 CST --- Please attach a WINEDEBUG=+msi trace.
http://bugs.winehq.org/show_bug.cgi?id=25465
--- Comment #5 from bradford.c.wright@gmail.com 2010-12-09 18:24:33 CST --- (In reply to comment #3)
You might try winetricks dotnet20 mdac27 before installing.
Looks like a free trial download, so adding URL and keywords. I haven't tested it yet myself.
Yes it is, but I have a license for it.
http://bugs.winehq.org/show_bug.cgi?id=25465
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|SolarWinds Engineers |SolarWinds Engineers |Toolkit (SWET) v10. fails |Toolkit (SWET) v10 |to install |installer fails to register | |SNMPv50.ocx (needs | |Microsoft SNMP management | |API library "mgmtapi.dll") Ever Confirmed|0 |1
--- Comment #6 from Anastasius Focht focht@gmx.net 2012-01-30 15:03:11 CST --- Hello,
install the required prerequisites using winetricks:
winetricks -q dotnet20 mfc42 mdac27
(into clean WINEPREFIX).
There is an OCX registration error for "SNMPv50.ocx". That module binds to "mgmtapi.dll" which seems to be "Microsoft SNMP management API library."
MSDN: http://msdn.microsoft.com/en-us/library/ms894609.aspx
I dumped the imports descriptor:
--- snip --- 2. ImageImportDescriptor: OriginalFirstThunk: 0x000069FC TimeDateStamp: 0x00000000 (GMT: Thu Jan 1 00:00:00 1970) ForwarderChain: 0x00000000 Name: 0x00006A68 ("mgmtapi.dll") FirstThunk: 0x0000546C
Ordinal/Hint API name ------------ --------------------------------------- 0x0000 "SnmpMgrClose" 0x0005 "SnmpMgrOpen" 0x0006 "SnmpMgrRequest" --- snip ---
Besides that error (which can be dismissed) the installation proceeds well.
Regards
http://bugs.winehq.org/show_bug.cgi?id=25465
--- Comment #7 from Anastasius Focht focht@gmx.net 2012-01-30 15:24:31 CST --- Hello,
adding missing test data:
$ sha1sum SolarWinds-Engineers-Toolset-V10.exe 2ac31b2c0f0c1c2dbc62073c97db1e160af960ac SolarWinds-Engineers-Toolset-V10.exe
$ wine --version wine-1.4-rc1-34-g01947e0
Interesting link for overview/getting big picture: http://technet.microsoft.com/en-us/library/cc783142%28WS.10%29.aspx
Regards
http://bugs.winehq.org/show_bug.cgi?id=25465
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25000
http://bugs.winehq.org/show_bug.cgi?id=25465
--- Comment #8 from Stefan Leichter Stefan.Leichter@camLine.com 2012-03-12 13:41:24 CDT --- A patch is sleeping since some time in the patch queue: http://source.winehq.org/patches/data/84245
http://bugs.winehq.org/show_bug.cgi?id=25465
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f91c9cc44a93fcc0779ea5c3a25 | |6c0fdec052387 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #9 from Anastasius Focht focht@gmx.net 2012-03-14 16:16:37 CDT --- Hello,
fixed by commit http://source.winehq.org/git/wine.git/commitdiff/f91c9cc44a93fcc0779ea5c3a25...
Thanks Stefan
--- snip --- 00cb:trace:process:create_process_impl app (null) cmdline L""C:\Program Files\SolarWinds\Toolset\SWCPUGauge.exe" /regserver" ... 00cb:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\ws2_32.dll" at 0x7d080000: builtin 00cb:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\iphlpapi.dll" at 0x7d060000: builtin 00cb:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\wsock32.dll" at 0x7d210000: builtin 00cb:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\mgmtapi.dll" at 0x7d0f0000: builtin 00cb:trace:loaddll:load_builtin_dll Loaded L"C:\windows\system32\snmpapi.dll" at 0x7d040000: builtin 00cb:trace:loaddll:load_native_dll Loaded L"C:\windows\system32\MFC42.DLL" at 0x5f400000: native 00cb:trace:loaddll:load_native_dll Loaded L"C:\windows\system32\SNMPv50.ocx" at 0x64b0000: native 00cb:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\SNMPv50.ocx" : native 00cb:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\MFC42.DLL" : native 00cb:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\snmpapi.dll" : builtin 00cb:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\mgmtapi.dll" : builtin 00cb:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\wsock32.dll" : builtin 00cb:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\iphlpapi.dll" : builtin 00cb:trace:loaddll:free_modref Unloaded module L"C:\windows\system32\ws2_32.dll" : builtin ... --- snip ---
Alternate download: http://www.download3k.com/DownloadLink1-SolarWinds-Engineers-Toolset-217286....
$ du -sh SolarWinds-Toolset-V10.exe 168M SolarWinds-Toolset-V10.exe
$ sha1sum SolarWinds-Toolset-V10.exe b5c34dde31f03098eaf21e0687402fbc89383afa SolarWinds-Toolset-V10.exe
All registration errors except one ("asycfilt.dll") are gone now.
Regards
http://bugs.winehq.org/show_bug.cgi?id=25465
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2012-03-16 14:09:28 CDT --- Closing bugs fixed in 1.5.0.
http://bugs.winehq.org/show_bug.cgi?id=25465
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2012-03-16 17:11:45 CDT --- Really closing bugs fixed in 1.5.0.