When I start application from command-line it crashes (sometimes!). I attached checkersland.jar
It works fine on the following combinations:
1. (Java 32 bits, no full path to checkersland.jar)
"C:\Program Files (x86)\Java\jre1.8.0_91\bin\java.exe" -jar "checkersland.jar"
2. (Java 32 bits, full path to checkersland.jar)
"C:\Program Files (x86)\Java\jre1.8.0_91\bin\java.exe" -jar C:\Pasha\checkersland\output\checkersland.jar
3. (Java 64 bits, no full path to checkersland.jar)
"C:\Program Files\Java\jre1.8.0_91\bin\java.exe" -jar checkersland.jar
BUT!!!
It fails very often when I run (Java 64 bits, full path to checkersland.jar):
"C:\Program Files\Java\jre1.8.0_91\bin\java.exe" -jar C:\Pasha\checkersland\output\checkersland.jar
Output like:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000051b0b7bd, pid=9288, tid=3736
#
# JRE version: Java(TM) SE Runtime Environment (8.0_91-b14) (build 1.8.0_91-b14)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.91-b14 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# V [jvm.dll+0x7b7bd]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# An error report file with more information is saved as:
# C:\Pasha\checkersland\output\hs_err_pid9288.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
hs_err_pid9288.log is attached
Environment:
Win 7x64
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)