SR_ShardManager and GameServer are always blind!

01/15/2017 11:54 Nexiero#1
Hello!
Can anyone help with the SR processes always closing after a few seconds? It's always like "process is blind."
Screenshot of fatal log from AgentServer:
[Only registered and activated users can see links. Click Here To Register...]
Thanks!
01/15/2017 12:46 KingDollar#2
well there is smth wrong with your db
maybe duplicated id or duplicated slot index
open them using ollydbg and trace the error
01/15/2017 12:59 Nexiero#3
Quote:
Originally Posted by Alexiuns* View Post
well there is smth wrong with your db
maybe duplicated id or duplicated slot index
open them using ollydbg and trace the error
I didn't use ollydbg before thus I have no idea how to do this. :/
Any other solutions?
01/15/2017 13:05 KingDollar#4
Quote:
Originally Posted by Nexiero View Post
I didn't use ollydbg before thus I have no idea how to do this. :/
Any other solutions?
ollydbg is the best way to know what your problem come from
01/15/2017 13:57 Nexiero#5
Quote:
Originally Posted by Alexiuns* View Post
ollydbg is the best way to know what your problem come from
Alright, I think I found where the problem comes from. Though any idea about how to run the server online on a static IP? (eg. 10.0.0.4) Since the real IP address doesn't work properly.
01/15/2017 14:31 janicka#6
Try use patcher to bind ip of module. i think you are using allready patched modules wich causes this problem, even if cert is properly configured.
01/15/2017 14:37 Nexiero#7
Quote:
Originally Posted by janicka View Post
Try use patcher to bind ip of module. i think you are using allready patched modules wich causes this problem, even if cert is properly configured.
A quick question to make sure the IP doesn't matter here:
Do I have to patch the modules with the IP i find from [Only registered and activated users can see links. Click Here To Register...] or a static IP (10.0.0.4 as example) works?