Closed LB-ArturZieba closed 1 year ago
From server log
(System) - New incoming connection from remote address: 127.0.0.1:55428 [Warning] (System) - No active NetworkPlayerSpawnerComponents were found on player spawn request. [Error] (AssetDatabase) - GetAsset called with invalid asset Id. [Warning] (AssetManager) - GetAsset called for asset which does not exist in asset catalog and cannot be loaded. Asset may be missing, not processed or moved. AssetId: {00000000-0000-0000-0000-000000000000}:0 [Warning] (System) - Attempt to spawn prefab failed. Check that prefab is network enabled.
Critical if this repros.
@robhaco volunteered to run triage/reproduction on issue
Was unable to repro this with the latest stabilization installer with the latest version of MultiplayerSample project, but I'd like to give it another shot with the new release and possibly development, just to be sure.
No longer an issue, main level has also changed to NewStarBase. Closing as stale/DNR
Confirming the issue has been closed. SampleBase level is no longer a part of MultiplayerSample project.
Describe the bug MultiplayerSample SampleBase level is not loading entities containing network components when launched on the MultiplayerSample.ServerLauncher/MultiplayerSample.GameLauncher as a standalone level, or via the host/connect setup. It should be noted that when the Game Mode is started in Editor on the SampleBase level, it works as expected.
Please refer to the attached Game.log and Server.log files attached in the Video, Server.log, and Game.log section.
Prerequisites
cmake --build build\windows --target MultiplayerSample.ServerLauncher --config profile
).Steps to reproduce Steps to reproduce the behavior:
loadlevel SampleBase
.host
.connect
.Expected behavior The entities containing network components (boxes and player) are spawned.
Actual behavior No network entities are spawned on neither the ServerLauncher nor the GameLauncher.
Video, Server.log, and Game.log
https://user-images.githubusercontent.com/86952082/167605193-fb807a29-8731-4e3b-a5b6-9241a1608272.mp4
Server.log Game.log
Found in Branch Stabilization_2205 (a073665)
Desktop