Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit 273b317

Browse files
authored
Fixed Login bug ( AdskIdentityManager.exe & bcp47langs.dll)
- #434 - #441 - #432
1 parent 427bc1d commit 273b317

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

files/builds/stable-branch/bin/install.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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"

0 commit comments

Comments
 (0)