Client
Using canary? yes
Windows version: Windows 10, version 2004
Server
Operating system: Windows and Linux (tried both)
Artifact version: 2744
IP address: localhost
Resources:
No-Clip (GitHub - significant-quart/no-clip: No-clip resource ported from Vespura's vMenu (in Lua).)
My own test resource (https://drive.google.com/file/d/1oDRSCoXYMRL7kkzMytjIkVyTF68pmNgO/view?usp=sharing)
Incident
Summary:
- Spawning a vehicle (called v1), setting it as a MissionEntity. Entity Owner is 1 (me).
- Drive away in another vehicle (called v2). v1 gets transfered to owner -1 (Server).
- Come closer again, vehicle (v1) is visible again. v1 gets transfered to 1 (me).
- Drive away (in v2) for a second time. v1 gets deleted? new owner is 0.
- Come closer again (to v1). Vehicle isn’t visible anymore.
Video:
As you can see, i managed to reproduce the same error 3 times in a row.
first test: 0:38
second test: 2:00
third test: 3:09
Expected behavior:
After driving away from the vehicle for the 2nd time, ownership should be transferred to the Server again.
(If I understand that correctly: A quick note about OneSync server-side persistence)
Actual behavior:
After driving away from the vehicle for the 2nd time, the entity gets deleted from the server. If i try to access the owner via the networkId, it returns 0.
Steps to reproduce:
see video or summary.
my complete test server files: https://drive.google.com/file/d/1VtFmI49KQq7NOGH9W_xDDvNAWbfOn_sR/view?usp=sharing