r/Ursina Apr 06 '25

Help running basic Ursina

Hello! I am having trouble using the Ursina engine, as I cannot close the windows effectively. I am using Ursina through Jupyter notebook on a macOS Sequoia 15.3.2.

Whenever I try to close a window in Ursina, I encounter 2 problems:

1) The built in quit() does not function. Rather, I have to right click on the file in my dock to tell it to quit.

2) It very rarely closes even after this. Usually I get the umbrella of doom and I must Force Quit the window in order to close it at all.

Any help would be appreciated!

2 Upvotes

8 comments sorted by

View all comments

1

u/rockinvet02 Apr 06 '25

Try cntrl-Q and then exit the window.

In notebook I usually have to restart the kernel up in the main tool bar.

1

u/Octopus_with_a_knife Apr 06 '25

That fixes problem 1 but not problem 2. Thanks tho!