Replies: 2 comments 1 reply
-
Looks like Realm doesn't work on network drives - I found a similar issue here: realm/realm-studio#237, though that doesn't go into detail about why that is. It likely has to do with limitations of mmap of network files (e.g. outlined here):
|
Beta Was this translation helpful? Give feedback.
-
It is a bit more tricky. Locations may support mmap but only in a limited sense. What Realm need is that multiple memory mappings of the same location are coherent. This is rarely the case for files on a networked drive. |
Beta Was this translation helpful? Give feedback.
-
I have no idea should it be reported as issues
it looks like realm doesn't work very well on network drives
when program try to commit transaction by transaction.Commit(), it will crash
it failed at https://github.com/realm/realm-dotnet/blob/main/Realm/Realm/Handles/SharedRealmHandle.cs#L504
This problem happens sporadically
I run osu and it tried to load database what save at network mapped drive
This problem will disappear inexplicably and I can't reproduce with local disk
My SDK version is 6.0.202
OS: Windows 11
this is nativeException
stacktrace
Beta Was this translation helpful? Give feedback.
All reactions