http://bugs.winehq.org/show_bug.cgi?id=23458
Summary: Need for Speed:World fails to download client Product: Wine Version: 1.2-rc5 Platform: x86 URL: http://www.ea.com/games/need-for-speed-world OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: eg.galano@gmail.com
Created an attachment (id=29275) --> (http://bugs.winehq.org/attachment.cgi?id=29275) +winsock +winhttp
The game requires an EA downloader to download the game client. This client successfully validates your login but hangs when starting the download.
Attached +winhttp,+winsock log
Snippet of terminal output: fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (c8000014)
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?
http://bugs.winehq.org/show_bug.cgi?id=23458
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
--- Comment #2 from Dan Kegel dank@kegel.com 2010-07-03 18:30:50 --- I should mention: it's now an open beta as of yesterday, so you can download the bootstrap installer at http://world.needforspeed.com/
http://bugs.winehq.org/show_bug.cgi?id=23458
--- Comment #3 from EG Galano eg.galano@gmail.com 2010-07-03 21:02:17 ---
EG, how did you get to what you saw? Did you install mono26?
Yes I did install mono26. Sorry forgot to mention that in my report.
http://bugs.winehq.org/show_bug.cgi?id=23458
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2010-07-06 12:47:15 --- Created an attachment (id=29406) --> (http://bugs.winehq.org/attachment.cgi?id=29406) patch stubbing CachePolicy
This patch gets it to finish the downloads and show a LAUNCH button, which lets the actual program start and immediately crash.
Unfortunately, it's a bit complicated to get a working build of mono with the patch, so I'll have to try to get this fixed in mono for the next 2.6 release.
http://bugs.winehq.org/show_bug.cgi?id=23458
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet
http://bugs.winehq.org/show_bug.cgi?id=23458
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #5 from Vincent Povirk madewokherd@gmail.com 2010-07-16 14:13:35 --- This should be fixed by mono revision 160503, which will be in the next 2.6.x release.
http://bugs.winehq.org/show_bug.cgi?id=23458
--- Comment #6 from Dan Kegel dank@kegel.com 2010-07-16 14:23:50 --- Thanks!
(One of these days maybe we should consider having an UPSTREAM state for bugs.)
http://bugs.winehq.org/show_bug.cgi?id=23458
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-16 22:36:39 --- Closing invalid.