mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-12-25 15:20:26 +01:00
Add RHEL/Fedora OpenSSL troubleshooting step for Unity licensing failures
This commit is contained in:
parent
6e1dea2873
commit
7864586d10
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@ Patches for both the Worlds and Avatars SDK are available: https://github.com/Be
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
### Unable to activate Unity license
|
||||||
|
|
||||||
|
If you are using a Fedora or RHEL-based distribution, this may be caused by an OpenSSL configuration option. To verify that this is the problem, check your `~/.config/unity3d/Unity/Unity.Licensing.Client.log`. If you see the text `Interop+Crypto+OpenSslCryptographicException: error:03000098:digital envelope routines::invalid digest`, running the following command as root will resolve the issue: `update-crypto-policies --set DEFAULT:SHA1`
|
||||||
|
|
||||||
### Shaders fail to include some .cginc files
|
### Shaders fail to include some .cginc files
|
||||||
|
|
||||||
This can happen with Poiyomi. It's caused by case-sensitivity. You may need to edit the shader files directly. Open them in any text editor, and correct the casing of filenames.
|
This can happen with Poiyomi. It's caused by case-sensitivity. You may need to edit the shader files directly. Open them in any text editor, and correct the casing of filenames.
|
||||||
|
|
Loading…
Reference in a new issue