Unreal Engine 4.8.1 Multiplayer Shootout doesn't work

I am using unreal engine 4.8.1 and I download and create the project Multiplayer Shoot out (via Epic Games Launcher).
I run it I start up Level_01 with two view ports and I can see each of the players, they can shoot each other fine scores bullets and ammo all work fine. Then I load up the MainMenu map and get one of the view ports to host a LAN server (via hitting play) then I get the second one to join (via the Find Server widget) as soon as I click join unreal engine closes both viewports and doesn’t give any errors or explanations.

Anyone know what is going on?

Because I we wrote the multiplayer system in the third person template, and when I start a server the viewport goes black and nothing happens.
I appears to go wrong in my BP in the MyGameInstance in the Create session Node (inputs are Player Controller: Get Player Controller (player index 0), Public Connections: 2, Use Lan: True) it always fails and the display Error Dialog never works.

Same issue with Multiplayer Shootout :frowning:

Multiplayer shootout:
Did you use server window for hosting?
You can only host with server window and join with client window, if you try to join with server window you will get a crash.
(Multiplayer shootout have a few bugs with 4.8)

Your project:
Did you try it with packaged project?
If you don’t get a black screen with packaged project then it has to do something with your widget replication.
(You don’t have to replicate your widgets)

:slight_smile:

Blue

Okay so I tried to run it again and this happened.

Happens even if both of them are windowsAnd when I try is the other way it instantly closes it, no dump log no errors no nothing.

I tried compiling it to see it it worked then but no just this.

(Happens even if both of them are windows)

P.S I’m using windows 7 ultimate 64-bit if that helps at all.

I think I see Steam running in the background,close Steam down and try again with compiled project.If Steam is running in the background your project will use Steam as default OnlineSubsystem but if you close Steam it will use nuLL.

With steam you can only have one instance of your game and joining will not work.

Close Steam, try again and let me know how it goes.

Did you try it and if it works let me know

Okay it works now thanks. Sadly it doesn’t want to work multiplayer wise unless I export it :frowning:

If I find out something I will post it here. I have the same problem in Multiplayer shootout.

I made my own system for joining and hosting for my game and I will try to replace widget part of the blueprint with my blueprint.

I find it hilarious, that I open it in 4.10 play it close it and get errors…something to do with the hide widgets function removing from parent…this is also anot issue I’m getting in my game and the reason I can’t package my game…does anyone know why this is happening?