Guest ContinuumOnLinux Posted February 10, 2011 Report Posted February 10, 2011 Well, http://wine.getcontinuum.com/ has been inaccurate in some ways for a bit now. I'd like to update folks on what I did to get it running on Gentoo, Wine 1.2.1, the current stable version in portage tree. These instructions should work on Wine 1.3.X series, at least currently. The last version I could get the kernel32.dll.so to work was Wine 1.1.21, so a compile of the wine source is in order. At the console: cd /usr/portage/app-emulation/wine Prepare the build environment: ebuild wine-1.2.1.ebuild prepare Now, move to the source directory cd /var/tmp/portage/app-emulation/wine-1.2.1/work/wine-1.2.1 Edit this file /var/tmp/portage/app-emulation/wine-1.2.1/work/wine-1.2.1/kernel32/process.c b/dlls/kernel/process.c and add this line in the appropriate place by searching: if (access & PROCESS_VM_WRITE) return NULL; OBJECT_ATTRIBUTES attr; CLIENT_ID cid; +if (access & PROCESS_VM_WRITE) return NULL; cid.UniqueProcess = (HANDLE)id; cid.UniqueThread = 0; /* FIXME ? */ Now that the file is fixed, we need to compile but we need to make sure Freetype support is not compiled as it will not compile with it enabled: cd /usr/portage/app-emulation/wineEXTRA_ECONF="--without-freetype" ebuild wine-1.2.1.ebuild configureEXTRA_ECONF="--without-freetype" ebuild wine-1.2.1.ebuild compile Provided the compile was clean and correct, now run: ebuild wine-1.2.1.ebuild testebuild wine-1.2.1.ebuild preinstebuild wine-1.2.1.ebuild installebuild wine-1.2.1.ebuild postinstebuild wine-1.2.1.ebuild qmerge Now it should be installed, run the Continuum setup: wine Continuum040.exe A link in the menu should now be present and you should be ready to go. Quote
PoLiX Posted February 13, 2011 Report Posted February 13, 2011 If you'd be willing to post as a regular user and tell me who you are, I might be willing to give you space to setup a site for information on such. GetContinuum's Wine page does need updating, but not sure where the guy who managed it has gone. Might be worth starting a section just for Continuum on other OSes like Linux and Mac. Quote
DarkFears Posted December 22, 2011 Report Posted December 22, 2011 Still no luck on Mint 12 with any of the how-to's i have followed if anyone else has been successful can you please help. Quote
»Maverick Posted December 23, 2011 Report Posted December 23, 2011 I'm able to contact the one who is hosting getcontinuum.com. I think I can ask to modify wine.getcontinuum.com. Are the instructions above copy/pastable into wine.getcontinuum.com ? If no, is it possible to tell me exactly what needs to be modified? Quote
»Axe Demento Posted December 24, 2011 Report Posted December 24, 2011 Great to see some people updating some info for mac/linex etc. all the more people the better.As i'm interested in running continum on a 27" mac. getting one for my wife and figured i'd play around with writing some apps doing some design on it. Want to see the 2500 resolution for the game as im still only getting 1920 on my pc/benq monitor. If there was a resource on this sight i would use it for sure. ...Axe Quote
Firkroy Posted July 15, 2012 Report Posted July 15, 2012 What we could really use is an up-to-date how to install on Ubuntu 12.XX using Wine. Ubuntu is really the Linux of choice these days in one form or another. I'm dual booting with Windows 7 and Mepis on one computer and Win7 and Xubuntu on another. Quote
Guest Kyll Posted August 11, 2012 Report Posted August 11, 2012 What we could really use is an up-to-date how to install on Ubuntu 12.XX using Wine. Ubuntu is really the Linux of choice these days in one form or another. I'm dual booting with Windows 7 and Mepis on one computer and Win7 and Xubuntu on another. Yes I would please like to see how to get Continuum working with Ubuntu 12.04 and Wine 1.5.-10 Quote
Kyll Posted August 12, 2012 Report Posted August 12, 2012 Yes I would please like to see how to get Continuum working with Ubuntu 12.04 and Wine 1.5.-10 I agree with Kyll Quote
»doc flabby Posted August 15, 2012 Report Posted August 15, 2012 Worth checking this thread out, I've posted a build for wine 1.5.10 http://www.subspace.co/topic/26553-please-someone-update-continuum-40-for-linux-how-to/ Quote
Kyll Posted August 15, 2012 Report Posted August 15, 2012 Worth checking this thread out, I've posted a build for wine 1.5.10 http://www.subspace....r-linux-how-to/ This works for Ubuntu 12.04 and Wine 1.5-10, thank you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.