Import Error for Scripts written in stable 6.0

You can ignore the part of this post about not being able to import a script. I figured out the problem. The default character set was UTF-16 in my version of screen-scraper. The crash log is still relevant, but feel free to delete this post as I don't see it being very useful to other users. Thank you.

A co-worker wrote a script in the stable 6.0 version of screen-scraper. When I try to import the script, I get an error dialogue box "Import Error - The file does not contain a valid scraping session or script."

I can import the same file into 6.055a without problems.

I am running: screen-scraper v6.058a - java 8 update 31 - Windows 7 64bit. I'll attach the file below. Thanks!

***EDIT***
A coworker running 6.058a was able to import the scripts. The problem seems to be specifically related to my PC. Screen-scraper has been crashing, and Java has been printing out an error log. I will include this error log incase it is relevant because the problem may be related to my hardware and Java version. I run a AMD processor whereas my coworkers have Intel.

Here is an excerpt of the log file printed by java when screen-scraper crashes.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000001000001e0, pid=3668, tid=3232
#
# JRE version: Java(TM) SE Runtime Environment (7.0_51-b13) (build 1.7.0_51-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x00000001000001e0
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

I am able to import that one

I am able to import that one fine. Have you modified screen-scraper to use Java 8? You can run a script with the line

log.logScreenScraperInformation();

To determine the version screen-scraper is using, and if it's anything other than 7, that would be the first thing to fix.