lnobad / lidgren-network-gen3

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

Calling Start() throws an exception #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a NetServer or NetPeer
2. Call Start()
3. Line 476 of NetPeer.Internal.cs will throw an exception

I'm using the latest download of lidgren, in visual studio 2010 on Windows 7 
professional.

Original issue reported on code.google.com by martinde...@gmail.com on 4 Nov 2010 at 3:40

GoogleCodeExporter commented 9 years ago
Please be more specific; AcceptConnection() (line 476) is never called when 
simply calling Start() - what's the exception you're seeing?

Original comment by lidg...@gmail.com on 4 Nov 2010 at 3:47

GoogleCodeExporter commented 9 years ago
Apologies, line 486 throws the exception.

Original comment by martinde...@gmail.com on 4 Nov 2010 at 8:05

GoogleCodeExporter commented 9 years ago
There was a problem with checking for network thread, but it was fixed in rev 
147 - can you try syncing to head and see if it persists?

Original comment by lidg...@gmail.com on 4 Nov 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Updating to the head of the svn seems to have fixed the issue.

Thanks for helping sort this out so quickly :)

Original comment by martinde...@gmail.com on 4 Nov 2010 at 11:33

GoogleCodeExporter commented 9 years ago

Original comment by lidg...@gmail.com on 5 Nov 2010 at 7:21