Comment 26 for bug 1085511

Revision history for this message
Steven Lucy (slucy) wrote :

I am seeing this problem, but running "rm -Rf ~/.wine-browser" does not fix it.

Here's what it looks like:

(1) netflix-desktop doesn't work:

slucy@fortnight:~$ netflix-desktop --showdebug
################################################################################
# OpenGL Diagnostics #
################################################################################
Direct Rendering: Yes
OpenGL Vendor: SGI
GLX Version: 1.4
################################################################################
# Firefox #
################################################################################
wine: cannot find 'C:\Program Files\Mozilla Firefox\firefox.exe'
slucy@fortnight:~$

(2) Tried the suggestion solution:

slucy@fortnight:~$ rm -rf .wine-browser/
slucy@fortnight:~$ netflix-desktop --showdebug
cmp: /home/slucy/.wine-browser/wine-browser.sha256sums: No such file or directory
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:storage:create_storagefile Storage share mode not implemented.
wine: configuration in '/home/slucy/.wine-browser' has been updated.

At this point, I get a wine error dialog box that says "File is Corrupt" with the white X in red circle, and a button that says "OK". The window title starts with "Extraction F" but gets cut off because the dialog box is so small.

(3) If I click "OK", I get the following:

fixme:clusapi:GetNodeClusterState ((null),0x32ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\652ee3bdead68ee9a66d33e8489f\\", 00000000): stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:thread:GetThreadPreferredUILanguages 48, 0x33dda8, (nil) 0x33dda4
fixme:thread:GetThreadPreferredUILanguages 48, 0x33dda8, 0x1a3838 0x33dda4

(These last two lines are repeated a couple hundred times , with different hex codes).

fixme:process:FlushProcessWriteBuffers : stub
fixme:advapi:RegisterTraceGuidsW (0x663b11, 0x6b5368, {00000000-7ac4-430a-94e4-b0dfd254650f}, 1, 0x33f480, (null), (null), 0x6b5370,): stub
rm: cannot remove ‘/home/slucy/.wine-browser/drive_c/users/ehoover/Start Menu/Programs/Microsoft Silverlight/Microsoft Silverlight.lnk’: No such file or directory
################################################################################
# OpenGL Diagnostics #
################################################################################
Direct Rendering: Yes
OpenGL Vendor: SGI
GLX Version: 1.4
################################################################################
# Firefox #
################################################################################
wine: cannot find 'C:\Program Files\Mozilla Firefox\firefox.exe'
slucy@fortnight:~$

Any ideas?