http://bugs.winehq.org/show_bug.cgi?id=23458
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #1 from Dan Kegel dank@kegel.com 2010-07-03 17:55:02 --- For me, the initial NFS World client installs fine on wine, but when you run GameLauncher.exe, it says you need mono or .net.
Installing dotnet20 doesn't help, the app then claims it is corrupt and exits quickly.
pashazz found that mono26 gets you further, and indeed, rm -rf ~/.wine sh winetricks gecko mono26 sandbox lets you log in. You get as far as clicking on Update. The update then fails with log messages like
50814 [4] ERROR DownloadManager (null) - BackgroundWorker_DoWork Exception: System.NotImplementedException: The requested feature is not implemented. at System.Net.WebClient.set_CachePolicy (System.Net.Cache.RequestCachePolicy value) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Net.WebClient:set_CachePolicy (System.Net.Cache.RequestCachePolicy) at GameLauncher.DownloadManager.BackgroundWorker_DoWork (System.Object sender, System.ComponentModel.DoWorkEventArgs args) [0x00000] in <filename unknown>:0
So it seems mono needs a stub for System.Net.Cache.RequestCachePolicy, or something like that?
EG, how did you get to what you saw? Did you install mono26?