• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

wine patches

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.
Download wine source, apply the patch, and build it.

how do I do that exactly im not very good when it comes to compiling programs and apply patches to them, also would that mean i have to uninstall my current version of wine and reinstall?
 
First result in Google for patching wine: http://ubuntuforums.org/archive/index.php/t-473467.html
30 seconds of reading later:
Make sure you have the source to the version of wine you're using and not a debian/ubuntu package.

You will have to extract this source, then patch it, and finally compile / install it.

patching info: http://www.linuxforums.org/applications/using_diff_and_patch.html
this might be better compile info than the first one I posted which is below this line: http://monkeyblog.org/ubuntu/installing.html#source
compile info: http://www.aboutdebian.com/compile.htm

Google is quite useful. I wish people would use it more often.
 
First result in Google for patching wine: http://ubuntuforums.org/archive/index.php/t-473467.html
30 seconds of reading later:


Google is quite useful. I wish people would use it more often.

I must not be using the right search terms then, cause I searched for how to make patches in linux etc and couldnt find anything useful

EDIT am I missing something cause I get this when I try to make the patch
patching file dlls/wined3d/surface.c
Hunk #1 FAILED at 4937.
1 out of 1 hunk FAILED -- saving rejects to file dlls/wined3d/surface.c.rej
 
Last edited:
I think I messed something up, I got the patch installed but now I cant run any games like lef4dead, they just dont run
 
Run the game from the command line to get the error messages. "Not running" could mean one of a billion different problems.
 
Run the game from the command line to get the error messages. "Not running" could mean one of a billion different problems.

I am unable to run steam games with wine from a terminal, I guess I can try to run steam with winedbg and then try and run a steam game and see what happens

edit nope that didnt work :S

edit edit, ok I got this in the terminal after trying to run day of defeat source

err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr (nil)
err:eek:le:RevokeDragDrop invalid hwnd (nil)
err:eek:le:RevokeDragDrop invalid hwnd 0xe013e
 
Last edited:
Back