Re: Phoenix exception error
db.pool.minsize=1
db.pool.maxsize=400
Re: Phoenix exception error
I tried that but still get the same exception ;/
Re: Phoenix exception error
Re: Phoenix exception error
Post what's on "SocketsListener.cs:line 83", this will let us see what's trying to run, but can't.
- - - Updated - - -
Do you also have the ports opened that your TCP is connecting VIA? (Use Advanced Firewall to add an exception for incoming)
Re: Phoenix exception error
My TCP proxy uses port 5099, should I open that via Advanced firewall?
Re: Phoenix exception error
Quote:
Originally Posted by
DutchenL
My TCP proxy uses port 5099, should I open that via Advanced firewall?
Yes, always have the ports open in the firewall, otherwise the system will most likely reject any incoming packets from that port. I'd also like to know; was the emulator previously working, did you change anything for this problem to arise?
Re: Phoenix exception error
I opened the port but still got the same error. I always used Phoenix (open source) and did not change anything but since the last days I recieve this randomly. It doesn't cause any lagg in game but you see it quite often on the emulator.
Re: Phoenix exception error
I get this now:
4/23/2015 2:22:01 PM: [TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
at Phoenix.Net.Class114.method_4(IAsyncResult iasyncResult_0) in c:\Users\Eigenaar\Desktop\source2\Phoenix\Net\SocketsListener.cs:line 83
Re: Phoenix exception error
Re: Phoenix exception error
Quote:
Originally Posted by
DutchenL
bumppp
PM me.
Re: Phoenix exception error
Why? Explain it here please, could be usefull for other people too.