Hi, I'm trying to install a programme called WinTrade. I managed to install it on my system. However when I tried to run it, it complained that it need mono for windows. So I installed mono and that seemed ok. Now when I run the program I get the following error:> Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for <Module> ---> System.InvalidProgramException: Invalid IL code in <PrivateImplementationDetails>{B4838DC1-AC79-43d1-949F-41B518B904A8}:KUPcUot9D7gf0oSaikMb (): IL_0005: pop > > > at <Module>..cctor () [0x00000] > --- End of inner exception stack trace ---Anyway idea what this means and how I might fix it? BFC
On Wed, May 20, 2009 at 4:08 PM, bluefightingcat <wineforum-user at winehq.org> wrote:> Hi, > > I'm trying to install a programme called WinTrade. I managed to install it on my system. However when I tried to run it, it complained that it need mono for windows. So I installed mono and that seemed ok. Now when I run the program I get the following error: > > >> Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for <Module> ---> System.InvalidProgramException: Invalid IL code in <PrivateImplementationDetails>{B4838DC1-AC79-43d1-949F-41B518B904A8}:KUPcUot9D7gf0oSaikMb (): IL_0005: pop >> >> >> ? at <Module>..cctor () [0x00000] >> ? --- End of inner exception stack trace --- > > > Anyway idea what this means and how I might fix it? > > BFC > > > > > >Mono may not have all the needed features, or it could be a wine bug. Does 'winetricks dotnet20' fix it? -- -Austin
Hi, Yeah that did the trick! Thanks :) However now I have another issue. It seems the program can't connect to my network. The program gives me this error:> Unknown problem, please check your Internet connection and that your firewall allow WinTrade to access the InternetI don't use a firewall. So there seems to be some problem between wine and my internet connection. BFC
Ok. Just in case you didn't see my edit to my previous post: I can surf the internet using internet explorer. So my connect through wine should work. This is the output I get from the terminal when the program gives me the error:> fixme:winhttp:WinHttpDetectAutoProxyConfigUrl 0x00000002, 0x555d2f8 > 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 > err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. > err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. > fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53 > fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53 > fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53 >The wininet trick doesn't work. I refuses to install. Gives me this error:> [timo at myhost ~]$ sh ./winetricks wininet > fixme:powrprof:DllMain (0x7e530000, 1, (nil)) not fully implemented > fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 16 > which: no cabextract in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/kde/bin:/opt/NX/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/qt/bin) > Cannot find cabextract. Please install it (e.g. 'sudo apt-get install cabextract' or 'sudo yum install cabextract'). > Executing cabextract --directory=/home/timo/.wine/drive_c/winetrickstmp /home/timo/.winetrickscache/3725.exe > ./winetricks: line 303: cabextract: command not found > Note: command 'cabextract --directory=/home/timo/.wine/drive_c/winetrickstmp /home/timo/.winetrickscache/3725.exe' returned status 127. Aborting. >BFC
Ok. I realised the CabExtract problem and fixed that. Installed wininet without problem. That didn't fix the problem. I tried to install winbind however I didn't succeed. How do I install that? just> sh ./winetricks winbindBFC
Ok I managed to get winbind installed. That solved some of the problem but instead there are new problems:> Calling netloader > fixme:ras:RasEnumConnectionsW (0x5b13238,0x555d370,0x555d36c),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,0x350,0x00000003),stub! > fixme:shell:URL_ParseUrl failed to parse L"System.resources" > fixme:shell:URL_ParseUrl failed to parse L"System.resources" > fixme:winhttp:WinHttpDetectAutoProxyConfigUrl 0x00000001, 0x555d2f8 > fixme:winhttp:WinHttpDetectAutoProxyConfigUrl 0x00000002, 0x555d2f8 > 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 > fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53 > fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53 > fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a > fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53 >BFC