Instead of menu you see black screen if you close window UE4 crash reporter window appears
saying “You do not have any debugging symbols required to display the callstack for this crash.”
Anyone encountered this?
My system is win 8.1, engine version 4.8.2-2614606+++depot+UE4-Releases+4.8
To be honest, the Shootout Example was made in 4.7. It is similar to my project that i put on the market
(similar in using widgets and networking). My project nearly broke when updating it to 4.8, because Epic
changed a lot of things, like the lifetime of a widget in the GameInstance at levelchange.
Because normally when coming back from the Game, you just add the existing (and saved) MainMenu widget
back to the Viewport from inside the GameInstance. Or at least create a new one and add this. But shortly after
the MainMenu Level opens, the variables that store the widget are all cleared. Don’t ask me why… i wanted to put
up an AnswerHUB request to revert these changes, but simply had no time for it by now.
Maybe you can gather some more bugs, because they seem to appear in epics own projects too. (: