Skip to content
Finn edited this page Jul 4, 2025 · 2 revisions

⚠️ Known Issues – Yonky v0.9.1.

These are bugs or incomplete features identified in the current release.


❌ Version Mismatch

  • Description: Help > About window shows v2.0 instead of v0.9.1.1
  • Impact: Cosmetic only
  • Fix: Scheduled for v0.9.1.2 or v0.9.2

🧩 Scripts Not Loading or Saving Properly

  • Issue: Scripts added manually to the /scripts/ folder do not appear in the GUI, and scripts added via the app may disappear after closing.
  • Cause: The current downloadable EXE (v0.9.1.1) runs from a temporary directory due to packaging issues. This causes Yonky to read/write scripts and config in the wrong location.
  • Workaround:
    1. Open Yonky via the Python script directly:
      • Download Yonky_0.9.py from the repo
      • Run it using Python:
        python Yonky_0.9.py
    2. Or recompile Yonky locally using:
      pip install pyinstaller
      pyinstaller --onefile --windowed Yonky_0.9.py
      Then run the new EXE from its own folder.
  • Note: This will be fixed in the next release (v0.9.1.2+) where paths are locked to the app directory. File > Refresh is also being revised for reliability.

🔄 Refresh Function Doesn't Work

  • No errors show, but nothing updates the GUI when clicked
  • Likely linked to the JSON/script loader not being called

Tracking

Follow or contribute to open issues

Clone this wiki locally