lnobad / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

This platform is not supported Mac OS X #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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