Server Help

Non-Subspace Related Coding - New wine client - Continuum fix anyone?

Xog - Mon Nov 23, 2009 2:13 pm
Post subject: New wine client - Continuum fix anyone?
Gen2ly from www.ubuntuforums.org wrote:
I'd like to be able to help you Xog but am using wine-stable-1.0.1-8 here because I discovered it runs better for some of my games. I'm guessing the the process.c file has been altered again and a new patch will need to be created. You can look at the patch and see if you can fix it. Otherwise, I'd ask in the minegoboom forums. They would be the most likely to know how to fix this (they created the earlier patch) and see if they can help you.


http://ubuntuforums.org/showthread.php?t=339455&page=4


Anyone got the fix for the new 1.1.33 (aka 1.2) wine version? icon_smile.gif

To see what fix I'm talking about, visit wine.getcontinuum.com. It's this section:

wine.getcontinuum.com wrote:
wget http://subspace2.net/kernel32.dll.so -O /tmp/kernel32.dll.so

sudo mv /usr/lib/wine/kernel32.dll.so /usr/lib/wine/kernel32.dll.so.old

sudo cp /tmp/kernel32.dll.so /usr/lib/wine/kernel32.dll.so

It worked fine on my other wine version, but I needed to upgrade to run a couple other programs, and this fix doesn't work with the new wine version. Anyone mind spending a few minutes? icon_smile.gif
Cheese - Sun Nov 29, 2009 3:58 am
Post subject:
hi xog =]
divine.216 - Mon Nov 30, 2009 5:45 am
Post subject: an anecdotal answer
FWIW, I'm running ubuntu 9.10 amd64 and this worked for me:
Code: Show/Hide

mkdir ~/contwine-build
cd ~/contwine-build
sudo apt-get build-dep wine
sudo apt-get source wine
cd wine1.2-1.1.31
sed -i '2568 i\\if (access \& PROCESS_VM_WRITE) return NULL;' dlls/kernel32/process.c
./configure
make
sudo checkinstall

At this point the modified wine is installed, so I ran the normal cont installation:
Code: Show/Hide

wget http://getcontinuum.com/downloads/continuum/Continuum040Setup.exe
wine Continuum040Setup.exe

and it all runs fine.

(note: if "checkinstall" isn't already installed, you may have to first issue "sudo apt-get install checkinstall" to get it)
Xog - Fri Dec 04, 2009 4:28 pm
Post subject:
Thank you!

edit:

[= hi cheese
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group