Without a specific error message, without a script to look at, without an error log to look at, and only a small image that's been cut down to not show much of anything..... why sure, forum users will know exactly what your problem is.
I'll take an educated guess and suggest that you could add in a delay between each app that you start in order to allow each app time to initialize. Start any database first, then the web/application programs.
Start-Sleep -Seconds 30
If Discord (whatever that is) still crashes, then search the Discord documentation and find out where it stores it's log files. There should be some error entry in it's log.