octimot / StoryToolkitAI

An editing tool that uses AI to transcribe, understand content and search for anything in your footage, integrated with ChatGPT and other AI models
GNU General Public License v3.0
688 stars 55 forks source link

UI buttons not reacting on MacOS #191

Open xcarobx opened 2 weeks ago

xcarobx commented 2 weeks ago

Describe the bug None of the buttons in UI is reacting to presses. The only way the get any response from the application is by using the menus or closing windows using the tope left red button.

To Reproduce Application wide issue.

Expected behavior The windows should be opening/closing. The functions should be started/initiated.

Log file Please include the app.log file - you can find it by clicking on File -> Configuration Directory ADDED. app.log

Screenshots If possible, add screenshots to help explain your problem.

System (please complete the following information):

Additional context Anything else that is relevant here.

octimot commented 2 weeks ago

We get this too on some of our machines here.

There seems to be a problem on some newer versions of MacOS, specifically ones above 14, most likely because of a tkinter upgrade (the framework running the UI).

I'll try to come up with a patch asap.

Cheers!

octimot commented 2 weeks ago

BTW, one quick workaround that works here is to first click on the window title and then the buttons inside the window.

@xcarobx Is it behaving the same on your side too?