Reproduce step:
- Disconnect any network of the computer
- Open the UE4 with simplygon version
- The UE4 crashes on launch about 45%, and have no any message.
After investigate, I found the output log has one line:
LogSimplygon:Warning: Failed to initialize Simplygon. Error: -10002.
I also found this line in simplygon header file
SG_ERROR_FAILEDCONTACT = -10002, /// cannot contact the licensing server, check firewall/proxy server
In other words, If UE4 builds with simplygon, networks between licensing server and UE4 should always clear.
Otherwise the user will get crashed without any hints.