Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Scripts Breaking in OMVviewer

Steely Carver
The dreamer or the dream?
Join date: 10 Nov 2007
Posts: 515
04-30-2009 21:17
Running Debian 5.0 and OMVviewer.

Since using OMV, I have had to relog several times. Scripts, AO's, HUDs all stop working. I also can't detatch them. Once I relog everything goes back to normal.
_____________________
It is a tale told by an idiot, full of sound and fury, signifying nothing.
Robin Cornelius
Registered User
Join date: 29 Sep 2008
Posts: 11
05-01-2009 01:13
Probably a good idea if you file any omvviewer related bugs in the omvviewer jira at jira.byteme.org.uk. Its nothing to do with LL and is a packaging project run by myself and a few other linux users. And we don't always check these forums all the time so can miss things like this.

As for your problem, i've no idea what could be causing that, the (current) omvviewer is based on 1.22.11 and does not make any massive or intrusive changes to the code, certainly the faults you describe do not reflect any areas where the code base is different from LLs

I'm wondering if any similar reports are filed for the official 1.22.11?
Day Oh
Registered User
Join date: 3 Feb 2007
Posts: 1,257
05-01-2009 02:25
Hey that sounds similar to what happens if you don't omit the meters from the region handle used for teleporting to a region :o

Like, in the TeleportLocationRequest message, in RegionHandle you fill in the global X and global Y in *meters*, but for some reason you have to omit the number of meters from the sim corner (0-255), or else the teleport works but your scripts don't, it's weird

I dunno, maybe that will be relevant to your report!
_____________________
Steely Carver
The dreamer or the dream?
Join date: 10 Nov 2007
Posts: 515
05-01-2009 04:06
From: Robin Cornelius
Probably a good idea if you file any omvviewer related bugs in the omvviewer jira at jira.byteme.org.uk. Its nothing to do with LL and is a packaging project run by myself and a few other linux users. And we don't always check these forums all the time so can miss things like this.

As for your problem, i've no idea what could be causing that, the (current) omvviewer is based on 1.22.11 and does not make any massive or intrusive changes to the code, certainly the faults you describe do not reflect any areas where the code base is different from LLs

I'm wondering if any similar reports are filed for the official 1.22.11?


Oh, thanks Robin. Didn't know you had your own Jira.

I'll check around and see if others have seen this before. This is the first time I've had this happen, so it surprised me.
_____________________
It is a tale told by an idiot, full of sound and fury, signifying nothing.
Steely Carver
The dreamer or the dream?
Join date: 10 Nov 2007
Posts: 515
05-01-2009 04:08
From: Day Oh
Hey that sounds similar to what happens if you don't omit the meters from the region handle used for teleporting to a region :o

Like, in the TeleportLocationRequest message, in RegionHandle you fill in the global X and global Y in *meters*, but for some reason you have to omit the number of meters from the sim corner (0-255), or else the teleport works but your scripts don't, it's weird

I dunno, maybe that will be relevant to your report!


Thanks: I have no idea what you just said. :)
_____________________
It is a tale told by an idiot, full of sound and fury, signifying nothing.
Steely Carver
The dreamer or the dream?
Join date: 10 Nov 2007
Posts: 515
05-01-2009 18:44
Okay, I discovered this:

http://jira.secondlife.com/browse/VWR-13151
_____________________
It is a tale told by an idiot, full of sound and fury, signifying nothing.