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

install error #1044

Open
qinxike opened this issue Jun 1, 2024 · 1 comment
Open

install error #1044

qinxike opened this issue Jun 1, 2024 · 1 comment

Comments

@qinxike
Copy link

qinxike commented Jun 1, 2024

erros while install, my os: windows11 22H2

the log is below:

找到了捆绑: D:\FluentTerminal\FluentTerminal.Package_0.7.7.0_x86_x64.msixbundle

正在安装应用程序...
找到依赖项包:
D:\FluentTerminal\Dependencies\x86\Microsoft.NET.Native.Framework.2.2.appx
D:\FluentTerminal\Dependencies\x86\Microsoft.NET.Native.Runtime.2.2.appx
D:\FluentTerminal\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx
D:\FluentTerminal\Dependencies\x86\Microsoft.VCLibs.x86.14.00.Desktop.appx
D:\FluentTerminal\Dependencies\x64\Microsoft.NET.Native.Framework.2.2.appx
D:\FluentTerminal\Dependencies\x64\Microsoft.NET.Native.Runtime.2.2.appx
D:\FluentTerminal\Dependencies\x64\Microsoft.VCLibs.x64.14.00.appx
D:\FluentTerminal\Dependencies\x64\Microsoft.VCLibs.x64.14.00.Desktop.appx
Add-AppxPackage: 找不到路径“D:\FluentTerminal\Dependencies\x86\Microsoft.NET.Native.Framework.2.2.appx D:\FluentTerminal\Dependencies\x86\Microsoft.NET.Native.Runtime.2.2.appx D:\FluentTerminal\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx D:\FluentTerminal\Dependencies\x86\Microsoft.VCLibs.x86.14.00.Desktop.appx D:\FluentTerminal\Dependencies\x64\Microsoft.NET.Native.Framework.2.2.appx D:\FluentTerminal\Dependencies\x64\Microsoft.NET.Native.Runtime.2.2.appx D:\FluentTerminal\Dependencies\x64\Microsoft.VCLibs.x64.14.00.appx D:\FluentTerminal\Dependencies\x64\Microsoft.VCLibs.x64.14.00.Desktop.appx”,因为该路径不存在。
错误: 未能安装应用程序。
Press Enter to continue...:
@CryptGodSon
Copy link


Hi! It seems you're encountering an issue during the installation of Fluent Terminal due to missing dependencies (Microsoft.NET.Native.Framework, Microsoft.NET.Native.Runtime, and Microsoft.VCLibs). Here are steps to resolve this:


1. Install the Missing Dependencies Manually

The log suggests that certain dependencies are missing. You can manually download and install them:

Make sure to download the correct versions (x86 or x64) matching your system's architecture.


2. Reinstall Fluent Terminal

After installing the required dependencies, run the installation of Fluent Terminal again using the .msixbundle file.


3. Use PowerShell to Install Dependencies

If manual installation doesn’t work, you can add the missing packages using PowerShell:

  1. Open PowerShell as Administrator.
  2. Use the following command for each .appx file you downloaded:
    Add-AppxPackage -Path "path_to_the_dependency_file.appx"
    Replace "path_to_the_dependency_file.appx" with the full path to the downloaded dependency files.

4. Check Your Windows Version

Ensure your system is running Windows 11 22H2 with all the latest updates. Missing updates can cause dependency errors. To check for updates:

  • Go to Settings > Windows Update, and install all available updates.

5. Try Installing from Microsoft Store

If manual installation fails, check if Fluent Terminal is available in the Microsoft Store. Store installations often handle dependencies automatically.


Let us know if this helps or if additional assistance is needed. Providing details about your system (e.g., x86 or x64 architecture, Windows version) could also be helpful for troubleshooting. 😊


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

No branches or pull requests

2 participants