diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index 9e8674a4..6208f895 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -575,6 +575,8 @@ namespace IDE public this() { + ThreadPool.MaxStackSize = 8*1024*1024; + sApp = this; gApp = this; mMainThread = Thread.CurrentThread;