godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.35k stars 21.25k forks source link

Editor suddenly freeze #92109

Open RevolNoom opened 6 months ago

RevolNoom commented 6 months ago

Tested versions

v4.3.dev6.official.64520fe67

System information

Godot v4.3.dev6 - Ubuntu 23.10 23.10 - Wayland - GLES3 (Compatibility) - HAINAN (, LLVM 15.0.7, DRM 2.50, 6.5.0-35-generic) () - Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz (8 Threads)

Issue description

The editor just suddenly freezes, and it outputs in my terminal these logs:

[6162:6162:0519/163800.553558:ERROR:vaapi_wrapper.cc(1233)] Empty codec maximum resolution [6162:6162:0519/163800.556585:ERROR:vaapi_wrapper.cc(1142)] FillProfileInfo_Locked failed for va_profile VAProfileH264ConstrainedBaseline and entrypoint VAEntrypointVLD [6162:6162:0519/163800.556631:ERROR:vaapi_wrapper.cc(1233)] Empty codec maximum resolution [6162:6162:0519/163800.556657:ERROR:vaapi_wrapper.cc(1142)] FillProfileInfo_Locked failed for va_profile VAProfileH264Main and entrypoint VAEntrypointVLD [6162:6162:0519/163800.559344:ERROR:vaapi_wrapper.cc(1233)] Empty codec maximum resolution [6162:6162:0519/163800.559428:ERROR:vaapi_wrapper.cc(1142)] FillProfileInfo_Locked failed for va_profile VAProfileH264High and entrypoint VAEntrypointVLD Opening in existing browser session. [6104:6104:0519/163801.141021:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not part of the idle inhibition specification: https://specifications.freedesktop.org/idle-inhibit-spec/latest/ Created TensorFlow Lite XNNPACK delegate for CPU. [6162:6162:0519/163809.689673:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [6162:6162:0519/163809.696820:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! [6162:6162:0519/163820.298438:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!

Steps to reproduce

None

Minimal reproduction project (MRP)

None

RevolNoom commented 6 months ago

I don't know the steps to reproduce, as I just try to save a file then it freezes. Normally, it works.

akien-mga commented 6 months ago

These logs are not from Godot. How are you running Godot exactly to get these logs?

RevolNoom commented 6 months ago

@akien-mga I run godot from my bash shell and nothing else within it, so I'm quite confident that they come from godot. Or if not from godot itself, then something outputed it through godot.

akien-mga commented 6 months ago

Can you share the full log output?

RevolNoom commented 6 months ago

That's all the relevant part of the log. Other lines are just godot complaining about parsing error. Next time I encounter it, I'll comment the full one