Hey!
I'm trying to launch/build my game, which runs great in-editor. But when I do, I get a black screen for a few miliseconds, after which i get the message "Launch complete!!".
I think I managed to isolate the problem somewhat, because launching it with the default gamemode works fine. Running with my own HUD and Pawn class, does not. Even when there's not any code hooked up in them, it doesn't work (I can't run it with only one of them either, both seem to mess it up)
The log when I launch with default things in my gamemode looks like this http://puu.sh/83BXY.png looks relatively fine to me.
The log when I launch with my HUD and Pawn looks like this http://puu.sh/83CgE.png Notice how the "Game Engine Initialized" row isn't there. What the heck could cause that? I'm at a total loss
Thanks for your help!
I'm trying to launch/build my game, which runs great in-editor. But when I do, I get a black screen for a few miliseconds, after which i get the message "Launch complete!!".
I think I managed to isolate the problem somewhat, because launching it with the default gamemode works fine. Running with my own HUD and Pawn class, does not. Even when there's not any code hooked up in them, it doesn't work (I can't run it with only one of them either, both seem to mess it up)
The log when I launch with default things in my gamemode looks like this http://puu.sh/83BXY.png looks relatively fine to me.
The log when I launch with my HUD and Pawn looks like this http://puu.sh/83CgE.png Notice how the "Game Engine Initialized" row isn't there. What the heck could cause that? I'm at a total loss

Thanks for your help!
Comment