Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

1.11.1.1

ninjafoo Ng
Just me :)
Join date: 11 Feb 2006
Posts: 713
07-26-2006 11:05
Is out, grab it while its hot !

(and then skuttle over to the LUG and we can all crash together)

http://secondlife.com/community/downloads.php
_____________________
FooRoo : clothes,bdsm,cages,houses & scripts

QAvimator (Linux, MacOS X & Windows) : http://qavimator.org/
ninjafoo Ng
Just me :)
Join date: 11 Feb 2006
Posts: 713
07-26-2006 11:31
Snapshots still hard crash, tried removing /SecondLife_1_11_0_11/lib/libjpeg.so - still hard crash
_____________________
FooRoo : clothes,bdsm,cages,houses & scripts

QAvimator (Linux, MacOS X & Windows) : http://qavimator.org/
Muddy Field
Registered User
Join date: 16 Jul 2006
Posts: 2
07-26-2006 12:26
OK, am I just being really daft... but where did the settings.ini file go in this build?
Zi Ree
Mrrrew!
Join date: 25 Feb 2006
Posts: 723
07-26-2006 12:57
It's now settings.xml
_____________________
Zi!

(SuSE Linux 10.2, Kernel 2.6.13-15, AMD64 3200+, 2GB RAM, NVidia GeForce 7800GS 512MB (AGP), KDE 3.5.5, Second Life 1.13.1 (6) alpha soon beta thingie)

Blog: http://ziree.wordpress.com/ - QAvimator: http://qavimator.org

Second Life Linux Users Group IRC Channel: irc.freenode.org #secondlifelug
Muddy Field
Registered User
Join date: 16 Jul 2006
Posts: 2
07-26-2006 13:17
Yup, I was being really daft
Laveur Backbite
Registered User
Join date: 13 Jul 2005
Posts: 1
07-26-2006 14:01
Hmmm can anyone help....

[System]
CPU: AMD Athlon 64 3000+
RAM: 1 Gig RAM
Graphics Card: nVidia GeForce 6200 (Drivers installed)
OS: Ubuntu 6.06 LTS

It starts loading and creates the window. But it stops there, no login screen or anything..., My terminal window says:

2006-07-26T20:38:10Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z INFO: GL_VENDOR NVIDIA Corporation
2006-07-26T20:38:11Z GL_RENDERER GeForce 6200/AGP/SSE2
2006-07-26T20:38:11Z GL_VERSION 2.0.2 NVIDIA 87.62
2006-07-26T20:38:11Z

Any thoughts?

Oh and I would like to add this to everyones todo list as the current secondlife Shell script isn't done properly. I highly suggest editing it to this

CODE

#!/bin/sh
cd `dirname $0`
# HACK: MALLOC_CHECK_=0 is a temporary workaround for some glibc installations.
env MALLOC_CHECK_=0 LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" bin/secondlife-bin $@ 2>&1 | tee lastrun.log


The env and LD_LIBRARY_PATHS would then properly be set.

Laveur
Hello Toonie
Registered User
Join date: 25 Jul 2005
Posts: 212
07-27-2006 01:21
From: ninjafoo Ng
Snapshots still hard crash, tried removing /SecondLife_1_11_0_11/lib/libjpeg.so - still hard crash
The problem is that the version (and configuration) of libjpeg that the binary is built against is not the version that it's distributed with - d'oh! Removing the distributed libjpeg.so just means falling back to the system libjpeg, which might be a compatible approximation to the expected one (for many people yes, for you no).

Doing a stock jpeglib-6b build and using that resulting .so might cause you success and joy. I wish I could attach my libjpeg.so here for people to try out!
Royal Doyle
Registered User
Join date: 13 Aug 2006
Posts: 2
Re: Hmmm can anyone help....
08-15-2006 19:35
From: Laveur Backbite
Hmmm can anyone help....

It starts loading and creates the window. But it stops there, no login screen or anything..., My terminal window says:

2006-07-26T20:38:10Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z WARNING: Couldn't load font ヒラギノ角ゴ Pro W3.otf
2006-07-26T20:38:11Z INFO: GL_VENDOR NVIDIA Corporation
2006-07-26T20:38:11Z GL_RENDERER GeForce 6200/AGP/SSE2
2006-07-26T20:38:11Z GL_VERSION 2.0.2 NVIDIA 87.62
2006-07-26T20:38:11Z

Any thoughts?
Laveur


Had exactly the same problem. looks like paths to the fonts required are not being set properly and possibly other things as well

If you execute the secondlife script in the root directory, or wherever you unpacked the application, then it should work. If you are using ./bin/secondlife-bin then you will get this error and a black screen.