mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
[Windows] Offload RenderingDevice
creation test to subprocess.
This commit is contained in:
parent
39c201ca58
commit
ab717497ef
11 changed files with 276 additions and 3 deletions
|
@ -57,6 +57,10 @@ static void handle_crash(int sig) {
|
|||
abort();
|
||||
}
|
||||
|
||||
if (OS::get_singleton()->is_crash_handler_silent()) {
|
||||
std::_Exit(0);
|
||||
}
|
||||
|
||||
void *bt_buffer[256];
|
||||
size_t size = backtrace(bt_buffer, 256);
|
||||
String _execpath = OS::get_singleton()->get_executable_path();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue