cocos因遇到未知错误而关闭

cocos因遇到未知错误而关闭

正常打开cocos打不开,关闭网络后可以打开
直接点击cocos studio编辑器,提示 “cocos因遇到未知错误而关闭…*”
命令行运行:
INFO [:32Z]: Did not find previous version from which to migrate data
INFO [:32Z]: Initializing Runtime MS.NET
INFO [:32Z]: Framework .NETCore,Version=v5.0 has unknown RuntimeVersion 5.0
INFO [31:32Z]: Framework .NETPortable,Version=v4.6 has unknown RuntimeVersion 4.6
INFO [3:31:32Z]: Framework .NETPortable,Version=v4.6,Profile=Profile151 has unknown RuntimeVersion 4.6
INFO 3:31:32Z]: Framework .NETPortable,Profile=Profile157 has unknown RuntimeVersion 4.6
INFO [32Z]: Framework .NETPortable,Profile=Profile31 has unknown RuntimeVersion 4.6
INFO [:31:32Z]: Framework .NETPortable,Profile=Profile32 has unknown RuntimeVersion 4.6
INFO [:32Z]: Framework .NETPortable,Profile=Profile44 has unknown RuntimeVersion 4.6
INFO [1:32Z]: Framework .NETPortable,Profile=Profile84 has unknown RuntimeVersion 4.6
INFO [:31:32Z]: Framework .NETPortable,Version=v5.0 has unknown RuntimeVersion 5.0
2017-03-20 23:31:32,736 [ERROR] [Thrd:1] CocoStudio.Basic.CSLogger.Error(:0) - Failed to release lock.
System.IO.FileNotFoundException: Locked File in Handler Not Found:
在 CocoStudio.Core.FileLockHandler.ReleaseLock()
在 CocoStudio.Core.SolutionLockHandler.ReleaseLock()
2017-03-20 23:31:32,746 [ERROR] [Thrd:1] CocoStudio.Basic.CSLogger.Error(:0) - Unhandled exception. Exception is 调用的目标发生了异常。,Stack is 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分。
在 System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
调用的目标发生了异常。
在 System.RuntimeMethodHandle.InvokeMethod(Object target,Object[] arguments,Signature sig,Boolean constructor)
在 System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr,Binder binder,Object[] parameters,CultureInfo culture)
在 System.Security.Cryptography.CryptoConfig.CreateFromName(String name,Object[] args)
在 System.Security.Cryptography.MD5.Create()
在 CocoStudio.Core.FileLockHandler.GetMD5String(String filepath)
在 CocoStudio.Core.SolutionLockHandler.getSlnLockFilePath(String slnFilePath)
在 CocoStudio.Core.SolutionLockHandler.IsSolutionLocked(String slnFilePath)
在 Modules.Communal.MutualEditor.StartInfoService.PreCheckArgs(String[] args)
在 CocoStudio.UI.Program.Main(String[] args)

(CocosStudio:3620): Gtk-CRITICAL **: gtk_widget_grab_default: assertion `gtk_widget_get_can_default (widget)’ failed

未经处理的异常: System.Reflection.TargetInvocationException: 调用的目标发生了异常。 —> System.InvalidOperationException: 此实现不是 Windows 平台 FIPS 验证的加密算法的一部分。
在 System.Security.Cryptography.MD5CryptoServiceProvider..ctor()
— 内部异常堆栈跟踪的结尾 —
在 System.RuntimeMethodHandle.InvokeMethod(Object target,Object[] args)
在 System.Security.Cryptography.MD5.Create()
在 CocoStudio.Core.FileLockHandler.GetMD5String(String filepath)
在 CocoStudio.Core.SolutionLockHandler.getSlnLockFilePath(String slnFilePath)
在 CocoStudio.Core.SolutionLockHandler.IsSolutionLocked(String slnFilePath)
在 Modules.Communal.MutualEditor.StartInfoService.PreCheckArgs(String[] args)
在 CocoStudio.UI.Program.Main(String[] args)

解决方法

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy\Enabled

设置成0

相关文章

    本文实践自 RayWenderlich、Ali Hafizji 的文章《...
Cocos-code-ide使用入门学习地点:杭州滨江邮箱:appdevzw@1...
第一次開始用手游引擎挺激动!!!进入正题。下载资源1:从C...
    Cocos2d-x是一款强大的基于OpenGLES的跨平台游戏开发...
1.  来源 QuickV3sample项目中的2048样例游戏,以及最近《...
   Cocos2d-x3.x已经支持使用CMake来进行构建了,这里尝试...