Hello Everyone!

maybe someone can help me with this Error https://i.imgur.com/f6Qvgoc.png

when i fresh copy the Server to my Root i can start it once when i have to reboot it i get that error and i have no damm clue why ... it must be something Mono issue ??

Thanks in Advance

MarcelMan
 
Yea, you're right. Looks like it isn't understanding C#.

When you say your Root, that means you're in Linux?
 
Hey Primo with root i mean my Root Server which is located in Germany Datacenter:)

thanks Ravenwolf i am testing that
[doublepost=1506460860][/doublepost]Thanks Fixed.... had to do the change in ScriptCompiler.cs in line 241

CompilerResults results = provider.CompileAssemblyFromFile( parms, files ); had to remove "" and replace with files

then redone the make command for a fresh .exe file and now it works!

Thanks to everyone who helped:)
 
Back