Error

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bluefightingcat
Level 1
Level 1
Posts: 6
Joined: Wed May 20, 2009 4:05 pm

Error

Post by bluefightingcat »

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
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error

Post by austin987 »

On Wed, May 20, 2009 at 4:08 PM, bluefightingcat
<[email protected]> 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
bluefightingcat
Level 1
Level 1
Posts: 6
Joined: Wed May 20, 2009 4:05 pm

Post by bluefightingcat »

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 Internet
I don't use a firewall. So there seems to be some problem between wine and my internet connection.

[edit]I tried using the following command
wine iexplore.exe http://www.google.com
and I could surf the internet.

BFC
Last edited by bluefightingcat on Wed May 20, 2009 4:30 pm, edited 1 time in total.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error

Post by austin987 »

On Wed, May 20, 2009 at 4:25 PM, bluefightingcat
<[email protected]> wrote:
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 Internet
I don't use a firewall. So there seems to be some problem between wine and my internet connection.
Terminal output would help.

Off hand, try native wininet 'winetricks wininet'.

--
-Austin
bluefightingcat
Level 1
Level 1
Posts: 6
Joined: Wed May 20, 2009 4:05 pm

Post by bluefightingcat »

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@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
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error

Post by austin987 »

On Wed, May 20, 2009 at 4:35 PM, bluefightingcat
<[email protected]> wrote:
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.
No, edit's don't go through the mailing list...despite my appeals to
disable them..
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.
install winbind.
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
This may be the source of your problems.
The wininet trick doesn't work. I refuses to install. Gives me this error:

[timo@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').
Again, do what it says. Install cabextract and try again.

--
-Austin
bluefightingcat
Level 1
Level 1
Posts: 6
Joined: Wed May 20, 2009 4:05 pm

Post by bluefightingcat »

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 winbind
BFC
bluefightingcat
Level 1
Level 1
Posts: 6
Joined: Wed May 20, 2009 4:05 pm

Post by bluefightingcat »

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
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Error

Post by austin987 »

On Wed, May 20, 2009 at 4:58 PM, bluefightingcat
<[email protected]> wrote:
Ok I managed to get winbind installed. That solved some of the problem but instead there are new problems:
File a bug please.

--
-Austin
Locked