http://bugs.winehq.org/show_bug.cgi?id=31993
Bobby Powers bobbypowers@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bobbypowers@gmail.com
--- Comment #7 from Bobby Powers bobbypowers@gmail.com 2012-10-31 20:56:21 CDT --- (In reply to comment #6)
Created attachment 42333 [details] Fix InternetCrackUrl parsing URLs containing a semicolon.
Well, apparently this was easier to look into than I thought (though I really shouldn't have taken the time anyway). It looks like InternetCrackUrl should not consider a semicolon as the start of "extra" data (see attachment). With this fixed then Netflix will load properly without native wininet.
Note: You still need to work around Bug #31858, but you also need to make sure you don't move the mouse over the player until it's finished loading - this causes it to lock up for some reason.
With just this patch (wininet: Fix InternetCrackUrl parsing URLs containing a semicolon. from http://source.winehq.org/patches/data/91571) and the partial patch from 31858, netflix works.
amazing work