Opened 13 years ago
Closed 13 years ago
#32640 closed defect (wontfix)
wine 1.2.3: fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender
Reported by: | annacegu@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
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.
Attachments (2)
Change History (6)
Changed 13 years ago by annacegu@…
Changed 13 years ago by annacegu@…
Attachment: | IMG_23122011_213753.png added |
---|
what try2.exe should look like
comment:1 Changed 13 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 13 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 setsDYLD_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 13 years 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 13 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → wontfix |
---|---|
Status: | new → closed |
FYI wine 1.4 has been released.
windows program