INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Library server crash  (Read 1000 times)

sirkus

  • World Citizen
  • ***
  • Posts: 121
Library server crash
« on: January 03, 2014, 09:03:31 pm »

Hello, I'm running MC (as library server) on Win Server 2012 and it crashes. The exception Message in the last line seems to be always the same (275). It seems to be reproducible, it always crashes at the same place in the loop.

This loop is repeated many times without problem,

Code: [Select]
...
0549435: 296032: Sharing Plugins: CUDPSocketReader::Accept: Start
0549435: 296032: Sharing Plugins: CUDPSocketReader::Accept: Finish (0 ms)
0549435: 307896: Sharing Plugins: CHTTPListenerWorker::HandleConnection: Start
0549435: 307896: Sharing Plugins: CHTTPListenerWorker::HandleRequest: UDP: 222.111.11.20: : http://127.0.0.1
0549435: 307896: Sharing Plugins: CHTTPListenerWorker::HandleConnection: Finish (0 ms)
0549435: 306684: Sharing Plugins: CHTTPListenerWorker::HandleConnection: Start
0549435: 308140: Sharing Plugins: CUDPSocketReader::Accept: Start
0549435: 306684: Sharing Plugins: CHTTPListenerWorker::HandleRequest: UDP: 222.111.11.20: M-SEARCH: http://239.255.255.250:1900*
0549623: 308140: Sharing Plugins: CUDPSocketReader::Accept: Finish (188 ms)
0549623: 306684: Sharing Plugins: VHTTPMessage::Write: Wrote 0 bytes
0549623: 306684: Sharing Plugins: CHTTPListenerWorker::HandleConnection: Finish (188 ms)
...

until it crashes

Code: [Select]
...
0549623: 296032: Sharing Plugins: CUDPSocketReader::Accept: Start
0549623: 307560: Sharing Plugins: CHTTPListenerWorker::HandleConnection: Start
0549623: 307560: Sharing Plugins: CHTTPListenerWorker::HandleRequest: UDP: 222.111.11.20: : http://127.0.0.1
0549623: 307560: Sharing Plugins: CHTTPListenerWorker::HandleConnection: Finish (0 ms)
0549623: 308140: Sharing Plugins: CUDPSocketReader::Accept: Start
0569684: 300720: General: TopLevelExceptionFilter: Unhandled exception -- program crashing
0569684: 300720: General: TopLevelExceptionFilter: Message: 275, wParam: 11533, lParam: 56357808
...

Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71666
  • Where did I put my teeth?
Re: Library server crash
« Reply #1 on: January 04, 2014, 07:36:53 am »

Firewall screwed down too tightly?
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10787
Re: Library server crash
« Reply #2 on: January 04, 2014, 08:35:07 am »

Are you doing anything in particular when this happens?
Which version are you running? Did it just start in some version, or always happened?
Logged
~ nevcairiel
~ Author of LAV Filters

sirkus

  • World Citizen
  • ***
  • Posts: 121
Re: Library server crash
« Reply #3 on: January 04, 2014, 09:03:32 am »

It could be the firewall (Jetico), but 239.x.x.x is allowed in settings.

I use the latest version. I don't touch anything, I only launch the server. I have a client on the network (not necessary playing something). From what I remember, it started around 19.0.5x. But, I did others things in the OS since then.
Logged
Pages: [1]   Go Up