Fusion 360 does not run on Ryzen Hackintosh since last update.

Fusion 360 does not run on Ryzen Hackintosh since last update.

GroovyDrifter
Explorer Explorer
23,521 Views
68 Replies
Message 1 of 69

Fusion 360 does not run on Ryzen Hackintosh since last update.

GroovyDrifter
Explorer
Explorer

I know, I know, it is not supposed to run there, that same computer also boots Windows and there it runs fine, I just have to reboot the computer and problem solved, just wanted to let you know in case there is a simple way to fix it without degrading performance, or something I can do in my computer to make it run. I'm setting up NAS servers in FreeBSD and it's just easier in MacOS, my real MacPro is just too heavy to carry everywere.

0 Likes
Accepted solutions (1)
23,522 Views
68 Replies
Replies (68)
Message 61 of 69

roger
Explorer
Explorer

Ok, interesting. Just got the latest Fusion 360 update and did not need to re-run my fix. Not sure why.

 

Fusion 360 2.0.16486 x86_64 [Native]
macOS 13.4 (22F66) on MacPro7,1

System Integrity Protection status: enabled.

 

What I did: (xxxxxxxxxx = my personal Apple Developer team id, I don't have an active paid account)

I have not experimented with what files are relevant and what not, I just signed all executables. I also did not try if ad-hoc signing works. (replacing the "xxxxxxxxxx" with just a "-")

 

cd ~/Library/Application\ Support/Autodesk/webdeploy/production/Autodesk\ Fusion\ 360.app/Contents/Frameworks/AIRMAX/
amdfriend --in-place  libtbb.dylib
amdfriend --in-place  libtbbmalloc.dylib
codesign --force -s xxxxxxxxxx Ad*
codesign --force -s xxxxxxxxxx EnGen
codesign --force -s xxxxxxxxxx adex*
codesign --force -s xxxxxxxxxx gent*
codesign --force -s xxxxxxxxxx lib*
codesign --force -s xxxxxxxxxx lvvfs
codesign --force -s xxxxxxxxxx rtslc

 

 

Man page for codesign: man codesign

Message 62 of 69

aaron.zschau
Observer
Observer

Thanks, I'll give that a try once I figure out how to re-enable SIP, backing out the changes I made to disable it didn't seem to work.  

0 Likes
Message 63 of 69

brunosaraivaf
Community Visitor
Community Visitor

Thank you for that,

 

Your files saved me the frustration of days of failed attempts to run Fusion 360:

 

Specs: 
HW: Ryzen 7 5800X - 32G RAM - RX6600M

OS: Sonoma 14.2.1 / iMac Pro 2017

Fusion V: 2.0.18441 x86_64

 

Message 64 of 69

roger
Explorer
Explorer

Well again some changes. Latest Fusion update only requires:

 

cd ~/Library/Application\ Support/Autodesk/webdeploy/production/Autodesk\ Fusion\ 360.app/Contents/Frameworks/AIRMAX/
amdfriend --in-place  libtbb.dylib
amdfriend --in-place  libtbbmalloc.dylib

 

But there are some window issues; Data Panel is now empty and opening the extensions window also glitches. 

 

I see these messages in console:

QPainter::begin: Paint device returned engine == 0, type: 1
MAG.Default: [Idle Status] Report Idle(Idle or Not):  false
0 Likes
Message 65 of 69

tomnicYXQYQ
Explorer
Explorer

It seems ok to me, do you have a fully metal 2.0 compliant video card? Be sure to also re-codesign the whole app using: 

codesign --force --deep --sign - ~/Library/Application\ Support/Autodesk/webdeploy/production/Autodesk\ Fusion\ 360.app

Screenshot 2024-03-17 alle 20.59.45.png

0 Likes
Message 66 of 69

roger
Explorer
Explorer

Hi Tomnic,

 

My Data Panel remains empty, completely removed fusion 360 and did a fresh install, still the same.

 

I run Sonoma 14.0 (which may be causing it)

I have a AMD Radeon RX 6900 XT 16 GB which is reported as supporting Metal 3.

AMD Radeon RX 6900 XT:

  Chipset Model:	AMD Radeon RX 6900 XT
  Type:	GPU
  Bus:	PCIe
  Slot:	Slot-1
  PCIe Lane Width:	x16
  VRAM (Total):	16 GB
  Vendor:	AMD (0x1002)
  Device ID:	0x73bf
  Revision ID:	0x00c0
  ROM Revision:	113-D4120100-100
  Metal Support:	Metal 3

 

0 Likes
Message 67 of 69

roger
Explorer
Explorer

Hi Tomnic,

 

I have RX 6900 XT 16 GB which is reported as Metal 3 compatible. I run Sonoma 14.0 which might be an issue...

My Data panel remains empty and when I code sign the full app I cannot login anymore.

 

Regards, Roger.

 

Screenshot 2024-03-17 at 21.09.49.png

Screenshot 2024-03-17 at 21.59.45.png

0 Likes
Message 68 of 69

tomnicYXQYQ
Explorer
Explorer

Try to update to 14.4 which is the version I use now, same GPU here!!! I hope you're using an updated WhateverGreen.kext and Lilu.kext

0 Likes
Message 69 of 69

roger
Explorer
Explorer

14.4 fixed the Data Panel issue!

 

Thanks!