Re: [realXtend] Avatar in avatar scene do not move

2011-10-12 Thread Jonne Nauha
Whats the point if its read only when we ship the folder as empty? Just
means user can throw stuff there manually if he wants? I would think a
better solution would be to do /assets and make it normal local
storage where "upload" aka file copy would work. This would also preserver
your work between installing different versions or updating client nicely.
Is there now any option that user can select in the storage combo box that
actually will receive the assets by default? Seems odd that the user would
need to spesify --storage to some nice dir to get a simple/basic thing like
that working.

Best regards,
Jonne Nauha
Adminotech developer


On Wed, Oct 12, 2011 at 3:02 PM, Ali Kämäräinen wrote:

> FYI, the bin/data/asset "System" storage is nowadays read-only storage, so
> it should not be possible to "upload" assets to this folder at least via
> Tundra codepaths.
>
> Grey skies,
> Ali Kämäräinen
>
>  --
> http://groups.google.com/group/realxtend
> http://www.realxtend.org
>

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Re: [realXtend] Avatar in avatar scene do not move

2011-10-12 Thread Ali Kämäräinen
FYI, the bin/data/asset "System" storage is nowadays read-only storage, so
it should not be possible to "upload" assets to this folder at least via
Tundra codepaths.

Grey skies,
Ali Kämäräinen

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Re: [realXtend] Avatar in avatar scene do not move

2011-10-12 Thread Toni Alatalo
On Oct 12, 2011, at 2:03 PM, Daniele Zanni wrote:
> Deleting the files and re-installing the new release the issue is not present 
> anymore, so it was probably due to old files had not been updated during the 
> upgrade.

Ah I think the problem is again the stupid System storage thing - if you had 
drag&dropped the av script at some point without having some other storage set, 
it had gone to system storage (data/ somewhere in the install), and with the 
magic local:// references things are always found from there first. I'd prefer 
to use more explicit references, that don't search multiple directories etc., 
to avoid easily time consuming problems like this.

That bit me a while ago but had forgotten about it then, should file an issue.

Thanks for reporting and sorry for the trouble.

~Toni

> On Wed, Oct 12, 2011 at 1:53 PM, Jonne Nauha  wrote:
> If camera moves but not the avatar you are propably in the free camera. The 
> init code probably died before the av camera is created, so you are stuck 
> with free cam only.
> 
> As toni said you have quite old av script if you see those errors. Otherwise 
> seems ok, start your server with (open cmd prompt and go to install dir) 
> Tundra.exe --server --headless --file scenes/Avatar/avatar.txml that should 
> be the latest that we ship. Or start one and connect with client and drag and 
> drop the av txml scene into the 3D scene. If you get errors/crash on adding 
> the dropped scene, you might wanna install Tundra to C:\Tundra or something 
> to not have non-admin run issues that few people are having here.
> 
> Let us know how it goes.
> 
> Best regards,
> Jonne Nauha
> Adminotech developer
> 
> 
> 
> On Wed, Oct 12, 2011 at 1:23 PM, Toni Alatalo  wrote:
> On Oct 12, 2011, at 11:53 AM, Daniele Zanni wrote:
>> I am new here. I was trying during these days the realXtend Tundra 
>> environment (2.1.1). Anyhow, launching the Avatar demo I get a Error: 
>> TypeError: Result of expression 'scene.EmitEntityCreatedRaw' [undefined]
>> Error: ()@local://avatarapplication.js:113
> 
> The *Raw in the function name suggests this version of the av app would be 
> old.
> 
> Is it from the release?
> 
> Current avatarapplication.js in my dev env doesn't have 'Raw' anywhere. Is 
> unchanged since 2.1.* releases, so just using the js from the release should 
> work.
> 
> *Raw was a workaround we needed in Tundra1 which has been removed since, the 
> kind of syntactical javascript changes that the conversion tool in 
> tools/tundra1-js-to-tundra2.py handles .. apparently doesn't have this emit 
> thing there though.
> 
>> Daniele Zanni
> 
> ~Toni
> 
> 
> -- 
> http://groups.google.com/group/realxtend
> http://www.realxtend.org
> 
> 
> -- 
> http://groups.google.com/group/realxtend
> http://www.realxtend.org
> 
> 
> -- 
> http://groups.google.com/group/realxtend
> http://www.realxtend.org

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Re: [realXtend] Avatar in avatar scene do not move

2011-10-12 Thread Daniele Zanni
Deleting the files and re-installing the new release the issue is not
present anymore, so it was probably due to old files had not been updated
during the upgrade.


Thanks

On Wed, Oct 12, 2011 at 1:53 PM, Jonne Nauha  wrote:

> If camera moves but not the avatar you are propably in the free camera. The
> init code probably died before the av camera is created, so you are stuck
> with free cam only.
>
> As toni said you have quite old av script if you see those errors.
> Otherwise seems ok, start your server with (open cmd prompt and go to
> install dir) Tundra.exe --server --headless --file scenes/Avatar/avatar.txml
> that should be the latest that we ship. Or start one and connect with client
> and drag and drop the av txml scene into the 3D scene. If you get
> errors/crash on adding the dropped scene, you might wanna install Tundra to
> C:\Tundra or something to not have non-admin run issues that few people are
> having here.
>
> Let us know how it goes.
>
> Best regards,
> Jonne Nauha
> Adminotech developer
>
>
>
> On Wed, Oct 12, 2011 at 1:23 PM, Toni Alatalo  wrote:
>
>> On Oct 12, 2011, at 11:53 AM, Daniele Zanni wrote:
>>
>> I am new here. I was trying during these days the realXtend Tundra
>> environment (2.1.1). Anyhow, launching the Avatar demo I get a *Error:
>> TypeError: Result of expression 'scene.EmitEntityCreatedRaw' [undefined]*
>> *Error: ()@local://avatarapplication.js:113*
>>
>>
>> The *Raw in the function name suggests this version of the av app would be
>> old.
>>
>> Is it from the release?
>>
>> Current avatarapplication.js in my dev env doesn't have 'Raw' anywhere. Is
>> unchanged since 2.1.* releases, so just using the js from the release should
>> work.
>>
>> *Raw was a workaround we needed in Tundra1 which has been removed since,
>> the kind of syntactical javascript changes that the conversion tool in
>> tools/tundra1-js-to-tundra2.py handles .. apparently doesn't have this emit
>> thing there though.
>>
>> Daniele Zanni
>>
>>
>> ~Toni
>>
>>  --
>> http://groups.google.com/group/realxtend
>> http://www.realxtend.org
>>
>
>  --
> http://groups.google.com/group/realxtend
> http://www.realxtend.org
>

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Re: [realXtend] Avatar in avatar scene do not move

2011-10-12 Thread Jonne Nauha
If camera moves but not the avatar you are propably in the free camera. The
init code probably died before the av camera is created, so you are stuck
with free cam only.

As toni said you have quite old av script if you see those errors. Otherwise
seems ok, start your server with (open cmd prompt and go to install dir)
Tundra.exe --server --headless --file scenes/Avatar/avatar.txml that should
be the latest that we ship. Or start one and connect with client and drag
and drop the av txml scene into the 3D scene. If you get errors/crash on
adding the dropped scene, you might wanna install Tundra to C:\Tundra or
something to not have non-admin run issues that few people are having here.

Let us know how it goes.

Best regards,
Jonne Nauha
Adminotech developer


On Wed, Oct 12, 2011 at 1:23 PM, Toni Alatalo  wrote:

> On Oct 12, 2011, at 11:53 AM, Daniele Zanni wrote:
>
> I am new here. I was trying during these days the realXtend Tundra
> environment (2.1.1). Anyhow, launching the Avatar demo I get a *Error:
> TypeError: Result of expression 'scene.EmitEntityCreatedRaw' [undefined]*
> *Error: ()@local://avatarapplication.js:113*
>
>
> The *Raw in the function name suggests this version of the av app would be
> old.
>
> Is it from the release?
>
> Current avatarapplication.js in my dev env doesn't have 'Raw' anywhere. Is
> unchanged since 2.1.* releases, so just using the js from the release should
> work.
>
> *Raw was a workaround we needed in Tundra1 which has been removed since,
> the kind of syntactical javascript changes that the conversion tool in
> tools/tundra1-js-to-tundra2.py handles .. apparently doesn't have this emit
> thing there though.
>
> Daniele Zanni
>
>
> ~Toni
>
>  --
> http://groups.google.com/group/realxtend
> http://www.realxtend.org
>

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Re: [realXtend] Avatar in avatar scene do not move

2011-10-12 Thread Toni Alatalo
On Oct 12, 2011, at 11:53 AM, Daniele Zanni wrote:
> I am new here. I was trying during these days the realXtend Tundra 
> environment (2.1.1). Anyhow, launching the Avatar demo I get a Error: 
> TypeError: Result of expression 'scene.EmitEntityCreatedRaw' [undefined]
> Error: ()@local://avatarapplication.js:113

The *Raw in the function name suggests this version of the av app would be old.

Is it from the release?

Current avatarapplication.js in my dev env doesn't have 'Raw' anywhere. Is 
unchanged since 2.1.* releases, so just using the js from the release should 
work.

*Raw was a workaround we needed in Tundra1 which has been removed since, the 
kind of syntactical javascript changes that the conversion tool in 
tools/tundra1-js-to-tundra2.py handles .. apparently doesn't have this emit 
thing there though.

> Daniele Zanni

~Toni

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

Re: [realXtend] Avatars on Local Host

2011-10-12 Thread Ali Kämäräinen
Hi,

The easiest way is to use the existing Avatar demo scene in
bin/scenes/Avatar and add it to your own scene/application.
See this recent thread for more information:
http://groups.google.com/group/realxtend-dev/browse_thread/thread/1e4544a9bf4e2e8c

Grey skies,
Ali Kämäräinen

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org

[realXtend] Avatar in avatar scene do not move

2011-10-12 Thread Daniele Zanni
Hi everybody
I am new here. I was trying during these days the realXtend Tundra 
environment (2.1.1). Anyhow, launching the Avatar demo I get a fixed scene 
where the avatar do  not move. Using  AWSD or the arrow keys i just see the 
camera moving. Is that normal?

When launching the server I get the following warning/error outputs:

*[TundraLogic] Loading startup scene from C:\Program 
Files\realXtend\Tundra\scene*
*s\Avatar\avatar.txml*
*Error: Could not get SkyBox material : RexSkyBox*
*Warning: UiAPI: No graphicsScene to add a proxy widget to! This cannot be 
done i*
*n headless mode.*
*Error: In run/evaluate: TypeError: Result of expression 'attrs' [undefined] 
is n*
*ot an object.*
*Error: ()@local://simpleavatar.js:73*
*Error: Line 73.*

While when i connect the client it prints:


*User connected from 127.0.0.1:1931, connection ID 1
*
*33.945, 00095EE8: Accepted new UDP connection.*
*User with connection ID 1 logged in*
*Error: TypeError: Result of expression 'scene.EmitEntityCreatedRaw' 
[undefined]*
*is not a function.*
*Error: ()@local://avatarapplication.js:113*
*Error: Line 113.*


Any suggestion?
BR

Daniele Zanni

-- 
http://groups.google.com/group/realxtend
http://www.realxtend.org