-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Intalled the plugin via torch manager, but even after unninstalling and reintalling the necessary .dll files to create custom plugins that should be downloaded inside the EventSytem/DLL folder did not get downloaded. I get the following Log Event:
12:27:59 Error EventSystemMain Error while unpacking and processing plugin files.
Along with the following erros due to the missing DLLs:
12:28:01 Error EventSystemMain (62,174): error CS0103: The name 'EndTime' does not exist in the current context
12:28:01 Error EventSystemMain (62,153): error CS0103: The name 'StartTime' does not exist in the current context
12:28:01 Error EventSystemMain (62,91): error CS0103: The name 'IsEnabled' does not exist in the current context
12:28:01 Error EventSystemMain (62,59): error CS0103: The name 'EventName' does not exist in the current context
12:28:01 Error EventSystemMain (62,13): error CS0103: The name 'LoggerHelper' does not exist in the current context
12:28:01 Error EventSystemMain (61,85): error CS0103: The name 'ActiveDaysOfMonth' does not exist in the current context
12:28:01 Error EventSystemMain (61,37): error CS0103: The name 'ActiveDaysOfMonth' does not exist in the current context
12:28:01 Error EventSystemMain (59,13): error CS0103: The name 'EndTime' does not exist in the current context
12:28:01 Error EventSystemMain (58,13): error CS0103: The name 'StartTime' does not exist in the current context
12:28:01 Error EventSystemMain (57,13): error CS0103: The name 'ActiveDaysOfMonth' does not exist in the current context
12:28:01 Error EventSystemMain (56,13): error CS0103: The name 'IsEnabled' does not exist in the current context
12:28:01 Error EventSystemMain (41,40): error CS0103: The name 'EventSystemMain' does not exist in the current context
12:28:01 Error EventSystemMain (41,13): error CS0103: The name 'LoggerHelper' does not exist in the current context
12:28:01 Error EventSystemMain (33,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
12:28:01 Error EventSystemMain (35,40): error CS0103: The name 'EventSystemMain' does not exist in the current context
12:28:01 Error EventSystemMain (35,13): error CS0103: The name 'LoggerHelper' does not exist in the current context
12:28:01 Error EventSystemMain (28,40): error CS0103: The name 'EventSystemMain' does not exist in the current context
12:28:01 Error EventSystemMain (28,13): error CS0103: The name 'LoggerHelper' does not exist in the current context
12:28:01 Error EventSystemMain (20,13): error CS0103: The name 'EventName' does not exist in the current context
12:28:01 Error EventSystemMain (17,39): error CS0246: The type or namespace name 'EventSystemConfig' could not be found (are you missing a using directive or an assembly reference?)
12:28:01 Error EventSystemMain (15,17): error CS0246: The type or namespace name 'PlanetaryConquestEventSettings' could not be found (are you missing a using directive or an assembly reference?)
12:28:01 Error EventSystemMain (13,26): error CS0246: The type or namespace name 'EventSystemConfig' could not be found (are you missing a using directive or an assembly reference?)
12:28:01 Error EventSystemMain (10,43): error CS0246: The type or namespace name 'EventsBase' could not be found (are you missing a using directive or an assembly reference?)
12:28:01 Error EventSystemMain (2,19): error CS0234: The type or namespace name 'Utils' does not exist in the namespace 'EventSystem' (are you missing an assembly reference?)
12:28:01 Error EventSystemMain (1,19): error CS0234: The type or namespace name 'Events' does not exist in the namespace 'EventSystem' (are you missing an assembly reference?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels