Salir
  • Comunidad global
    • Idioma:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

Animate CC v16.2.0.24 publish swc broken

Colaborador ,
Apr 03, 2017 Apr 03, 2017

I updated Animate CC to v16.2.0.24 and could no longer publish SWCs - nothing happens, no progress bar, nothing in the output window, no file written. Reverting to the previous 16.1.x.x version allowed me to publish again.

2.0K
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 03, 2017 Apr 03, 2017

I see the same thing, and I've logged a bug. When the bug appears in the tracker system I'll post a link, so people can vote or add more info.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Participante ,
Apr 03, 2017 Apr 03, 2017

I'm experiencing the same problem. The workaround is to enable the publish SWF option as well. You can trash the SWF afterwards, but at least the SWC will publish.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 03, 2017 Apr 03, 2017

I did test that, and I get a swf and html, but no swc.

Haven't yet received a notice to say that my bug report went through.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Participante ,
Apr 03, 2017 Apr 03, 2017

Hmm, wel,l for what it's worth, I did not enable the HTML publish option; also I published the SWF to the same folder as the Flash (sorry, Animate) file, but the SWC to a different folder.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 03, 2017 Apr 03, 2017

I tested without HTML, and also with the SWC to another folder. Still no SWC. Are you sure you're using 16.2.0.24?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Participante ,
Apr 03, 2017 Apr 03, 2017

Yes… on Mac. You?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 03, 2017 Apr 03, 2017

Yes.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Participante ,
Apr 03, 2017 Apr 03, 2017

Hmm. Drag! One can only hope Adobe fixes this real soon

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 05, 2017 Apr 05, 2017

Ok, so we figured out why it was failing for me. I was using the simplest tests, where I just had graphics and animations in the swf. It appears that SWCs only get made if there is code to be compiled. Just adding this to the timeline Actions is enough to make it work:

//

It seems odd behavior, anyone wanting to make a swc that is only animation couldn't do it. But, I think in all cases where you would use a SWC you would be accessing it by the linkage name of one of its library symbols. So in a real world use case you would always get a SWC.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Colaborador ,
Apr 05, 2017 Apr 05, 2017

Not the case here - these FLA files have linkage names and minimal code in them - stop() at the start of some movieclips etc

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 05, 2017 Apr 05, 2017

Try my test FLA:

http://colin.scienceninja.com/swctest.fla.zip

Open that in version 16.2.0.24 (2017.2 that is) and do a publish. Do you get a SWC?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Colaborador ,
Apr 05, 2017 Apr 05, 2017

I would if I didn't have to actually use Animate CC at the moment   I believe you if it say it's working for you. It can't really just be that though, since none of our FLAs are without code or linkage ids, so if it were just that I wouldn't have seen the issue.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 05, 2017 Apr 05, 2017

We could trade FLAs. If you have an FLA that you don't mind me seeing, and that fails to give you a SWC in the current version of Animate, can I look at it?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Colaborador ,
Apr 07, 2017 Apr 07, 2017

I don't have time to do this at the moment, and no I'm not authorized to share these files outside my job. I may have more time next week to make a sample file showing the issue. Until then I need to use a version of Animate that works correctly to do my work.

Colin, I'm curious about one thing: from your earlier posts, it sounds like you experienced the same bug but then found that it only happens when you would try to make a SWC file from an FLA with no as3 code and no linkage IDs.

In what scenario would you want to do such a thing? Could such a SWC be used for anything?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Nuevo aquí ,
Apr 29, 2017 Apr 29, 2017

I have this too, for all my .fla files.

the .swf workaround works, but it is a showstopper for me.

iMac 5K

MacOS Sierra (10.12.4)

Animate 16.2.0.24

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
Apr 29, 2017 Apr 29, 2017

I'm puzzled how something can be a successful work-around but also a showstopper!

That aside, I know the issue has been fixed internally, but I don't know a date for when the next Animate update will be posted.

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Colaborador ,
May 01, 2017 May 01, 2017

We're fine on 16.1 for now.. even if you're correct that I didn't apply the workaround correctly or something, it would still be less time wasted for us making sure everyone knows to do it, dealing with cases where people thought they updated the SWC but in fact didn't, etc. I wouldn't call it a showstopper, but on balance it could cause enough headaches to be an "eh, no thanks". For us it's good enough to know that a fix is in the pipeline, so thanks for revealing that bit of inside knowledge that only you have access to

Does anyone know where to find a real changelog for Animate CC, by the way? What specific bugs were fixed, known issues etc?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Empleado de Adobe ,
May 01, 2017 May 01, 2017

The release notes would be a good place to look at for such info Release Notes / Adobe Animate CC

Thanks,

Preran

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
Colaborador ,
May 02, 2017 May 02, 2017

So you're saying that's a good place to look for a list of fixed bugs and known issues in versions of Animate CC?

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines
LEYENDA ,
May 02, 2017 May 02, 2017
MÁS RECIENTES

Those pages list all new features, some of which are bug fixes and some are new things. The known issues list is at the bottom of this page:

Adobe Animate CC Release Notes 2017

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines