@Crimson Wizard, from the error it looks like the released editor was compiled in Debug mode, and not in release mode?
@slasher, if you don't want to wait to get a release version of the editor, I see 2 options:
1. Re-install visual studio and enable just-in-time debugging.
2. If you're set against installing VS, you can enable it in the registry (just be sure to backup your registry first).
Look at this link here: https://msdn.microsoft.com/en-us/library/5hs4b7a6.aspx
and scroll to "Enable or disable Just-In-Time debugging", both options are described there.
Note though that it looks like the error you posted is not the real error, but the error after the error. So fixing the current error
will probably result in another error (the real error)...
@slasher, if you don't want to wait to get a release version of the editor, I see 2 options:
1. Re-install visual studio and enable just-in-time debugging.
2. If you're set against installing VS, you can enable it in the registry (just be sure to backup your registry first).
Look at this link here: https://msdn.microsoft.com/en-us/library/5hs4b7a6.aspx
and scroll to "Enable or disable Just-In-Time debugging", both options are described there.
Note though that it looks like the error you posted is not the real error, but the error after the error. So fixing the current error
will probably result in another error (the real error)...