[Opensim-users] Robust Log Item Found

Ai Austin ai.ai.austin at gmail.com
Mon Dec 29 13:19:46 UTC 2014


Randy, as Melanie and Butch indicated... the issue is likely to be 
that when XBakes was first included the location for saving avatar 
baked textures was set to the unix-orientated /data/bakes in 
Robust.ini.example.

In the latest dev master that's set to be ./bakes which will place it 
in a directory (which does not have to preexist) in the OpenSim bin 
directory, similar to things like the assetcache, scriptengines 
script state folder, etc.

[BakedTextureService]
     LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
     ;; This directory must be writable by the user ROBUST runs as. 
It will be created automatically.
     BaseDirectory = "./bakes"

Some of us place such things outside of the OpenSim install directory 
which you can do using ../../bakes for example or some specific 
directory of your choosing. 



More information about the Opensim-users mailing list