XRender_AlphaBlend Unable to AlphaBlend without Xrender

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

XRender_AlphaBlend Unable to AlphaBlend without Xrender

Post by annacegu »

I am getting the following error using the macports version of wine 1.2.3:

Code: Select all

fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender
The macports developer said that xrender is already listed as a dependency, so I was wondering why this is not being picked up by wine?

Also, there are other issues with the display of certain components in the windows program I'm trying to run, as per the attachments through the link.
https://trac.macports.org/ticket/32640
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

XRender_AlphaBlend Unable to AlphaBlend without Xrender

Post by jjmckenzie »

On Fri, Dec 23, 2011 at 5:04 AM, annacegu <[email protected]> wrote:
I am getting the following error using the macports version of wine 1.2.3:


Code:
fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender
You need to install XQuartz. Apple's X11 does not include Xrender.

James
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

further errors

Post by annacegu »

Hi James,

Thanks, that seemed to make all of the errors disappear on try2.exe. The top line of GUI components are showing correctly now.

I am still getting unexpected results for the bottom two GUI components. The lines between each key in the keyboard is not appearing, and there is a gray blob in the middle of the bottom right dial.

Would you happen to know how to fix this?

Thanks,
Anna.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

XRender_AlphaBlend Unable to AlphaBlend without Xrender

Post by jjmckenzie »

On Fri, Dec 23, 2011 at 8:42 PM, annacegu <[email protected]> wrote:
Hi James,

Thanks, that seemed to make all of the errors disappear on try2.exe. The top line of GUI components are showing correctly now.

I am still getting unexpected results for the bottom two GUI components. The lines between each key in the keyboard is not appearing, and there is a gray blob in the middle of the bottom right dial.

Would you happen to know how to fix this?
Unfortunately, no. But is there a demo/trial of this program so that
a proper bug report can be filed if it does not work?

James
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

Re: XRender_AlphaBlend Unable to AlphaBlend without Xrender

Post by annacegu »

James wrote:Unfortunately, no. But is there a demo/trial of this program so that
a proper bug report can be filed if it does not work?

James
Yes, please follow this link:
https://trac.macports.org/ticket/32640

This has 2 attachments, try2.exe which is a small version of the larger program, and IMG...png which is what this demo looks like on windows.

Thanks,
Anna.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

XRender_AlphaBlend Unable to AlphaBlend without Xrender

Post by jjmckenzie »

On 12/24/11 11:07 PM, annacegu wrote:
James wrote:
Unfortunately, no. But is there a demo/trial of this program so that
a proper bug report can be filed if it does not work?

James
Yes, please follow this link:
https://trac.macports.org/ticket/32640

This has 2 attachments, try2.exe which is a small version of the larger program, and IMG...png which is what this demo looks like on windows.
Anna:

I don't think this is a MacPorts version of Wine error as I build mine
using a different script and received many lines like this:

fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawLine graphics object has no HDC
fixme:gdiplus:GdipDrawArc graphics object has no HDC
fixme:gdiplus:GdipDrawArc graphics object has no HDC
fixme:gdiplus:GdipDrawPath graphics object has no HDC
fixme:gdiplus:GdipDrawPath graphics object has no HDC
fixme:gdiplus:GdipDrawPath graphics object has no HDC


My guess is that the two objects, the keyboard and the spinning dial are
sub-objects but have no 'handle' to them and thus the drawing engine
gets confused when trying to put letters on the keyboard and the 'dots'
on the dial. The dial does update when the slider is moved. It may be
helpful to open a Wine bug report for this with gdiplus as the area.
Include, if possible, as much information as you have posted here to
include the product used to create the executable (Visual Studio 2008,
Borland C++ 5.5, etc.)

Thank you.

James
annacegu
Level 2
Level 2
Posts: 28
Joined: Tue Jun 01, 2010 6:30 pm

XRender_AlphaBlend Unable to AlphaBlend without Xrender

Post by annacegu »

Thanks very much James. I have logged a ticket for this:
http://bugs.winehq.org/show_bug.cgi?id=29450

Regards,
Anna.
Locked