Auth Server timing out, connecting then closing

Galleon

Trial Member
3
2015
0
[SOLVED]

Exactly as the title says, I've never seen an issue like this before, I've run and used all forms of repacks with minimal issues. MySQL is running fine. Attached is the panel before it auto closes.
QGaLACi.png


It seems to be trying to open 2 connections, then both succeed and it crashes?

Any ideas on what to do here guys?
 
Last edited:

Galleon

Trial Member
3
2015
0
Here's the crash text, also.

Registers:
EAX:00C3F774
EBX:00C3F774
ECX:00000000
EDX:00C3F6F0
ESI:00000000
EDI:00EB4690
CS:EIP:0023:61F4756B
SS:ESP:002B:00C3F6E4 EBP:00C3F708
DS:002B ES:002B FS:0053 GS:002B
Flags:00010282

Call stack:
Address Frame Function SourceFile
61F4756B 00000000 ACE_TP_Reactor::handle_timer_events+4B c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\tp_reactor.cpp line 313
61F46B78 00000000 ACE_TP_Reactor::dispatch_i+28 c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\tp_reactor.cpp line 223
61F47262 00000000 ACE_TP_Reactor::handle_events+D2 c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\tp_reactor.cpp line 173
61F1F5A9 00000000 ACE_Reactor::run_reactor_event_loop+29 c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\reactor.cpp line 267
000A68EB 00000000 ace_main_i+5AB c:\users\sandstrom\desktop\project kef\core\src\server\authserver\main.cpp line 221
000A7A6E 00000000 ACE_Main::run_i+E c:\users\sandstrom\desktop\project kef\core\src\server\authserver\main.cpp line 78
000A7BDA 00000000 main+4A c:\users\sandstrom\desktop\project kef\core\src\server\authserver\main.cpp line 78
000C4D56 00000000 __tmainCRTStartup+FD f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c line 626
77053744 00000000 BaseThreadInitThunk+24
773AA064 00000000 RtlSetCurrentTransaction+D4
773AA02F 00000000 RtlSetCurrentTransaction+9F
========================
Local Variables And Parameters

Call stack:
Address Frame Function SourceFile
61F4756B 00000000 ACE_TP_Reactor::handle_timer_events+4B c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\tp_reactor.cpp line 313
punting on symbol __formal
punting on symbol guard
punting on symbol release

61F46B78 00000000 ACE_TP_Reactor::dispatch_i+28 c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\tp_reactor.cpp line 223
punting on symbol max_wait_time
punting on symbol guard
punting on symbol event_count

61F47262 00000000 ACE_TP_Reactor::handle_events+D2 c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\tp_reactor.cpp line 173
punting on symbol max_wait_time
punting on symbol countdown
punting on symbol guard

61F1F5A9 00000000 ACE_Reactor::run_reactor_event_loop+29 c:\users\sandstrom\desktop\project kef\core\dep\acelite\ace\reactor.cpp line 267
punting on symbol tv
punting on symbol eh

000A68EB 00000000 ace_main_i+5AB c:\users\sandstrom\desktop\project kef\core\src\server\authserver\main.cpp line 221
punting on symbol argc
punting on symbol argv
punting on symbol Handler
 

Galleon

Trial Member
3
2015
0
Fixed it, tried quite a few things and ended up simply replacing the authserver.exe, worked fine after that.
 
Top