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.79k stars 115 forks source link

Cannot login and wine cannot open a browser #434

Open androuino opened 2 days ago

androuino commented 2 days ago

Please help on signing in after successful installation.

Ubuntu 22.04 Wine version is 9.12 (Staging)

The error am getting upon opening the Fusion360 to login is this

adskidentitymanager

and this is the log details log.txt

What I have tried so far modifying the ~/.local/share/applications/adskidmgr-opener.desktop that I found also here but none of them works in my case.

#[Desktop Entry]
#Type=Application
#Name=adskidmgr Scheme Handler
#Exec=env WINE_PREFIX="/home/sem" wine "C:\Program Files\Autodesk\webdeploy\production\b738a7f16475c27414ba957f7f0b2ee5b34e4e6d\Autodesk Identity Manager\AdskIdentityManager.exe" %u
#Exec=env WINE_PREFIX="/home/sem" wine "C:\Program Files\Autodesk\webdeploy\production\b738a7f16475c27414ba957f7f0b2ee5b34e4e6d\Autodesk Identity Manager\AdskIdentityManager.exe" %u
#Exec=env WINEPREFIX="/home/sem" wine "./drive_c/Program Files/Autodesk/webdeploy/production/b738a7f16475c27414ba957f7f0b2ee5b34e4e6d/Autodesk Identity Manager/AdskIdentityManager.exe" %u
#Exec=env WINEPREFIX="/home/sem/.applications/fusion/wineprefixes/default" wine "./drive_c/Program Files/Autodesk/webdeploy/production/b738a7f16475c27414ba957f7f0b2ee5b34e4e6d/Autodesk Identity Manager/AdskIdentityManager.exe" %u
#Exec=env WINE_PREFIX="/home/sem" wine "./drive_c/Program Files/Autodesk/webdeploy/production/b738a7f16475c27414ba957f7f0b2ee5b34e4e6d/Autodesk Identity Manager/AdskIdentityManager.exe" %u
#Exec=sh -c 'wine "$(find ~/.wine/ -name "AdskIdentityManager.exe" | head -1 | xargs -I '{}' echo {})" "%u"'
#StartupNotify=false
#MimeType=x-scheme-handler/adskidmgr;
#
WINEPREFIX="~/.wine"
cat > $HOME/.local/share/applications/adskidmgr-opener.desktop << EOL
[Desktop Entry]
Type=Application
Name=adskidmgr Scheme Handler
Exec=sh -c 'env WINEPREFIX="${WINEPREFIX}" wine "\$(find ${WINEPREFIX}/ -name "AdskIdentityManager.exe" | head -1 | xargs -I '{}' echo {})" "%u"'
StartupNotify=false
MimeType=x-scheme-handler/adskidmgr;
EOL
xdg-mime default adskidmgr-opener.desktop x-scheme-handler/adskidmgr

Thank you in advance

str0g commented 2 days ago

They messed up language detection and currently you are not able to login due to fatal application crash.

androuino commented 2 days ago

@str0g is there a way to fix that or is there a workaround to that? thanks.

str0g commented 1 day ago

@androuino I've reported to winehq missing implementation part https://bugs.winehq.org/show_bug.cgi?id=56915 and also create ticket for fusion, there are a lot more problems with latest fusion then this unfortunately.

androuino commented 1 day ago

@str0g thanks, I really appreciate it. For the meantime, I guess I'll just have to wait until the issues are fixed. Thank a lot!