Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign in not working #21

Closed
botikori opened this issue Apr 8, 2023 · 27 comments
Closed

Sign in not working #21

botikori opened this issue Apr 8, 2023 · 27 comments

Comments

@botikori
Copy link

botikori commented Apr 8, 2023

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
Copy link

lancepuk commented Apr 9, 2023

same problem with me

@zap117
Copy link

zap117 commented Apr 9, 2023

same here, both snap version and bottles

@MikhailovArtyom
Copy link

same problem with me

@o0Ghost0o
Copy link

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
Copy link

zap117 commented Apr 11, 2023

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

@terrystech
Copy link

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

@pellle87
Copy link

I also cant get past login screen.

@dardardario
Copy link

Same issue here

@skonakov
Copy link

Same for me

@luxapana
Copy link

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
Copy link

Matt2D3 commented May 1, 2023

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
Copy link

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

@jonboy86
Copy link

same issue here fresh install

@DimitriBolt
Copy link

DimitriBolt commented May 31, 2023

@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
Copy link

@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
Copy link

I believe a fix was found for this issue: cryinkfly/Autodesk-Fusion-360-for-Linux#319

scroll to final comments

@o0Ghost0o
Copy link

I'll try it out

@markcm2
Copy link

markcm2 commented Aug 2, 2023

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
Copy link

terrystech commented Aug 2, 2023 via email

@luxapana
Copy link

luxapana commented Aug 3, 2023

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

@markcm2
Copy link

markcm2 commented Aug 3, 2023

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
Copy link

luxapana commented Aug 3, 2023

It's in a linked issue. Please check this:
cryinkfly/Autodesk-Fusion-360-for-Linux#319 (comment)

@Smartich0ke
Copy link

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
Copy link

terrystech commented Aug 22, 2023 via email

@daniel-roulin
Copy link

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
Copy link

TNWT commented Mar 24, 2024

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

@Smartich0ke
Copy link

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

sudo snap remove fusion360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests