#!/bin/bash


echo ''
echo '-------------------------------------------------------------------'		
echo '  Sorry, but the game encountered an error.'
echo '  This is the error message we got:'
echo '-------------------------------------------------------------------'		
echo ''
cat output.txt
echo ''
echo '-------------------------------------------------------------------'		
echo '  Try launching the game again. If errors persist, please visit'
echo '  www.interactionstudios.com for further assistance.'
echo '-------------------------------------------------------------------'		
echo ''
read -p 'Press ENTER to finish.'

