<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.minegoboom.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrewroth</id>
		<title>ASSS Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.minegoboom.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrewroth"/>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php/Special:Contributions/Andrewroth"/>
		<updated>2026-05-26T11:53:18Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=4214</id>
		<title>Talk:Running Continuum under Wine</title>
		<link rel="alternate" type="text/html" href="http://wiki.minegoboom.com/index.php?title=Talk:Running_Continuum_under_Wine&amp;diff=4214"/>
				<updated>2007-02-18T21:32:23Z</updated>
		
		<summary type="html">&lt;p&gt;Andrewroth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Mine GO BOOM|Mine GO BOOM]] 02:40, Dec 21, 2005 (EST): Should we use Wine or wine? Also, PhOng, try using Preview. The less total changes in a row, the easier it is to cover changes without having to do fancy diff comparings.&lt;br /&gt;
&lt;br /&gt;
== submission to winehq? ==&lt;br /&gt;
&lt;br /&gt;
Galeru:  Is this patch submitted to wine?  If it hasn't been, is there any intention of doing that?&lt;br /&gt;
&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 20:30, Dec 22, 2005 (EST): If this was to be added to Wine, it would need to actually handle the permission flags. As right now, it is just a hack that may cause problems in other applications, but what is required to get Continuum to run.&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: oliverthered posted on ssforum.net several months ago.  It appears he is &amp;quot;in charge&amp;quot; of directx support for Wine.  I sent him an e-mail linking him to this page.  &amp;quot;Failed to deliver&amp;quot;.  Oh well.&lt;br /&gt;
&lt;br /&gt;
== Redistributable patched wine + Continuum package ==&lt;br /&gt;
--[[User:Bounty Punter|Bounty Punter]] 00:48, Jan 30, 2006 (EST)&lt;br /&gt;
First of all, thank you for solving this problem!&lt;br /&gt;
&lt;br /&gt;
I have made a package that I have tested in both Suse, and Slackware Linux.  I works on both, provided that the user has wine already installed and configured with the general information in ~/.wine  As Mine GO BOOM stated, the patched version of wine could cause problems in other applications running under wine. Does it, has anyone had any problems?&lt;br /&gt;
&lt;br /&gt;
I am willing to provided limited hosting for the file if there is any interest, and pending any foreseeable legal problems with me doing it. It's rather large, 59.3 MB...&lt;br /&gt;
&lt;br /&gt;
--[[User:Bounty Punter|Bounty Punter]] 21:44, Feb 1, 2006 (EST)&lt;br /&gt;
&lt;br /&gt;
Anyone willing to try this?  I've cut the size down to 24 mb  [http://www.network3d.net/continuum-wine/ http://www.network3d.net/continuum-wine/]&lt;br /&gt;
&lt;br /&gt;
[[User:I88gerbils|i88gerbils]]: I don't really use wine for much so I'm cool with tainting my wine compile.&lt;br /&gt;
&lt;br /&gt;
== Chat window ==&lt;br /&gt;
&lt;br /&gt;
I actually found that you can get the chat window to show up if you start Continuum full screen on one desktop, then switch desktops by pressing ctrl + alt + arrow key in Gnome.&lt;br /&gt;
&lt;br /&gt;
== Gentoo? ==&lt;br /&gt;
&lt;br /&gt;
The Continuum-wine package I downloaded seems to point to different locations for some files than mine are in. I was also wondering if the the current version of Wine has your patch in it. Current version at time of posting is 0.9.26&lt;br /&gt;
&lt;br /&gt;
[[User:Mine GO BOOM|Mine GO BOOM]] 21:16, Nov 27, 2006 (PST): The developers of Wine don't want to include a hack-patch for one specific game, as no other game has a protection like this. They've mentioned that they would rather wait for adding real support for what the hack protects against (creating a process that doesn't have a specific privilege).&lt;br /&gt;
&lt;br /&gt;
== PCLinuxOS ==&lt;br /&gt;
&lt;br /&gt;
Works on PCLinuxOS 2007!&lt;br /&gt;
&lt;br /&gt;
I had to comment out the 'else' like I read a few others had to (see below).  Why not just take the whole top-level directory find check out?  It's set directly anyways (topdir=`cd &amp;quot;$HOME/Continuum-wine&amp;quot; &amp;amp;&amp;amp; pwd`) right after.&lt;br /&gt;
&lt;br /&gt;
I also had to use the [http://wine.getcontinuum.com/development.php dev version] else I got:&lt;br /&gt;
&lt;br /&gt;
[andrewroth@localhost Continuum-wine]$ ./continuum.sh&lt;br /&gt;
wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: cannot open shared object file: No such file or directory&lt;br /&gt;
&lt;br /&gt;
But, with the dev version it WORKS which is pretty sweet, now I can play subspace in linux!  Thanks!&lt;br /&gt;
&lt;br /&gt;
-Andrew Roth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# setup the environment&lt;br /&gt;
# now find the top-level directory of the source tree&lt;br /&gt;
&lt;br /&gt;
if [ -x &amp;quot;$appdir/bin&amp;quot; ]&lt;br /&gt;
then topdir=&amp;quot;$appdir/bin&amp;quot;&lt;br /&gt;
elif [ -x &amp;quot;$appdir/../bin/wineserver&amp;quot; ]&lt;br /&gt;
then topdir=&amp;quot;$appdir/..&amp;quot;&lt;br /&gt;
elif [ -x &amp;quot;$appdir/../../bin/wineserver&amp;quot; ]&lt;br /&gt;
then topdir=&amp;quot;$appdir/../..&amp;quot;&lt;br /&gt;
elif [ -x &amp;quot;$appdir/../../../bin/wineserver&amp;quot; ]&lt;br /&gt;
then topdir=&amp;quot;$appdir/../../..&amp;quot;&lt;br /&gt;
#else&lt;br /&gt;
#  echo &amp;quot;$0: could not locate Wine source tree&amp;quot;&lt;br /&gt;
#  exit 1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
# setup the environment&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
topdir=`cd &amp;quot;$HOME/Continuum-wine&amp;quot; &amp;amp;&amp;amp; pwd`&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrewroth</name></author>	</entry>

	</feed>