VxKex icon indicating copy to clipboard operation
VxKex copied to clipboard

[Bug Report] Cannot Run windows terminal app lastest version under VxKex

Open ruby186 opened this issue 11 months ago • 1 comments

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

ruby186 avatar Jan 13 '25 07:01 ruby186

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

  1. Step-by-step instructions to reproduce the bug/error.
  2. 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:

  1. Clear existing logs:

    • Navigate to %LOCALAPPDATA%\Local\VxKex\Logs
    • Delete all the log files in this folder.
  2. Reproduce the issue:

    • Launch the application with VxKex enabled.
    • Reproduce the error or behavior you are reporting.
  3. Collect logs:

    • Close the application (or close the error window).
    • Go back to %LOCALAPPDATA%\Local\VxKex\Logs and zip all newly created log files.
  4. 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:

  1. Download YY-Thunks from the official release page (https://github.com/Chuyu-Team/YY-Thunks/releases)

  2. Run the following command in a terminal, replacing D:\Tool\SomeProgram.exe with the path to your application:

    YY.Depends.Analyzer.exe "D:\Tool\SomeProgram.exe" /IgnoreReady /ReportView:Table /Target:6.1.7600  
    
  3. This will generate a Markdown file named SomeProgram.exe.md in 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.

  4. Open the .md file, 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.

i486 avatar Jan 23 '25 12:01 i486