[opensource-dev] Tab button no longer works

2010-12-29 Thread tinselsilvera
My tab button has not worked in the last two Dev versions 217861 & 217920. Did I miss a post or Jira regarding this issue? The lack of a tab button makes building and teleporting to exact coordinates more difficult. I tend to tweak my Debug Settings for personal preferences. Did I inadvertently

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Brian McGroarty
This was related to a brief load server configuration problem yesterday. This is unrelated to the problem that's taken over this thread. On Wed, Dec 29, 2010 at 2:36 PM, Trilo Byte wrote: > Very interesting - what specific Viewer & version are you running? The > only 1.x Viewers I've heard of t

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Nicky D.
> phenomenon's been occurring at least once a day.  Sometimes they're ??? at > login, sometimes they show properly at first and then flip to ??? on their > own.  Sometimes the ???'s remain throughout the session, and sometimes they > flip back to show the correct names.  It happens regardless of wh

Re: [opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Nicky D.
> > That is not normal... My X display did lock up too.. until I replaced > my videocard ;) I know :) And I even had those 'nice' GFX card problems once on another PC. But those are a lot nastier :D > If you just let it run, then there is no reason for it to hang X imho :/. > But if it only happe

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Frans
I was in a event a hour ago, and towards the end the viewer forgot my own name, I appeared as ??? (???) in chat and in the balloon above my av. I had all avatar names hiding while this happened, and wonder if that is somehow related. On Wed, Dec 29, 2010 at 11:36 PM, Trilo Byte wrote: > Very inte

[opensource-dev] saving textures

2010-12-29 Thread Dave Booth
Anyone else having issues SAVING textures with the dev viewer? With the 2.4.0 release viewer I can pull up a texture (that I created, so no perms issues) out of my inventory and hit "save as" and pull a fresh copy down to my hdd with no problems.. With the current dev build it hourglasses for a

[opensource-dev] Review Request: VWR-24347 Reversion in Copy3rdPartyLibs.cmake -- cannot find msvc* files using VS 2005 Express

2010-12-29 Thread Jonathan Yap
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/68/ --- Review request for Viewer. Summary --- Environment: Windows, VS 2005 Ex

Re: [opensource-dev] saved logins

2010-12-29 Thread Lance Corrimal
Am Mittwoch, 29. Dezember 2010 schrieb Aleric Inglewood: > https://jira.secondlife.com/browse/SNOW-129 > that is one of the main things that are holding me back from going live with dolphin viewer 2.x, the missing saved logins dropdown... bye, LC _

Re: [opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Aleric Inglewood
On Wed, Dec 29, 2010 at 10:05 PM, Nicky D. wrote: > But I just *run* snowstorm under gdb by setting LL_WRAPPER. I have not > one breakpoint > set, neither do I interrupt the program at all. > I just use the viewer and it will just lock up the whole X display > sooner or later. > > When I use the v

Re: [opensource-dev] saved logins

2010-12-29 Thread Lance Corrimal
Am Mittwoch, 29. Dezember 2010 schrieb Trilo Byte: > For a short time, the logon screen's user name field had a drop > down that would let you select from the user names/passwords > stored on that computer. Very handy in cases where you might log > in with an alt from time to time. for a short ti

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Trilo Byte
Very interesting - what specific Viewer & version are you running? The only 1.x Viewers I've heard of that are also experiencing the problem are recent builds of Phoenix (which are Display Names capable). On Dec 29, 2010, at 2:25 PM, Andromeda Quonset wrote: > Trilo, > > I had the ???'s displ

Re: [opensource-dev] saved logins

2010-12-29 Thread Aleric Inglewood
https://jira.secondlife.com/browse/SNOW-129 On Wed, Dec 29, 2010 at 9:13 PM, Oz Linden (Scott Lawrence) wrote: > On 2010-12-28 17:22, Lance Corrimal wrote: >> loosely related to storm-34: I would really see my saved logins back >> in 2.x, similar to snowglobe 1.5... > > I'm not clear on what you

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Andromeda Quonset
Trilo, I had the ???'s displaying last night on my friends list for quite awhile, and I have never had a Display Names capable viewer even installed. The version 1.xx viewer I use predates by several months, and I am posting to let anyone know that the problem is not "only appears to be happ

Re: [opensource-dev] saved logins

2010-12-29 Thread Trilo Byte
For a short time, the logon screen's user name field had a drop down that would let you select from the user names/passwords stored on that computer. Very handy in cases where you might log in with an alt from time to time. On Dec 29, 2010, at 12:13 PM, Oz Linden (Scott Lawrence) wrote: > On 2

Re: [opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Nicky D.
On Wed, Dec 29, 2010 at 9:30 PM, Monty Brandenberg wrote: > On 12/29/2010 1:19 PM, Aleric Inglewood wrote: > >> yes, this is a "known" problem: the viewer sometimes locks the X display, >> if then you halt it in the debugger you're toast. > > I only have creaky old Debians at hand but wondered if

Re: [opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Monty Brandenberg
On 12/29/2010 4:00 PM, Zabb65 wrote: > Reading through the documentation on this. It may be easier to just > add "GDK_DEBUG=nograbs" to the shell script launcher when it uses GDB, > and have it work on all distros, up to date or not? Yep, except for the attach-after-start case. (Wish I could test

Re: [opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Zabb65
Reading through the documentation on this. It may be easier to just add "GDK_DEBUG=nograbs" to the shell script launcher when it uses GDB, and have it work on all distros, up to date or not? On Wed, Dec 29, 2010 at 15:30, Monty Brandenberg wrote: > On 12/29/2010 1:19 PM, Aleric Inglewood wrote: >

Re: [opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Monty Brandenberg
On 12/29/2010 1:19 PM, Aleric Inglewood wrote: > yes, this is a "known" problem: the viewer sometimes locks the X display, > if then you halt it in the debugger you're toast. I only have creaky old Debians at hand but wondered if those with more modern distros with updated GTKs can work around it

Re: [opensource-dev] saved logins

2010-12-29 Thread Oz Linden (Scott Lawrence)
On 2010-12-28 17:22, Lance Corrimal wrote: > loosely related to storm-34: I would really see my saved logins back > in 2.x, similar to snowglobe 1.5... I'm not clear on what you think is missing... it remembers my username and password ___ Policies

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Trilo Byte
It's still happening (currently), in only some of my groups. On Dec 29, 2010, at 8:44 AM, Brian McGroarty wrote: > On Wed, Dec 29, 2010 at 7:36 AM, Ponzu wrote: > Last night I was using the 2.5 beta I had just built from the weekend's > changes, and this odd thing happened... > > I logged

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Bunny Halberd
On Wed, Dec 29, 2010 at 10:46 AM, Trilo Byte wrote: > It's not you, it's been happening to others.  A lot. It's really confusing the heck out of newbies. I've gotten to the point where I have to explain to people how to turn off Display Names a few times an hour. (Ctrl-P -> General -> Uncheck "V

Re: [opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Aleric Inglewood
Hi NickyP, yes, this is a "known" problem: the viewer sometimes locks the X display, if then you halt it in the debugger you're toast. I worked around this by running the debugger from different X display. That can be a second X running on the same PC (ie second video card) or just another PC wit

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Carlo Wood
It is still a (serious) bug. The viewer should have showed '???', not Grumpity. On Wed, Dec 29, 2010 at 08:44:02AM -0800, Brian McGroarty wrote: > That was the result of a brief load server configuration problem yesterday, > and > it shouldn't repeat. The message didn't come from Grumpity, and th

[opensource-dev] Snowstorm Scrum Cancelled today

2010-12-29 Thread Oz Linden (Scott Lawrence)
I have an internal meeting conflict, and as far as I know am the only Linden on the team working today. I will be holding my OH as usual this afternoon... please bring any issues there. ___ Policies and (un)subscribe information available here: http:/

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Ponzu
OK, thanks. Sort of like the good old days. 8-) BTW, if anyone wants to go to the Magic Castle in Hollywood, ever, I am a member and can send you an invitation good for 8 people. ponzu On Wed, Dec 29, 2010 at 11:46 AM, Trilo Byte wrote: > It's not you, it's been happening to others. A lot.

Re: [opensource-dev] Anyone playing with Android and Second Life?

2010-12-29 Thread Brian McGroarty
On Tue, Dec 28, 2010 at 8:05 AM, Tateru Nino wrote: > On 29/12/2010 2:57 AM, Robin Cornelius wrote: > > On Tue, Dec 28, 2010 at 3:55 PM, Robin Cornelius > > wrote: > > > > v1.13.852 > > * the whole login process is now handled by the mobile device itself, > > from now on no passwords nor the

[opensource-dev] Debugging Snowstorm under Linux x64 with GDB locks the whole X session

2010-12-29 Thread Nicky D.
Hello, did anyone ever have the following problem? I start snowstorm directly under gdb, run it. Then after a while (mostly after SL login) my machine GUI locks up. I cannot use any X programs anymore, if I run mplayer it will stop playing music. Neither can I kill the X server or switch session.

Re: [opensource-dev] Anyone playing with Android and Second Life?

2010-12-29 Thread Brian McGroarty
On Tue, Dec 28, 2010 at 7:57 AM, Robin Cornelius wrote: > On Tue, Dec 28, 2010 at 3:55 PM, Robin Cornelius > wrote: > > > The other issue is, if they are using a central server to perform the > > connection to SL then transmitting revelant data to your handset, > > unless they have been very clev

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Trilo Byte
It's not you, it's been happening to others. A lot. Before Christmas it happened much less frequently, but since then the phenomenon's been occurring at least once a day. Sometimes they're ??? at login, sometimes they show properly at first and then flip to ??? on their own. Sometimes the ??

Re: [opensource-dev] Very Strange occurrence...

2010-12-29 Thread Brian McGroarty
On Wed, Dec 29, 2010 at 7:36 AM, Ponzu wrote: > Last night I was using the 2.5 beta I had just built from the weekend's > changes, and this odd thing happened... > > I logged in. My friends list showed ???. (Odd, the pictures load OK, but > not the names.) I had been logged in about 15 min

[opensource-dev] Very Strange occurrence...

2010-12-29 Thread Ponzu
Last night I was using the 2.5 beta I had just built from the weekend's changes, and this odd thing happened... I logged in. My friends list showed ???. (Odd, the pictures load OK, but not the names.) I had been logged in about 15 minutes. Then I got an IM from Grumpity Productengine. So

[opensource-dev] Debian Squeeze compiling

2010-12-29 Thread Duncan Bradders
Hello, I'm trying to compile the latest viewer development on my distro, the envoronment it's the same for other viewers and usually I can compile TPV V1 viewers. dbradd...@casa:~/Src/viewer-development/indra$ ./develop.py --type=Release configure 2>&1 | tee build.log then: dbradd...@casa:~/Src/

Re: [opensource-dev] Review Request: Constraints in XUI files don't match the constraints imposed elsewhere in the viewer/server code.

2010-12-29 Thread Boroondas Gupte
> On 2010-12-24 11:06:43, Vadim ProductEngine wrote: > > How do you know the server constraints? Signpost already answered a similar question on jira: https://jira.secondlife.com/browse/VWR-24197?focusedCommentId=228070&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comme