#VIPStatus

1 messages · Page 1 of 1 (latest)

lament knoll
#
[2023.10.03 04:22:16] [ERRO] Failed compiling 'f:\rustserver\Carbon.QuickStart\win\server\carbon\plugins\VIPStatus.cs':
[2023.10.03 04:22:16] [ERRO]   1. Member modifier 'public' must precede the member type and name [CS1585]
     (VIPStatus 5 line 20)
[2023.10.03 04:22:16] [ERRO]   2. } expected [CS1513]
     (VIPStatus 2 line 659)
[2023.10.03 04:22:16] [ERRO]   3. 'VIPGroupConfiguration': member names cannot be the same as their enclosing type [CS0542]
     (VIPStatus 18 line 614)
[2023.10.03 04:22:16] [ERRO]   4. 'VIPGroupConfiguration.InternalCallHook(uint, object[])': no suitable method found to override [CS0115]
     (VIPStatus 24 line 640)
[2023.10.03 04:22:16] [ERRO]   5. 'object' does not contain a definition for 'Name' [CS0117]
     (VIPStatus 118 line 651)``` it works fine in oxide...
lament knoll
#

a little hint @quasi mesa ?

quasi mesa
#

I found the issue, currently fixing it

quasi mesa
lament knoll
#

@quasi mesa any changes on Carbon? : ``` c.reload VIPStatus
Failed compiling '/home/container/carbon/plugins/VIPStatus.cs':

  1. Missing partial modifier on declaration of type 'VIPStatus'; another partial declaration of this type exists [CS0260]
    (VIPStatus 18 line 627)
  2. The type or namespace name 'VIPGroupConfiguration' could not be found (are you missing a using directive or an assembly reference?) [CS0246]
    (VIPStatus 17 line 620)
  3. Duplicate 'Info' attribute [CS0579]
    (VIPStatus 6 line 625)
  4. The type 'VIPStatus' already contains a definition for 'config' [CS0102]
    (VIPStatus 31 line 629)
  5. Type 'VIPStatus' already defines a member called 'LoadConfig' with the same parameter types [CS0111]
    (VIPStatus 33 line 642)
  6. Ambiguity between 'VIPStatus.config' and 'VIPStatus.config' [CS0229]
    (VIPStatus 13 line 32)
  7. The call is ambiguous between the following methods or properties: 'Plugin.SaveConfig()' and 'Plugin.SaveConfig()' [CS0121]
    (VIPStatus 13 line 72)```
quasi mesa
#

I fixed it

lament knoll
#

thank you

lapis condor
#

In which branch is the fix currently @quasi mesa

quasi mesa