[Bug Report] Cannot Run windows terminal app lastest version under VxKex
I downloaded lastest windows 10 terminal app from github: https://github.com/microsoft/terminal/releases/download/v1.21.3231.0/Microsoft.WindowsTerminal_1.21.3231.0_x64.zip
when I enable VxKex for it, and run, it says cannot find SetThreadpoolTimerEx under dynamic loader kxbase.dll.
Can you give some advise for fix it or any suggestion to run? Thank you very much!
Test operation system: windows 7 x64 sp1
Please follow the template below to complete your issue.
Application Information
- Application: [Insert name and Version]
- Download Link: [Provide direct link to download]
Description
A brief overview of the problem you're encountering, including any specific details about the issue.
Problem
- Step-by-step instructions to reproduce the bug/error.
- Attach screenshots or error messages related to the issue.
Logs
To help developers investigate the issue, please follow the steps below to collect and share the logs:
-
Clear existing logs:
- Navigate to
%LOCALAPPDATA%\Local\VxKex\Logs - Delete all the log files in this folder.
- Navigate to
-
Reproduce the issue:
- Launch the application with VxKex enabled.
- Reproduce the error or behavior you are reporting.
-
Collect logs:
- Close the application (or close the error window).
- Go back to
%LOCALAPPDATA%\Local\VxKex\Logsand zip all newly created log files.
-
Attach the zipped log file here.
Collect Additional Logs with YY-Thunks (Optional)
To provide more detailed information about APIs used by the application, you can use YY-Thunks:
-
Download YY-Thunks from the official release page (https://github.com/Chuyu-Team/YY-Thunks/releases)
-
Run the following command in a terminal, replacing
D:\Tool\SomeProgram.exewith the path to your application:YY.Depends.Analyzer.exe "D:\Tool\SomeProgram.exe" /IgnoreReady /ReportView:Table /Target:6.1.7600 -
This will generate a Markdown file named
SomeProgram.exe.mdin the same directory as the analyzer. The file contains a list of API/s that the application might use and is available only on Windows 8 or higher. -
Open the
.mdfile, copy its entire contents, and paste it into the collapsible section below.
Click here to see YY-Thunks report
PASTE THE ENTIRE .MD CONTENT HERE
Environment Details
Please provide the following details about your environment:
- Operating System: (e.g., Windows 7 SP1 English, 64bit, with ESU updates)
- VxKex Version: (e.g., 1.1.2.1428; if using a custom fork, provide the fork repository link)
Feel free to add any other details or context that might be helpful for reproducing the issue or understanding the behavior.