We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Godot version: 3.1 cca0ffe
OS/device including version: Ubuntu 18.04 Nvidia 970 Proprietary
Issue description: When I exited godot with loaded tps-demo then this backtrace was shown:
[1] /lib/x86_64-linux-gnu/libc.so.6(+0x3ef20) [0x7f8328879f20] (??:0) [2] Control::get_icon(StringName const&, StringName const&) const (/home/rafal/Pulpit/godot/scene/gui/control.cpp:816 (discriminator 6)) [3] EditorResourcePreview::_generate_preview(Ref<ImageTexture>&, Ref<ImageTexture>&, EditorResourcePreview::QueueItem const&, String const&) (/home/rafal/Pulpit/godot/editor/editor_resource_preview.cpp:158 (discriminator 6)) [4] EditorResourcePreview::_thread() (/home/rafal/Pulpit/godot/editor/editor_resource_preview.cpp:240) [5] EditorResourcePreview::_thread_func(void*) (/home/rafal/Pulpit/godot/editor/editor_resource_preview.cpp:94) [6] ThreadPosix::thread_callback(void*) (/home/rafal/Pulpit/godot/drivers/unix/thread_posix.cpp:72) [7] /lib/x86_64-linux-gnu/libpthread.so.0(+0x76db) [0x7f83297766db] (??:0) [8] /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f) [0x7f832895c88f] (??:0)
The text was updated successfully, but these errors were encountered:
e8d31cc
Perform a cleaner exit for resource preview, fixes godotengine#24206
651e85c
reduz
No branches or pull requests
Godot version:
3.1 cca0ffe
OS/device including version:
Ubuntu 18.04 Nvidia 970 Proprietary
Issue description:
When I exited godot with loaded tps-demo then this backtrace was shown:
The text was updated successfully, but these errors were encountered: