Extension Causing Plugins to Not CompileNot An Issue

Updated this extension and it has caused none of the server plugins to compile and load.

I removed the extension and rebooted and plugins all load.

Can you please share your logs? The latest extension shouldn't have any breaking changes.

I'll take a look as well, might be deployment related.

Merged post

The dll metadata looks identical to the previous version..

i see this in logs: 

15:21 [Error] Compilation error: DiscordChat.cs(32,29): Oxide.Plugins.DiscordChat._bot
at Mono.CSharp.TypeDefinition.DoDefineMembers () <0x4012fec0 + 0x00bf7> in <filename unknown>:0
at Mono.CSharp.ClassOrStruct.DoDefineMembers () <0x4012fa60 + 0x0021b> in <filename unknown>:0
at Mono.CSharp.Class.DoDefineMembers () <0x4012f180 + 0x00637> in <filename unknown>:0
at Mono.CSharp.TypeDefinition.Define () <0x4012f120 + 0x0002c> in <filename unknown>:0
at Mono.CSharp.TypeContainer.Define () <0x4012f020 + 0x0005a> in <filename unknown>:0
at Mono.CSharp.TypeContainer.Define () <0x4012f020 + 0x0005a> in <filename unknown>:0
at Mono.CSharp.TypeContainer.Define () <0x4012f020 + 0x0005a> in <filename unknown>:0
at Mono.CSharp.ModuleContainer.Define () <0x40118c50 + 0x00027> in <filename unknown>:0
at Mono.CSharp.Driver.Compile () <0x400805c0 + 0x00624> in <filename unknown>:0
at Mono.CSharp.Driver.OnMessage (ObjectStream.ObjectStreamConnection`2 connection, ObjectStream.Data.CompilerMessage message) <0x400740d0 + 0x00be7> in <filename unknown>:0

when i put the newest version it disableds all of my plugins

Hey,

Can you please provide more information? Also, make sure you've updated all your Discord plugins.

MJSU

Hey,

Can you please provide more information? Also, make sure you've updated all your Discord plugins.

https://prnt.sc/26m7zz4

That typically means one of your plugins is failing to compile and causes the remaining plugins to fail as well. You'd need to look through the logs to figure out which one it is.

Locked automatically