I am trying to learn how to use Ursina engine for python, and everything seems to work alright when I'm loading up a sample project from their github, but every time I run it I get the following:
C:\Users\notrealnamecauseprivacy\PycharmProjects\pythonProject6\venv\Scripts\python.exe C:/Users/notrealnamecauseprivacy/PycharmProjects/pythonProject6/main.py
package_folder: C:\Users\notrealnamecauseprivacy\PycharmProjects\pythonProject6\venv\lib\site-packages\ursina
asset_folder: C:\Users\notrealnamecauseprivacy\PycharmProjects\pythonProject6
screen resolution: (1920, 1080)
Known pipe types:
wglGraphicsPipe
(3 aux display modules not yet loaded.)
:pnmimage:png(warning): iCCP: known incorrect sRGB profile
:pnmimage:png(warning): iCCP: known incorrect sRGB profile
info: development mode: True
application successfully started
info: changed aspect ratio: 1.778 -> 1.778
Process finished with exit code 0
Everything works as it should, but anything red appearing in my terminal worries me. Should I be concerned? And, if so, how do I fix it?