CrossOver Support - Community Forums
Important Information
These are community forums and not official technical support.
If you need official support: Contact Us
CrossOver Mac
Discussion about CrossOver Mac
The following comments are owned by whoever posted them. We are not responsible for them in any way.
Reply to Thread Back to Threads
Running a wine terminal / Installing a wine patch into a bottle
Hello, thanks in advance for reading this.
There's probably a very simple way to accomplish this, but I'm looking to install a wine patch into my Black & White (
https://www.codeweavers.com/compatibility/crossover/black-and-white) bottle in order to fix some black textures.
According to this:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=8090
I need to install the following:
mkdir ~/src
cd ~/src
git clone git://source.winehq.org/git/wine.git ~/src/wine
cd ~/src/wine
wget -O wine-dxt13-to-argb4444-xrgb1555-conversion.patch
http://bugs2.winehq.org/attachment.cgi?id=34559
wget -O wine-dderr.patch
http://bugs2.winehq.org/attachment.cgi?id=33563
patch -p1 < wine-dxt13-to-argb4444-xrgb1555-conversion.patch
patch -p1 < wine-dderr.patch
./configure --prefix=/usr
make depend
make
sudo make install
Anyway I'd really appreciate any help in figuring out how to do this.
That's not simple. Such a patch is applied to the source code of WINE and then you need to compile WINE again. You cannot apply it to a readymade Crossover.
Thanks for replying.
That's a shame. So there's no way to modify the code of an individual bottle? Oh well.
Please Note: This Forum is for non-application specific questions relating to installation/configuration of CrossOver. All application-specific posts to this Forum will be moved to their appropriate Compatibility Center Forum.
CrossOver Forums: the place to discuss running Windows applications on Mac and Linux
eyJjYXJ0IjowLCJ0enMiOi01LCJjZG4iOiJodHRwczpcL1wvbWVkaWEuY29kZXdlYXZlcnMuY29tXC9wdWJcL2Nyb3Nzb3Zlclwvd2Vic2l0ZSIsImNkbnRzIjoxNTIxMDQwODU5fQ==