Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383395 - app-emulation/wine-1.3.28 can't find gecko
Summary: app-emulation/wine-1.3.28 can't find gecko
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-17 18:50 UTC by David Relson
Modified: 2015-03-15 02:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Relson 2011-09-17 18:50:01 UTC
I'm unable to use wine to run quicken because gecko is missing.

Reproducible: Always

Steps to Reproduce:
1.run "wine ~/.wine/drive_c/Program Files/Quicken/qw.exe"
2.
3.
Actual Results:  
"Wine Gecko Installer" window complaining that gecko is missing.  

Expected Results:  
quicken should start.

Note: in Oct 2009 I was able to run quicken, but have not tried to do so since then.

My amd64 system with kernel 2.6.39-gentoo-r2 has wine-1.3.28 installed.

wine's flags are X alsa cups dbus gecko jpeg lcms mp3 ncurses opengl oss perl png samba ssl threads truetype win32 win64 xml -capi -custom-cflags -fontconfig -gnutls -gphoto2 -gsm -gstreamer -hal -hardened -ldap -nls -openal -opencl -scanner -test -v4l -xcomposite -xinerama)


Directory  /usr/share/wine/gecko has:
  -rw-r--r-- 1 root root 13835776 Sep 17 09:44 wine_gecko-1.3-x86_64.msi
  -rw-r--r-- 1 root root 13609984 Sep 17 09:44 wine_gecko-1.3-x86.msi
Comment 1 Rafał Mużyło 2011-09-17 18:57:46 UTC
What's the exact message ?
If you i.e. removed 'z:' drive (one that should link into /), well, wine doesn't really like that - in most conditions, it works just fine without it, but every now and then it acts odd.
Comment 2 David Relson 2011-09-17 20:53:40 UTC
Thw "Wine Gecko Installer" window's message is:

Wine could not find a Gecko package which is needed for applications embedding HTML to work correctly.  Wine can automatically download and install it for you.

Note:  it is recommended to use your distribution's packages instead.  See http://wiki.winehq.org/
Comment 3 David Relson 2011-09-17 20:57:10 UTC
As reported earlier, both the x86 and x86_64 versions of the wine_gecko .msi file are present.

The message says "wine ... can install it for you", but this doesn't happen.

I've also tried to do the install by running the following:

   wine start wine_gecko-1.3-x86_64.msi
   msiexec /i c:\\windows\\system32\\wine_gecko-1.3-x86_64.msi

Both commands result in the following message:

The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
Comment 4 David Relson 2011-09-17 21:11:45 UTC
As reported earlier, both the x86 and x86_64 versions of the wine_gecko .msi file are present.

The message says "wine ... can install it for you", but this doesn't happen.

I've also tried to do the install by running the following:

   wine start wine_gecko-1.3-x86_64.msi
   msiexec /i c:\\windows\\system32\\wine_gecko-1.3-x86_64.msi

Both commands result in the following message:

The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
Comment 5 David Relson 2011-09-17 23:27:18 UTC
I've found a workaround.  After renaming ~/.wine and starting wine, wine_gecko was properly installed.  I don't know why this worked or was needed, but am glad that it did work.  It would be interesting to know why the ebuild didn't handle what was needed.
Comment 6 Andreas Sturmlechner gentoo-dev 2012-08-18 09:18:26 UTC
same here, but I don't want to delete .wine right now. the gecko package gets downloaded by the ebuild but wine complains at startup that it isn't installed.
Comment 7 Andreas Sturmlechner gentoo-dev 2012-08-18 09:34:28 UTC
This is btw happening on wine-1.5.10, .11 as well as -9999 currently.

I've found multiple entries in

HKEY_CURRENT_USER\Software\Microsoft\Installer\Products

of previous gecko versions, I have no idea if deleting those might help...
Comment 8 Alex Xu (Hello71) 2015-03-15 02:46:21 UTC
I think this was fixed upstream. Please reopen if issue recurs.