Reference ID
e719b3c7-4b4f-af9f-d45d-6d90b9074ea2
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Stability
Summary
When subscribing to the event SomethingIsEatenEvent
, every time a Wildlife eats an Animal Bone it crashes the backend.
Steps to Reproduce
- Setup a Wildlife Spawner (I’m using medieval wolf type).
- Next to it, put an Item Spawner and select Animal Bone as the item.
- Create a verse script with an @editable of type wildlife_spawner_device
- Add the new creative device to the scene.
- In the Outliner, select your new creative device and set the Wildlife Spawner reference in the Details window.
- OnBegin, connect to the spawner’s
SomethingIsEatenEvent
with a listener function. - Inside the listener function, add a Print() or something.
Play the game and wait until a wolf eats the bone.
Expected Result
The wolf should eat the bone and everything should continue normally.
Observed Result
The game freezes (animations keep playing in loop), you can’t move the main character and any NPCs that were walking keep walking in a straight line. Furthermore, it’s not possible to stop the session normally. It appears as if the backend server has crashed and lost connection to the client.
Platform(s)
windows
1 post - 1 participant