Since i put the server open to public im having a weird issue, server suddenly stops working, it happens randomly

everyone froze and cant even reconnect, i check task manger and server stays at 0% like the application just died or something like that.

Also right now it just ''crashed'' and didnt even give a crash log

Can someone give me a hand? :(

im using runuo 2.2

Windows 10, comodo antivirus and the server is running without admin privileges.

i added the server to antivirus exceptions, can a antivirus mess up the server?


thanks

EDIT: i will try provide a dump memory file! thanks juzzver and milva


im not sure if ill be able to debugg in visual studio so for now ill try to get the dump file
 
Last edited:
you need to start debugging through visual studio and find out at what stage the program crashes.
[doublepost=1522509014][/doublepost]you can also try to dump the memory using the task Manager while your server lagging and post the result here.
 
you need to start debugging through visual studio and find out at what stage the program crashes.
[doublepost=1522509014][/doublepost]you can also try to dump the memory using the task Manager while your server lagging and post the result here.

can you give me a link to a debugging guide through visual studio?
 
Ok! i got the dump file what do i do now? its a 400mb size!

the !dumpstack command dont work :(

Dumpproblem.png



0:007> .loadby sos clr
Unable to find module 'clr'
0:007> .cordll -ve -u -l
CLR DLL status: No load attempts
0:007> !sym noisy
noisy mode - symbol prompts on
0:007> .symfix c:mylocalsymcache
DBGHELP: Symbol Search Path: SRV*c:mylocalsymcache*https://msdl.microsoft.com/download/symbols
SYMSRV: BYINDEX: 0x3
c:mylocalsymcache*https://msdl.microsoft.com/download/symbols
ntdll.pdb
7195153E4E64227644AA1BBA4E16A5B51
SYMSRV: RESULT: 0x00000057
DBGHELP: c:mylocalsymcache*https://msdl.microsoft.com/download/symbols is not a valid store
DBGHELP: ntdll.pdb - file not found
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdll.dll -
DBGHELP: ntdll - export symbols
0:007> .cordll -ve -u -l
CLR DLL status: No load attempts


@Juzzver want me to upload the file?
 
Last edited:
No, try use debug after server stop working and show what you see.
:confused:

what debug? sorry i dont understand.

i ran server in debug mode but it shows nothing on console

players dont get disconnected, they all froze, if they logout and try log back in client stucks on verifying account


im also having a new weird issue, all accounts and save folder gets deleted, pffff
 
Back