yes, i realized. i installed .net 4 and mono. The msi installed properly.
however, the application will not run. i get numerous errors, listed below.
now using wine 1.7.9.
winetricks already has a checkmark next to .net2.0, therefore i did not/could not try to install it. But how could .net2.0 be installed on on a new wine?
i tried to install .net3.5 with winetricks, but it wants 6.5 GB free space which i don't have atm. Why so much?
i did not try to install .net2.0 sp1 or sp2 yet. That might be the problem. Will try soon.
the first error that looks relevant is this one:
Code: Select all
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path
this other thread says i need to install samba. That's a wine thing? i will research...
https://bbs.archlinux.org/viewtopic.php?id=164320
here are all the errors. i had to truncate, because this forum only allows 60,000 characters.
the application says:
Code: Select all
eM Client (6.0.21372.0)
Windows: Microsoft Windows NT 5.1.2600 Service Pack 3, Framework: 4.0.30319.1
The following error has occurred:
System.NotImplementedException: Not implemented.
at System.Drawing.Drawing2D.LinearGradientBrush._GetTransform()
at System.Drawing.Drawing2D.LinearGradientBrush.get_Transform()
at MailClient.UI.Controls.ControlDataGrid.ControlDataGrid.initialize()
at MailClient.UI.Controls.ControlDataGrid.ControlDataGrid..ctor()
at MailClient.UI.Controls.controlItemList`2.InitializeComponent()
at MailClient.UI.Controls.controlItemList`2..ctor()
at MailClient.UI.Controls.controlCategorizableItemList`2..ctor()
at MailClient.UI.Controls.controlMessages..ctor()
at MailClient.UI.Forms.formMain.InitializeComponent()
at MailClient.UI.Forms.formMain..ctor(List`1 arguments)
at MailClient.Program.CreateMainForm(Boolean startupInit, List`1 args)
at MailClient.Program.Main(String[] args)
<report xmlns="http://emclient.com/ns/report">
<product>
<name>eM Client</name>
<version>6.0.21372.0</version>
</product>
<silent>false</silent>
<environment>
<osversion>Microsoft Windows NT 5.1.2600 Service Pack 3</osversion>
<frameworkversion>4.0.30319.1</frameworkversion>
</environment>
<exception>
<type>System.NotImplementedException</type>
<message>Not implemented.</message>
<source>System.Drawing</source>
<stack>
<frame>
<method>
<modulename>System.Drawing.dll</modulename>
<metadatatoken>100665930</metadatatoken>
<assembly>System.Drawing</assembly>
<type>System.Drawing.Drawing2D.LinearGradientBrush</type>
<name>_GetTransform</name>
<parameters />
</method>
<offset>27</offset>
<nativeoffset>52</nativeoffset>
</frame>
<frame>
<method>
<modulename>System.Drawing.dll</modulename>
<metadatatoken>100665931</metadatatoken>
<assembly>System.Drawing</assembly>
<type>System.Drawing.Drawing2D.LinearGradientBrush</type>
<name>get_Transform</name>
<parameters />
</method>
<offset>0</offset>
<nativeoffset>4</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100679481</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Controls.ControlDataGrid.ControlDataGrid</type>
<name>initialize</name>
<parameters />
</method>
<offset>52f</offset>
<nativeoffset>c51</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100679482</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Controls.ControlDataGrid.ControlDataGrid</type>
<name>.ctor</name>
<parameters />
</method>
<offset>b2</offset>
<nativeoffset>108</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100672643</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Controls.controlItemList`2</type>
<name>InitializeComponent</name>
<parameters />
</method>
<offset>75</offset>
<nativeoffset>164</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100672489</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Controls.controlItemList`2</type>
<name>.ctor</name>
<parameters />
</method>
<offset>11</offset>
<nativeoffset>2d</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100672692</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Controls.controlCategorizableItemList`2</type>
<name>.ctor</name>
<parameters />
</method>
<offset>0</offset>
<nativeoffset>11</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100691470</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Controls.controlMessages</type>
<name>.ctor</name>
<parameters />
</method>
<offset>17</offset>
<nativeoffset>45</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100693460</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Forms.formMain</type>
<name>InitializeComponent</name>
<parameters />
</method>
<offset>5d</offset>
<nativeoffset>129</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100693125</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.UI.Forms.formMain</type>
<name>.ctor</name>
<parameters>
<parameter>
<assembly>mscorlib</assembly>
<type>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</type>
<name>arguments</name>
</parameter>
</parameters>
</method>
<offset>53</offset>
<nativeoffset>cb</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100675837</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.Program</type>
<name>CreateMainForm</name>
<parameters>
<parameter>
<assembly>mscorlib</assembly>
<type>System.Boolean</type>
<name>startupInit</name>
</parameter>
<parameter>
<assembly>mscorlib</assembly>
<type>System.Collections.Generic.List`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</type>
<name>args</name>
</parameter>
</parameters>
</method>
<offset>8</offset>
<nativeoffset>2c</nativeoffset>
</frame>
<frame>
<method>
<modulename>MailClient.exe</modulename>
<metadatatoken>100675835</metadatatoken>
<assembly>MailClient</assembly>
<type>MailClient.Program</type>
<name>Main</name>
<parameters>
<parameter>
<assembly>mscorlib</assembly>
<type>System.String[]</type>
<name>args</name>
</parameter>
</parameters>
</method>
<offset>1229</offset>
<nativeoffset>29f1</nativeoffset>
</frame>
</stack>
<data />
</exception>
<modules>
<module>
<name>MailClient.exe</name>
<filename>C:\Program Files\eM Client\MailClient.exe</filename>
<internalname>MailClient.exe</internalname>
<originalfilename>MailClient.exe</originalfilename>
<fileversion>6.0.21372.0</fileversion>
<filedescription>eM Client</filedescription>
<product>eM Client</product>
<productversion>6.0.21372.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>ntdll.dll</name>
<filename>C:\windows\system32\ntdll.dll</filename>
<internalname />
<originalfilename>ntdll.dll</originalfilename>
<fileversion>5.1.2600.2180</fileversion>
<filedescription>Wine ntdll</filedescription>
<product>Wine</product>
<productversion>5.1.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>KERNEL32.dll</name>
<filename>C:\windows\system32\KERNEL32.dll</filename>
<internalname />
<originalfilename>kernel32.dll</originalfilename>
<fileversion>5.01.2600.2180</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>5.01.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>mscoree.dll</name>
<filename>C:\windows\system32\mscoree.dll</filename>
<internalname>mscoree.dll</internalname>
<originalfilename>mscoree.dll</originalfilename>
<fileversion>4.0.31106.0 (Main.031106-0000)</fileversion>
<filedescription>Microsoft .NET Runtime Execution Engine</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.31106.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>advapi32.dll</name>
<filename>C:\windows\system32\advapi32.dll</filename>
<internalname />
<originalfilename>advapi32.dll</originalfilename>
<fileversion>5.1.2600.2180</fileversion>
<filedescription>Wine advapi32 dll</filedescription>
<product>Wine</product>
<productversion>5.1.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>mscoreei.dll</name>
<filename>C:\windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll</filename>
<internalname>mscoreei.dll</internalname>
<originalfilename>mscoreei.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>Microsoft .NET Runtime Execution Engine</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>shlwapi.dll</name>
<filename>C:\windows\system32\shlwapi.dll</filename>
<internalname />
<originalfilename>shlwapi.dll</originalfilename>
<fileversion>6.0.2800.1692</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>6.0.2800.1692</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>user32.dll</name>
<filename>C:\windows\system32\user32.dll</filename>
<internalname />
<originalfilename>user32.dll</originalfilename>
<fileversion>5.01.2600.2180</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>5.01.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>gdi32.dll</name>
<filename>C:\windows\system32\gdi32.dll</filename>
<internalname />
<originalfilename>gdi32.dll</originalfilename>
<fileversion>1.0</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>1.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>version.dll</name>
<filename>C:\windows\system32\version.dll</filename>
<internalname />
<originalfilename>version.dll</originalfilename>
<fileversion>5.1.2600.2180</fileversion>
<filedescription>Wine version dll</filedescription>
<product>Wine</product>
<productversion>5.1.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>clr.dll</name>
<filename>C:\windows\Microsoft.NET\Framework\v4.0.30319\clr.dll</filename>
<internalname>clr.dll</internalname>
<originalfilename>clr.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>Microsoft .NET Runtime Common Language Runtime - WorkStation</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>MSVCR100_CLR0400.dll</name>
<filename>C:\windows\system32\MSVCR100_CLR0400.dll</filename>
<internalname>msvcr100_clr0400.dll</internalname>
<originalfilename>msvcr100_clr0400.dll</originalfilename>
<fileversion>10.00.30319.1</fileversion>
<filedescription>Microsoft® C Runtime Library</filedescription>
<product>Microsoft® Visual Studio® 2010</product>
<productversion>10.00.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>ole32.dll</name>
<filename>C:\windows\system32\ole32.dll</filename>
<internalname />
<originalfilename>ole32.dll</originalfilename>
<fileversion>10.0.0.0</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>1.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>rpcrt4.dll</name>
<filename>C:\windows\system32\rpcrt4.dll</filename>
<internalname />
<originalfilename>rpcrt4.dll</originalfilename>
<fileversion>5.1.2600.2180</fileversion>
<filedescription>Wine rpcrt4</filedescription>
<product>Wine</product>
<productversion>5.1.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>winex11.drv</name>
<filename>C:\windows\system32\winex11.drv</filename>
<internalname />
<originalfilename>winex11.drv</originalfilename>
<fileversion>10.0.0.0</fileversion>
<filedescription>Wine X11 driver</filedescription>
<product>Wine</product>
<productversion>1.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>clrjit.dll</name>
<filename>C:\windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll</filename>
<internalname>clrjit.dll</internalname>
<originalfilename>clrjit.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>Microsoft .NET Runtime Just-In-Time Compiler</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>culture.dll</name>
<filename>C:\windows\Microsoft.NET\Framework\v4.0.30319\culture.dll</filename>
<internalname>culture.dll</internalname>
<originalfilename>culture.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>Microsoft Globalization Support</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>nlssorting.dll</name>
<filename>C:\windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll</filename>
<internalname>nlssorting.dll</internalname>
<originalfilename>nlssorting.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>Microsoft Collation Support</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>rsaenh.dll</name>
<filename>C:\windows\system32\rsaenh.dll</filename>
<internalname />
<originalfilename>rsaenh.dll</originalfilename>
<fileversion>5.1.2600.2180</fileversion>
<filedescription>Wine rsaenh</filedescription>
<product>Wine</product>
<productversion>5.1.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>crypt32.dll</name>
<filename>C:\windows\system32\crypt32.dll</filename>
<internalname />
<originalfilename>crypt32.dll</originalfilename>
<fileversion>5.131.2600.1243</fileversion>
<filedescription>Wine CryptoAPI Library</filedescription>
<product>Wine</product>
<productversion>5.131.2600.1243</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>imm32.dll</name>
<filename>C:\windows\system32\imm32.dll</filename>
<internalname />
<originalfilename>imm32.dll</originalfilename>
<fileversion>5.1.2600.2180</fileversion>
<filedescription>Wine imm32</filedescription>
<product>Wine</product>
<productversion>5.1.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>gdiplus.dll</name>
<filename>C:\windows\system32\gdiplus.dll</filename>
<internalname />
<originalfilename />
<fileversion />
<filedescription />
<product />
<productversion />
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language />
</module>
<module>
<name>oleaut32.dll</name>
<filename>C:\windows\system32\oleaut32.dll</filename>
<internalname />
<originalfilename>oleaut32.dll</originalfilename>
<fileversion>6.0.6001.18000</fileversion>
<filedescription>Wine OLE dll</filedescription>
<product>Wine</product>
<productversion>1.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>System.Data.dll</name>
<filename>C:\windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll</filename>
<internalname>system.data.dll</internalname>
<originalfilename>system.data.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>.NET Framework</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>ws2_32.dll</name>
<filename>C:\windows\system32\ws2_32.dll</filename>
<internalname />
<originalfilename>ws2_32.dll</originalfilename>
<fileversion>5.1.2600.5512</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>5.1.2600.5512</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>security.dll</name>
<filename>C:\windows\system32\security.dll</filename>
<internalname />
<originalfilename />
<fileversion />
<filedescription />
<product />
<productversion />
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language />
</module>
<module>
<name>secur32.dll</name>
<filename>C:\windows\system32\secur32.dll</filename>
<internalname />
<originalfilename />
<fileversion />
<filedescription />
<product />
<productversion />
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language />
</module>
<module>
<name>netapi32.dll</name>
<filename>C:\windows\system32\netapi32.dll</filename>
<internalname />
<originalfilename />
<fileversion />
<filedescription />
<product />
<productversion />
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language />
</module>
<module>
<name>iphlpapi.dll</name>
<filename>C:\windows\system32\iphlpapi.dll</filename>
<internalname />
<originalfilename>iphlpapi.dll</originalfilename>
<fileversion>5.1.2600.2180</fileversion>
<filedescription>Wine iphlpapi</filedescription>
<product>Wine</product>
<productversion>5.1.2600.2180</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>uxtheme.dll</name>
<filename>C:\windows\system32\uxtheme.dll</filename>
<internalname />
<originalfilename>uxtheme.dll</originalfilename>
<fileversion>10.0.0.0</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>1.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>comctl32.dll</name>
<filename>C:\windows\system32\comctl32.dll</filename>
<internalname />
<originalfilename>comctl32.dll</originalfilename>
<fileversion>5.81</fileversion>
<filedescription>Wine Common Controls</filedescription>
<product>Wine</product>
<productversion>5.81</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>shfolder.dll</name>
<filename>C:\windows\system32\shfolder.dll</filename>
<internalname />
<originalfilename>shfolder.dll</originalfilename>
<fileversion>6,00,2800,1106</fileversion>
<filedescription>Wine Shell Folder Service</filedescription>
<product>Wine</product>
<productversion>6,00,2800,1106</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>shell32.dll</name>
<filename>C:\windows\system32\shell32.dll</filename>
<internalname />
<originalfilename>shell32.dll</originalfilename>
<fileversion>5.0.3900.6975</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>1.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>diasymreader.dll</name>
<filename>C:\windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll</filename>
<internalname>diasymreader.dll</internalname>
<originalfilename>diasymreader.dll</originalfilename>
<fileversion>10.0.30319.1 built by: RTMRel</fileversion>
<filedescription>Dia based SymReader</filedescription>
<product>Microsoft® Visual Studio® 2010</product>
<productversion>10.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>sqlite3.dll</name>
<filename>C:\Program Files\eM Client\SQLite\x86\sqlite3.dll</filename>
<internalname />
<originalfilename />
<fileversion />
<filedescription />
<product />
<productversion />
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language />
</module>
<module>
<name>msvcrt.dll</name>
<filename>C:\windows\system32\msvcrt.dll</filename>
<internalname />
<originalfilename>msvcrt.dll</originalfilename>
<fileversion>7.0.2600</fileversion>
<filedescription>Wine CRT library</filedescription>
<product>Wine</product>
<productversion>1.0</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>System.Transactions.dll</name>
<filename>C:\windows\Microsoft.Net\assembly\GAC_32\System.Transactions\v4.0_4.0.0.0__b77a5c561934e089\System.Transactions.dll</filename>
<internalname>system.transactions.dll</internalname>
<originalfilename>system.transactions.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>.NET Framework</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>System.EnterpriseServices.Wrapper.dll</name>
<filename>C:\windows\Microsoft.Net\assembly\GAC_32\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll</filename>
<internalname>System.EnterpriseServices.Wrapper.dll</internalname>
<originalfilename>System.EnterpriseServices.Wrapper.dll</originalfilename>
<fileversion>4.0.30319.1 (RTMRel.030319-0100)</fileversion>
<filedescription>Microsoft .NET Services Native Thunks</filedescription>
<product>Microsoft® .NET Framework</product>
<productversion>4.0.30319.1</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>True</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>msctf.dll</name>
<filename>C:\windows\system32\msctf.dll</filename>
<internalname />
<originalfilename>msctf.dll</originalfilename>
<fileversion> 5.1.2600.3319</fileversion>
<filedescription>Wine Msctf</filedescription>
<product>Wine</product>
<productversion>5.1.2600.3319</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>windowscodecs.dll</name>
<filename>C:\windows\system32\windowscodecs.dll</filename>
<internalname />
<originalfilename>windowscodecs.dll</originalfilename>
<fileversion>6.0.6001.17009</fileversion>
<filedescription>Wine Windows Codecs Library</filedescription>
<product>Wine</product>
<productversion>6.0.6001.17009</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>urlmon.dll</name>
<filename>C:\windows\system32\urlmon.dll</filename>
<internalname />
<originalfilename>urlmon.dll</originalfilename>
<fileversion>6.0.2800.1485</fileversion>
<filedescription>Wine core dll</filedescription>
<product>Wine</product>
<productversion>6.0.2800.1485</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
<module>
<name>wininet.dll</name>
<filename>C:\windows\system32\wininet.dll</filename>
<internalname />
<originalfilename>wininet.dll</originalfilename>
<fileversion>6.0.2800.1106</fileversion>
<filedescription>Wine Internet Connectivity</filedescription>
<product>Wine</product>
<productversion>6.0.2800.1106</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
............
</module>
<module>
<name>t2embed.dll</name>
<filename>C:\windows\system32\t2embed.dll</filename>
<internalname />
<originalfilename />
<fileversion />
<filedescription />
<product />
<productversion />
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language />
</module>
<module>
<name>jscript.dll</name>
<filename>C:\windows\system32\jscript.dll</filename>
<internalname />
<originalfilename>jscript.dll</originalfilename>
<fileversion>5.8.7601.16982</fileversion>
<filedescription>Wine JScript</filedescription>
<product>Wine</product>
<productversion>5.8.7601.16982</productversion>
<debug>False</debug>
<patched>False</patched>
<prerelease>False</prerelease>
<privatebuild>False</privatebuild>
<specialbuild>False</specialbuild>
<language>English</language>
</module>
</modules>
</report>
the CLI says:
Code: Select all
# wine MailClient.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:thread:SetThreadStackGuarantee (0x33fc04): stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"MailClient.Interop"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"MailClient.Common.UI"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"MailClient.Collections"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"MailClient.ExceptionUtils"
fixme:shell:URL_ParseUrl failed to parse L"WindowsAPICodePack"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
fixme:shell:URL_ParseUrl failed to parse L"System.Data"
fixme:shell:URL_ParseUrl failed to parse L"System.Configuration"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:shell:URL_ParseUrl failed to parse L"LinqBridge"
fixme:advapi:RegisterTraceGuidsW (0x183489a, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x33dff0, (null), (null), 0x1ba891c): stub
fixme:shell:URL_ParseUrl failed to parse L"MailClient.resources"
fixme:shell:URL_ParseUrl failed to parse L"MailClient.resources"
fixme:gdiplus:GdipCreateHalftonePalette stub
fixme:shell:URL_ParseUrl failed to parse L"System.Runtime.Remoting"
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:thread:SetThreadStackGuarantee (0x33fc04): stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:advapi:RegisterTraceGuidsW (0x9685d2, (nil), {8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 1, 0x33e4ec, (null), (null), 0xca92d8): stub
fixme:shell:URL_ParseUrl failed to parse L"DbRepair.resources"
fixme:shell:URL_ParseUrl failed to parse L"DbRepair.resources"
fixme:shell:URL_ParseUrl failed to parse L"DbRepair.resources"
fixme:gdiplus:GdipGetFamilyName No support for handling of multiple languages!
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
fixme:shell:URL_ParseUrl failed to parse L"DbRepair.resources"
fixme:shell:URL_ParseUrl failed to parse L"DbRepair.resources"
fixme:shell:URL_ParseUrl failed to parse L"DbRepair.resources"
fixme:shell:URL_ParseUrl failed to parse L"DbRepair.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.Data"
fixme:gdiplus:GdipCreateHalftonePalette stub
fixme:shell:URL_ParseUrl failed to parse L"System.Data.SQLite"
fixme:shell:URL_ParseUrl failed to parse L"System.Transactions"
fixme:shell:URL_ParseUrl failed to parse L"System.Transactions"
fixme:gdiplus:GdipGetNearestColor (0x1765c8, 0x33ebd4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x184b68, 0x33eaf8): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:GdipGetNearestColor (0x184b48, 0x33ebd4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x184b48, 0x33ebd4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x16a0f0, 0x33ebfc): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x16a0f0, 0x33ebd4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x16a0f0, 0x33ebfc): Passing color unmodified
fixme:shell:URL_ParseUrl failed to parse L"System.Configuration"
fixme:shell:URL_ParseUrl failed to parse L"System.EnterpriseServices"
fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0x460de28 stub
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:wincodecs:PngDecoder_Block_GetCount 0x176858,0x33d850: stub
fixme:gdiplus:GdipGetNearestColor (0x19cad8, 0x33ebd4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1a35b0, 0x33ebfc): Passing color unmodified
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:process:FlushProcessWriteBuffers : stub
fixme:wincodecs:PngDecoder_Block_GetCount 0x1697a8,0x33d850: stub
fixme:gdiplus:GdipGetNearestColor (0x1abe10, 0x33ebd4): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1abe10, 0x33ebfc): Passing color unmodified
fixme:gdiplus:GdipGetNearestColor (0x1abe10, 0x33eaf8): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:GdipGetNearestColor (0x1abe10, 0x33eaf8): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:GdipGetNearestColor (0x1abe10, 0x33eaf8): Passing color unmodified
fixme:gdiplus:create_gdi_logbrush unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:gdiplus:get_gdi_brush_color unhandled brush type 2
fixme:shell:URL_ParseUrl failed to parse L"System.Data.SQLite"
fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Search.Interop"
err:ole:CoGetClassObject class {7d096c5f-ac08-4f1f-beb7-5c22c517ce39} not registered
err:ole:create_server class {7d096c5f-ac08-4f1f-beb7-5c22c517ce39} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {7d096c5f-ac08-4f1f-beb7-5c22c517ce39} could be created for context 0x15
fixme:shell:URL_ParseUrl failed to parse L"System.Transactions"
fixme:shell:URL_ParseUrl failed to parse L"System.Transactions"
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:shell:URL_ParseUrl failed to parse L"System.EnterpriseServices"
fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0x33e900 stub
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:shell:URL_ParseUrl failed to parse L"MailClient.Mail"
fixme:shell:URL_ParseUrl failed to parse L"MailClient"
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:process:FlushProcessWriteBuffers : stub
fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0x33e84c stub.......
thx!