Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Build newvieb, but it will not come up

Ratus Waydelich
Registered User
Join date: 7 Mar 2007
Posts: 14
03-17-2007 05:29
Hi,

I build the latest build of newview fot the mac.
Everything compiles fine, some warnings, but no errors. (after fixing some known issues about konfiguration management)

When it comes up, I get a window with a error message, that SL is not able to access some files needed.

The Run-Log shows some warnings:

......
2007-03-17T12:24:56Z WARNING: ll_apr_file_remove failed on file: /Users/X/Library/Application Support/SecondLife/cache/texture.cache
2007-03-17T12:24:56Z WARNING: ll_apr_file_remove failed on file: /Users/X/Library/Application Support/SecondLife/cache/textures/texture.entries
2007-03-17T12:24:56Z INFO: purge_cache: Purging Cache...
2007-03-17T12:24:56Z INFO: initCache: TEXTURE CACHE: Headers: 139810 Textures size: 320 MB
2007-03-17T12:24:56Z INFO: init_cache: VFS CACHE SIZE: 100 MB
2007-03-17T12:24:56Z WARNING: init_cache: Bad or missing vfx index file /Users/X/Library/Application Support/SecondLife/cache/index.db2.x.415695184
2007-03-17T12:24:56Z WARNING: init_cache: Removing old vfs data file /Users/X/Library/Application Support/SecondLife/cache/data.db2.x.415695184
2007-03-17T12:24:56Z INFO: init_cache: Removing old vfs and re-sizing
2007-03-17T12:24:56Z INFO: presizeDataFile: Pre-sized VFS data file to 104857600 bytes
2007-03-17T12:24:56Z INFO: LLVFS: VFS: Using index file /Users/X/Library/Application Support/SecondLife/cache/index.db2.x.415695184 and data file /Users/X/Library/Application Support/SecondLife/cache/data.db2.x.415695184
2007-03-17T12:24:56Z WARNING: LLVFS: Can't find /Users/X/Freizeit/SecondLife/Viewer/Downloads/linden/indra/newview/build/Development/Second Life.app/Contents/Resources/app_settings/static_index.db2 to open read-only VFS


static_index.db2 was non existant (like one other file) and I created them via touch.


What may be wrong?
Peekay Semyorka
Registered User
Join date: 18 Nov 2006
Posts: 337
03-17-2007 15:47
Did you download & unpack the artwork zip ?

static_index.db2 is in there:

http://secondlife.com/developers/opensource/downloads/2007/03/slviewer-artwork-FL-1.13.3.59315.zip

-peekay
Ratus Waydelich
Registered User
Join date: 7 Mar 2007
Posts: 14
03-17-2007 17:52
No, I did not. Lost that somehow. Thank you.

I added that and recompiled.

Now the client comes up and it is almost possible to log in.
The client crashes during log in (precaching) at llimagej2coj.cpp, line 164.
rawp[offset] = image->comps[comp].data[y*width + x];
Due to signl EXC_BAD_ACCESS


I followed the Instruktions "Compiling the viewer"
https://wiki.secondlife.com/wiki/Compiling_the_viewer_%28Mac_OS_X%29
Without doing it from scratch. But the artwork-zip is not mentioned, there.

Maybe I miss some other things?
Ratus Waydelich
Registered User
Join date: 7 Mar 2007
Posts: 14
03-18-2007 04:12
Strange, sometimes it works,
sometimes it crashes in game, same point, same error.
Peekay Semyorka
Registered User
Join date: 18 Nov 2006
Posts: 337
03-18-2007 12:01
Does this happen only in the Development configuration, or also on the Deployment or Universal builds? I've read of others having the same issue on their Development target builds; could be some debug code getting in the way.
Ratus Waydelich
Registered User
Join date: 7 Mar 2007
Posts: 14
03-18-2007 12:59
I think, it happened any version... I now use the next build.
Seems to be stabel till now.