FaithLife-Community / LogosLinuxInstaller

A Python application that helps install and maintain FaithLife's Logos Bible (Verbum) Software on Linux through Wine.
MIT License
35 stars 10 forks source link

GUI fails to launch on v4.0.0-beta.2 #209

Closed ctrlaltf24 closed 1 month ago

ctrlaltf24 commented 1 month ago

Reproduction

$ wget https://github.com/FaithLife-Community/LogosLinuxInstaller/releases/download/v4.0.0-beta.2/oudedetai
$ chmod +x ./oudedetai
$ DIALOG=tk ./oudedetai
Traceback (most recent call last):
  File "run_app.py", line 14, in <module>
  File "ou_dedetai/main.py", line 465, in main
  File "ou_dedetai/main.py", line 402, in run
  File "ou_dedetai/main.py", line 299, in run_control_panel
  File "ou_dedetai/gui_app.py", line 917, in control_panel_app
  File "ou_dedetai/gui_app.py", line 81, in __init__
  File "tkinter/__init__.py", line 4162, in __init__
  File "tkinter/__init__.py", line 4109, in __init__
_tkinter.TclError: couldn't open "/tmp/_MEI3TvN2W/ou_dedetai/img/icon.png": no such file or directory
[PYI-2050:ERROR] Failed to execute script 'run_app' due to unhandled exception!

pyinstaller spec probably needs to be fixed. I'll open a PR soon