-
Notifications
You must be signed in to change notification settings - Fork 165
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
Realm in Unity Issues after update to 12.3.0 #3656
Comments
➤ PM Bot commented: Jira ticket: RNET-1170 |
This looks like the update didn't correctly update the native library. Can you try and do a clean rebuild of the project (and make sure to restart Unity). |
I did it. And all of we did it. Nothing worked. |
I've tried to reproduce it and everything works as expected. Here's the project I used: If you can modify it to trigger the erroneous behavior, let me know and I'll take another look. |
FWIW... I'm using Unity 2022.3.40 with local databases (Windows 10) and everything is working ok, after upgrading from 12.2.0 to 12.3.0 |
Ok, I will do it next saturday. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
What happened?
I've updated from 12.2.0 to 12.3.0 and now I get this error. If I play my game, when I close I have a crash in Unity without log. I've came back to 12.2.0 and now I can play again without errors.
EntryPointNotFoundException: shared_realm_get_log_level assembly: type: member:(null)
Realms.SharedRealmHandle.GetLogLevel (Realms.Logging.LogCategory category) (at <5c992fe941464f80ba4d8c018995b0c9>:0)
Realms.Logging.RealmLogger.GetLogLevel (Realms.Logging.LogCategory category) (at <5c992fe941464f80ba4d8c018995b0c9>:0)
Realms.Logging.RealmLogger.Log (Realms.Logging.LogLevel level, Realms.Logging.LogCategory category, System.String message) (at <5c992fe941464f80ba4d8c018995b0c9>:0)
Realms.Logging.RealmLogger.Log (Realms.Logging.LogLevel level, System.String message) (at <5c992fe941464f80ba4d8c018995b0c9>:0)
Realms.NativeCommon.CleanupNativeResources (System.String reason) (at <5c992fe941464f80ba4d8c018995b0c9>:0)
UnityUtils.Initializer+<>c.b__1_0 () (at :0)
Repro steps
Just start realm config with 12.3.0 and Unity 2023.2.x
Version
12.3.0
What Atlas Services are you using?
Local Database only
What type of application is this?
Unity
Client OS and version
Windows 11
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
The text was updated successfully, but these errors were encountered: