Dedicated Server crashing because of NullRHI

Hi I am using Github Promoted Branch version and I compiled a dedicated server for our game (development configuration). When I run it I get a crash because of NullRHI. Any idea how to fix it this issue?

Another thing is if I build the dedicated server with Build Configuration and Cooker Build Configuration I simply get a console (with -log parameter) window like this. No information or anything. Just LogMemory.

Hello ,

Does this issue only occur when you’re using the promoted branch? Have you successfully attempted this on an earlier version of the engine? Is the project going along with this dedicated server a blank new one or based on an existing project? If it’s the latter, could you try the former to see if there is a difference?

Hi Matthew,

I figured out the problem for NullRHI problem. Issue was one of the plugin I was using (GameSparks) had RHI as Private Dependency in their build.cs file. Removing it and regenerating the project file fixed that crash.

Ah well that’s good to hear as I most likely never would’ve noticed that without knowing that was a factor. I’m glad that the issue was fixed.