From feb843da2b5e63a2293f6220f52b019a5fc55df5 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Fri, 12 Jan 2018 19:19:20 +0100 Subject: [PATCH] Mono: Fix starting MonoDevelop process from the wrong appdomain --- modules/mono/editor/monodevelop_instance.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/mono/editor/monodevelop_instance.cpp b/modules/mono/editor/monodevelop_instance.cpp index 0b0b36e1e3f..48a285561d8 100644 --- a/modules/mono/editor/monodevelop_instance.cpp +++ b/modules/mono/editor/monodevelop_instance.cpp @@ -35,6 +35,8 @@ void MonoDevelopInstance::execute(const Vector &p_files) { + _GDMONO_SCOPE_DOMAIN_(TOOLS_DOMAIN) + ERR_FAIL_NULL(execute_method); ERR_FAIL_COND(gc_handle.is_null());