<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
fredand44 wrote:
<blockquote cite="mid:1210702721.m2f.5513@forum.winehq.org" type="cite">
  <pre wrap="">
The preselected installpath was:
c:\Program Files\Activision\GUN

I tried to change it to /home/fredrik/Wine_Applications (without creating the folders "Activision/GUN")
But then the installer complained about:
"Seleceted does not have 3112 MB free"
...even though I got 100 Gb free space.

So I kept the original preselected installpath "c:\Program Files\Activision\GUN"
  </pre>
</blockquote>
<br>
This is because wine does not see your filesystem in the same way, for
lack of a more technical description.&nbsp; Z:\&nbsp; is / on your unix fs.&nbsp; If
you wanted it installed to that folder it would be
z:\home\fredrik\Wine_Applications.&nbsp; You could even move it now that
it's installed by:<br>
<br>
mv /home/fredrik/.wine/drive_c/Program\ Files\Activision/GUN
/home/fredrik/Wine_Applications<br>
then link it<br>
ln -s /home/fredrik/Activision /home/fredrik/.wine/drive_c/Program\
Files<br>
<br>
I believe would be correct.&nbsp; Note that this after-the-fact move would
maintain the folder structure that you might not want.&nbsp; If the registry
has key(s) for the game path you can alter it and just update the
registry too.&nbsp; Some games don't care what folder they're in, no way to
know without first hand experience with it.<br>
<blockquote cite="mid:1210702721.m2f.5513@forum.winehq.org" type="cite">
  <pre wrap="">
At end of install I got the choice to install DirectX 9.0, I selected not to since it did not work last time.

I restarted the computer. Put in the game-cd in cd-drive.

Double clicked on the Gun-icon on my desktop, but as like yesterday I just got this popup:
&lt;A debugger has been detect&gt;
Unload the debugger and try again

If any one got any clue of what to do please let me know!
Best regards
Fredrik



  </pre>
</blockquote>
<br>
Good call on the directx, you do not want to install that in wine.&nbsp; As
for the debugger thing I know I've seen it referred to but I'm having
no success finding it right now, I think it might be related to copy
protection, from what I can find on the interweb it's protected by
SafeDisc 4.60.&nbsp; I don't think SafeDisc is support/implemented under
wine either, but I may be totally off base.<font face="Tahoma" size="1"><b><a
 target="_blank"
 href="http://m0016.gamecopyworld.com/games/redirect/cd_protections.htm"><br>
</a></b></font>
</body>
</html>