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

Crash with error "No surface extension found, is a driver installed?" on launch #36487

Closed
Jummit opened this issue Feb 23, 2020 · 2 comments
Closed
Labels

Comments

@Jummit
Copy link
Contributor

Jummit commented Feb 23, 2020

Godot version:
f2d8c4e

OS/device including version:
LXDE 10 on a Thinkpad T420
Integrated Graphics with an Intel i5-2520M processor.

Issue description:
Godot crashes on launch.
Stack trace:

Godot Engine v4.0.dev.f2d8c4eb8 - https://godotengine.org
ERROR: No surface extension found, is a driver installed?
   at: _initialize_extensions (drivers/vulkan/vulkan_context.cpp:267)
handle_crash: Program crashed with signal 11
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(+0x3ef20) [0x7f68762dbf20] (??:0)
[2] /lib/x86_64-linux-gnu/libc.so.6(cfree+0x3d) [0x7f687633498d] (??:0)
[3] /home/jummit/Applications/Godot/latest() [0xf93039] (??:?)
[4] /home/jummit/Applications/Godot/latest() [0x427d6e] (??:?)
[5] /home/jummit/Applications/Godot/latest() [0x442216] (??:?)
[6] /home/jummit/Applications/Godot/latest() [0x4474d7] (??:?)
[7] /home/jummit/Applications/Godot/latest(main+0x75) [0x418ef5] (??:?)
[8] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7) [0x7f68762beb97] (??:0)
[9] /home/jummit/Applications/Godot/latest() [0x41bae9] (??:?)
-- END OF BACKTRACE --
fish: “~/Applications/Godot/latest” terminated by signal SIGABRT (Abort)
@bruvzg
Copy link
Member

bruvzg commented Feb 23, 2020

Thinkpad T420 have either NVIDIA NVS 4200M or Intel HD Graphics 3000 GPU, neither of these support Vulkan and GLES 2 fallback is not ported to the new rendering API.

@Jummit
Copy link
Contributor Author

Jummit commented Feb 23, 2020

Thanks for the info! Closing as this is not Godot related.

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

No branches or pull requests

3 participants