where is windlight on linux ?
|
Irina Fegte
Registered User
Join date: 27 Mar 2007
Posts: 7
|
03-08-2008 05:47
where is windlight on linux ? I had windlight on linux but I saw a message telling me I needed to download the last version for use windlight. I went to the adress for download it ( http://secondlife.com/community/firstlook.php) but when I tried to download windlight for linux it was dazzle version in place of windlight ! What can I do ? Do you have same problem ?
|
Amber Habsburg
Registered User
Join date: 26 Dec 2005
Posts: 32
|
03-08-2008 06:23
Windlight is included in the latest Release Candidate. Maybe you found it already.
I was pretty mad keen to try out the 'web on a prim' release candidate and, lo, I find windlight is on there which I love. I guess this means windlight will be in a Second Life mainstream release sometime soon...
|
Irina Fegte
Registered User
Join date: 27 Mar 2007
Posts: 7
|
03-08-2008 08:15
I tried last candidate, but always crashing after I connect.
|
Daneel Aya
Registered User
Join date: 26 Dec 2007
Posts: 2
|
(copied: solution from blog)
03-08-2008 11:17
Crashes on Linux if you have a locale that uses “,” for fractional numbers. Workaround:
export LANG=C
This bug pops up every once in a while, you should put it into your regression test suite
|
Irina Fegte
Registered User
Join date: 27 Mar 2007
Posts: 7
|
03-08-2008 11:26
uh what should I do more precisely ?
|
Patadx Pessoa
Registered User
Join date: 12 Apr 2007
Posts: 13
|
03-09-2008 00:36
From: Irina Fegte uh what should I do more precisely ? Edit your secondlife start script and put: export LANG=C on top of it.
|
Daneel Aya
Registered User
Join date: 26 Dec 2007
Posts: 2
|
Alternative: start in terminal
03-09-2008 08:48
Or if you don not like edit scripts you can start SL via terminal directly with the setting:
export LANG=C; /path/SecondLife_i686_1_19_1_0_RELEASECANDIDATE/secondlife
Whereby "path" has to be replaced there you have installed Client
|
Irina Fegte
Registered User
Join date: 27 Mar 2007
Posts: 7
|
03-10-2008 03:45
Thank you for your help, now it work.
|
Michelle2 Zenovka
Registered User
Join date: 6 Jan 2008
Posts: 63
|
03-10-2008 14:43
Ah so this bug **does** exist in windlight. I was beginning to think that only my builds were trigging it (although I have a patch to fix the issue on my builds).
Basically if you look at the code the locale is switched *a lot* but it seems that there is a bug in the switching code that causes it to fallback to the users locale when it was suppose to be on the C locale at that time.
I'm off to reopen my JIRA!.... I've reopened VWR-5056 with a patch attached to protect the fscanf routines around the reading of the xml files.
BTW what Linux distribution do you use? May be this is a combination of issues that is not triggered on all distros?
|
Ara Hax
Registered User
Join date: 9 Mar 2007
Posts: 3
|
03-11-2008 05:34
The above workaround does not work with my mandriva 2007 / 2007.1 distros.
... LogLock::LogLock: failed to get mutex for log ./secondlife: line 100: 22194 Speicherzugriffsfehler LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}" $LL_WRAPPER bin/do-not-directly-run-secondlife-bin -settings settings_releasecandidate.xml -channel "Second Life Release Candidate" *** Unclean shutdown. *** ...
Last working Windlight-Version was SecondLife_i686_1_19_0_80044_WINDLIGHT
Regards, Ara
|
Michelle2 Zenovka
Registered User
Join date: 6 Jan 2008
Posts: 63
|
03-11-2008 07:04
Hi Ara
Did you get the "bone without position" message? the last few lines are not the issue, if you can go back in the log a little further and post the results.
|
Ara Hax
Registered User
Join date: 9 Mar 2007
Posts: 3
|
03-11-2008 07:28
Hello again, meanwhile I found this thread: /263/ba/245194/1.htmlthere it says: "export LC_ALL=C" this works for me thank you all, regards, Ara
|
Ara Hax
Registered User
Join date: 9 Mar 2007
Posts: 3
|
03-11-2008 07:51
@ Michelle2 :
in the crashing version there is:
... 2008-03-11T14:48:10Z INFO: loadAllPresets: name: 2008-03-11T14:48:10Z WARNING: parseXml: Bone without position 2008-03-11T14:48:10Z WARNING: parseXml: Error parsing bone in skeleton file 2008-03-11T14:48:10Z i686-linux-client-releasefordownload/newview/llvoavatar.cpp (1431) : error 2008-03-11T14:48:10Z ERROR: initClass: Error parsing skeleton XML file: /home/hj p/SecondLife_i686_1_19_1_0_RELEASECANDIDATE/character/avatar_skeleton.xml ...
Ara
|