problems/errors with away3d 3.x.x

2 views
Skip to first unread message

martin

unread,
Aug 31, 2009, 7:05:19 AM8/31/09
to away3d.dev
hello folks,
i use currently the version 2.4 (http://away3d.googlecode.com/svn/
trunk/fp9/Away3D/) all fine, but i want to use the version 3.4 to
switch to fp10 but when i checkout the http://away3d.googlecode.com/svn/trunk/fp10/Away3D/
source and cofigure it,
i get this errors, when i want to compile my project with the library
new away3d v.3.4 version ;-(

Severity and Description Path Resource Location Creation Time Id
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Shader. _trunk_/src/away3d/materials
MultiPassShaderMaterial.as line 31 1251678270776 18028
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Shader. _trunk_/src/away3d/materials
MultiPassShaderMaterial.as line 31 1251678270777 18029
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Shader. _trunk_/src/away3d/materials PixelShaderMaterial.as
line 57 1251678270711 18024
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Shader. _trunk_/src/away3d/materials
SinglePassShaderMaterial.as line 17 1251678270778 18030
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _trunk_/src/away3d/core/render
AbstractRenderSession.as line 654 1251678270638 18022
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _trunk_/src/away3d/materials BitmapMaterial.as line
242 1251678270652 18023
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _trunk_/src/away3d/materials
TransformBitmapMaterial.as line 103 1251678270714 18025
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _trunk_/src/away3d/materials
TransformBitmapMaterial.as line 276 1251678270715 18026
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _trunk_/src/away3d/materials
WhiteShadingBitmapMaterial.as line 74 1251678270718 18027

any ideas!? wrong flash player version!? i use the fp 10,0,22,87 mac
debug version...
thx for references...
greets
martin

morphean

unread,
Sep 2, 2009, 5:12:49 AM9/2/09
to away3d.dev
are you using Flex or Flash, I think I had a similar problem when
switching to 3.4 aswell. You need to update the SDK and add some
settings to the compiler

If in flex, download the latest SDK 3.4:

http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk

and put it in

/Applications/Flex Builder 3/sdks/

so my sdk folder looks like

2.0.1 /
3.2.0 /
3.4.0.9271 /

then in Flex choose preferences, and select ActionScript compiler,
choose the new SDK and add target-player=10.0.0 in the extra command
lines.

I have posted a few screenshots to assist if that helps..

http://www.morphean.co.uk/images/flexSS_1.png
http://www.morphean.co.uk/images/flexSS_2.png
http://www.morphean.co.uk/images/flexSS_3.png
http://www.morphean.co.uk/images/flexSS_4.png
http://www.morphean.co.uk/images/flexSS_5.png

let us know how you get on

thanks

morph




On Aug 31, 12:05 pm, martin <shadowin...@hotmail.com> wrote:
> hello folks,
> i use currently the version 2.4 (http://away3d.googlecode.com/svn/
> trunk/fp9/Away3D/) all fine, but i want to use the version 3.4 to
> switch to fp10 but when i checkout thehttp://away3d.googlecode.com/svn/trunk/fp10/Away3D/

martin

unread,
Sep 2, 2009, 4:19:34 PM9/2/09
to away3d.dev
first thx for your nice pictures morph...
i do thats 10times or more... every the same errors:

Severity and Description Path Resource Location Creation Time Id
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _AWAY3D_SVN_340/src/away3d/core/render
AbstractRenderSession.as line 653 1251922337434 18410
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _AWAY3D_SVN_340/src/away3d/materials
BitmapMaterial.as line 242 1251922337483 18411
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _AWAY3D_SVN_340/src/away3d/materials
TransformBitmapMaterial.as line 103 1251922337546 18412
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _AWAY3D_SVN_340/src/away3d/materials
TransformBitmapMaterial.as line 276 1251922337547 18413
1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
Konstante: Vector. _AWAY3D_SVN_340/src/away3d/materials
WhiteShadingBitmapMaterial.as line 74 1251922337550 18414
unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
away3d_340_fp10 Unknown 1251922337687 18415
unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
away3d_340_fp10 Unknown 1251922337717 18416

i made all what you said...
i svn'ed the hole structure from here http://away3d.googlecode.com/svn/tags/3.4.0/
and add the root src in the classe from "Flex Library Buid Path"
normal then he build up in the workspace bin folder the .swc... but
see above these are the last two errors... thats odd...
and the other errors are more curious...
any ideas!?
do u take the tags or the trunk folder in svn?
thx
martin



On 2 Sep., 11:12, morphean <i...@morphean.co.uk> wrote:
> are you using Flex or Flash, I think I had a similar problem when
> switching to 3.4 aswell. You need to update the SDK and add some
> settings to the compiler
>
> If in flex, download the latest SDK 3.4:
>
> http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
>
> and put it in
>
> /Applications/Flex Builder 3/sdks/
>
> so my sdk folder looks like
>
> 2.0.1 /
> 3.2.0 /
> 3.4.0.9271 /
>
> then in Flex choose preferences, and select ActionScript compiler,
> choose the new SDK and add target-player=10.0.0 in the extra command
> lines.
>
> I have posted a few screenshots to assist if that helps..
>
> http://www.morphean.co.uk/images/flexSS_1.pnghttp://www.morphean.co.uk/images/flexSS_2.pnghttp://www.morphean.co.uk/images/flexSS_3.pnghttp://www.morphean.co.uk/images/flexSS_4.pnghttp://www.morphean.co.uk/images/flexSS_5.png

morphean

unread,
Sep 2, 2009, 4:46:39 PM9/2/09
to away3d.dev
are you using flex? or flash?

if using flex, have you got the subclipse plugin? it lets you add svn
repositories to Flex directly..

anyway the problems you have are because it is trying to target the
F10 branch but compiler is trying to do F9 as well.

have you got the Flex 3.4 sdk downloaded?

can you send a screen shot of your project preferences?

thanks

morph


On Sep 2, 9:19 pm, martin <shadowin...@hotmail.com> wrote:
> first thx for your nice pictures morph...
> i do thats 10times or more... every the same errors:
>
> Severity and Description        Path    Resource        Location        Creation Time   Id
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/core/render
> AbstractRenderSession.as        line 653        1251922337434   18410
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> BitmapMaterial.as       line 242        1251922337483   18411
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> TransformBitmapMaterial.as      line 103        1251922337546   18412
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> TransformBitmapMaterial.as      line 276        1251922337547   18413
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> WhiteShadingBitmapMaterial.as   line 74 1251922337550   18414
> unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
> away3d_340_fp10 Unknown 1251922337687   18415
> unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
> away3d_340_fp10 Unknown 1251922337717   18416
>
> i made all what you said...
> i svn'ed the hole structure from herehttp://away3d.googlecode.com/svn/tags/3.4.0/
> and add the root src in the classe from "Flex Library Buid Path"
> normal then he build up in the workspace bin folder the .swc... but
> see above these are the last two errors... thats odd...
> and the other errors are more curious...
> any ideas!?
> do u take the tags or the trunk folder in svn?
> thx
> martin
>
> On 2 Sep., 11:12, morphean <i...@morphean.co.uk> wrote:
>
>
>
> > are you using Flex or Flash, I think I had a similar problem when
> > switching to 3.4 aswell. You need to update the SDK and add some
> > settings to the compiler
>
> > If in flex, download the latest SDK 3.4:
>
> >http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
>
> > and put it in
>
> > /Applications/Flex Builder 3/sdks/
>
> > so my sdk folder looks like
>
> > 2.0.1 /
> > 3.2.0 /
> > 3.4.0.9271 /
>
> > then in Flex choose preferences, and select ActionScript compiler,
> > choose the new SDK and add target-player=10.0.0 in the extra command
> > lines.
>
> > I have posted a few screenshots to assist if that helps..
>
> >http://www.morphean.co.uk/images/flexSS_1.pnghttp://www.morphean.co.u...

morphean

unread,
Sep 2, 2009, 4:59:57 PM9/2/09
to away3d.dev
use the trunk folder and then choose which branch either f10 or f9 for
flash player 10 or flash player 9 respectively.

once you have subclipse installed you add the "src" folder with
away3d, nochump and gs folders to your project src by either copying
and pasting the folders into your project folder.

I have posted some more screenshots if that helps,

http://www.morphean.co.uk/images/flexSS_6.png
http://www.morphean.co.uk/images/flexSS_7.png
http://www.morphean.co.uk/images/flexSS_8.png
http://www.morphean.co.uk/images/flexSS_9.png
http://www.morphean.co.uk/images/flexSS_10.png
http://www.morphean.co.uk/images/flexSS_11.png
http://www.morphean.co.uk/images/flexSS_12.png
http://www.morphean.co.uk/images/flexSS_13.png

let me know how you get on

morph

On Sep 2, 9:19 pm, martin <shadowin...@hotmail.com> wrote:
> first thx for your nice pictures morph...
> i do thats 10times or more... every the same errors:
>
> Severity and Description        Path    Resource        Location        Creation Time   Id
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/core/render
> AbstractRenderSession.as        line 653        1251922337434   18410
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> BitmapMaterial.as       line 242        1251922337483   18411
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> TransformBitmapMaterial.as      line 103        1251922337546   18412
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> TransformBitmapMaterial.as      line 276        1251922337547   18413
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> WhiteShadingBitmapMaterial.as   line 74 1251922337550   18414
> unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
> away3d_340_fp10 Unknown 1251922337687   18415
> unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
> away3d_340_fp10 Unknown 1251922337717   18416
>
> i made all what you said...
> i svn'ed the hole structure from herehttp://away3d.googlecode.com/svn/tags/3.4.0/
> and add the root src in the classe from "Flex Library Buid Path"
> normal then he build up in the workspace bin folder the .swc... but
> see above these are the last two errors... thats odd...
> and the other errors are more curious...
> any ideas!?
> do u take the tags or the trunk folder in svn?
> thx
> martin
>
> On 2 Sep., 11:12, morphean <i...@morphean.co.uk> wrote:
>
>
>
> > are you using Flex or Flash, I think I had a similar problem when
> > switching to 3.4 aswell. You need to update the SDK and add some
> > settings to the compiler
>
> > If in flex, download the latest SDK 3.4:
>
> >http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
>
> > and put it in
>
> > /Applications/Flex Builder 3/sdks/
>
> > so my sdk folder looks like
>
> > 2.0.1 /
> > 3.2.0 /
> > 3.4.0.9271 /
>
> > then in Flex choose preferences, and select ActionScript compiler,
> > choose the new SDK and add target-player=10.0.0 in the extra command
> > lines.
>
> > I have posted a few screenshots to assist if that helps..
>
> >http://www.morphean.co.uk/images/flexSS_1.pnghttp://www.morphean.co.u...

morphean

unread,
Sep 2, 2009, 5:01:02 PM9/2/09
to away3d.dev
also if you have the src folder in your project src folder then you
dont need the .swc as well.

On Sep 2, 9:19 pm, martin <shadowin...@hotmail.com> wrote:
> first thx for your nice pictures morph...
> i do thats 10times or more... every the same errors:
>
> Severity and Description        Path    Resource        Location        Creation Time   Id
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/core/render
> AbstractRenderSession.as        line 653        1251922337434   18410
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> BitmapMaterial.as       line 242        1251922337483   18411
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> TransformBitmapMaterial.as      line 103        1251922337546   18412
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> TransformBitmapMaterial.as      line 276        1251922337547   18413
> 1046: Typ wurde nicht gefunden oder war keine Kompilierungszeit-
> Konstante: Vector.      _AWAY3D_SVN_340/src/away3d/materials
> WhiteShadingBitmapMaterial.as   line 74 1251922337550   18414
> unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
> away3d_340_fp10 Unknown 1251922337687   18415
> unable to open '.../_AWAY3D_SVN_340/bin/_AWAY3D_SVN_340.swc'
> away3d_340_fp10 Unknown 1251922337717   18416
>
> i made all what you said...
> i svn'ed the hole structure from herehttp://away3d.googlecode.com/svn/tags/3.4.0/
> and add the root src in the classe from "Flex Library Buid Path"
> normal then he build up in the workspace bin folder the .swc... but
> see above these are the last two errors... thats odd...
> and the other errors are more curious...
> any ideas!?
> do u take the tags or the trunk folder in svn?
> thx
> martin
>
> On 2 Sep., 11:12, morphean <i...@morphean.co.uk> wrote:
>
>
>
> > are you using Flex or Flash, I think I had a similar problem when
> > switching to 3.4 aswell. You need to update the SDK and add some
> > settings to the compiler
>
> > If in flex, download the latest SDK 3.4:
>
> >http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk
>
> > and put it in
>
> > /Applications/Flex Builder 3/sdks/
>
> > so my sdk folder looks like
>
> > 2.0.1 /
> > 3.2.0 /
> > 3.4.0.9271 /
>
> > then in Flex choose preferences, and select ActionScript compiler,
> > choose the new SDK and add target-player=10.0.0 in the extra command
> > lines.
>
> > I have posted a few screenshots to assist if that helps..
>
> >http://www.morphean.co.uk/images/flexSS_1.pnghttp://www.morphean.co.u...

morphean

unread,
Sep 2, 2009, 5:37:10 PM9/2/09
to away3d.dev
just got the same error with a new project.

all you need to do is make sure that

in the project preferences:

ActionScript compiler -> HTML wrapper, Require Flash Player version:
10 . 0 . 0

you should not have any errors once this is set..

thanks again

morph

martin

unread,
Sep 2, 2009, 6:52:26 PM9/2/09
to away3d.dev
ok thx for your affort!
first now it works. but only the manuel way => copy the source folder,
with add folder in the project => actionscript build path... screen
flexSS_09.png from you!
yes i use flexbuilder too and a mac too :)
but why it doesnt work with a normal subclipse loading from the google
svn src, and building a swc!?
do you have the same problem with building the swc and the vector
errors? so, do you take always the way with copying the hole src
folder in the project folder for away3d fp10 3.4.0 projects!?
my project preferences is the same like in your screen flexSS_12.png
thx, perhaps we can solve that problem, or a core developer can light
our brains ;-)
greets
martin

morphean

unread,
Sep 3, 2009, 4:39:22 AM9/3/09
to away3d.dev
I dont think you need both the src and the swc since they are both the
same thing..

When you add a "source folder" to the project properties it justs adds
a reference to your svn library and does not copy so that means you
can update the svn and your project library is updated automatically.
ALternatively you can copy the folder manually but this means that it
wont update the aw3d library automatically, you have to do it
manually.

let me see if I can capture a video of setting up a blank project and
a blank svn repository, that might help

thanks

morph
Reply all
Reply to author
Forward
0 new messages