Thermionix / fusion360

This is the snap for Autodesk Fusion 360
MIT License
162 stars 14 forks source link

Sign in not working #21

Closed botikori closed 2 months ago

botikori commented 1 year ago

Screenshot from 2023-04-08 20-51-38 Screenshot from 2023-04-08 20-53-14 I assume the web browser should start in order to sign in, but nothing is happening. Because of this, I can't surpass the sign-in screen, which makes Fusion 360 unusable.

lancepuk commented 1 year ago

same problem with me

zap117 commented 1 year ago

same here, both snap version and bottles

MikhailovArtyom commented 1 year ago

same problem with me

o0Ghost0o commented 1 year ago

What I notice is that it asks for a chromium based browser

Remote debugging server started successfully. Try pointing a Chromium-based browser to h ttp://127.0.0.1:9766

I've tried to install Google Chrome for windows v80 and make it the default without success

My steps

  1. Download vulkan drivers from (the 2.0 version as it includes the setup script) https://github.com/doitsujin/dxvk/releases

  2. Extract dxvk-2.0.tar.gz

  3. cd to the dxvk-2.0 folder

  4. run WINEPREFIX=/home/ghostkiller/snap/fusion360 setup_dxvk.sh install

  5. then download chrome v80 https://www.slimjet.com/chrome/download-chrome.php?file=files%2F80.0.3987.149%2FChromeStandaloneSetup64.exe

  6. install it with WINEPREFIX=/home/ghostkiller/snap/fusion360 wine ChromeStandaloneSetup64.exe

  7. test it with WINEPREFIX=/home/ghostkiller/snap/fusion360 wine '/home/ghostkiller/snap/fusion360/drive_c/Program Files (x86)/Google/Chrome/Application/chrome.exe'

  8. after install edit the registry with regedit of winetricks

  9. run WINEPREFIX=/home/ghostkiller/snap/fusion360 winetricks

  10. Select the default wineprefix > Run regedit

  11. Change the following HKEY_CLASSES_ROOT > http > shell > open > command > default with "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "%1"

  12. finally run fusion with snap run fusion360

zap117 commented 1 year ago

tried that but getting stuck on 'ShellExecuteEx' after chrome install

terrystech commented 1 year ago

I am also unable to get past the sign in screen and the above workaround does not resolve the issue.

pellle87 commented 1 year ago

I also cant get past login screen.

dardardario commented 1 year ago

Same issue here

skonakov commented 1 year ago

Same for me

luxapana commented 1 year ago

same issue here. Tried the workaround suggested here but still no luck. https://pullanswer.com/questions/welcome-screen-browser-login-not-opening

Also installed fusion360 using usebottles, still the same issue.

Matt2D3 commented 1 year ago

I tried copying the cached login information from one instance of fusion360 (windows 10 VM) to ubuntu with no success. c:/users/AppData/Local/Autodesk/Autodesk Fusion 360/##random string of capital letters and numbers##. I will try copying other files related to the login later

maxpolzin commented 1 year ago

I encounter the same issue. It seems to be present since Fusion switched to SSO (which requires opening a browser).

jonboy86 commented 1 year ago

same issue here fresh install

DimitriBolt commented 1 year ago

@o0Ghost0o

  1. run WINEPREFIX=/home/ghostkiller/snap/fusion360 setup_dxvk.sh install

In the folder dxvk-2.2/ there is no file setup_dxvk.sh. There are only 2 folders

total 8
4932077 4 drwxr-xr-x 2 dimitri dimitri 4096 May 12 03:27 x32
4932078 4 drwxr-xr-x 2 dimitri dimitri 4096 May 12 03:27 x64
o0Ghost0o commented 1 year ago

@DimitriBolt You must download the 2.0 version

  1. Download vulkan drivers from (the 2.0 version as it includes the setup script) https://github.com/doitsujin/dxvk/releases

so You will have the dxvk-2.0 folder

hanschanhs commented 1 year ago

I believe a fix was found for this issue: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/319

scroll to final comments

o0Ghost0o commented 1 year ago

I'll try it out

markcm2 commented 11 months ago

Has a solution been found for this inability to login? I am new to this, first time install of popOS and just installed but get stuck at this same "web browser will open...login"

terrystech commented 11 months ago

Hello Mark.

No solution that I have found.

I just switched to using SelfCAD which is also free for hobbyists.

https://www.selfcad.com/ if you want to check it out.

Sent from Mail for Windows

From: markcm2 Sent: Wednesday, August 2, 2023 2:08 AM To: Thermionix/fusion360 Cc: terrystech; Comment Subject: Re: [Thermionix/fusion360] Sign in not working (Issue #21)

Has a solution been found for this inability to login? I am new to this, first time install of popOS and just installed but get stuck at this same "web browser will open...login" — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

luxapana commented 11 months ago

Disabling the SDK worked for me. Please check for comments.

markcm2 commented 11 months ago

Disabling the SDK worked for me. Please check for comments.

Thanks for the replay although I do not know what "the SDK" is, and I don't understand the statement "check for comments". I searched this thread for other comments about "SDK" in case that is what you are referencing although I do not see any.

Can you elaborate on what your fix was, and frame it for a Windows user who's new to popOS?

luxapana commented 11 months ago

It's in a linked issue. Please check this: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/319#issuecomment-1569976242

Smartich0ke commented 10 months ago

I'm also having this problem. The current workaround I'm using for now is as referenced above.

Running the snap with the following environment variable:

FUSION_IDSDK=false fusion360
terrystech commented 10 months ago

From Terminal type the following:

fusion_idsdk=false snap run fusion360

Fusion360 will launch with the old sign in.

On Sat, Aug 12, 2023 at 6:26 AM Nikolai Patrick @.***> wrote:

I'm also having this problem. The current workaround I'm using for now is as referenced above.

Running the snap with the following environment variable:

FUSION_IDSDK=false fusion360

— Reply to this email directly, view it on GitHub https://github.com/Thermionix/fusion360/issues/21#issuecomment-1675836475, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTLVHAOEJT6SGJRCO6ZZ43XU5K6LANCNFSM6AAAAAAWXTUPHA . You are receiving this because you commented.Message ID: @.***>

daniel-roulin commented 9 months ago

To add to the previous comments, if you don't want to this every time you launch fusion 360, you can edit the .desktop file. Personally, I found it in /var/lib/snapd/desktop/applications/fusion360_fusion360.desktop. However, you need root privileges in order to edit it. You can do so by running:

sudo nano /var/lib/snapd/desktop/applications/fusion360_fusion360.desktop

Then, I edited this the Exec line. I replaced

Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/fusion360_fusion360.desktop /snap/bin/fusion360

by

Exec=env fusion_idsdk=false BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/fusion360_fusion360.desktop /snap/bin/fusion360

Things worked immediately after, I didn't even need to logout or reboot.

TNWT commented 3 months ago

since it is not working for me, i want to uninstall is can you tell me how to uninstall it

Smartich0ke commented 3 months ago

since it is not working for me, i want to uninstall is can you tell me how to uninstall it

sudo snap remove fusion360