-
Notifications
You must be signed in to change notification settings - Fork 0
Bugs
Finn edited this page Jul 4, 2025
·
2 revisions
These are bugs or incomplete features identified in the current release.
-
Description:
Help > Aboutwindow shows v2.0 instead of v0.9.1.1 - Impact: Cosmetic only
- Fix: Scheduled for v0.9.1.2 or v0.9.2
-
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:
- Open Yonky via the Python script directly:
- Download
Yonky_0.9.pyfrom the repo - Run it using Python:
python Yonky_0.9.py
- Download
- Or recompile Yonky locally using:
Then run the new EXE from its own folder.
pip install pyinstaller pyinstaller --onefile --windowed Yonky_0.9.py
- Open Yonky via the Python script directly:
-
Note: This will be fixed in the next release (
v0.9.1.2+) where paths are locked to the app directory.File > Refreshis also being revised for reliability.
- No errors show, but nothing updates the GUI when clicked
- Likely linked to the JSON/script loader not being called
Follow or contribute to open issues