Is this an Error?

Started by silentlord, May 10, 2019, 02:48:21 AM

Previous topic - Next topic

silentlord

been adding afew mods lately and going through the output files to check what mods don't like each other, i keep seeing this same.... error? im not sure what it is.
is this an error? something to worry about?;

System.TypeInitializationException: An exception was thrown by the type initializer for Mono.CSharp.CSharpCodeCompiler ---> System.IO.FileNotFoundException: Windows mono path not found: H:\Steam\steamapps\mono\mono\mini\mono.exe
  at Mono.CSharp.CSharpCodeCompiler..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Microsoft.CSharp.CSharpCodeProvider.CreateCompiler () [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializer.GenerateSerializers (System.Xml.Serialization.GenerationBatch batch, System.CodeDom.Compiler.CompilerParameters cp) [0x00000] in <filename unknown>:0
  at System.Xml.Serialization.XmlSerializer.RunSerializerGeneration (System.Object obj) [0x00000] in <filename unknown>:0
Apparel Stuff Color detours loaded, hopefully correct

FallenBR

What color does this massage have in debug log? (red, yellow or white?)
Other way for you to presume this is an error: If you enable developer mode during gameplay and select the P (pause gameplay if error) in the developer bar, and if the game automatically pauses after this message, it is an error.

silentlord

never shows in game dev log.
only the output log file i generate from ingame using the `share logs` button.

Canute

The error from the code above is an error ok, if you look closer
"System.IO.FileNotFoundException"
Something can't find a file, but that don't need to know it is something important.

The logfile made with the share logs function (it is from Hugslib mod) show more info's.
When no red lines in the ingame log window shop up, anything is fine.