This application utilizes a kernel-level driver (WinDivert) to capture game packets and runs an AI Engine (Python Sidecar) for real-time translation. Most execution failures are caused by permission issues, missing runtime components, or security software interference.
To verify if the app is running correctly, enable Debug Mode and ensure the following messages appear in order within the System (βοΈ) tab:
[System] Admin Privileges: true: Successfully running with administrator rights.[System] Driver Integrity: true: Required driver files detected.[Python] AI Started: CUDA: GPU acceleration is active (e.g., RTX 4080 Super).[Debug] New Stream Detected: Communication with the game server captured.[Debug] First Packet Captured!: Analysis of actual game data has begun.
Detailed diagnostic information and debug logs are available in the System Tab.
- Open Settings: Click the Gear Icon (βοΈ) at the top right of the app.
- Enable Debug Mode: Scroll down and check the 'Debug Mode' box.
- Enter System Tab: Click the newly appeared 'System (βοΈ)' tab in the top navigation bar.
Admin Privileges: false: The program is running with standard user permissions. Packet sniffing will not function.- Solution: Fully close the app, then Right-click
translator.exe> [Run as administrator].
- Solution: Fully close the app, then Right-click
Driver Integrity: false:WinDivert64.sysis missing from the execution folder.- Solution: Ensure all 5 required files are in the same folder. Re-extracting the
.zipfile is recommended if files are missing.
- Solution: Ensure all 5 required files are in the same folder. Re-extracting the
Resource Path: ...: Displays the path where resources are loaded.- Caution: Errors may occur if the path contains non-English characters or special symbols. Please run the app from a purely English directory path.
FATAL: ACCESS_DENIED (Code 5): Failed to load the driver due to insufficient permissions.- Solution: You must restart the program as an Administrator.
FATAL: INVALID_IMAGE_HASH (Code 577): Windows Security or Secure Boot has blocked the driver.- Solution: Run Windows Update to the latest version or check your antivirus software's exclusion settings.
[Warning] No game traffic detected for 15s: The game is running, but no packet data is being received.- Solution: Ensure that Windows Firewall or your antivirus is allowing network access for this application.
FATAL: Missing Visual C++ Redistributable: Essential runtime components are missing from your PC.- Solution: Click to download and install the Official Microsoft x64 Runtime. You MUST restart your PC after installation.
GPU Memory Out: The graphics card's VRAM is insufficient.- Solution: In Settings (βοΈ), lower the Tier to
MiddleorLow. High-performance GPU users may still encounter this if other memory-intensive programs (like the game itself) are running simultaneously.
- Solution: In Settings (βοΈ), lower the Tier to
AI Started: CUDA: AI acceleration using the GPU has started successfully.
Active Interface: ...: List of network devices currently being monitored.- Purpose: Used to verify if the correct network adapter carrying game traffic is detected.
New Stream Detected: [IP:Port]: Successfully captured the connection to the game server.- Purpose: Indicates the app has recognized the game process and is ready to read data.
First Packet Captured!: Proves that actual game data is entering the app's internal buffer.- Purpose: Real-time translation results will start appearing on the screen from this point onwards.
[Perf] Inference Time: ...ms: Time taken by the AI to translate a sentence.- Purpose: If this value remains consistently high, adjust the Performance Tier for a smoother experience.
If the issue persists, please copy the entire content of the System Tab and provide it for review. Lines containing [Sniffer FATAL] or [Python CRASH] are the most critical clues for diagnosis.
Once you have confirmed logs up to First Packet Captured!, you are all set to enjoy the translated gameplay!