[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...
#VIPStatus
1 messages · Page 1 of 1 (latest)
a little hint @quasi mesa ?
I found the issue, currently fixing it
The fix is now on staging branch
@quasi mesa any changes on Carbon? : ``` c.reload VIPStatus
Failed compiling '/home/container/carbon/plugins/VIPStatus.cs':
- Missing partial modifier on declaration of type 'VIPStatus'; another partial declaration of this type exists [CS0260]
(VIPStatus 18 line 627) - 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) - Duplicate 'Info' attribute [CS0579]
(VIPStatus 6 line 625) - The type 'VIPStatus' already contains a definition for 'config' [CS0102]
(VIPStatus 31 line 629) - Type 'VIPStatus' already defines a member called 'LoadConfig' with the same parameter types [CS0111]
(VIPStatus 33 line 642) - Ambiguity between 'VIPStatus.config' and 'VIPStatus.config' [CS0229]
(VIPStatus 13 line 32) - The call is ambiguous between the following methods or properties: 'Plugin.SaveConfig()' and 'Plugin.SaveConfig()' [CS0121]
(VIPStatus 13 line 72)```
I fixed it
thank you
In which branch is the fix currently @quasi mesa
edge and preview