I just trying run ursina but when I run it I get this error:
An error ocurred while starting the kernel
Known pipe types:
wglGraphicsPipe
(3 aux display modules not yet loaded.)
:display:windisplay(warning): SetForegroundWindow() failed!
:pnmimage:png(warning): iCCP: known incorrect sRGB profile
Does anybody know the solution? I am using Windows 11, spyder(python editor). My program creates an window and when I try to close it program crash.
Code:
import ursina
app = ursina.Ursina()
app.run()