Opened 12 years ago

Last modified 12 years ago

#32640 closed defect

wine 1.2.3: fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender — at Version 2

Reported by: annacegu@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: wine

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I am getting the following error when trying to run a windows program under wine 1.2.3:

fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender

This program is heavily reliant upon AlphaBlend, so I can't see certain features of the GUI, and I suspect it is because of this error.

Change History (4)

Changed 12 years ago by annacegu@…

Attachment: try2.exe added

windows program

Changed 12 years ago by annacegu@…

Attachment: IMG_23122011_213753.png added

what try2.exe should look like

comment:1 Changed 12 years ago by annacegu@…

after using DYLD_FALLBACK_LIBRARY_PATH=/usr/X11/lib I am now getting the following errors:

fixme:gdiplus:GdipFillRectangle graphics object has no HDC
fixme:gdiplus:GdipFillPath graphics object has no HDC
fixme:gdiplus:GdipDrawPath graphics object has no HDC

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Port: wine added

A couple notes:

  • wine is the latest stable version, but wine-devel, the latest developement version, is significantly newer; try that instead.
  • You should not need to set DYLD_FALLBACK_LIBRARY_PATH yourself. Any needed X11 libraries should be provided by MacPorts (not Mac OS X) -- the wine port does declare a dependency on the xrender port already -- and the wrapper script we install at /opt/local/bin/wine already sets DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib for you.

If you can't get it to work, you should probably speak with the developers of wine directly. If there's something they say we need to change in MacPorts to make this work properly, let me know.

Note: See TracTickets for help on using tickets.