Page 1 of 1

Fusion 9 on Fedora 26 not loading

PostPosted: Mon Aug 28, 2017 10:13 pm
by Anthony Morrelle
Having trouble getting Fusion 9 to run. I get this error:
*** Error in `./Fusion': free(): invalid pointer: 0x00007f06780e2d40 ***

Then it seems to load but aborts at random spots - always when trying to load from the fusion9 lib folder.

Fedora 26 with Nvidia 384.59.

Nuke, Houdini, Mocha Pro, PFtrack, and Syntheyes all work great. Resolve also works pretty well in this setup.

Re: Fusion 9 on Fedora 26 not loading

PostPosted: Tue Aug 29, 2017 5:09 pm
by Anthony Morrelle
Sorry for the double-post but I saw other errors out there like this and they all had Xeon proc's. So I followed my nose and uninstalled the Intel OpenCL runtime that I usually install for Houdini opencl to work better. Voila, Fusion launches with no problems.

Might not help anyone else but that's what fixed it for me.

Re: Fusion 9 on Fedora 26 not loading

PostPosted: Thu Aug 31, 2017 3:23 pm
by Orlando Esponda
I'm on Fedora 25 but had similar issues, not only with Fusion but also Resolve.

This worked for me:

Code: Select all
dnf remove mesa-libOpenCL
dnf remove beignet


Just in case... :)

Re: Fusion 9 on Fedora 26 not loading

PostPosted: Tue Oct 31, 2017 1:51 pm
by Anthony Morrelle
Code: Select all
dnf remove mesa-libOpenCL
dnf remove beignet


I updated my system and Fusion stopped working. I guess beignet and mesa-libOpenCL were reinstalled during the update? Weird! I remember removing these a while ago trying to get Resolve to work but your post helped me remeber to try it again. Thanks!

Re: Fusion 9 on Fedora 26 not loading

PostPosted: Wed Nov 01, 2017 5:36 pm
by Noel Sterrett
Anthony Morrelle wrote:Sorry for the double-post but I saw other errors out there like this and they all had Xeon proc's.

I'm having a similar load issue with Xeon on CentOS 7, but getting:
Code: Select all
Xeon:
[  910.787972] traps: Fusion[3029] trap divide error ip:7fb971781a16 sp:7fff6e896340 error:0 in libqxcb.so[7fb97172d000+119000]

libqxcb.so is a Qt lib.

Everything works fine with Resolve. I suspect this is a Xeon issue with Fusion.

I wish BMD would address this. I'm happy to buy multiple dongles, but not until the program loads.

Cheers.

Re: Fusion 9 on Fedora 26 not loading

PostPosted: Mon Feb 19, 2018 2:38 am
by Vassilis Kontodimas
I noticed this issue happen when you have MESA OpenCL. Uninstalling it usually doesn't help, but what does help is the following (I tried it successfully).

Do the following:
Code: Select all
cd /etc/OpenCL/vendors
sudo mv mesa.icd mesa.icd.bak

Then run Fusion. It worked for me.

Re: Fusion 9 on Fedora 26 not loading

PostPosted: Thu Feb 22, 2018 6:02 am
by Blazej Floch
I can second that Mesa OpenCL causes issues on Fedora. Once I uninstalled it Fusion was happy again.

Re: Fusion 9 on Fedora 26 not loading

PostPosted: Fri Apr 05, 2019 10:12 pm
by Massimo Moneta
Vassilis Kontodimas wrote:I noticed this issue happen when you have MESA OpenCL. Uninstalling it usually doesn't help, but what does help is the following (I tried it successfully).

Do the following:
Code: Select all
cd /etc/OpenCL/vendors
sudo mv mesa.icd mesa.icd.bak



Then run Fusion. It worked for me.



Nice one. Tnx !!

Re: Fusion 9 (now 16) on Fedora 26 not loading

PostPosted: Wed Apr 10, 2019 1:02 pm
by Noel Sterrett
I'm getting "Floating point exception (core dumped)" on startup.
Code: Select all
dmesg:
[71639.439020] traps: Fusion[31170] trap divide error ip:7f48e3af1912 sp:7fff98461f70 error:0 in libqxcb.so[7f48e3a9d000+114000]

I've removed mesa.icd from /etc/OpenCL/vendors.

Fusion within Resolve 16b01 is fine. I'm currently running Ubuntu 18.04, but had the same problem on Centos.

Any ideas?