http://bugs.winehq.org/show_bug.cgi?id=23816
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Depends on| |25060 Ever Confirmed|0 |1
--- Comment #22 from Dan Kegel dank@kegel.com 2010-11-07 09:12:51 CST --- The game seems to install fine without any native DLLs as of wine-1.3.6, but of course the game won't run without some .net or mono.
I then tried 'winetricks dotnet35', which aborts halfway, and tried running the app anyway; it complained that .net 3.5 wasn't installed. I then tried Louis' updated recipe at http://bugs.winehq.org/show_bug.cgi?id=22551#c5 and was able to reproduce your error message on app startup, System.TypeLoadException: Could not load type 'System.Net.Sockets.SocketAsyncEventArgs' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
I filed bug 25060 for the .net 3.5 install problem and enshrined Louis' recipe there.