You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenGL 4 has been deprecated in 4.23 and removed in 4.24. We might need to remove the -opengl flag from the python side when we're launching the holodeck-engine. It failed to start up for me on version 4.24. I had to go to UnrealEngine/Engine/Config/BaseEngine.ini and uncomment +TargetedRHIs=GLSL_430. There's a deprecation warning right above that line (2060)
The text was updated successfully, but these errors were encountered:
OpenGL 4 has been deprecated in 4.23 and removed in 4.24. We might need to remove the
-opengl
flag from the python side when we're launching the holodeck-engine. It failed to start up for me on version 4.24. I had to go toUnrealEngine/Engine/Config/BaseEngine.ini
and uncomment+TargetedRHIs=GLSL_430
. There's a deprecation warning right above that line (2060)The text was updated successfully, but these errors were encountered: