cheahjs / TerrariaAPI-Server

Fork is now over at https://github.com/NyxStudios/TerrariaAPI-Server
https://tshock.co
32 stars 24 forks source link

PriorityClass mono incompatibility #40

Closed mmorrisontx closed 10 years ago

mmorrisontx commented 10 years ago

The merge with 1.2.4 broke the boot process under mono. Seems that Terraria / ProgramServer.cs is setting the process priority immediately now on line 13, which is a root-only function call under mono. Commenting out lines 12 and 13 solve this problem and at least get the server booting.

Tiles still don't load up on the client, but that's beyond the scope of this issue (good luck with that!)