Hello, i wanted to install FiveM server on my virtual machine (Ubuntu server 16.04.2 x64), and after following the tutorial provided on the forum, i encounter an error when i try to launch the server.
After running the command ./run.sh
, here is the full error message I get.
YamlDotNet.Core.YamlException: (Line: 19, Col: 11, Idx: 320) - (Line: 19, Col: 11, Idx: 320): No node deserializer was able to deserialize the node into type System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue (YamlDotNet.Core.IParser parser, System.Type expectedType, YamlDotNet.Serialization.Utilities.SerializerState state, YamlDotNet.Serialization.IValueDeserializer nestedObjectDeserializer) [0x000c0] in <5f039c60c4c44f6595ef2e5b4ae7bfeb>:0
at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue (YamlDotNet.Core.IParser parser, System.Type expectedType, YamlDotNet.Serialization.Utilities.SerializerState state, YamlDotNet.Serialization.IValueDeserializer nestedObjectDeserializer) [0x0006e] in <5f039c60c4c44f6595ef2e5b4ae7bfeb>:0
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer+<>c__DisplayClass3_0.<DeserializeValue>b__0 (YamlDotNet.Core.IParser r, System.Type t) [0x00000] in <5f039c60c4c44f6595ef2e5b4ae7bfeb>:0
at YamlDotNet.Serialization.NodeDeserializers.ObjectNodeDeserializer.YamlDotNet.Serialization.INodeDeserializer.Deserialize (YamlDotNet.Core.IParser parser, System.Type expectedType, System.Func`3[T1,T2,TResult] nestedObjectDeserializer, System.Object& value) [0x0006b] in <5f039c60c4c44f6595ef2e5b4ae7bfeb>:0
at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue (YamlDotNet.Core.IParser parser, System.Type expectedType, YamlDotNet.Serialization.Utilities.SerializerState state, YamlDotNet.Serialization.IValueDeserializer nestedObjectDeserializer) [0x00039] in <5f039c60c4c44f6595ef2e5b4ae7bfeb>:0
I thought “hey, maybe i screwed up my installation on linux, let’s try straight on my own computer”.
Exact same thing on Win10 x64 so i think the problem comes from the FiveM Files.
- I correctly installed and tested Mono
- I re-ran the tutorial many times to avoid misreading errors etc
- I downloaded and checked the FiveM server archive multiple times
- I installed again the server multiple times
Thanks for your help