Page 1 of 1

Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 9:57 am
by Helge Tjelta
Nice

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 10:54 am
by Jeff Ha
the lack of a changelog or "what's new" is BMD at its best. :\

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 11:07 am
by Helge Tjelta
They have always been this way, but the webpage, says something about whats new, but this one give not much info...

only linux and general improvements...

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 12:15 pm
by Yuri V. Nemets
Works on Debian. Well, NURBS do the job of unexpected quit. :)

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 12:46 pm
by Egor Chashchin
If we are paid customers, can we participate with studio version testing?

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 2:20 pm
by Yuri V. Nemets
Egor Chashchin wrote:If we are paid customers, can we participate with studio version testing?

https://www.blackmagicdesign.com/suppor ... and-fusion
There is an options for Free or Studio versions.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 6:46 pm
by Alex Satriani
Works on Antergos (Based on ArchLinux)
Good decision from BM team :)

Now even the free version of Davinci Resolve for Linux and we change our equipment fully on BM devices. ;)
And everyone is happy.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Jul 26, 2016 8:22 pm
by Aaron_Hayden
I'm super excited to install on my Linux Resolve system and try out some fusion links.

Unfortunately my Linux knowledge is just enough to be dangerous and I'm having trouble installing Fusion.

System error says I need to install FUSE first to get Fusion to install

Is there a more competent CentOS 6.6 user out there that could walk me through the steps to do this I don't want to risk breaking my Linux Resolve install.

Thanks!

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Jul 27, 2016 12:12 am
by Egor Chashchin
Thank you, it was really useful.
Getting drown into this.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Jul 27, 2016 2:59 am
by Haryanto
Aaron_Hayden wrote:I'm super excited to install on my Linux Resolve system and try out some fusion links.

Unfortunately my Linux knowledge is just enough to be dangerous and I'm having trouble installing Fusion.

System error says I need to install FUSE first to get Fusion to install

Is there a more competent CentOS 6.6 user out there that could walk me through the steps to do this I don't want to risk breaking my Linux Resolve install.

Thanks!



probably extract the installer, then try to "sudo" the .run file from Terminal?
(e.g. extract to Desktop -> open Terminal -> type "sudo" followed by space in Terminal -> mouse-drag the installer from Desktop to Terminal -> press enter -> input root password if requested)

oh by the way, you mentioned "..and try out some fusion links". I believe you mean Fusion Connect?
If yes, I can say it's not ready yet for Linux. (Resolve won't be able to find Fusion at the moment, but there is a manual "workaround" if you're keen. However I suggest to wait until it's officially supported.)

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Jul 27, 2016 9:03 am
by Dmitry Potrivaev
Hi guys,

First of all BIG thanks for BMD team for Fusion Linux release!

And the second thing: Did somebody have same problem with running Fusion on Linux as I have?

I did the install of it as suggested bellow:
probably extract the installer, then try to "sudo" the .run file from Terminal?
(e.g. extract to Desktop -> open Terminal -> type "sudo" followed by space in Terminal -> mouse-drag the installer from Desktop to Terminal -> press enter -> input root password if requested)

But when I try to run it, for example through the terminal (dmitry@forge:/opt/Fusion$ ./Fusion), I see the error message:

Load fusiongraphics
fuscript: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory
fuscript: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory
fuscript: error while loading shared libraries: libedit.so.0: cannot open shared object file: No such file or directory
...


And error continues to come again and again... until I break the command execution. And the Fusion do not start of course... :(

I'm running Fusion on my laptop with Ubuntu 14.04.

I use the Fusion on Windows before, but now I'm on Linux... So, maybe some experienced guys will able to help me with the problem?
Thanks!

P.S. Another side of the problem that I'm not a PRO Linux user too, but smart enough to able settle the problems when I know where to find it (at least I hope so...) :)

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Jul 27, 2016 11:25 am
by Egor Chashchin
Should we ask about this beta features and bugs at this forum, or there is a specialized place for such kind of activity?
Thank you

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Jul 27, 2016 2:41 pm
by Arthur van Rooijen
Hi All,

I installed the Studio Beta on CentOS7. But I'm not really interested in using the GUI on Linux systems. I only want to run the Render nodes on Linux Servers. I only did not find the Render Node application on the Linux installation. Are render nodes not included?

An other problem I have is that the dongle can not be shared between a Windows installation and the Linux installation. The Linux workstation is on a different subnet so I tried using the FUSION_LICENSE_SERVER environment variable. But the Windows workstation cannot find a license when the dongle is plugged in the Linux workstation. Also the Linux Workstation cannot find a license if the dongle is plugged in the Windows workstation. Is this supposed to work? As far as I know I have disabled the firewalls on both workstations. Is there a log file I can look into? Any ideas?

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Jul 27, 2016 5:31 pm
by Eugene Afanasiev
Now when the all-os implementaion is nearly finished I hope devs'll start developing and adding new features to Fusion...

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Jul 27, 2016 7:03 pm
by Jonathan Bäcker
Here on Ubuntu 16.04 I have to make a symlink:
Code: Select all
sudo ln -s /usr/lib/x86_64-linux-gnu/libedit.so.2 /usr/lib/x86_64-linux-gnu/libedit.so.0

then it runs, but I get this error:
Code: Select all
libDeckLinkAPI.so: cannot open shared object file: No such file or directory

I think this lib is not necessary for me, because I don't have a decklink card. But I don't know that this will affect the stability.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Thu Jul 28, 2016 12:02 am
by daniel.koch
then it runs, but I get this error:
Code: Select all
libDeckLinkAPI.so: cannot open shared object file: No such file or directory

I think this lib is not necessary for me, because I don't have a decklink card. But I don't know that this will affect the stability.

Yeah, that warning will not affect any other part of Fusion; only the Decklink support will be disabled.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Thu Jul 28, 2016 12:27 pm
by Dmitry Potrivaev
Jonathan Bäcker wrote:Here on Ubuntu 16.04 I have to make a symlink:
Code: Select all
sudo ln -s /usr/lib/x86_64-linux-gnu/libedit.so.2 /usr/lib/x86_64-linux-gnu/libedit.so.0

then it runs, but I get this error:
Code: Select all
libDeckLinkAPI.so: cannot open shared object file: No such file or directory

I think this lib is not necessary for me, because I don't have a decklink card. But I don't know that this will affect the stability.


Works perfect, Jonathan!
Thanks you for solving my problem and upgrading my Linux knowledge ;)

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Thu Jul 28, 2016 7:38 pm
by Adelson Munhoz
Following the instructions above I got it working on Ubuntu 16.04.

Thanks a lot, Jonathan!

BUT... In Fusion I cannot open neither AVI, MOV or MP4. Just file sequences.

Same for the savers.

Is this the expected behavior ?

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Thu Jul 28, 2016 8:03 pm
by Simon Dayan
Thank you BM!!!
Fusion Studio 8.2 Beta working great on CentOS 7 with The default GNOME Desktop Environments.
i can't see the templates in the BIN :o

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Thu Jul 28, 2016 8:22 pm
by Roy Nieterau
the lack of a changelog or "what's new" is BMD at its best. :\


This bothers me so much. The fact that just figuring out what's new seems near impossible. Searching all over the website and finding nothing from BMD on the updates just feels so off. What would be the reason they are so closed about this? They sure must be using an Issue tracker internally where the changes/fixes get tracked and they should be able to open up about what changed. Am I missing some "release notes" or "changelog" page that I can keep an eye on?

Anyway, it's good to see it's working on Mac and Linux. Seems like a big amount of work has been pushed out. Just hope it's now at a point where focus can shift on improving the overall state again. Moving to new features and improving the user-experience.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Fri Jul 29, 2016 4:00 am
by Kuntal Majumder
Thanks Blackmagic Design for listening to the query of mine and a lot of other people!
Well the beta installs smoothly in Arch Linux , works the same but crashes sometimes but wait at least we have a beta for linux and can expect a free linux version now!

Cheers!

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Fri Jul 29, 2016 4:24 am
by Blazej Floch
I can verify that it works without notable setup flaws on Fedora.

Redhat-like distros are targeted (like pretty much most other pro apps do), so all the others must do some more work to get to the cookie pot ;)

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Fri Jul 29, 2016 3:37 pm
by Alvaro Castaneda
Hi,

First, thank you Blackmagic for finally bringing this amazing app to Linux, I'm already using it in production work.

I'm using it on Debian 8.5 installed perfect, I just needed to add that symlink to libedit.so.0 like someone did for Ubuntu.

I have a question, when I go to the console and choose Py2 or Py3, tells me that Python is not installed, I know is installed I was wondering what environment variable is looking for?

thank you

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Aug 02, 2016 2:20 pm
by scottinglis
Up and running on Cent 7, install was super easy.
Is there any chance of including offline media support in future releases, mov, mxf, avi, mp4, hevc, etc?
The port must have been really hard, so much old code, so thanks!

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Fri Aug 05, 2016 8:49 am
by AndyThirtover
Thanks to Jonathan I have it installed now.

I'd like to send jobs to it from the OSX studio version that I've purchased.

Cheers for the Linux port!

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Fri Aug 05, 2016 6:41 pm
by AndyThirtover
Ubuntu 15.04

Found that only image sequences can be loaded and saved.

Any guidance for importing videos?


Regards



Andy

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Fri Aug 05, 2016 6:48 pm
by Chad Capeland
AndyThirtover wrote:Any guidance for importing videos?


Did you install Quicktime and DirectShow for Linux?

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Sat Aug 06, 2016 10:53 pm
by John Avenoso
I tried with Ubuntu 16.04, it installed but it doesn't run. When I launch, it tries but then just stops.

This is listed in in Dmesg

traps: Fusion[16582] trap invalid opcode ip:7fca06cd284d sp:7ffdf854cd40 error:0 in libfusionscript.so[7fca06ba5000+324000]

Their is already a libedit.so.0, libedit.so.2 and a libedit.so.2.0.53

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Aug 09, 2016 8:48 am
by Kuntal Majumder
Chad Capeland wrote:
Did you install Quicktime and DirectShow for Linux?


Sorry but there is no quicktime or directshow for linux. Since Quicktime is owned by Apple and Directshow by Microsoft , I dont think they can be made available for Linux machines. So bad.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Aug 17, 2016 1:52 am
by GeoCohn
I just installed it on Ubuntu 16.04 and it works great after running
Code: Select all
    sudo ln -s /usr/lib/x86_64-linux-gnu/libedit.so.2 /usr/lib/x86_64-linux-gnu/libedit.so.0

So exciting to be able to use Fusion without the burden of Windows or OSX!

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Thu Aug 18, 2016 10:28 am
by Giovanni Forte
Thanks for this software! ...now release DaVinci :)

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Sat Aug 20, 2016 9:07 am
by Przemek Jeske
BM - thank you for releasing Linux version!
Working on Fedora 24 without issues. Install was super easy.

Is there an option to set it up that would allow saving in video formats, not only img seq?

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Sat Aug 20, 2016 5:51 pm
by Chad Capeland
Przemek Jeske wrote:allow saving in video formats, not only img seq?


Do you have DirectShow or QuickTime installed?

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Sat Aug 20, 2016 6:39 pm
by Przemek Jeske
Chad Capeland wrote:Do you have DirectShow or QuickTime installed?


on Linux ;) ? ... seriously ?

it would be awesome if we had an option to tie encoding to ffmpg for example (or other encoder of choice).

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Sat Aug 20, 2016 7:19 pm
by Chad Capeland
Przemek Jeske wrote:
Chad Capeland wrote:Do you have DirectShow or QuickTime installed?


on Linux ;) ? ... seriously ?

it would be awesome if we had an option to tie encoding to ffmpg for example (or other encoder of choice).


Sure, I'm just saying getting feature parity is first priority. Getting features beyond what the other OS's offer is probably lower priority. Not saying it won't happen, just saying choosing an OS without DirectShow or Quicktime is going to mean certain things are expected to be lost.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Sat Aug 20, 2016 8:19 pm
by michael vorberg
You could create a end render script in the saver which starts ffmpeg with the filename from the saver

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Sat Aug 20, 2016 10:41 pm
by Chad Capeland
Taken a step further for the sake of good production practices, using a render manager like Deadline makes post-render options like that a breeze. I'm on Windows myself and rarely ever render out anything other than sequences from Fusion.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Mon Aug 22, 2016 5:44 pm
by Przemek Jeske
@michael: thank you - at this point it is beyond my current skill level, but awesome to know there is such option. Definitely will look into it and will try to figure it out :) . This seems like a very nice workaround.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Fri Mar 03, 2017 9:38 am
by Marc Gasser
There are some Quicktime codecs available with "gstreamer1.0-plugins-bad" package and if you google a bit you will find quite a few quicktime codecs like "libquicktime-1.2.4" and very important the opensource "HAP" codec.

Can someone explain how to make a render script in the saver as michael vorberg recons?!

Is there somewhere a custom fuse/node which can render out movies from linux?

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Tue Mar 07, 2017 1:17 pm
by Noel Sterrett
I installed CentOS 7.3 from the Resolve ISO, and Resolve is up and running.

I then installed Fusion 8.2.1 without error, but it won't load.

The dmesg:

Code: Select all
[15145.449373] traps: Fusion[31326] trap invalid opcode ip:7f52af736fdd sp:7fff34e4f1c0 error:0 in fusionscript.so[7f52af61b000+31b000]
[15306.302233] traps: Fusion[31422] trap invalid opcode ip:7f6ace94dfdd sp:7ffe0974aeb0 error:0 in fusionscript.so[7f6ace832000+31b000]
[15411.381563] traps: Fusion[31452] trap invalid opcode ip:7f92d4cdefdd sp:7ffe9db29ab0 error:0 in fusionscript.so[7f92d4bc3000+31b000]
[60757.271107] traps: Fusion[8312] trap invalid opcode ip:7fea887c0fdd sp:7ffdf3318db0 error:0 in fusionscript.so[7fea886a5000+31b000]
[60775.898622] traps: Fusion[8325] trap invalid opcode ip:7f03141c3fdd sp:7ffe70a23e70 error:0 in fusionscript.so[7f03140a8000+31b000]
[61047.500691] traps: Fusion[8442] trap invalid opcode ip:7ff02b5b7fdd sp:7fff1a7c2dd0 error:0 in fusionscript.so[7ff02b49c000+31b000]

I did a new CentOS install with the ISO on a different computer. Again, Resolve is fine. This time:
Code: Select all
traps: Fusion[17512] trap divide error ip:7f4371dc0a16 sp:7fff6ddf3bc0 error:0 in libqxcb.so[7f4371d6c000+119000]

Anyone have any ideas?

Thanks.

Re: Beta Linux Fusion 8.2 is out.

PostPosted: Wed Mar 08, 2017 8:46 am
by Kuntal Majumder
Ok , I have written a little bash script which converts the given file or the given list of files into an image sequence in a new folder with its name.
Is there anyway I can provoke this script everytime I load a video into fusion which is not an image sequence or a raw video file?