This repository was archived by the owner on Feb 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
files/builds/stable-branch/bin Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77# Author URI: https://cryinkfly.com #
88# License: MIT #
99# Copyright (c) 2020-2024 #
10- # Time/Date: 11:29/11.06 .2024 #
11- # Version: 1.9.10 #
10+ # Time/Date: 13:00/29.07 .2024 #
11+ # Version: 1.9.11 #
1212# ###################################################################################################
1313
1414# Path: /$HOME/.fusion360/bin/install.sh
@@ -548,6 +548,8 @@ function SP_FUSION360_INSTALL {
548548 # Use Visual Studio Redist that is bundled with the application
549549 WINEPREFIX=" $WP_DIRECTORY " wine REG ADD " HKCU\Software\Wine\DllOverrides" /v " msvcp140" /t REG_SZ /d native /f
550550 WINEPREFIX=" $WP_DIRECTORY " wine REG ADD " HKCU\Software\Wine\DllOverrides" /v " mfc140u" /t REG_SZ /d native /f
551+ # Fixed the problem with the bcp47langs issue and now the login works again!
552+ WINEPREFIX=" $WP_DIRECTORY " wine reg add " HKCU\Software\Wine\DllOverrides" /v " bcp47langs" /t REG_SZ /d " " /f
551553 sleep 5s
552554 # Download and install WebView2 to handle Login attempts, required even though we redirect to your default browser
553555 cp " $SP_PATH /downloads/WebView2installer.exe" " $WP_DIRECTORY /drive_c/users/$USER /Downloads"
You can’t perform that action at this time.
0 commit comments