Cocos Studio Crash When Open csd file in virtual enviroment

Hi,
I’m using macbook pro 2018 with macOs catalina 10.15.3
So, I used Parallel Desktop Version 15.1.2 Business Edition to install windows 10 and to use Cocos Studio.
I installed success cocos studio but when I open file *.csd than crash
I need to help.
Many thanks

Here is log file:

2020-02-22 21:53:43,663 [ERROR] [Thrd:11] CocoStudio.Basic.CSLogger.Error(:0) - ???:
System.Net.WebException: Unable to connect to the remote server —> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:121
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
— End of inner exception stack trace —
at System.Net.HttpWebRequest.GetResponse()
at System.Xml.XmlDownloadManager.GetNonFileStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at MonoDevelop.Core.Serialization.XmlConfigurationReader.Read(XmlReader reader)
at CocoStudio.Basic.UserConfigSerializer.ReadFile[T](String url)
at Modules.Communal.CocosAdapter.SDKBoxModel.b__0()
2020-02-22 21:53:44,632 [ERROR] [Thrd:7] CocoStudio.Basic.CSLogger.Error(:0) - ???XML???
System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at CocoStudio.Projects.FrameworkHelper.GetXmlInfoFromServer()
2020-02-22 21:53:47,413 [ERROR] [Thrd:14] CocoStudio.Basic.CSLogger.Error(:0) - ???
System.Net.WebException: Unable to connect to the remote server —> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:121
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
— End of inner exception stack trace —
at System.Net.HttpWebRequest.GetResponse()
at Modules.Communal.AutoUpdate.ServerUpdateInfo.ReadConfigXML(String path)

Did you see this?

Yes, It in log file, but when I double click to open second ccs file than app will be crash without message error.

Block this IP in hosts file.

I added IP in host file same your idea but this issue still happen. Thanks for your help

Are you sure there isn’t more log file info?

What did you put in your hosts file?

Add these lines:

# cocos studio
127.0.0.1 launcher.cocos.com
127.0.0.1 cs.ucenter.appget.cn
127.0.0.1 update.cocostudio.org

I have same problems, but I used virtualbox. It crash because lack of OpenGL driver. On W10 it will crash, on W7 it show blank screen when open csd.