Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renderer/rendering_method=2 in project config crashes Godot #69815

Closed
qarmin opened this issue Dec 9, 2022 · 0 comments · Fixed by #84241
Closed

renderer/rendering_method=2 in project config crashes Godot #69815

qarmin opened this issue Dec 9, 2022 · 0 comments · Fixed by #84241

Comments

@qarmin
Copy link
Contributor

qarmin commented Dec 9, 2022

Godot version

4.0.beta.custom_build. 204715a

System information

Ubuntu 22.04 - Radeon RX 570, Gnome shell 42 X11

Issue description

When adding to project.godot

[rendering]
renderer/rendering_method=2

and trying to run any app, then this crash shows

ERROR: Cannot instantiate RenderingDevice-based renderer with renderer type 2
   at: RendererCompositorRD (servers/rendering/renderer_rd/renderer_compositor_rd.cpp:312)
ERROR: Parameter "scene" is null.
   at: get_gi (servers/rendering/renderer_rd/renderer_compositor_rd.h:113)

================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.0.beta.custom_build (45cac42c0b511672240c1fcccecfd3cc0580edcb)
Dumping the backtrace. Please include this when reporting the bug on: https://github.com/godotengine/godot/issues
[1] /lib/x86_64-linux-gnu/libc.so.6(+0x3bcf0) [0x7f979263bcf0] (??:0)
[2] RendererSceneCull::set_scene_render(RendererSceneRender*) (/mnt/Miecz/godot/servers/rendering/renderer_scene_cull.cpp:4067)
[3] RenderingServerDefault::RenderingServerDefault(bool) (/mnt/Miecz/godot/servers/rendering/rendering_server_default.cpp:425)
[4] Main::setup2(unsigned long) (/mnt/Miecz/godot/main/main.cpp:2075 (discriminator 8))
[5] Main::setup(char const*, int, char**, bool) (/mnt/Miecz/godot/main/main.cpp:1882)
[6] /mnt/Miecz/godot/bin/godot.linuxbsd.editor.dev.x86_64(main+0x138) [0x262620e] (/mnt/Miecz/godot/platform/linuxbsd/godot_linuxbsd.cpp:61)
[7] /lib/x86_64-linux-gnu/libc.so.6(+0x23510) [0x7f9792623510] (??:0)
[8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x89) [0x7f97926235c9] (??:0)
[9] /mnt/Miecz/godot/bin/godot.linuxbsd.editor.dev.x86_64(_start+0x25) [0x2626015] (??:?)
-- END OF BACKTRACE --
================================================================

Steps to reproduce

N/A

Minimal reproduction project

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants