You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to trade Unique Items by dropping them on the ground the server will crash once the item is picked up. Here are the logs for the interaction.
[2021-02-14 06:01:47] [INFO]: Received ID_OBJECT_PLACE from Hudrah T.
[2021-02-14 06:01:47] [INFO]: [Script]: Called "OnObjectPlace" for Hudrah T. (1) and cell -3, -3
[Script]: - packetOrigin was CLIENT_GAMEPLAY
[2021-02-14 06:01:47] [INFO]: [Script]: Saving ObjectPlace from Hudrah T. (1) about -3, -3
[Script]: - 0-165231, refId: warhammer_crusher_unique, count: 1, charge: -1, enchantmentCharge: -1, soul: , goldValue: 1
[2021-02-14 06:01:47] [INFO]: [Script]: Called "OnPlayerInventory" for Hudrah T. (1)
[2021-02-14 06:01:47] [INFO]: [Script]: Saving 1 item(s) to inventory with action REMOVE
[Script]: - id: warhammer_crusher_unique, count: 1, charge: -1, enchantmentCharge: -1, soul:
[2021-02-14 06:01:47] [INFO]: [Script]: [ UniqueItems ]: Called "OnPlayerInventory" for pid 1
[2021-02-14 06:01:50] [INFO]: Received ID_OBJECT_ACTIVATE from Vorx
[2021-02-14 06:01:50] [INFO]: [Script]: Called "OnObjectActivate" for Vorx (0) and cell -3, -3
[Script]: - warhammer_crusher_unique 0-165231 has been activated by Vorx (0)
[2021-02-14 06:01:51] [INFO]: [Script]: Called "OnPlayerInventory" for Vorx (0)
[2021-02-14 06:01:51] [INFO]: [Script]: Saving 1 item(s) to inventory with action ADD
[Script]: - id: warhammer_crusher_unique, count: 1, charge: -1, enchantmentCharge: -1, soul:
[2021-02-14 06:01:51] [INFO]: [Script]: [ UniqueItems ]: Called "OnPlayerInventory" for pid 0
[2021-02-14 06:01:51] [WARN]: [Script]: [ UniqueItems ]: Player "Vorx" has picked up "warhammer_crusher_unique".
terminate called without an active exception
./tes3mp-server: line 7: 17153 Aborted LD_LIBRARY_PATH="./lib" ./tes3mp-server.x86_64 "$@"
The text was updated successfully, but these errors were encountered:
When attempting to trade Unique Items by dropping them on the ground the server will crash once the item is picked up. Here are the logs for the interaction.
The text was updated successfully, but these errors were encountered: