Black screen in every map except PIE mode

Hello, I’m working on a project for the last couple of months and so far I’ve made several successful packages without any problem. However, in the last two days when my game opens up and it’s not in PIE mode then a black screen appears and nothing else loads up.

To be more specific, the black screen appears in every map on:

  • A standalone game
  • Launch game
  • Any packaged project

I’ve also tried to create a brand new default map and open it up but nothing changed.

Moreover, if I open up the console and use the command “open [mapname]” all the maps load fine, without any problem.

PS: I’ve set up a game default map as seen in the screenshot below:

Last but not least, I made sure that my option has been successfully reflected on DefaultEngine.ini as seen below:

86986-game_default_map_defaultengine.png

-Orfeas

Apparently I was using a custom GameInstance class and that was the cause of the problem (even though I made sure to call the StartGameInstance() ). When I refactored my code and removed that class everything worked ok.

1 Like