Writ while compiling on docker serverNot An Issue

I just tested the new CustomWipe plugin but it did not work.

Exception while calling NextTick callback (ArgumentException: invalid user id
Parameter name: user)
  at Mono.Unix.UnixUserInfo..ctor (UInt32 user) [0x00000] in <filename unknown>:0 
  at Mono.Unix.UnixFileSystemInfo.get_OwnerUser () [0x00000] in <filename unknown>:0 
  at Oxide.Plugins.PluginCompiler.<OnProcessExited>b__26_0 () [0x00000] in <filename unknown>:0 
  at Oxide.Core.OxideMod.OnFrame (Single delta) [0x00000] in <filename unknown>:0 
 
(Filename: /home/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

Error while compiling: compiler version  was closed unexpectedly​

Thst error isn't related to the plugin, that is a setup issue on your server related to docker. Essentially it means the plugin compiler couldn't be started because of that. 

Locked automatically