Got it working, here are tips (Arch Linux) #415
Replies: 1 comment
-
|
This looked so promising, but sadly, no joy for me. FWIW, I had Fusion working a few months back just using @cryinkfly scripts. It's what finally pushed me off W11 (onto Mint). Then I guess there was a wine update and I didn't pay close enough attention. A few weeks ago I started to just get a black screen. So I've been in a spiral trying to get Fusion working again. I've downgraded to 10.13 which fixes the black screen, but gets me stuck at the sign in screen. This post got me deeper into the weeds 😁. I was able to execute the AdskIdentityManager.exe, but it failed with a exception. Fixed that with regedit from issue #432 . The link I have in my "go to product" is actually sideways in the sign in web page, it's a hidden form element. It's in double quotes and also only has a single slash, eg I also tried making a mini bash script: and then I choose that when the browser tries to open the link. Same sad result. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I got the Fusion360 working under my arch linux, and below are problems and solutions I came across. Remember to run all the wine commands in proper prefix where you set install dir when running crinkflys install script.
box-run.shfails on my system, but runningWINEPREFIX='<install dir' FUSION_IDSDK=false WINEDEBUG=-all,-d3d wine '<Fusion360.exe path>'works. Fusion360.exe should be in yours C:\user<username>\AppData folder in wine prefix. Run find-iname fusion360.exeto find itadskidmgr://and a lot of text after that. Then find AdskIdentityManager.exe in your fusion360 wine prefix, navigate there and runwine AdskIdentityManager.exe '<insert the link here>'. The ' ' are important and remember about the prefix.Lastly, I had some bad performance issues. I'm running nvidia GT1030 with nvidia proprietary driver (dkms package) and Fusion would not smoothly render anything. Even sketching a rectangle was a slideshow. Also there was high Xorg usage at times. This was solved by adding
options nvidia_drm modeset=1 fbdev=1to/etc/modprobe.d/nvidia.confas advised in Arch wiki (needs system restart). Now everything runs smoothly (loads a bit slow - about 30 seconds).Problems still unsolved:
Hope this helps someone
Cheers
Setup:
Intel(R) Xeon(R) CPU E3-1220 v5 @ 3.00GHz
16GB of RAM
nvidia GT1030, nvidia proprietary driver
Arch Linux LTS kernel branch
Beta Was this translation helpful? Give feedback.
All reactions