LagMonitor icon indicating copy to clipboard operation
LagMonitor copied to clipboard

Native library not found

Open ITCMD opened this issue 5 years ago • 4 comments

On the run of /network I get:

Native library not found. Please download it and place it inside configuration folder of this plugin to see this data

Minecraft 1.15.2 Spigot 1.15.2 Latest build

ITCMD avatar Mar 17 '20 02:03 ITCMD

The network command displays native OS data, which are not accessible by Java directly. Therefore you should download the JNA library from here: https://repo1.maven.org/maven2/net/java/dev/jna/jna/5.5.0/jna-5.5.0.jar

TuxCoding avatar Mar 17 '20 11:03 TuxCoding

Great! I'd recommend mentioning this in the spigot page and README.md

ITCMD avatar Mar 17 '20 14:03 ITCMD

It's printed on server startup, but often people miss that line. I'll add a better on command usage

TuxCoding avatar Mar 19 '20 10:03 TuxCoding

That'd be much appriciated, working great now, helped me find a plugin that was dropping my ping to 800 ms (on localhost)

ITCMD avatar Mar 19 '20 13:03 ITCMD