<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<STYLE>.hmmessage P {
        PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
BODY.hmmessage {
        FONT-SIZE: 10pt; FONT-FAMILY: Tahoma
}
</STYLE>

<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff>Same error (with both upper case and lower case 'LL'). Tried to 
compile just llSay(0,"Hello") in touch_start and that failed as well. 
</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff>I can see the scripts being compiled & put in the 
ScriptEngines directory and the code generated looks fine. Somewhere between the 
translation to C# and the final compilation it blows up. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff>I'm a bit concerned about the null ref in the server & 
will try to track that down first. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff>--mic</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453461515-30102007><FONT face=Arial 
color=#0000ff></FONT></SPAN> </DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma><B>From:</B> 
opensim-dev-bounces@lists.berlios.de 
[mailto:opensim-dev-bounces@lists.berlios.de] <B>On Behalf Of </B>Stefan 
Andersson<BR><B>Sent:</B> Monday, October 29, 2007 10:31 PM<BR><B>To:</B> 
opensim-dev@lists.berlios.de<BR><B>Subject:</B> Re: [Opensim-dev] script 
errors?<BR></FONT><BR></DIV>
<DIV></DIV>I think you have to substitute <-5,-5,0> with new LLVector3( 
-5, -5, 0 ) as the compiler don't support constant vectors 
(yet)<BR> <BR>/Stefan<BR><BR><BR><BR><BR>
<BLOCKQUOTE>
  <HR id=EC_stopSpelling>
  Date: Mon, 29 Oct 2007 17:21:55 -0700<BR>From: mic.bowman@intel.com<BR>To: 
  opensim-dev@lists.berlios.de<BR>Subject: [Opensim-dev] script errors?<BR><BR>
  <META content="Microsoft SafeHTML" name=Generator>
  <DIV><FONT face=Arial><SPAN class=EC_595260900-30102007>i'm fairly sure that 
  i'm doing something stupid, but for the life of me i can't figure out what... 
  i'm trying to compile the following script (i've also tried to copy out the C# 
  version that gets compiled with similar results)...</SPAN></FONT></DIV>
  <DIV><FONT face=Arial><SPAN 
  class=EC_595260900-30102007></SPAN></FONT> </DIV>
  <DIV><FONT face=Arial><SPAN 
  class=EC_595260900-30102007></SPAN></FONT> </DIV>
  <DIV><FONT face=Arial size=2><SPAN class=EC_595260900-30102007><FONT 
  face="Times New Roman" size=3>default<BR>{<BR>    
  touch_start(integer i)<BR>    
  {<BR>        
  llSay(0,"Moving");<BR>        
  llSetPos(llGetPos() + <-5,-5,0>); <BR>    
  }<BR>}</FONT><BR></SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN class=EC_595260900-30102007>Linux client. 
  OpenSim running off the trunk version as of today (2204 i believe). script 
  created with "new script" from the inventory. on save (not attached to an 
  object) the console window on the client records a "compile error" message (no 
  chat message). on the console of the opensim server (running standalone) there 
  is a message about "error displaying error in world: ...null reference 
  exception in chatmodule.cs line 122". </SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=EC_595260900-30102007></SPAN></FONT> </DIV>
  <DIV><FONT face=Arial size=2><SPAN class=EC_595260900-30102007>so.. why the 
  compiler error (first) and why the chat null ref?</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=EC_595260900-30102007></SPAN></FONT><FONT face=Arial size=2><SPAN 
  class=EC_595260900-30102007></SPAN></FONT> </DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=EC_595260900-30102007>--mic</SPAN></FONT></DIV>
  <DIV><FONT face=Arial size=2><SPAN 
  class=EC_595260900-30102007> </DIV></SPAN></FONT></BLOCKQUOTE></BODY></HTML>