yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

bug: App opening throws an error on Windows 11 after installation #92

Closed 7upreturn closed 9 months ago

7upreturn commented 9 months ago

Bug Report

Platform: Windows 11 [Version 10.0.22621.2715]

YATTIE version: 0.8.0

Current behavior:

I tried installing the Yattie application. 1st attempt was done using the default path of install from the installer. 2nd attempt was done in C:\ProgramFiles\Yattie In both cases, when trying to open the application a Javascript error is showing. I observed that after the install I have 3 Yattie processes running in the Task Manager which cannot be closed. It requires me to restart the computer.
Tried to open both regular and with Run as administrator

Expected behavior:

After installation I can open the application with no errors showing.

Steps to reproduce:

  1. Download Yattie 0.8.0 .exe file
  2. Install the application on Window 11
  3. Tried to open the application

Related code: Task manager processes image

Javascript error image

Other information:

constDave commented 9 months ago

@7upreturn Thank you for reporting this! Please uninstall the app completely, remove the user data files, and install the latest version (0.10.0) - https://github.com/yatt-ai/yattie/releases

Please let us know if those steps resolve the issue or if you continue to have issues.

dacoaster commented 9 months ago

Thanks @constDave - I have seen this error before (also on v0.8.0). The issue is that the version wasn't set correctly in the local metadata file. I probably should pull those install files so folks don't accidentally install and run into this.

@7upreturn - If you could try uninstalling and removing all of the user data and then reinstall and let us know if that fixes the problem? By default the user data files live at C:\Users\YOUR_USER_NAME\AppData\Local\Programs\YATTIE

7upreturn commented 9 months ago

Thank you @dacoaster , @constDave 0.10.0 is working for me.

dacoaster commented 9 months ago

I removed the files for v0.8.0 since it has this bug on Windows. Thank you for your report @7upreturn !