FFO-FishNet-Floating-Origin icon indicating copy to clipboard operation
FFO-FishNet-Floating-Origin copied to clipboard

Error encountered

Open ziedjebali opened this issue 1 year ago • 4 comments

Library\PackageCache\com.hudmarc.fishnet-floating-origin@915b287eed\Runtime\FOCondition.cs(55,43): error CS0115: 'FOCondition.Clone()': no suitable method found to override

Getting this problem when I'm using then newest fishnet 4.1.0R and FFO.

image

ziedjebali avatar Feb 05 '24 02:02 ziedjebali

Which version of the package are you on? Did you upgrade from an old version? I remember this being a problem when the FishNet 3.0 update came out. I thought I fixed it... If this is present even on the latest version I should be able to get around to fixing it soonish.

hudmarc avatar Feb 06 '24 23:02 hudmarc

Looks like this error was caused by version FishNet version 4.0.3.

https://github.com/FirstGearGames/FishNet/commit/7f3d0f63c24e5f825ae3e9dd8837d0f95381c089

I am just now getting into using this library, but from first glance I believe just deleting the clone override will fix this issue.

dgill46 avatar Mar 09 '24 16:03 dgill46

Having the same error, but when i delete that clone override as dgillespie46 did i got another two errors:

Library\PackageCache\com.hudmarc.fishnet-floating-origin@f3c510ae5e\Runtime\FOManager.cs(89,87): error CS1503: Argument 1: cannot convert from 'method group' to 'Action<OffsetSyncBroadcast, Channel>'

Library\PackageCache\com.hudmarc.fishnet-floating-origin@f3c510ae5e\Runtime\FOManager.cs(111,17): error CS1503: Argument 1: cannot convert from 'method group' to 'Action<OffsetSyncBroadcast, Channel>'

using latest Fish-net version 4.1.4 PRO

Sinhirt avatar Mar 29 '24 19:03 Sinhirt

Rather than deleting the clone method itself, just remove the override keyword.

Janooba avatar Jun 15 '24 05:06 Janooba