Icons, Xrender, Flash, Firefox, how to resolve problems

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xenginebuilder
Newbie
Newbie
Posts: 3
Joined: Sat Dec 18, 2010 2:14 pm

Icons, Xrender, Flash, Firefox, how to resolve problems

Post by xenginebuilder »

I'll try and describe my dilemma, not really knowing what the base problem is.
Ubuntu 10.04, working .wine install (updated to 1.3.9.) I have a working version of Firefox for windows 3.6.12 that I need to browse certain sites that need some windows only plugins that don't work with Firefox for Linux.
I can not install the latest flash player because the Adobe screen where you "agree" to continue is a blank red square with no buttons.
Image-Image

The diagnostic running from a command line is fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender

I renamed my .wine directory and reinstalled wine. Installed the latest windows firefox 3.6.13, and ran the flash installer which had the correct buttons and seemed to install correctly. However, that .wine and firefox hangs on any page load (Yahoo, Google etc) and becomes inactive and has to be killed. I've tried all the usual tricks to make it work but fail.
I need to install flash on my original working Firefox and .wine but have not been able to figure out the XRender issue, have removed and installed the video drivers and am now back to the vanilla X that is default for Ubuntu. Never had any difference except to make my system totally unstable with the various video driver experiments.

On a related note, the icons for normal windows file management do not display properly in my original .wine, but do in the new .wine
Image-Image
I believe this is a related problem.
I would have used the new .wine as default and just copied or re-installed the software that I use, but Firefox hanging up on any page load is a non starter. I would prefer to fix my old .wine since I already have a bunch of stuff that I would rather not move since it works now. Any thoughts or tricks to resolve this would be much appreciated.
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

Are you using a 32-bit or a 64-bit version of Ubuntu? How did you get your Wine (from a package or did you build it yourself)?

When you are getting the XRender warning it means that either Wine was not able to load the XRender library OR XRender is not enabled in your Xserver. Though XRender not being enabled in the Xserver is quite strange. Even if a driver doesn't accelerate XRender, then there is always a software fallback (though you could disable that, but I doubt that was done). So I would guess that you are missing a 32-bit XRender. Your Wine was definitely compiled with XRender support else you would have seen different warnings.
xenginebuilder
Newbie
Newbie
Posts: 3
Joined: Sat Dec 18, 2010 2:14 pm

Post by xenginebuilder »

Thunderbird wrote:Are you using a 32-bit or a 64-bit version of Ubuntu? How did you get your Wine (from a package or did you build it yourself)?

When you are getting the XRender warning it means that either Wine was not able to load the XRender library OR XRender is not enabled in your Xserver. Though XRender not being enabled in the Xserver is quite strange. Even if a driver doesn't accelerate XRender, then there is always a software fallback (though you could disable that, but I doubt that was done). So I would guess that you are missing a 32-bit XRender. Your Wine was definitely compiled with XRender support else you would have seen different warnings.
Thanks for your reply. My Ubuntu:
2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux
wine installed via synaptic from http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu repository via normal package update process.

Both screen shots can be generated by either my current .wine (my original older install) or .wine_new (fresh install). These behaviors occur depending on which install of wine I use to launch the program examples.
If Xrender works with one, then the other is "unable to load the Xrender library", how can I change this? Is there a symbolic link missing or broken?
xenginebuilder
Newbie
Newbie
Posts: 3
Joined: Sat Dec 18, 2010 2:14 pm

Post by xenginebuilder »

Well, I answered my own question and solved the problem
If Xrender works with one, then the other is "unable to load the Xrender library", how can I change this? Is there a symbolic link missing or broken?"
No, just a registry setting, changed a N to a Y and installed the flash update, and my Icons are back. Don't know why this was set, there is no registry entry for this in the new install I did.
[HKEY_CURRENT_USER\Software\Wine\X11 Driver] "ClientSideWithRender"="Y"
Locked