T321
Initiate
Greetings,
Trying to get this to work on Ubuntu and recive the following error.
Errors:
+ VitaNex/Core/PropertyObjects/SettingsObject.cs:
CS0450: Line 22: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 22: A constraint cannot be special class `System.Enum'
+ VitaNex/Core/Extensions/Server/SerializeExt.cs:
CS0450: Line 1593: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 1593: A constraint cannot be special class `System.Enum'
CS0450: Line 1657: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 1657: A constraint cannot be special class `System.Enum'
CS0450: Line 1675: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 1675: A constraint cannot be special class `System.Enum'
I did change the ScriptCompiler to use langversion:7.2 instead of 7.3 as that was the only way for me to get ServUO to actually run. Hopefully that is not causing the issue...
Any pointers would help. Thanks!
Trying to get this to work on Ubuntu and recive the following error.
Errors:
+ VitaNex/Core/PropertyObjects/SettingsObject.cs:
CS0450: Line 22: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 22: A constraint cannot be special class `System.Enum'
+ VitaNex/Core/Extensions/Server/SerializeExt.cs:
CS0450: Line 1593: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 1593: A constraint cannot be special class `System.Enum'
CS0450: Line 1657: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 1657: A constraint cannot be special class `System.Enum'
CS0450: Line 1675: `System.Enum': cannot specify both a constraint class and the `class' or `struct' constraint
CS0702: Line 1675: A constraint cannot be special class `System.Enum'
I did change the ScriptCompiler to use langversion:7.2 instead of 7.3 as that was the only way for me to get ServUO to actually run. Hopefully that is not causing the issue...
Any pointers would help. Thanks!