My Environment
GameLiftServerSDKNet45
Version :4.0.0.0
Runtime Version : v4.0.30319
Console App(.NET Framework 4.7.2 )
Supersocket 1.6
WINDOWS_2012
GameLift Local Execute OK.
Custom Server Port : 50404
ProcessReady function’s param set port 50404.
Activation Fail
Code : SERVER_PROCESS_CRASHED
Message : Server process exited without calling ProcessEnding(), exitCode(-2146232576)
What kind of code is -2146232576?
i called Environment.Exit(0); After GameLiftServerAPI.ProcessEnding();
Has anyone ever experienced it?