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
原文链接:https://www.f2er.com/cocos2dx/338801.html