Dedicated Server Crash

[2017.03.14-00.39.13:541][ 4]LogWindows:Error: === Critical error: ===
[2017.03.14-00.39.13:541][ 4]LogWindows:Error:
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: Assertion failed: SteamUtilsPtr [File:C:\Epic Games\UnrealEngine\Engine\Plugins\Online\OnlineSubsystemSteam\Source\Private\OnlineSessionAsyncLobbySteam.cpp] [Line: 433]
[2017.03.14-00.39.13:541][ 4]LogWindows:Error:
[2017.03.14-00.39.13:541][ 4]LogWindows:Error:
[2017.03.14-00.39.13:541][ 4]LogWindows:Error:
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: KERNELBASE.dll!0x0000000030727788
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: VeritexServer.exe!0x00000000EF83FD6A
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: VeritexServer.exe!0x00000000EF668DEA
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: VeritexServer.exe!0x00000000EF5EFEE8
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: VeritexServer.exe!0x00000000F30C3965
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: VeritexServer.exe!0x00000000F2FBA011
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: VeritexServer.exe!0x00000000EF852D48
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: VeritexServer.exe!0x00000000EF84DE59
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: KERNEL32.DLL!0x0000000034038364
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: ntdll.dll!0x00000000342170D1
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: ntdll.dll!0x00000000342170D1
[2017.03.14-00.39.13:541][ 4]LogWindows:Error:
[2017.03.14-00.39.13:541][ 4]LogWindows:Error: Crash in runnable thread OnlineAsyncTaskThreadSteam DefaultInstance
[2017.03.14-00.39.13:542][ 5]LogExit: Executing StaticShutdownAfterError
[2017.03.14-00.39.13:543][ 5]LogWindows: FPlatformMisc::RequestExit(1)
[2017.03.14-00.39.13:543][ 5]Log file closed, 03/13/17 20:39:13

Anyone know what this could be?

AnswerHub, useless as always

It looks like your game failed to load the Steam Utilities, with comes from the steam_api. My first guess is that it is because you either don’t have the Steam plugin enabled or that you haven’t included the Steam SDK.

How to include the sdk:

https://wiki.unrealengine.com/Steam,_Using_the_Steam_SDK_During_Development
https://docs.unrealengine.com/latest/INT/Programming/Online/Steam/

How to enable steam plugin:

https://answers.unrealengine.com/questions/484873/413-steam-setup-not-working.html#answer-container-484895

If you have done both of these, I would double check to make sure your multi-player setup is correct when creating game lobbies. Do you best to debug through your project and find out where the program is crashing and see if you can figure out why.

Furthermore, if you can’t find anything wrong with your project but still have the crash, create a bug report in the “Bug Reports” section of the AnswerHub, with as much detail as you possibly can on how to recreate the issue, and one of the support staff will check to see what the issue is and try to provide feedback as to why it is happening.

Also, as a tip, you may want to give it more than an hour when posting for help before deciding AnswerHub is useless.