Mondi_DE Posted December 19, 2018 Posted December 19, 2018 same problem, it seems to download every client-side.script but it doesn't load it. i think there is some bug in the client-side script so the GUI can't be shown.
Xabi Posted December 19, 2018 Author Posted December 19, 2018 There is no bug, you need to enable clientside C#...
Kuora Posted December 19, 2018 Posted December 19, 2018 13 minutes ago, Xabi said: Then you've not enabled clientside C# or haven't compiled with the latest Bootstrapper.dll, both answered on this topic previously. Ok.. and how i can enable clientside C#?
Mondi_DE Posted December 19, 2018 Posted December 19, 2018 (edited) vor 13 Minuten schrieb Xabi: There is no bug, you need to enable clientside C#... how can I do that? i've just download and copy the GM to my server files and in the conf.json - file is only a "csharp" - setting with value "true" i've seen an using-direktive: "RAGE", so maybe we have to get some NuGet Paket and the wiki is not updated? Edited December 19, 2018 by Mondi_DE
Xabi Posted December 19, 2018 Author Posted December 19, 2018 You only have to search on this thread and, also, on the forum to find about it. It's useless having a topic if nobody will search for an answer on it...
hellben89 Posted December 20, 2018 Posted December 20, 2018 (edited) I got this: -> Starting WiredPlayers resource.. -> Error starting 'WiredPlayers' System.InvalidOperationException: There is an error in XML document (12, 40). ---> System.Xml.XmlException: An error occurred while parsing EntityName. Line 12, position 40. at void System.Xml.XmlTextReaderImpl.Throw(Exception e) at void System.Xml.XmlTextReaderImpl.Throw(string res, string arg) at string System.Xml.XmlTextReaderImpl.ParseEntityName() at void System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(int curPos, char quoteChar, NodeData attr) at void System.Xml.XmlTextReaderImpl.ParseAttributes() at void System.Xml.XmlTextReaderImpl.ParseElement() at bool System.Xml.XmlTextReaderImpl.ParseElementContent() at bool System.Xml.XmlTextReaderImpl.Read() at bool System.Xml.XmlTextReader.Read() at void System.Xml.XmlTextReaderImpl.Skip() at void System.Xml.XmlTextReader.Skip() at MetaSetting Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read11_MetaSetting(bool isNullable, bool checkType) at ResourceSettingsMeta Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read12_ResourceSettingsMeta(bool isNullable, bool checkType) at ResourceInfo Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read14_ResourceInfo(bool isNullable, bool checkType) at object Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read15_meta() --- End of inner exception stack trace --- at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent) Anyone can help me with this error? What's wrong? Edited December 20, 2018 by hellben89
Xabi Posted December 20, 2018 Author Posted December 20, 2018 5 hours ago, hellben89 said: I got this: -> Starting WiredPlayers resource.. -> Error starting 'WiredPlayers' System.InvalidOperationException: There is an error in XML document (12, 40). ---> System.Xml.XmlException: An error occurred while parsing EntityName. Line 12, position 40. at void System.Xml.XmlTextReaderImpl.Throw(Exception e) at void System.Xml.XmlTextReaderImpl.Throw(string res, string arg) at string System.Xml.XmlTextReaderImpl.ParseEntityName() at void System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(int curPos, char quoteChar, NodeData attr) at void System.Xml.XmlTextReaderImpl.ParseAttributes() at void System.Xml.XmlTextReaderImpl.ParseElement() at bool System.Xml.XmlTextReaderImpl.ParseElementContent() at bool System.Xml.XmlTextReaderImpl.Read() at bool System.Xml.XmlTextReader.Read() at void System.Xml.XmlTextReaderImpl.Skip() at void System.Xml.XmlTextReader.Skip() at MetaSetting Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read11_MetaSetting(bool isNullable, bool checkType) at ResourceSettingsMeta Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read12_ResourceSettingsMeta(bool isNullable, bool checkType) at ResourceInfo Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read14_ResourceInfo(bool isNullable, bool checkType) at object Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderResourceInfo.Read15_meta() --- End of inner exception stack trace --- at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events) at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream) at GTANetworkInternals.GameServer.StartResource(String resourceName, String parent) Anyone can help me with this error? What's wrong? Did you edit anything more than meta.xml? Like Database.cs for example?
hellben89 Posted December 20, 2018 Posted December 20, 2018 Found the mistake. The password for mysql database was the problem.. The server is staring and I am able to connect. how to register?
Xabi Posted December 20, 2018 Author Posted December 20, 2018 7 minutes ago, hellben89 said: Found the mistake. The password for mysql database was the problem.. The server is staring and I am able to connect. how to register? Read how to enable C# client-side on this thread.
Recommended Posts