-
-
Notifications
You must be signed in to change notification settings - Fork 55
System.DllNotFoundException runtime.initialization on Unity Headless Linux Server build #1730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Assigning to @getsentry/support for routing ⏲️ |
Hey @AvinashP, thanks for raising this! We'll look into it! |
Quick update regarding this issue: Apparently, this behavior is specific to older Linux versions. Unity headless Linux server build works as expected on Ubuntu 22.04 but it throws the exception on startup as described above on Ubuntu 20.04
It looks that there is a discrepancy between libs required to build
While on Ubuntu 20.04 we have:
The potential workaround for this issue could be either updating to a newer Linux version to run server builds or installing missing dependencies on an older one. @bitsandfoxes Alternatively, we can consider switching to |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Expected Result
There should not be any exception
Actual Result
Unable to load DLL 'sentry'. Tried the load the following dynamic libraries: Unable to load dynamic library 'sentry' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = sentry: cannot open shared object file: No such file or directory
https://lila-games.sentry.io/issues/5309961659/?alert_rule_id=15175631&alert_type=issue¬ification_uuid=9280795c-2fed-49a1-b188-26887e77dee4&project=4507208985804800&referrer=slack
Product Area
Unknown
Link
https://lila-games.sentry.io/issues/5309961659/?alert_rule_id=15175631&alert_type=issue¬ification_uuid=9280795c-2fed-49a1-b188-26887e77dee4&project=4507208985804800&referrer=slack
DSN
No response
Version
2.0.7
The text was updated successfully, but these errors were encountered: