Action Pro (Beta) version 0.2 released 28/11/2017
This release added the snapping tool to the timeline.
Supported input device types include a two-axis mouse (or equivalent devices such as a trackpad).
Currently the only supported export format is a HitFilm composite shot file. (.hfcs)
Application Details:
Version: | 0.2 |
License: | Retail |
URL: | https://fxhome.com/action-pro |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 3.19 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
The application runs and functions fine (animations can be captured, recorded and edited properly, project files can be opened and saved properly).
What does not
The activation app does not run properly in Wine, and displays only a blank white screen. This means that activating the software requires a workaround.
Workarounds
The activation app is (mostly) javascript, which is then run using nw.js. Since nw.js is cross-platform and open source, it is straightforward to obtain a native Linux version of nw.js and use that to run the activation app, with relatively few alterations.
See "How to activate the software"
What was not tested
The software's ability to record data from a leap motion device was not tested (because I do not have access to a leap motion device)
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Linux Mint 18.3 "Sylvia" x86_64 | Nov 01 2018 | 3.19 | Yes | Yes | Yes | Gold | A. Sealy | |
Show | Linux Mint 18.3 "Sylvia" x86_64 | Dec 13 2017 | 3.0-rc1 | Yes | Yes | Yes | Bronze | A. Sealy |
Bug # | Description | Status | Resolution | Other apps affected |
At time of writing (November 2018), the activation app for Action Pro does not work in Wine, and will only show a blank white screen.
Fortunately, the activation app is (mostly) javascript, which is then run using nw.js. Since nw.js is cross-platform and open source, it is straightforward to obtain a native Linux version of nw.js and use that to run the activation app, with relatively few alterations.
The procedure is as follows:
-Download a copy of the program nw.js, which can be obtained from https://nwjs.io (or if you prefer to build from source code, you can find it on github)
-In the program files for action pro (by default it will be [wineprefix]/drive_c/Program Files/FXHOME/Action Pro) there is a directory "ActivationApp" containing all the files for the activation app. You will need a copy of the directory "ActivationApp/Resources". (I would advise not to modify any of the original files, action pro appears to check some of them and may not run if they have been modified). To keep things tidy you may wish to create a new directory "ActivationAppLinux" and place your copy of "Resources" inside this directory.
-in "Resources/bin" there is a program called "DumpInfo.exe". If you run it through Wine with WINEDEBUG=-all, the output should look something like:
hardwareId:NTYFJDSLK
licenseFilePath:C:\ProgramData/FXhome/Action Pro/Action Pro.license
programCode:action-pro
version:0.3
winGUID:unusedGUID
(N.B your hardware ID will be different - it is generated based on the hardware of the computer that the program is run on)
-Copy the terminal output from DumpInfo.exe. The activation app runs this program to obtain the information required for activation. Since your activation app is running in Linux you will need to make a Linux program that prints the same information to the terminal. A simple bash script will do.
-Make sure that your variable "hardwareId" exactly matches the one that is output from DumpInfo.exe - otherwise the activation will not be valid on your computer.
-Also make sure to change the variable "licenseFilePath" to the actual path. The correct directory will already have been created by the Action Pro installer, and should be:
[wineprefix]/drive_c/ProgramData/FXHOME/Action Pro/Action Pro.license
(N.B. note the all-caps on FXHOME)
-in the directory "Resources/modules" there is a file "constants.js". In the line that starts with "DUMP_INFO_BINARY" replace "DumpInfo.exe" with the name of your replacement program/script. Correct the path if necessary.
-Now navigate to whatever folder contains your nw.js binary, and run:
./nw [path-to-your-activation-app]/Resources/app activate
The activation app should now run and function as expected, allowing you to activate the software.
Comments for this application have been disabled because there are no maintainers.