<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 04/14/2011 06:18 PM, Henry Wills wrote:
    <blockquote
      cite="mid:BANLkTi=Vr=+Tto1Mfcv3oMbD48oPsQ7Wow@mail.gmail.com"
      type="cite">So, I've got a bunch of OSGrid scripts and my
      stand-alone is using the default Xengine. With a number of the
      scripts I get the following error message<br>
      <br>
      "<i>Selected engine unavailable. Running script on XEngine</i>". <br>
      <br>
      To me, this says that there is at least one other script engine
      available. Is that so? If it is, how do I get it and install it?
      Currently, with scripts that generate that error, I have been
      recompiling (using LSL, just in case), set the script to running
      and it works fine. Its just a pain in the ass having to go through
      the extra steps.<br>
      <br>
      Come to think of it, what about other Physics Engines, like nVidia
      PhysX, which I happen to have installed on my system. Can anyone
      provide links to get a different engine and installation
      instructions?<br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Opensim-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
</pre>
    </blockquote>
    Look at the first line in the script. It probably has //My Script,
    or something similar. Make sure the first line of the script is
    blank or just // to be safe. The script mechanism of OpenSim is
    designed to support several scripting engines simultaneously. And,
    the way to tell OpenSim which engine to use to execute the  script
    is with the first line. //C# would run it with the C# engine (if you
    have it enabled). <br>
    <br>
    See: <a class="moz-txt-link-freetext" href="http://justincc.org/blog/2008/11/21/c-scripting-in-opensim/">http://justincc.org/blog/2008/11/21/c-scripting-in-opensim/</a> for
    an example of that.<br>
  </body>
</html>