Windows .exe Crash on Startup

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

jimmyy4

New Member
Jul 29, 2019
2
0
0
Running FTB Unleashed. Error log:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee286efd5, pid=7800, tid=7908
#
# JRE version: 7.0_11-b21
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.6-b04 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [OpenAL64.dll+0x2efd5] alcProcessContext+0x20b89
#
# 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.
#

--------------- T H R E A D ---------------

Current thread (0x000000001503a000): JavaThread "Thread-19" [_thread_in_native, id=7908, stack(0x000000001a0e0000,0x000000001a1e0000)]

siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x000007fee286efd5

Registers:
RAX=0x000000000b704ec0, RBX=0x000000000b704e70, RCX=0x0000000000000000, RDX=0x000000000b704ec0
RSP=0x000000001a1def18, RBP=0x0000000000000028, RSI=0x000000000b704e70, RDI=0x000000000b704ec0
R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000095, R11=0x0000000000000001
R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000001
RIP=0x000007fee286efd5, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000001a1def18)
0x000000001a1def18: 000007fee284e842 000007fee2864e1c
0x000000001a1def28: 000007fee2850557 0000000000000000
0x000000001a1def38: 0000000000000003 000000001a1df0c8
0x000000001a1def48: 0000000000000000 0000000000000000
0x000000001a1def58: 0000000000000000 0000000000000000
0x000000001a1def68: 0000000000000000 000000001503a000
0x000000001a1def78: 000000001a1df0c8 00000007fc5e51e0
0x000000001a1def88: 0000000000000000 000000001a1df0c8
0x000000001a1def98: 0000be2ca55c302f 000000001503a000
0x000000001a1defa8: 000000001a1df0c8 00000007fc5e51e0
0x000000001a1defb8: 0000000000000000 0000000000000000
0x000000001a1defc8: 000007fee286bef8 0000000000000000
0x000000001a1defd8: 000007fee28483b6 000000000b704e70
0x000000001a1defe8: 000000001a1df0a8 000000000b704e70
0x000000001a1deff8: 0000000000000000 0000000000000000
0x000000001a1df008: 000000000b3762d7 0000000000000000

Instructions: (pc=0x000007fee286efd5)
0x000007fee286efb5: 6f 66 74 77 61 72 65 20 6f 6e 20 53 70 65 61 6b
0x000007fee286efc5: 65 72 73 20 28 44 62 75 73 41 75 64 69 6f 29 00
0x000007fee286efd5: 44 69 72 65 63 74 53 6f 75 6e 64 20 53 6f 66 74
0x000007fee286efe5: 77 61 72 65 20 6f 6e 20 53 70 65 61 6b 65 72 73


Register to memory mapping:

RAX=0x000000000b704ec0 is an unknown value
RBX=0x000000000b704e70 is an unknown value
RCX=0x0000000000000000 is an unknown value
RDX=0x000000000b704ec0 is an unknown value
RSP=0x000000001a1def18 is pointing into the stack for thread: 0x000000001503a000
RBP=0x0000000000000028 is an unknown value
RSI=0x000000000b704e70 is an unknown value
RDI=0x000000000b704ec0 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x0000000000000095 is an unknown value
R11=0x0000000000000001 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000001 is an unknown value


Stack: [0x000000001a0e0000,0x000000001a1e0000], sp=0x000000001a1def18, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [OpenAL64.dll+0x2efd5] alcProcessContext+0x20b89

[error occurred during error reporting (printing native stack), id 0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.openal.ALC10.nalcOpenDevice(Ljava/lang/String;)J+0
j org.lwjgl.openal.ALC10.alcOpenDevice(Ljava/lang/String;)Lorg/lwjgl/openal/ALCdevice;+1
j org.lwjgl.openal.AL.init(Ljava/lang/String;IIZZ)V+12
j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZZ)V+233
j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZ)V+5
j org.lwjgl.openal.AL.create()V+6
j paulscode.sound.libraries.LibraryLWJGLOpenAL.init()V+2
j paulscode.sound.SoundSystem.CommandNewLibrary(Ljava/lang/Class;)V+273
j paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z+1206
j paulscode.sound.CommandThread.run()V+51
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x000000001503b000 JavaThread "Thread-20" [_thread_blocked, id=2232, stack(0x000000001a4c0000,0x000000001a5c0000)]
=>0x000000001503a000 JavaThread "Thread-19" [_thread_in_native, id=7908, stack(0x000000001a0e0000,0x000000001a1e0000)]
0x0000000015038800 JavaThread "TC Aura Update Thread" [_thread_blocked, id=3796, stack(0x0000000019bc0000,0x0000000019cc0000)]
0x0000000015038000 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=4620, stack(0x0000000019fd0000,0x000000001a0d0000)]
0x0000000015036800 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=4116, stack(0x0000000019d30000,0x0000000019e30000)]
0x0000000015037000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=7260, stack(0x0000000015f40000,0x0000000016040000)]
0x000000000231d000 JavaThread "DestroyJavaVM" [_thread_blocked, id=6632, stack(0x0000000002610000,0x0000000002710000)]
0x000000001378a800 JavaThread "Minecraft main thread" [_thread_blocked, id=5560, stack(0x0000000012950000,0x0000000012a50000)]
0x000000000ceab800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4680, stack(0x00000000119e0000,0x0000000011ae0000)]
0x0000000016ba1800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7588, stack(0x0000000010ce0000,0x0000000010de0000)]
0x000000000cfec000 JavaThread "Thread-4" daemon [_thread_blocked, id=7040, stack(0x00000000127f0000,0x00000000128f0000)]
0x000000000cede000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=7188, stack(0x0000000010a20000,0x0000000010b20000)]
0x000000000ce0b000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6936, stack(0x000000000fd90000,0x000000000fe90000)]
0x000000000bb05000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6496, stack(0x000000000d5b0000,0x000000000d6b0000)]
0x000000000cd0c800 JavaThread "AWT-Shutdown" [_thread_blocked, id=4796, stack(0x000000000cab0000,0x000000000cbb0000)]
0x000000000bc03800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7392, stack(0x000000000c550000,0x000000000c650000)]
0x000000000b8e8000 JavaThread "Service Thread" daemon [_thread_blocked, id=7952, stack(0x000000000c3d0000,0x000000000c4d0000)]
0x000000000b8e5000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6400, stack(0x000000000c2d0000,0x000000000c3d0000)]
0x000000000b8e1000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7612, stack(0x000000000c170000,0x000000000c270000)]
0x000000000b8e0000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5768, stack(0x000000000bea0000,0x000000000bfa0000)]
0x000000000b8df800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1492, stack(0x000000000bfe0000,0x000000000c0e0000)]
0x000000000b8de800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=6980, stack(0x000000000bd70000,0x000000000be70000)]
0x000000000b359800 JavaThread "Finalizer" daemon [_thread_blocked, id=5036, stack(0x000000000b770000,0x000000000b870000)]
0x000000000b353000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4812, stack(0x000000000b5f0000,0x000000000b6f0000)]

Other Threads:
0x000000000b345000 VMThread [stack: 0x000000000b400000,0x000000000b500000] [id=4156]
0x000000000b903800 WatcherThread [stack: 0x000000000c680000,0x000000000c780000] [id=8068]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
par new generation total 306688K, used 290925K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 100% used [0x0000000778000000, 0x0000000788a40000, 0x0000000788a40000)
from space 34048K, 53% used [0x0000000788a40000, 0x0000000789c1b500, 0x000000078ab80000)
to space 34048K, 0% used [0x000000078ab80000, 0x000000078ab80000, 0x000000078ccc0000)
concurrent mark-sweep generation total 707840K, used 167543K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 71268K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)

Card table byte_map: [0x0000000005b70000,0x0000000005fc0000] byte_map_base: 0x0000000001fb0000

Polling page: 0x0000000000120000

Code Cache [0x0000000002710000, 0x0000000002c00000, 0x0000000005710000)
total_blobs=2290 nmethods=1349 adapters=891 free_code_cache=44160Kb largest_free_block=45159168

Compilation events (10 events):
Event: 36.292 Thread 0x000000000b8e1000 nmethod 1486 0x0000000002a61250 code [0x0000000002a61400, 0x0000000002a616b8]
Event: 36.292 Thread 0x000000000b8e1000 68 % net.minecraft.client.gui.MapItemRenderer::<init> @ 48 (71 bytes)
Event: 36.293 Thread 0x000000000b8e1000 nmethod 68% 0x0000000002be8290 code [0x0000000002be83c0, 0x0000000002be8498]
Event: 36.293 Thread 0x000000000b8e1000 1489 java.awt.image.BufferedImage::getRGB (231 bytes)
Event: 36.294 Thread 0x000000000b8e5000 nmethod 1488 0x0000000002be8f10 code [0x0000000002be90c0, 0x0000000002be9378]
Event: 36.306 Thread 0x000000000b8e1000 nmethod 1489 0x0000000002bf8610 code [0x0000000002bf87e0, 0x0000000002bf9358]
Event: 36.369 Thread 0x000000000b8e5000 1490 com.google.common.collect.ArrayListMultimap::containsKey (6 bytes)
Event: 36.372 Thread 0x000000000b8e5000 nmethod 1490 0x0000000002bf9dd0 code [0x0000000002bf9f40, 0x0000000002bfa278]
Event: 36.620 Thread 0x000000000b8e1000 1491 java.lang.ClassLoader::loadClass (7 bytes)
Event: 36.621 Thread 0x000000000b8e1000 nmethod 1491 0x0000000002bfabd0 code [0x0000000002bfad20, 0x0000000002bfadc8]

GC Heap History (10 events):
Event: 31.360 GC heap before
{Heap before GC invocations=31 (full 7):
par new generation total 306688K, used 292013K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 100% used [0x0000000778000000, 0x0000000788a40000, 0x0000000788a40000)
from space 34048K, 56% used [0x000000078ab80000, 0x000000078be6b6e0, 0x000000078ccc0000)
to space 34048K, 0% used [0x0000000788a40000, 0x0000000788a40000, 0x000000078ab80000)
concurrent mark-sweep generation total 707840K, used 155250K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 60577K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
Event: 31.376 GC heap after
Heap after GC invocations=32 (full 7):
par new generation total 306688K, used 23653K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 0% used [0x0000000778000000, 0x0000000778000000, 0x0000000788a40000)
from space 34048K, 69% used [0x0000000788a40000, 0x000000078a1596b0, 0x000000078ab80000)
to space 34048K, 0% used [0x000000078ab80000, 0x000000078ab80000, 0x000000078ccc0000)
concurrent mark-sweep generation total 707840K, used 155250K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 60577K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
}
Event: 32.232 GC heap before
{Heap before GC invocations=32 (full 7):
par new generation total 306688K, used 296293K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 100% used [0x0000000778000000, 0x0000000788a40000, 0x0000000788a40000)
from space 34048K, 69% used [0x0000000788a40000, 0x000000078a1596b0, 0x000000078ab80000)
to space 34048K, 0% used [0x000000078ab80000, 0x000000078ab80000, 0x000000078ccc0000)
concurrent mark-sweep generation total 707840K, used 155250K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 62691K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
Event: 32.253 GC heap after
Heap after GC invocations=33 (full 7):
par new generation total 306688K, used 24051K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 0% used [0x0000000778000000, 0x0000000778000000, 0x0000000788a40000)
from space 34048K, 70% used [0x000000078ab80000, 0x000000078c2fce90, 0x000000078ccc0000)
to space 34048K, 0% used [0x0000000788a40000, 0x0000000788a40000, 0x000000078ab80000)
concurrent mark-sweep generation total 707840K, used 155250K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 62691K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
}
Event: 33.069 GC heap before
{Heap before GC invocations=33 (full 7):
par new generation total 306688K, used 296691K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 100% used [0x0000000778000000, 0x0000000788a40000, 0x0000000788a40000)
from space 34048K, 70% used [0x000000078ab80000, 0x000000078c2fce90, 0x000000078ccc0000)
to space 34048K, 0% used [0x0000000788a40000, 0x0000000788a40000, 0x000000078ab80000)
concurrent mark-sweep generation total 707840K, used 155250K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 66367K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
Event: 33.106 GC heap after
Heap after GC invocations=34 (full 7):
par new generation total 306688K, used 23998K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 0% used [0x0000000778000000, 0x0000000778000000, 0x0000000788a40000)
from space 34048K, 70% used [0x0000000788a40000, 0x000000078a1af9d0, 0x000000078ab80000)
to space 34048K, 0% used [0x000000078ab80000, 0x000000078ab80000, 0x000000078ccc0000)
concurrent mark-sweep generation total 707840K, used 163844K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 66367K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
}
Event: 33.994 GC heap before
{Heap before GC invocations=34 (full 7):
par new generation total 306688K, used 296638K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 100% used [0x0000000778000000, 0x0000000788a40000, 0x0000000788a40000)
from space 34048K, 70% used [0x0000000788a40000, 0x000000078a1af9d0, 0x000000078ab80000)
to space 34048K, 0% used [0x000000078ab80000, 0x000000078ab80000, 0x000000078ccc0000)
concurrent mark-sweep generation total 707840K, used 163651K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 68158K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
Event: 34.015 GC heap after
Heap after GC invocations=35 (full 7):
par new generation total 306688K, used 14393K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 0% used [0x0000000778000000, 0x0000000778000000, 0x0000000788a40000)
from space 34048K, 42% used [0x000000078ab80000, 0x000000078b98e4c0, 0x000000078ccc0000)
to space 34048K, 0% used [0x0000000788a40000, 0x0000000788a40000, 0x000000078ab80000)
concurrent mark-sweep generation total 707840K, used 165664K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 68158K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
}
Event: 35.712 GC heap before
{Heap before GC invocations=35 (full 7):
par new generation total 306688K, used 287033K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 100% used [0x0000000778000000, 0x0000000788a40000, 0x0000000788a40000)
from space 34048K, 42% used [0x000000078ab80000, 0x000000078b98e4c0, 0x000000078ccc0000)
to space 34048K, 0% used [0x0000000788a40000, 0x0000000788a40000, 0x000000078ab80000)
concurrent mark-sweep generation total 707840K, used 165419K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 69522K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
Event: 35.730 GC heap after
Heap after GC invocations=36 (full 7):
par new generation total 306688K, used 18285K [0x0000000778000000, 0x000000078ccc0000, 0x000000078ccc0000)
eden space 272640K, 0% used [0x0000000778000000, 0x0000000778000000, 0x0000000788a40000)
from space 34048K, 53% used [0x0000000788a40000, 0x0000000789c1b500, 0x000000078ab80000)
to space 34048K, 0% used [0x000000078ab80000, 0x000000078ab80000, 0x000000078ccc0000)
concurrent mark-sweep generation total 707840K, used 167543K [0x000000078ccc0000, 0x00000007b8000000, 0x00000007f8000000)
concurrent-mark-sweep perm gen total 131072K, used 69522K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
}

Deoptimization events (10 events):
Event: 35.500 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002927450
Event: 35.500 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002927450
Event: 35.500 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002927450
Event: 35.500 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002926e88
Event: 35.500 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002984f0c
Event: 35.501 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002984f0c
Event: 35.502 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002984f0c
Event: 35.503 Thread 0x000000001378a800 Uncommon trap -34 fr.pc 0x0000000002984f0c
Event: 36.267 Thread 0x000000001378a800 Uncommon trap -122 fr.pc 0x000000000297d3c8
Event: 36.268 Thread 0x000000001378a800 Uncommon trap -122 fr.pc 0x000000000292ee64

Internal exceptions (10 events):
Event: 36.654 Thread 0x000000001503a000 Threw 0x0000000788948d00 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.654 Thread 0x000000001503a000 Threw 0x0000000788949b58 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.654 Thread 0x000000001503a000 Threw 0x000000078894a870 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.654 Thread 0x000000001503a000 Threw 0x000000078894b2c8 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.654 Thread 0x000000001503a000 Threw 0x000000078894bcf0 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.654 Thread 0x000000001503a000 Threw 0x000000078894f7d0 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.654 Thread 0x000000001503a000 Threw 0x0000000788950228 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.654 Thread 0x000000001503a000 Threw 0x0000000788950c50 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.655 Thread 0x000000001503a000 Threw 0x0000000788954988 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 36.656 Thread 0x000000001503a000 Threw 0x000000078895d560 at C:\jdk7u1_64p\jdk7u11\hotspot\src\share\vm\prims\jvm.cpp:1166

Events (10 events):
Event: 36.652 loading class 0x0000000013a55220 done
Event: 36.653 loading class 0x000000001325a6c0
Event: 36.653 loading class 0x000000001325a6c0 done
Event: 36.655 loading class 0x0000000013a55280
Event: 36.655 loading class 0x0000000013a55280 done
Event: 36.656 loading class 0x0000000013b8a460
Event: 36.656 loading class 0x0000000013b8a460 done
Event: 36.672 Executing VM operation: RevokeBias
Event: 36.672 Executing VM operation: RevokeBias done
Event: 36.672 Thread 0x0000000015039800 Thread exited: 0x0000000015039800


Dynamic libraries:
0x000000013ffc0000 - 0x000000013fff3000C:\Program Files\Java\jre7\bin\javaw.exe
0x00000000776a0000 - 0x0000000077849000C:\Windows\SYSTEM32\ntdll.dll
0x0000000077580000 - 0x000000007769f000C:\Windows\system32\kernel32.dll
0x000007fefd610000 - 0x000007fefd67b000C:\Windows\system32\KERNELBASE.dll
0x000007feff8d0000 - 0x000007feff9ab000C:\Windows\system32\ADVAPI32.dll
0x000007fefd900000 - 0x000007fefd99f000C:\Windows\system32\msvcrt.dll
0x000007fefdaf0000 - 0x000007fefdb0f000C:\Windows\SYSTEM32\sechost.dll
0x000007fefe560000 - 0x000007fefe68d000C:\Windows\system32\RPCRT4.dll
0x0000000077480000 - 0x000000007757a000C:\Windows\system32\USER32.dll
0x000007fefe6e0000 - 0x000007fefe747000C:\Windows\system32\GDI32.dll
0x000007fefd9a0000 - 0x000007fefd9ae000C:\Windows\system32\LPK.dll
0x000007fefdee0000 - 0x000007fefdfa9000C:\Windows\system32\USP10.dll
0x000007fefbb20000 - 0x000007fefbd14000C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefe190000 - 0x000007fefe201000C:\Windows\system32\SHLWAPI.dll
0x000007fefe6b0000 - 0x000007fefe6de000C:\Windows\system32\IMM32.DLL
0x000007fefe210000 - 0x000007fefe319000C:\Windows\system32\MSCTF.dll
0x000000006cdb0000 - 0x000000006ce81000C:\Program Files\Java\jre7\bin\msvcr100.dll
0x0000000060a10000 - 0x000000006112f000C:\Program Files\Java\jre7\bin\server\jvm.dll
0x000007fef7070000 - 0x000007fef7079000C:\Windows\system32\WSOCK32.dll
0x000007fefd8b0000 - 0x000007fefd8fd000C:\Windows\system32\WS2_32.dll
0x000007fefe320000 - 0x000007fefe328000C:\Windows\system32\NSI.dll
0x000007fefb180000 - 0x000007fefb1bb000C:\Windows\system32\WINMM.dll
0x0000000077860000 - 0x0000000077867000C:\Windows\system32\PSAPI.DLL
0x0000000073500000 - 0x000000007350f000C:\Program Files\Java\jre7\bin\verify.dll
0x0000000071af0000 - 0x0000000071b18000C:\Program Files\Java\jre7\bin\java.dll
0x00000000734e0000 - 0x00000000734f5000C:\Program Files\Java\jre7\bin\zip.dll
0x00000000721f0000 - 0x0000000072209000C:\Program Files\Java\jre7\bin\net.dll
0x000007fefccb0000 - 0x000007fefcd05000C:\Windows\system32\mswsock.dll
0x000007fefcca0000 - 0x000007fefcca7000C:\Windows\System32\wship6.dll
0x00000000721d0000 - 0x00000000721e1000C:\Program Files\Java\jre7\bin\nio.dll
0x000000006ca90000 - 0x000000006cc23000C:\Program Files\Java\jre7\bin\awt.dll
0x000007fefdb70000 - 0x000007fefdc47000C:\Windows\system32\OLEAUT32.dll
0x000007fefe7d0000 - 0x000007fefe9d3000C:\Windows\system32\ole32.dll
0x000007fefb660000 - 0x000007fefb678000C:\Windows\system32\DWMAPI.DLL
0x000007fefba70000 - 0x000007fefbac6000C:\Windows\system32\uxtheme.dll
0x000007fefd3b0000 - 0x000007fefd3bf000C:\Windows\system32\CRYPTBASE.dll
0x000007fee71a0000 - 0x000007fee739f000C:\Windows\system32\d3d9.dll
0x000007fefc570000 - 0x000007fefc57c000C:\Windows\system32\VERSION.dll
0x000007fefbe40000 - 0x000007fefbe47000C:\Windows\system32\d3d8thk.dll
0x000007fee2970000 - 0x000007fee3a97000C:\Windows\system32\nvd3dumx.dll
0x000007fefc110000 - 0x000007fefc13c000C:\Windows\system32\powrprof.dll
0x000007fefdfb0000 - 0x000007fefe187000C:\Windows\system32\SETUPAPI.dll
0x000007fefd800000 - 0x000007fefd836000C:\Windows\system32\CFGMGR32.dll
0x000007fefd530000 - 0x000007fefd54a000C:\Windows\system32\DEVOBJ.dll
0x0000000180000000 - 0x0000000180154000C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll
0x000007fefe9e0000 - 0x000007feff768000C:\Windows\system32\SHELL32.dll
0x000007fef9dd0000 - 0x000007fefa0ac000C:\Windows\system32\nvapi64.dll
0x000007fefd850000 - 0x000007fefd88a000C:\Windows\system32\WINTRUST.dll
0x000007fefd680000 - 0x000007fefd7ec000C:\Windows\system32\CRYPT32.dll
0x000007fefd520000 - 0x000007fefd52f000C:\Windows\system32\MSASN1.dll
0x0000000071ab0000 - 0x0000000071ae4000C:\Program Files\Java\jre7\bin\fontmanager.dll
0x00000000709c0000 - 0x0000000070a01000C:\Program Files\Java\jre7\bin\t2k.dll
0x0000000071a80000 - 0x0000000071aaa000C:\Program Files\Java\jre7\bin\dcpr.dll
0x000000000b370000 - 0x000000000b3b8000C:\Users\jimmy\Downloads\Unleashed\minecraft\bin\natives\lwjgl64.dll
0x000007fee8010000 - 0x000007fee812d000C:\Windows\system32\OPENGL32.dll
0x000007fef7440000 - 0x000007fef746d000C:\Windows\system32\GLU32.dll
0x000007feef5f0000 - 0x000007feef6e1000C:\Windows\system32\DDRAW.dll
0x000007fefb140000 - 0x000007fefb148000C:\Windows\system32\DCIMAN32.dll
0x000007fefcf00000 - 0x000007fefcf17000C:\Windows\system32\CRYPTSP.dll
0x000007fefca10000 - 0x000007fefca57000C:\Windows\system32\rsaenh.dll
0x000007fefc780000 - 0x000007fefc79e000C:\Windows\system32\USERENV.dll
0x000007fefd480000 - 0x000007fefd48f000C:\Windows\system32\profapi.dll
0x000007fefb270000 - 0x000007fefb285000C:\Windows\system32\NLAapi.dll
0x000007fef71c0000 - 0x000007fef71d5000C:\Windows\system32\napinsp.dll
0x000007fef71a0000 - 0x000007fef71b9000C:\Windows\system32\pnrpnsp.dll
0x000007fefcb30000 - 0x000007fefcb8b000C:\Windows\system32\DNSAPI.dll
0x000007fef7110000 - 0x000007fef711b000C:\Windows\System32\winrnr.dll
0x000007fef7100000 - 0x000007fef7110000C:\Windows\system32\wshbth.dll
0x000007fef8020000 - 0x000007fef804f000C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x000007fefc640000 - 0x000007fefc647000C:\Windows\System32\wshtcpip.dll
0x000007fefaf30000 - 0x000007fefaf57000C:\Windows\system32\IPHLPAPI.DLL
0x000007fefaf20000 - 0x000007fefaf2b000C:\Windows\system32\WINNSI.DLL
0x000007fef8010000 - 0x000007fef8018000C:\Windows\system32\rasadhlp.dll
0x000007fefae00000 - 0x000007fefae53000C:\Windows\System32\fwpuclnt.dll
0x00000000721c0000 - 0x00000000721c7000C:\Program Files\Java\jre7\bin\jawt.dll
0x0000000057f70000 - 0x0000000059958000C:\Windows\system32\nvoglv64.DLL
0x000007fefb6d0000 - 0x000007fefb6fd000C:\Windows\system32\ntmarta.dll
0x000007fefdb10000 - 0x000007fefdb62000C:\Windows\system32\WLDAP32.dll
0x0000000073690000 - 0x000000007369b000C:\Program Files\Java\jre7\bin\management.dll
0x0000000071720000 - 0x0000000071744000C:\Program Files\Java\jre7\bin\sunec.dll
0x00000000733d0000 - 0x00000000733db000C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x000007fee2840000 - 0x000007fee2962000C:\Users\jimmy\Downloads\Unleashed\minecraft\bin\natives\OpenAL64.dll
0x000007fefa8d0000 - 0x000007fefa958000C:\Windows\system32\dsound.dll
0x000007fefda50000 - 0x000007fefdae9000C:\Windows\system32\CLBCatQ.DLL
0x000007fefc0c0000 - 0x000007fefc10b000C:\Windows\System32\MMDevApi.dll
0x000007fefbf90000 - 0x000007fefc0bc000C:\Windows\System32\PROPSYS.dll
0x000007fefaab0000 - 0x000007fefaaeb000C:\Windows\system32\wdmaud.drv
0x0000000075120000 - 0x0000000075126000C:\Windows\system32\ksuser.dll
0x000007fefbf80000 - 0x000007fefbf89000C:\Windows\system32\AVRT.dll
0x000007fefb0f0000 - 0x000007fefb13f000C:\Windows\system32\AUDIOSES.DLL
0x000007fefaaa0000 - 0x000007fefaaaa000C:\Windows\system32\msacm32.drv
0x000007fefaa80000 - 0x000007fefaa98000C:\Windows\system32\MSACM32.dll
0x000007fefa8c0000 - 0x000007fefa8c9000C:\Windows\system32\midimap.dll
0x000007fee8580000 - 0x000007fee86a5000C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xms256M -Xmx2048M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:permSize=128m -Xms1G
java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\jimmy\Downloads/Unleashed/minecraft C:\Users\jimmy\AppData\Roaming/ftblauncher/ModPacks\Unleashed\FTB_temp.gif MinecraftForge.zip jimmyy4 171b46ee887d43b5b00055eeb32f5f89 FTB Unleashed v1.1.3 C:\Users\jimmy\AppData\Roaming/ftblauncher/ModPacks\Unleashed\UnleashedIcon.png
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin;C:\Program Files (x86)\Lua\5.1;C:\Program Files (x86)\Lua\5.1\clibs;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\FAHClient;C:\Program Files\Java\jre7\bin
USERNAME=jimmy
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 1 Stepping 2, AuthenticAMD



--------------- S Y S T E M ---------------

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 4 (4 cores per cpu, 1 threads per core) family 21 model 1 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv

Memory: 4k page, physical 8369400k(4662460k free), swap 16736940k(11562712k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (23.6-b04) for windows-amd64 JRE (1.7.0_11-b21), built on Jan 12 2013 02:38:42 by "java_re" with unknown MS VC++:1600

time: Mon Sep 30 19:11:43 2013
elapsed time: 36 seconds
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
These errors are usually fixed by a reinstall of Java, the launcher and the mod packs. Please follow this guide exactly to install the launcher the recommended way. After that if you are still experiencing problems please post a console log in debug mode to pastebin.com and link to it here. Look here for more info about the logs.
 
Status
Not open for further replies.