Git Product home page Git Product logo

Comments (6)

bigtimebuddy avatar bigtimebuddy commented on May 13, 2024

@Ch1pStar could you provide a sample FLA to test/debug this?

from animate-extension.

Ch1pStar avatar Ch1pStar commented on May 13, 2024

ColorTransforms.zip

This is the ColorTransforms.fla from the extension examples repo, with just the images path changed from 'images/' to '../images/'.

Some more info on the issue, when using the debug build of the extension there is an assertion fail in https://github.com/jiborobot/pixi-animate-extension/blob/master/src/PixiAnimate/src/OutputWriter.cpp#L751.
This is happening in Windows 8.1 with Animate 16.0.1 and Windows 10 with Flash 15.0.0, by the way.

from animate-extension.

Ch1pStar avatar Ch1pStar commented on May 13, 2024

@bigtimebuddy Some updates
bitmapExportService->ExportToFile(pMediaItem, pFilePath, 100), with pFilePath being something like
C:\Projects\test\..\images\images.jpg fails the FCM_SUCCESS_CODE assertion and has the value FCM_INVALID_PARAM.
When testing with a hardcoded path, without '..' e.g C:\Projects\images\images.jpg, everything is fine.

I'm currently looking for a path utility function, that could resolve C:\Projects\test\..\images\images.jpg into C:\Projects\images\images.jpg, could use some help on that one.

from animate-extension.

bigtimebuddy avatar bigtimebuddy commented on May 13, 2024

That would be great if you could help find something. My C++ is pretty rudimentary.

from animate-extension.

Ch1pStar avatar Ch1pStar commented on May 13, 2024

@bigtimebuddy Added a fix for this to my pull request. #37

from animate-extension.

bigtimebuddy avatar bigtimebuddy commented on May 13, 2024

Merged.

from animate-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.