tModLoader can't compile mods at all! (on linux)

NinjaKitty

Steampunker
I keep trying to compile my small mod for terraria in linux, but it won't cooperate.
This is the error i keep getting:

Error running mcs: Cannot find the specified file
at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00176] in <6c7c03f48a9747c8a644da4f63a34480>:0
at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00011] in <6c7c03f48a9747c8a644da4f63a34480>:0
at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00014] in <6c7c03f48a9747c8a644da4f63a34480>:0
at Terraria.ModLoader.ModCompile.CompileMod (Terraria.ModLoader.ModCompile+BuildingMod mod, System.Collections.Generic.List`1[T] refMods, System.Boolean forWindows, System.Byte[]& dll, System.Byte[]& pdb) [0x00272] in <e24c815ea5d749ca88f366401db4a98a>:0
at Terraria.ModLoader.ModCompile.Build (Terraria.ModLoader.ModCompile+BuildingMod mod, Terraria.ModLoader.ModCompile+IBuildStatus status) [0x00151] in <e24c815ea5d749ca88f366401db4a98a>:0
at Terraria.ModLoader.ModCompile.Build (System.String modFolder, Terraria.ModLoader.ModCompile+IBuildStatus status) [0x0000b] in <e24c815ea5d749ca88f366401db4a98a>:0
at Terraria.ModLoader.ModLoader+<>c.<BuildMod>b__74_0 (System.Object _) [0x00000] in <e24c815ea5d749ca88f366401db4a98a>:0

I don't know if it's an error with the system i'm running or if i need to install something im missing or if it's an error with tmodloade4r itself, but i cant seem to compile in linux.
Any help would really be appreciated, considering where i am i dont have access to windows.
 
Back
Top Bottom