New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32640 (closed defect: wontfix)

Opened 18 months ago

Last modified 15 months ago

wine 1.2.3: fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender

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

Description (last modified by ryandesign@…) (diff)

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.

Attachments

try2.exe (1.2 MB) - added by annacegu@… 18 months ago.
windows program
IMG_23122011_213753.png (103.9 KB) - added by annacegu@… 18 months ago.
what try2.exe should look like

Change History

Changed 18 months ago by annacegu@…

windows program

Changed 18 months ago by annacegu@…

what try2.exe should look like

comment:1 Changed 18 months 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 18 months ago by ryandesign@…

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

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.

comment:3 Changed 18 months ago by annacegu@…

Thanks very much for your tips.

I have spoken with the wine developers and it required XQuartz to be installed, but there are still further problems with gdiplus. They have suggested I open up a ticket, which I will do shortly.

Thanks again, Anna.

comment:4 Changed 15 months ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to wontfix

FYI wine 1.4 has been released.

Note: See TracTickets for help on using tickets.