Ive been running a FTB Unleashed server for a little while, any also posted a forum page asking for help before. Back then I wasnt armed with much. But now, Im at it again, running a 4 man server. I have the crash report and I also have the .bat file and I will include both below. Thx in advance for anyone able to help.
Crash report
Crash report
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee0656220, pid=7672, tid=5176
#
# JRE version: 7.0_25-b17
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [OpenAL64.dll+0x6220] alSourcei+0x144
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
//--------------------------------------------------------------------------------------------------------------------------//
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx2048M -Xms2048M -jar FTBUnleashedServer.jar
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee0656220, pid=7672, tid=5176
#
# JRE version: 7.0_25-b17
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [OpenAL64.dll+0x6220] alSourcei+0x144
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
//--------------------------------------------------------------------------------------------------------------------------//
Server bat file
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx2048M -Xms2048M -jar FTBUnleashedServer.jar