Thanks. I mis-read that message originally and you just explained it perfectly.<br><br>Appreciate the help. :-) All is now working.<br><br><div class="gmail_quote">On Tue, Jul 1, 2008 at 11:14 PM, MikeTNT &lt;<a href="mailto:MikeTNT@gmx.de">MikeTNT@gmx.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div bgcolor="#ffffff">
<div><font face="Arial" size="2">Some hundreds mailings before ryan 
wrote:</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2"><br><font face="Times New Roman" size="3">Crap, I 
knew I would do that with one of these patches.<br><br>cod4_lnxded is the 1.7 
binary in this package. It&#39;s normally a small <br>shell script that launches 
cod4_lnxded-bin, but it got copied to the <br>wrong file.<br><br>This is why I 
should automate these things. :/<br><br>We&#39;ll correct it in the next patch. For 
now, the workaround is this:<br><br>- If you are launching the -bin file 
directly, either launch <br>cod4_lnxded directly, or copy cod4_lnxded to 
cod4_lnxded-bin and go as <br>you were.<br><br>- If you were relying on the 
shell script to set environment <br>variables, then copy cod4_lnxded to 
cod4_lnxded-bin, and use the <br>original cod4_lnxded script from previous cod4 
builds:<br><br></font><a><font face="Times New Roman" size="3">http://treefort.icculus.org/cod/cod4_lnxded-script.tar.gz</font></a><br><br><font face="Times New Roman" size="3">- If you&#39;ve always ran cod4_lnxded, and it&#39;s just 
working as a 1.7 <br>server now that it&#39;s a binary instead of a script, just 
keep on doing <br>what you&#39;re doing now and ignore all this. The script is 
largely there <br>to set LD_LIBRARY_PATH, really.<br><br>Sorry for the 
confusion, this one was my fault.<br><br>--ryan.</font></font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">In other words: Rename the 
<b>cod4_lnxded</b> from the patch 1.7 to 
<b>cod4_lnxded-bin</b> and additionally use your old cod4_lnxded. 
After that your script should work as usual.&nbsp;;-)</font></div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2">cu Mike</font></div>
<div><font face="Arial" size="2"><a href="http://www.miketnt.de" target="_blank">www.miketnt.de</a></font></div><div><div></div><div class="Wj3C7c">
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<div><font face="Arial" size="2"></font>&nbsp;</div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<b>From:</b> 
  <a title="georgecooldude@gmail.com" href="mailto:georgecooldude@gmail.com" target="_blank">Georgecooldude</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="cod@icculus.org" href="mailto:cod@icculus.org" target="_blank">cod@icculus.org</a> </div>

  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Tuesday, July 01, 2008 11:59 
  PM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> [cod] Startup scripts for 1.7 - 
  the previous don&#39;t work?</div>
  <div><br></div>Hey guys<br><br>What startup scripts are you all using for 
  1.7?<br><br>I&#39;m using this one that was post publically but it doesn&#39;t work 
  any more. I noticed Ryan posted a new cod4_lnxded script but when I use that 
  my server runs version 1.6. If I try with the included cod4_lnxded and try 
  running the script it fails.<br><br>Any suggestions?<br><br><b><i>#Call of 
  Duty 4 Start Script<br># -1--------------------------<br><br>export 
  LD_LIBRARY_PATH=&quot;:&quot;<br><br># Make sure the username and IP are correct<br># 
  ---------------------------------------------------------<br><br>IP=myIP<br>USR=myUSR<br>INSTALL=/home/games/cod4/<br><br># 
  Let&#39;s make sure the server is not running<br># 
  -----------------------------------------<br>screen -S $USR -X quit<br>killall 
  -9 cod4_lnxded<br><br># Now the command line that starts the server<br># 
  ------------------------------------------<br><br>screen -A -m -d -S $USR 
  $INSTALL/cod4_lnxded \<br>+set net_ip $IP +set net_port 28960 +set fs_basepath 
  \<br>$INSTALL +set fs_homepath /home/$USR +set sv_punkbuster 1 \<br>+set 
  sv_pure 1 +exec server.cfg +map_rotate<br><br>echo &quot;&quot;<br>echo &quot;Cod4-Server 
  running under user $USR has been started&quot;<br>echo &quot;&quot;<br><br><br># End of 
  File<br>#*********************************************************************************************</i></b><br><br></blockquote></div></div></div>
</blockquote></div><br>