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

Game window crashes when minimized #37365

Closed
SkyLucilfer opened this issue Mar 27, 2020 · 2 comments
Closed

Game window crashes when minimized #37365

SkyLucilfer opened this issue Mar 27, 2020 · 2 comments
Labels

Comments

@SkyLucilfer
Copy link
Contributor

Godot version:
Master branch 307b1b3

OS/device including version:
Windows 10

Issue description:
Game window crashes when minimized.

Steps to reproduce:

  1. Create a new project.
  2. Add Node2D and attach a script on it.
  3. Hit Play.
  4. When the game is running, minimize the game window.

Minimal reproduction project:
test.zip

Backtrace

out of date
early out of data
CrashHandlerException: Program crashed
Dumping the backtrace. Please include this when reporting the bug on https://github.com/godotengine/godot/issues
[0] vk_optimusGetInstanceProcAddr
[1] vk_optimusGetInstanceProcAddr
[2] vkGetInstanceProcAddr
[3] VulkanContext::prepare_buffers (D:\Game Dev\Godot\_engineDev\godot\drivers\vulkan\vulkan_context.cpp:1224)
[4] RenderingDeviceVulkan::prepare_screen_for_drawing (D:\Game Dev\Godot\_engineDev\godot\drivers\vulkan\rendering_device_vulkan.cpp:6692)
[5] RasterizerRD::prepare_for_blitting_render_targets (D:\Game Dev\Godot\_engineDev\godot\servers\visual\rasterizer_rd\rasterizer_rd.cpp:35)
[6] VisualServerViewport::draw_viewports (D:\Game Dev\Godot\_engineDev\godot\servers\visual\visual_server_viewport.cpp:452)
[7] VisualServerRaster::draw (D:\Game Dev\Godot\_engineDev\godot\servers\visual\visual_server_raster.cpp:114)
[8] VisualServerWrapMT::draw (D:\Game Dev\Godot\_engineDev\godot\servers\visual\visual_server_wrap_mt.cpp:105)
[9] Main::iteration (D:\Game Dev\Godot\_engineDev\godot\main\main.cpp:2151)
[10] OS_Windows::run (D:\Game Dev\Godot\_engineDev\godot\platform\windows\os_windows.cpp:661)
[11] widechar_main (D:\Game Dev\Godot\_engineDev\godot\platform\windows\godot_windows.cpp:162)
[12] _main (D:\Game Dev\Godot\_engineDev\godot\platform\windows\godot_windows.cpp:184)
[13] main (D:\Game Dev\Godot\_engineDev\godot\platform\windows\godot_windows.cpp:196)
[14] __scrt_common_main_seh (d:\agent\_work\3\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288)
[15] BaseThreadInitThunk
-- END OF BACKTRACE --
@ThakeeNathees
Copy link
Contributor

Duplicate of : #37327

@SkyLucilfer
Copy link
Contributor Author

Thanks for pointing out !

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