Jump to content

Server get stuck in a loop

Not a Bug 2.9.5

Watcher
Watcher

Posted

With your latest version installed the server gets stuck in a loop.
The only thing he shows in the log when server stalled is whats in the attachment.
With the version 2.8.31  the server works correctly.

stackmodifier.txt

Khan

Posted

That is occurring because the developer has not yet been made aware that new item creations don't have null parents anymore since last months updates and doing this results in items never being moved.

the fix is to simply do this right before trying to move the item.

if (item.parent != null) item.SetParent((ItemContainer)null);


image.png.fd2b37a84548f8ec0e1e315522cb4035.png

Even without stack modifier loaded you'd still have that problem with those plugins.

Khan

Posted

Changed Status from Pending to Not a Bug

2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152.4k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.