[Opensim-users] Opensim-users Digest, Vol 60, Issue 17
oztrout63
oztrout63 at bigpond.com
Tue Aug 14 09:17:41 UTC 2012
Hey cool thank you ... i found it and deleted it ...
Thank you again ... :)
On Mon, 2012-08-13 at 16:18 +0200,
opensim-users-request at lists.berlios.de wrote:
> Send Opensim-users mailing list submissions to
> opensim-users at lists.berlios.de
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.berlios.de/mailman/listinfo/opensim-users
> or, via email, send a message with subject or body 'help' to
> opensim-users-request at lists.berlios.de
>
> You can reach the person managing the list at
> opensim-users-owner at lists.berlios.de
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Opensim-users digest..."
>
>
> Today's Topics:
>
> 1. Re: Exception rethrown at [0]: (Gwyneth Llewelyn)
> 2. Re: Does emailing a snapshot work on OpenSim? If so, any grid
> / client limitations? (Fleep Tuque)
> 3. Re: Does emailing a snapshot work on OpenSim? If so, any grid
> / client limitations? (Fleep Tuque)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 13 Aug 2012 15:02:33 +0100
> From: Gwyneth Llewelyn <gwyneth.llewelyn at gwynethllewelyn.net>
> To: opensim-users at lists.berlios.de
> Subject: Re: [Opensim-users] Exception rethrown at [0]:
> Message-ID: <6AE63A1D-9F2B-4E5C-95BE-A19CCA223DD2 at gwynethllewelyn.net>
> Content-Type: text/plain; charset="windows-1252"
>
> Hiya :)
>
> Well, two things. When starting, OpenSim *usually* tells you what scripts it is loading. If not, can try to open OpenSim.ini and change
>
> DeleteScriptsOnStartup = true
>
> This should load the script and recompile it. This may make a difference: you *might* have the script compiled for a previous version of OpenSim, or the compiled version might be corrupted, so this should get it working again.
>
> If not, at least the logs *should* give you the script's name.
>
> if not, you might put the logging into a more chatty mode. This is done on OpenSim.exe.config and looking for:
>
> <level value="DEBUG" />
>
> or whatever your level is set to, and set it to ALL for example (see http://opensimulator.org/wiki/Logging for a list of possible options), and restart OpenSim. Note that some versions of OpenSim have different logging levels for scripts (usually just INFO) and for the remaining things (normally DEBUG); you can try to set both to ALL to see if it helps you locate the faulty script.
>
> With DEBUG level for scripts I get entries like this, every time a script is launched after OpenSim is reset, I get an entry like this:
>
> OpenSim.BetaTech.log.2012-08-03:2012-08-03 15:33:14,214 DEBUG - OpenSim.Region.ScriptEngine.XEngine.XEngine [XEngine] Loaded script HyperGate v0.7.3 (TheHyperGates.com).monitor, item UUID 32add6b2-3897-45bc-8580-395f05da7222, prim UUID 18d185d4-fe4a-44fb-91e2-3f3fbdd76816 @ <148.5385, 231.8452, 32.0867>.Beta Technologies
>
> This identifies the script name: "HyperGate v0.7.3 (TheHyperGates.com)" in my case, and also tells me which prim is loading it.
>
> If you're good at doing MySQL queries, you could theoretically figure out the prim's name, launch OpenSim with scripts turned off, locate that prim, delete the contents, then turn scripts on again, and relaunch ? your problem should have been gone :)
>
> Oh, last but not least. You MIGHT have os* functions turned off in scripts. I'm not sure if this will give an error when scripts try to use those functions. Since you're not aware of the script, I wonder where you got it from, or who knows what it's actually doing; not all os* functions are "safe".
>
> You could try to check on OpenSim.ini for:
>
> [XEngine]
> ...
> AllowOSFunctions = true
>
> but set the threat level to
>
> OSFunctionThreatLevel = VeryLow
>
> or even
>
> OSFunctionThreatLevel = None
>
> osSetDynamicTextureURL() has a threat level of VeryLow, so setting "None" should prevent it from being loaded anyway.
>
> Good luck tracking this down!
>
> - Gwyn
>
>
> On 13/08/2012, at 11:43, oztrout63 wrote:
>
> > If i get it back ...
> > How would i delete that script ... ?
> >
> >
> > On Mon, 2012-08-13 at 11:06 +0100, Gwyneth Llewelyn wrote:
> >> Hi Oz,
> >>
> >> That seems to be coming from a script ? the error is being thrown by the function osSetDynamicTextureURL(), I believe.
> >>
> >> If you delete that script, does the error go away?
> >>
> >> - Gwyn
> >>
> >> On 13/08/2012, at 04:51, oztrout63 wrote:
> >>
> >> > Hello Everyone ...
> >> >
> >> > I would like to thank you all for the great work everyone is doing ...
> >> >
> >> > My problem is that i keep get this message in my consol here ...
> >> > And it just keeps repeating ...
> >> > Im running 7.3.1 opensimulater ...
> >> > Any have any ideas ...
> >> >
> >> > Thank you ...
> >> > Reguards ...
> >> > Oztrout
> >> >
> >> > Exception rethrown at [0]:
> >> >
> >> > at (wrapper xdomain-invoke) OpenSim.Region.ScriptEngine.Shared.Api.OSSL_Api:osSetDynamicTextureURL (string,string,string,string,int)
> >> > at OpenSim.Region.ScriptEngine.Shared.ScriptBase.ScriptBaseClass.osSetDynamicTextureURL (System.String dynamicID, System.String contentType, System.String url, System.String extraParams, Int32 timer) [0x00000] in <filename unknown>:0
> >> > at SecondLife.Script.ShowEvent (LSLInteger row) [0x00000] in <filename unknown>:0
> >> > at SecondLife.Script.default_event_http_response (LSLString id, LSLInteger status, OpenSim.Region.ScriptEngine.Shared.list meta, LSLString body) [0x00000] in <filename unknown>:0
> >> > at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
> >> > at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
> >> > --- End of inner exception stack trace ---
> >> > at (wrapper xdomain-invoke) OpenSim.Region.ScriptEngine.Shared.ScriptBase.ScriptBaseClass:ExecuteEvent (string,string,object[])
> >> > at OpenSim.Region.ScriptEngine.Shared.Instance.ScriptInstance.EventProcessor () [0x00000] in <filename unknown>:0
> >> > _______________________________________________
> >> > Opensim-users mailing list
> >> >
> >> Opensim-users at lists.berlios.de
> >>
> >> >
> >> https://lists.berlios.de/mailman/listinfo/opensim-users
> >>
> >>
> >>
> >
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/pkcs7-signature
> Size: 4917 bytes
> Desc: not available
> URL: <https://lists.berlios.de/pipermail/opensim-users/attachments/20120813/85ba1c1e/attachment-0001.bin>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 13 Aug 2012 10:16:44 -0400
> From: Fleep Tuque <fleep513 at gmail.com>
> To: opensim-users at lists.berlios.de
> Subject: Re: [Opensim-users] Does emailing a snapshot work on OpenSim?
> If so, any grid / client limitations?
> Message-ID:
> <CAG6z+U647y39EUH-pQT_7jvK3UbEPFkPaWW85NjBqccWvD9U8A at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I don't have an smtp server configured for FleepGrid, so maybe not
> surprising that it doesn't work there, but I just popped over to OSGrid to
> test and it doesn't seem to work there either. Maybe one of the devs can
> give a definitive answer if it just isn't coded to work or if it should
> work but just isn't configured properly.
>
> FWIW, it doesn't seem to work reliably even on SL for me anymore, not since
> the first V2 beta. It does sometimes, but sometimes silently fails even in
> SL.
>
> Sorry can't be of more help!
>
> - Fleep
>
>
> Chris M. Collins (SL/OS: Fleep Tuque)
> Center for Simulations & Virtual Environments Research (UCSIM)
> UCIT Instructional & Research Computing
> University of Cincinnati
> 406A Zimmer Hall
> 315 College Drive
> PO BOX 210088
> Cincinnati, OH 45221-0088
> chris.collins at uc.edu
> (513) 556-3018
>
> http://ucsim.uc.edu
>
> On Mon, Aug 13, 2012 at 5:20 AM, Edmund Edgar <ed at avatarclassroom.com>wrote:
>
> > 'Scuse the bump, has anyone ever successfully emailed a snapshot
> > postcard on OpenSim, or can anyone confirm that it doesn't work?
> >
> > Edmund
> >
> > On 8 August 2012 10:40, Edmund Edgar <ed at avatarclassroom.com> wrote:
> > > I've just been working on a feature in sloodle that allows you to take
> > > a snapshot in your viewer, email it to a dedicated address and have it
> > > show up in your Moodle blog.
> > >
> > > When I try to do this on my OpenSim dev grid with the regular Linden
> > > viewer I get an error message saying, "Please enter your email
> > > address". Putting an email address in the "From" line doesn't seem to
> > > help. I popped into Fleep Grid and tried the same thing, and got the
> > > same result.
> > >
> > > Does this feature work on OpenSim? If so, are there any particular
> > > limitations or special tricks that have to be done on the server side
> > > or by the user to get it to work?
> >
> > --
> > Edmund Edgar
> > Avatar Classroom
> > Your classroom, on the web, in a virtual world.
> >
> > ed at avatarclassroom.com
> > +81 090 3912 3380
> > Skype: edmundedgar
> > Second Life: Edmund Earp
> > Linked In: edmundedgar
> > Twitter: @edmundedgar
> > http://www.avatarclassroom.com
> > _______________________________________________
> > Opensim-users mailing list
> > Opensim-users at lists.berlios.de
> > https://lists.berlios.de/mailman/listinfo/opensim-users
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.berlios.de/pipermail/opensim-users/attachments/20120813/7adbb044/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 13 Aug 2012 10:18:43 -0400
> From: Fleep Tuque <fleep513 at gmail.com>
> To: opensim-users at lists.berlios.de
> Subject: Re: [Opensim-users] Does emailing a snapshot work on OpenSim?
> If so, any grid / client limitations?
> Message-ID:
> <CAG6z+U4pJykQSNNwm=pT0D7qSSDm=LTeSNdddXVWh-Q04nWjag at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Oh hm for some reason I didn't see Gwyn's email till now, I should note
> that I did my testing with Imprudence too, if the viewer is the issue..
>
> - Fleep
>
> On Mon, Aug 13, 2012 at 10:16 AM, Fleep Tuque <fleep513 at gmail.com> wrote:
>
> > I don't have an smtp server configured for FleepGrid, so maybe not
> > surprising that it doesn't work there, but I just popped over to OSGrid to
> > test and it doesn't seem to work there either. Maybe one of the devs can
> > give a definitive answer if it just isn't coded to work or if it should
> > work but just isn't configured properly.
> >
> > FWIW, it doesn't seem to work reliably even on SL for me anymore, not
> > since the first V2 beta. It does sometimes, but sometimes silently fails
> > even in SL.
> >
> > Sorry can't be of more help!
> >
> > - Fleep
> >
> >
> > Chris M. Collins (SL/OS: Fleep Tuque)
> > Center for Simulations & Virtual Environments Research (UCSIM)
> > UCIT Instructional & Research Computing
> > University of Cincinnati
> > 406A Zimmer Hall
> > 315 College Drive
> > PO BOX 210088
> > Cincinnati, OH 45221-0088
> > chris.collins at uc.edu
> > (513) 556-3018
> >
> > http://ucsim.uc.edu
> >
> >
> > On Mon, Aug 13, 2012 at 5:20 AM, Edmund Edgar <ed at avatarclassroom.com>wrote:
> >
> >> 'Scuse the bump, has anyone ever successfully emailed a snapshot
> >> postcard on OpenSim, or can anyone confirm that it doesn't work?
> >>
> >> Edmund
> >>
> >> On 8 August 2012 10:40, Edmund Edgar <ed at avatarclassroom.com> wrote:
> >> > I've just been working on a feature in sloodle that allows you to take
> >> > a snapshot in your viewer, email it to a dedicated address and have it
> >> > show up in your Moodle blog.
> >> >
> >> > When I try to do this on my OpenSim dev grid with the regular Linden
> >> > viewer I get an error message saying, "Please enter your email
> >> > address". Putting an email address in the "From" line doesn't seem to
> >> > help. I popped into Fleep Grid and tried the same thing, and got the
> >> > same result.
> >> >
> >> > Does this feature work on OpenSim? If so, are there any particular
> >> > limitations or special tricks that have to be done on the server side
> >> > or by the user to get it to work?
> >>
> >> --
> >> Edmund Edgar
> >> Avatar Classroom
> >> Your classroom, on the web, in a virtual world.
> >>
> >> ed at avatarclassroom.com
> >> +81 090 3912 3380
> >> Skype: edmundedgar
> >> Second Life: Edmund Earp
> >> Linked In: edmundedgar
> >> Twitter: @edmundedgar
> >> http://www.avatarclassroom.com
> >> _______________________________________________
> >> Opensim-users mailing list
> >> Opensim-users at lists.berlios.de
> >> https://lists.berlios.de/mailman/listinfo/opensim-users
> >>
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://lists.berlios.de/pipermail/opensim-users/attachments/20120813/97b066e7/attachment.html>
>
> ------------------------------
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
> End of Opensim-users Digest, Vol 60, Issue 17
> *********************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20120814/ee62bbbf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: face-smile.png
Type: image/png
Size: 925 bytes
Desc: not available
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20120814/ee62bbbf/attachment.png>
More information about the Opensim-users
mailing list