cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.78k stars 115 forks source link

Unable to login with Ubuntu 24.04 #428

Open bereldhuin opened 2 weeks ago

bereldhuin commented 2 weeks ago

With Ubuntu 24.04, when clicking on the signin button, nothing happens : no browser opens.

I tried the following things without success:

I also tried to uninstall everything but when lauching the unstall app and confirmed that i wanted to remove Fusion360, nothing happens (no terminal, no other progress window).

Thanks for your help,

Fred

bereldhuin commented 2 weeks ago

BTW, I won't be able to help solving much on this, but I can help for testing ;-)

jublin commented 1 week ago

Try copying the sign in link in browser

Then go to your install directory/AutoDesk Identity Manager/ and run:

WINE_PREFEX=$pwd wine AdskIdentityManager.exe "LINK" (use double quotes)

rusk911 commented 1 week ago

Confirm. Both firefox and chrome (set as default browsers) not reacting to webview call.

Try copying the sign in link in browser

Then go to your install directory/AutoDesk Identity Manager/ and run:

WINE_PREFEX=$pwd wine AdskIdentityManager.exe "LINK" (use double quotes)

Don't understand. Where do I copy sign in link from? Browser is not opening the sign in page at all. Why do I need to create new wineprefix within identity manager folder? Did you mean WINEPREFIX instead of WINE_PREFEX? Any info on how to collect useful debug information to solve the issue?

bereldhuin commented 1 week ago

THank you @jublin, but from what I saw on other issues, the command you provided is for the case when he link opens in the browser but it doesn't redirect back to Fusion360, right ?

As @rusk911 stated, he has the same problem as me : the link doesn't open in any browser.

AlixANNERAUD commented 1 week ago

Same bug on debian 12 (bookworm)

KozhaAkhmet commented 5 days ago

I installed on Kubuntu 24.04 The problem was Firefox from snap, which prevents interactions with fusion. I just installed from apt (installing from apt by default, will automatically install from snap. Thus, you should visit the website to configure).

AlixANNERAUD commented 5 days ago

I'm running Debian (without Snap installed, obviously) with Firefox installed from the official Mozilla repositories, but I still encounter the following issue : Capture d’écran du 2024-06-23 14-00-36 I tried to install manually WebView2 (Evergreen installer) but still doesn't work.

AlixANNERAUD commented 5 days ago

I'm running Debian (without Snap installed, obviously) with Firefox installed from the official Mozilla repositories, but I still encounter the following issue : Capture d’écran du 2024-06-23 14-00-36 I tried to install manually WebView2 (Evergreen installer) but still doesn't work.

I reinstalled WebView2 using the following command, and it seems to work now (the WebView2 executable was already present) :

WINEPREFIX=/home/user/.fusion360/wineprefixes/default wine 'C:\Users\user\Downloads\WebView2installer.exe'
NoFr1ends commented 5 days ago

I've installed Chrome as a normal deb and selected as the default browser, but for me Fusion still locks up as soon as I press on the signin button.