Skip to content

Vanta Launcher v1.3

Choose a tag to compare

@salo-yek salo-yek released this 01 Jun 20:20
· 12 commits to main since this release
5d62d7d

Vanta Launcher v1.3 Release! 馃殌

This update introduces real-time logging, improved crash diagnostics, support for custom Java runtime flags, and options to control the launcher's background behavior.

Features & Improvements

  • Real-time Game Console:
    Added a new Console tab to the settings drawer. The launcher now redirects the game process stdout/stderr stream in real-time, displaying it in a read-only terminal within the UI. This aids in diagnosing mod conflicts and load errors.

  • Crash Detection & Alerting:
    If Minecraft exits with a non-zero exit code, the launcher automatically restores its window, opens the Console tab, and displays a warning dialog to help identify the source of the crash.

  • Custom JVM Arguments:
    Added a text field to the Settings tab, allowing you to specify custom Java launch options alongside the launcher's default optimized G1GC parameters.

  • Keep Launcher Open Option:
    Added a checkbox to keep the launcher active in the background after starting the game, letting you monitor the real-time console log continuously.

  • Under-the-Hood Polishing:

    • Updated all internal references, API requests, and User-Agent headers to reflect version 1.3.
    • Refactored standard output polling in the background thread to prevent potential GUI lockups.
    • Improved cleanup and termination routines for background worker threads.