Game Crash - Runnable thread OnlineAsyncTaskThreadSteam DefaultInstance crashed.

Solved!

The issue was the game not being in the game thread. I have to make sue of the function AsyncTask() before trying to fire anything from MyGameInstance.

I wrote a guide to help out anyone with a similar issue.