Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .NET Core Desktop Runtime 8.0.4 → 8.0.11. Add .NET Core Desktop Runtime 9.0.0 + .NET Framework 4.8.1. #264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

commiterate
Copy link
Contributor

@commiterate commiterate commented Nov 9, 2024

Fixes #266.

Fixes #265.

Fixes #278.

Download links are the resolved redirect download links from Microsoft to pin specific binaries:

Note that this doesn't fix the issue with the mscoree.dll native overrides no longer working for all .NET Framework 4.x versions. That seems to be an issue with Wine or Bottles (bottlesdevs/Bottles#2887), not the dependency manifests. Might be due to missing the Windows Module Installer Service (bottlesdevs/Bottles#3086).

Type of change

  • New dependency
  • Manifest fix
  • Other

Was this tested using a local repository?

  • Yes
  • No

Setup:

$ bottles --version

51.17

$ export PERSONAL_DEPENDENCIES=file:///path/to/local/git/clone

$ bottles
dotnet481
15:44:21 (INFO) Installing dependency [dotnet481] in bottle [Test].
15:44:21 (INFO) Using Wine Uninstaller -- get_uuid
wineserver: using server-side synchronization.
15:44:22 (INFO) Steam path doesn't exist, creating now.
NDP481-x86-x64-AllOS-ENU.exe (100%) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ (74.1MiB/74.1MiB - 51.5MiB)

15:44:23 (INFO) Renaming [NDP481-x86-x64-AllOS-ENU.exe] to [dotnet481.exe].
15:44:23 (INFO) Launching an executable…
wineserver: using server-side synchronization.
0138:err:kerberos:kerberos_LsaApInitializePackage no Kerberos support, expect problems
wine: could not open working directory L"C:\\windows\\sysnative", starting in the Windows directory.
15:44:40 (INFO) Adding Key: [HKEY_CURRENT_USER\Software\Wine\DllOverrides] with Value: [mscoree] and Data: [native] in Test registry
15:44:40 (INFO) Using Wine Registry CLI -- add
wineserver: using server-side synchronization.
15:44:40 (INFO) reg: The operation completed successfully


15:44:40 (INFO) Setting Key Installed_Dependencies=['dotnet481'] for bottle Test…
15:44:40 (INFO) Dependency installed: dotnet481 in Test
dotnetcoredesktop8
15:46:14 (INFO) Installing dependency [dotnetcoredesktop8] in bottle [Test].
windowsdesktop-runtime-8.0.11-win-x86.exe (100%) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ (51.2MiB/51.2MiB - 48.6MiB)

15:46:15 (INFO) Launching an executable…
wineserver: using server-side synchronization.
windowsdesktop-runtime-8.0.11-win-x64.exe (100%) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ (55.8MiB/55.8MiB - 49.3MiB)

15:46:21 (INFO) Launching an executable…
wineserver: using server-side synchronization.
15:46:26 (INFO) Setting Key Installed_Dependencies=['dotnetcoredesktop8'] for bottle Test…
15:46:26 (INFO) Dependency installed: dotnetcoredesktop8 in Test
dotnetcoredesktop9
15:46:28 (INFO) Installing dependency [dotnetcoredesktop9] in bottle [Test].
windowsdesktop-runtime-9.0.0-win-x86.exe (100%) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ (52.9MiB/52.9MiB - 48.8MiB)

15:46:30 (INFO) Launching an executable…
wineserver: using server-side synchronization.
windowsdesktop-runtime-9.0.0-win-x64.exe (100%) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ (57.9MiB/57.9MiB - 50.4MiB)

15:46:36 (INFO) Launching an executable…
wineserver: using server-side synchronization.
15:46:41 (INFO) Setting Key Installed_Dependencies=['dotnetcoredesktop9'] for bottle Test…
15:46:41 (INFO) Dependency installed: dotnetcoredesktop9 in Test

@commiterate commiterate force-pushed the update-dotnet branch 2 times, most recently from 546ff9b to a891701 Compare January 5, 2025 20:53
@commiterate commiterate changed the title Update .NET Core Desktop Runtime 8.0.4 → 8.0.10 and add .NET Framework 4.8.1 Update .NET Core Desktop Runtime 8.0.4 → 8.0.11. Add .NET Core Desktop Runtime 9.0.0 + .NET Framework 4.8.1. Jan 5, 2025
@commiterate
Copy link
Contributor Author

Updating target .NET Core Desktop Runtime version from 8.0.10 to 8.0.11. Also adding .NET Core Desktop Runtime 9.0.0.

@commiterate
Copy link
Contributor Author

@mirkobrombin Anything else needed from me for this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant