Jump to content

Error On Load

Closed 1.5.82 1.5.83

Vergbergler
Vergbergler

Posted

Server cmd window output:
"Error while compiling : PersonalNPC.cs(5097,76): error CS1503: Argument `#1` cannot convert `NetworkableId` expression to type `uint`"

I've deleted my config file associated with PersonalNPC and reloaded. Did not solve the issue.

Vergbergler

Posted

Looking at the FurnaceSplitter.cs plugin from uMod website, the dev updated their following function to fix the problem:

Before:
private object CanMoveItem(Item item, PlayerInventory inventory, uint targetContainerId, int targetSlotIndex, int splitAmount)

After:
private object CanMoveItem(Item item, PlayerInventory inventory, ItemContainerId targetContainerId, int targetSlotIndex, int splitAmount)

I hope this helps. ❤️

Covfefe

Posted

same here, he needs to update the plugin

walkinrey

Posted

Changed Status from Pending to Closed

Changed Fixed In to 1.5.83

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

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.