Fusion 360 on Wine sign in not working

Questions about Wine on Linux
Locked
LucasVL
Newbie
Newbie
Posts: 1
Joined: Sun May 21, 2023 2:57 pm

Fusion 360 on Wine sign in not working

Post by LucasVL »

i have installed Fusion 360 on wine using the fusion 360 admin installer https://dl.appstreaming.autodesk.com/pr ... nstall.exe, however when i hit the sign in button it fails to open a browser - it simply says "Check your web browser to sign in". i have wine IE installed however that does not seem to be the cause of the issue. i have also tried to set my default browser in the wine registry to my regular browser, and installing a browser in wine, however none of this worked. the people at this project seem to be having the same issue, however i am using vanilla wine https://github.com/cryinkfly/Autodesk-F ... issues/323. here are my logs which appear when i click the sign in button:

Code: Select all

Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
Finished request Handshake. But response is empty.
Finished request Handshake. But response is empty.
Handshake failed
here are my full logs in a pastebin to avoid muddying up the post: https://pastebin.com/cZK1b5DT

OS: Arch linux

output of pacman -Q --info wine-staging and wine --version

Code: Select all

[lucas@lucasvl-pc ~]$ pacman -Q --info wine-staging
Name            : wine-staging
Version         : 8.8-1
Description     : A compatibility layer for running Windows programs - Staging branch
Architecture    : x86_64
URL             : https://www.wine-staging.com
Licenses        : LGPL
Groups          : None
Provides        : wine=8.8  wine-wow64=8.8
Depends On      : attr  lib32-attr  fontconfig  lib32-fontconfig  libxcursor  lib32-libxcursor  libxrandr  lib32-libxrandr  libxi
                  lib32-libxi  gettext  lib32-gettext  freetype2  lib32-freetype2  gcc-libs  lib32-gcc-libs  libpcap
                  lib32-libpcap  desktop-file-utils
Optional Deps   : giflib [installed]
                  lib32-giflib
                  gnutls [installed]
                  lib32-gnutls [installed]
                  v4l-utils [installed]
                  lib32-v4l-utils
                  libpulse [installed]
                  lib32-libpulse
                  alsa-plugins [installed]
                  lib32-alsa-plugins [installed]
                  alsa-lib [installed]
                  lib32-alsa-lib [installed]
                  libxcomposite [installed]
                  lib32-libxcomposite
                  libxinerama [installed]
                  lib32-libxinerama
                  opencl-icd-loader [installed]
                  lib32-opencl-icd-loader
                  libva [installed]
                  lib32-libva
                  gtk3 [installed]
                  lib32-gtk3
                  gst-plugins-base-libs [installed]
                  lib32-gst-plugins-base-libs
                  vulkan-icd-loader [installed]
                  lib32-vulkan-icd-loader [installed]
                  sdl2 [installed]
                  lib32-sdl2
                  sane [installed]
                  libgphoto2 [installed]
                  ffmpeg [installed]
                  cups [installed]
                  samba [installed]
                  dosbox
Required By     : wine-gecko  wine-mono
Optional For    : None
Conflicts With  : wine  wine-wow64
Replaces        : None
Installed Size  : 544.75 MiB
Packager        : Felix Yan <[email protected]>
Build Date      : Tue May 16 15:24:25 2023
Install Date    : Sun May 21 14:52:19 2023
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

[lucas@lucasvl-pc ~]$ wine --version
wine-8.8 (Staging)

If there is any more info i should provide please let me know, this is my first time posting on the wine forums :). thank you in advance for any help!
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Fusion 360 on Wine sign in not working

Post by jkfloris »

Sounds like bug 54794 and/or 54845.
Unfortunately, there is no solution yet.
Locked