Re: [opensource-dev] SL server issues in the past 4 months

2019-04-10 Thread John Nagle
lCoro : Canceling coroutine This was from yesterday, when Oz had people from Server User Group TPing between three mostly empty Linden sims as a test. I've seen occasional errors like that before. That there are ever 404 errors for a cap seems wrong. The sim tol

Re: [opensource-dev] Windows ReleaseOS build unable to load textures

2019-02-11 Thread John Nagle
Is this related to https://jira.phoenixviewer.com/browse/FIRE-22342 The problem there was with 5-channel images. SL has a few of those; in some old format, eyelash length was encoded as an extra JPEG color channel. Those resulted in crashes where the fast cache decoder didn't have a case for a

Re: [opensource-dev] HTTP asset fetching will soon be mandatory

2018-10-30 Thread John Nagle
on what look like hard errors on any URL that the sim gives you. They're supposed to be valid URLs, after all. John Nagle Animats resident ___ Policies and (un)subscribe information available here: htt

Re: [opensource-dev] compiling viewer-release on linux

2018-09-21 Thread John Nagle
Here's how I currently compile successfully on Linux. This builds the development version 5.1.9, not the release version. Install all prerequisites per http://wiki.phoenixviewer.com/fs_compiling_firestorm_64bit_ubuntu Create a working directory for the version you're building. hg clone h

[opensource-dev] Miscellaneous bad code in llviewerobject.cpp

2018-09-21 Thread John Nagle
I've been looking for the "half-unsit" region crossing bug, adding debug code to llviewerobject. Something is going wrong in reparenting, but I haven’t been able to isolate it yet. Looking in there, I've found some code that's wrong, but probably not causing trouble. - Two possible buffe