I was trying to run a simple server which takes messeges and print them in the
console, but whenever I ran it I got this exception
Unhandled Exception:
System.NotSupportedException: This platform is not supported
at System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties () [0x00000] in <filename unknown>:0
at Lidgren.Network.NetUtility.GetNetworkInterface () [0x00000] in <filename unknown>:0
at Lidgren.Network.NetUtility.GetMacAddress () [0x00000] in <filename unknown>:0
at Lidgren.Network.NetPeer.Run () [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NotSupportedException: This platform
is not supported
at System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties () [0x00000] in <filename unknown>:0
at Lidgren.Network.NetUtility.GetNetworkInterface () [0x00000] in <filename unknown>:0
at Lidgren.Network.NetUtility.GetMacAddress () [0x00000] in <filename unknown>:0
at Lidgren.Network.NetPeer.Run () [0x00000] in <filename unknown>:0
at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0
The application was terminated by a signal: SIGHUP
What version of the product are you using? On what operating system?
Mac OS X Yosemite
Please provide any additional information below.
Running with MonoDevelop
Original issue reported on code.google.com by kevinh...@gmail.com on 22 Mar 2015 at 1:23
Original issue reported on code.google.com by
kevinh...@gmail.com
on 22 Mar 2015 at 1:23