Post packaging exe file not working

I’m working on a multiplayer project and I’m using plugins like “Advanced Session”. After packing I try to run it but nothing happens. The logs are below.

MultiplayerGame.log
CrashReportClient

I’d double check to make sure you properly setup ‘OnlineSubsystemSteam’ properly, and have the correct code and SteamDevAppId in your ‘DefaultEngine.ini’ file. There may be other issues in the code somewhere, but in the log it shows it’s crashing after trying to load the OnlineSubsystemSteam plugin, so once that’s fixed you can try packaging again and see if that fixes it or if there’s another error.

I solved the problem thank you, it worked when I deleted the “Advanced Session” plugin files from the project file and dumped them into the engine file.