Bottles (Flatpak) - Installation Can't sign in during startup
Describe the bug I've installed Fusion360 via Bottles. I am able to launch the Fusion360 application from within Bottles. However, I can't bypass the Sign in page. Clicking on Sign In doesn't open a web browser. Not sure if this is a limitation of Bottles/Fusion360 Flatpak.
To Reproduce Steps to reproduce the behavior:
- Install Bottles on
- Create a Bottle
- Install Program (Fusion 360)
- Launch Fusion 360
- When prompted, click the Sign In Button
Expected behavior I'm assuming it would open in some web browser either my Chrome Browser or something else maybe through Bottles?
Screenshots
Desktop (please complete the following information):
- Installed via Bottles
- Graphics card model + Graphics card driver (Version number) Nvidia
- Operating system (OpenSUSE Leap 15.3, Fedora 34, ...) Archlinux
- Desktop environment (XFCE 4.16, Gnome 40, ...) KDE Plasma 5.27.7
- DXVK- or OpenGL-Mode: Flatpak seems to use DXVK
Additional context N/A
Hey, just encountered this issue and found a solution in issue #319. To fix this issue simply:
- Go to the fusion 360 bottle
- click the 3 dots(near the installed fusion 360) menu and choose
Change launch options... - add
FUSION_IDSDK=falseto the start of the Command Arguments section(followed by a whitespace) - Save and launch fusion 360, it should use the old login system now
Followed issue #319 this but for the installer version:
WINEPREFIX="/home/cole/.fusion360/wineprefixes/default" FUSION_ISSDK=false WINEDEBUG=-all wine /home/cole/.fusion360/wineprefixes/default/drive_c/Program\ Files/Autodesk/webdeploy/production/dabca83aceed67f5b8555a5b9697a3fc08792c77/FusionLauncher.exe
Launches and I get to the login menu but still the same login menu, tries to send me to a chromium based web browser according to logs, but I don't know how I would install google chrome windows version in wine, installed firefox but that didn't work.
@kossLAN you seemed to write FUSION_ISSDK and not FUSION_IDSDK
You would be correct, and I am an idiot. Thank you for pointing that out.
I'm still failing to sign in due to an error regarding no compatible browsers.
I'm still failing to sign in due to an error regarding no compatible browsers.
Same for me since updating to the latest version of Fusion360 (updated by re-installing)