1
Crashed : Failed to write core dumps (Modded)
im tryin to launch my modded minecraft and its crashing with this "hs_err_pid6140" Text document and it says:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x53812831, pid=6140, tid=5360
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode windows-x86 )
# Problematic frame:
# C [atioglxx.dll+0x4c2831]
#
# 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 (0x01894400): JavaThread "Minecraft main thread" [_thread_in_native, id=5360, stack(0x00650000,0x006a0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x4fe62c08, ECX=0x53afb825, EDX=0x4c47a6ff
ESP=0x0069e840, EBP=0x00000000, ESI=0x4fc57bb0, EDI=0x4fefa6b8
EIP=0x53812831, EFLAGS=0x00010202
Top of Stack: (sp=0x0069e840)
0x0069e840: 00000000 00000000 4fc51800 4fc51a50
0x0069e850: 0069eacc 4fc57bb0 00000000 00000000
0x0069e860: 00000000 00000000 00000000 4fea27a8
0x0069e870: 4fc57bcc 4fc22898 4fefa6b8 00000000
0x0069e880: 01894e78 01894e78 01894e68 00000000
0x0069e890: fffffffe 538082ed 4fea26d0 4fc51800
0x0069e8a0: 00000001 00000000 00000000 00000000
0x0069e8b0: 00000000 00000000 00000000 00000200
Instructions: (pc=0x53812831)
0x53812811: 90 00 00 00 50 8b 84 24 98 00 00 00 50 51 8b 8c
0x53812821: 24 a4 00 00 00 52 56 e8 73 95 03 00 89 44 24 24
0x53812831: 8b 00 33 c9 eb 5b 8b 47 08 8b 57 0c 8b 74 24 30
0x53812841: 8d 0c c5 00 00 00 00 2b c8 8d 04 8a 8b 04 85 28
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x4fe62c08 is an unknown value
ECX=0x53afb825 is an unknown value
EDX=0x4c47a6ff is an unallocated location in the heap
ESP=0x0069e840 is pointing into the stack for thread: 0x01894400
EBP=0x00000000 is an unknown value
ESI=0x4fc57bb0 is an unknown value
EDI=0x4fefa6b8 is an unknown value
Stack: [0x00650000,0x006a0000], sp=0x0069e840, free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0x4c2831]
[error occurred during error reporting (printing native stack), id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 3002 org.lwjgl.opengl.GL11.nglTexSubImage2D(IIIIIIIIJJ)V (0 bytes) @ 0x01f96597 [0x01f96510+0x87]
J 3000 C1 org.lwjgl.opengl.GL11.glTexSubImage2D(IIIIIIIILjava/nio/IntBuffer;)V (64 bytes) @ 0x01f955db [0x01f953b0+0x22b]
J 2975 C1 net.minecraft.client.renderer.texture.TextureUtil.func_110998_a([0x01f8e5f0+0xf0]
J 3882% C1 net.minecraft.client.renderer.texture.TextureMap.func_110571_b(Lnet/minecraft/client/resources/ResourceManager;)V (529 bytes) @ 0x02161e87 [0x02161030+0xe57]
j net.minecraft.client.renderer.texture.TextureMap.func_110551_a(Lnet/minecraft/client/resources/ResourceManager;)V+6
j net.minecraft.client.renderer.texture.TextureManager.func_110579_a(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/client/renderer/texture/TextureObject;)Z+7
j net.minecraft.client.renderer.texture.TextureManager.func_110549_a(Lnet/minecraft/client/resources/ResourceManager;)V+53
j net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b()V+31
j net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(Ljava/util/List;)V+86
j net.minecraft.client.Minecraft.func_110436_a()V+65
j cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading()V+89
j net.minecraft.client.Minecraft.func_71384_a()V+970
j net.minecraft.client.Minecraft.func_99999_d()V+6
j net.minecraft.client.main.Main.main(
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
j java.lang.reflect.Method.invoke(Ljava/lang/Object;
j net.minecraft.launchwrapper.Launch.launch(
j net.minecraft.launchwrapper.Launch.main(
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
j java.lang.reflect.Method.invoke(Ljava/lang/Object;
j org.multimc.onesix.OneSixLauncher.launchWithMainClass()I+180
j org.multimc.onesix.OneSixLauncher.launch(Lorg/multimc/ParamBucket;)I+364
j org.multimc.EntryPoint.listen()I+156
j org.multimc.EntryPoint.main(
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x6fce3800 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=4488, stack(0x50230000,0x50280000)]
0x70240c00 JavaThread "JM-svr-1" [_thread_in_native, id=4792, stack(0x4fcc0000,0x4fd10000)]
0x7023f400 JavaThread "RupyWorker-4" [_thread_blocked, id=3860, stack(0x55b50000,0x55ba0000)]
0x70240400 JavaThread "RupyWorker-3" [_thread_blocked, id=4628, stack(0x4fae0000,0x4fb30000)]
0x7023f800 JavaThread "RupyWorker-2" [_thread_blocked, id=4156, stack(0x4fd10000,0x4fd60000)]
0x70240000 JavaThread "RupyWorker-1" [_thread_blocked, id=2532, stack(0x55c50000,0x55ca0000)]
0x70244c00 JavaThread "RupyWorker-0" [_thread_blocked, id=1676, stack(0x55bc0000,0x55c10000)]
0x70245000 JavaThread "RupyHeart" [_thread_blocked, id=5584, stack(0x4fa10000,0x4fa60000)]
0x4e5e6400 JavaThread "Thread-8" [_thread_blocked, id=5828, stack(0x55770000,0x557c0000)]
0x55060000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5520, stack(0x4f9a0000,0x4f9f0000)]
0x55049c00 JavaThread "Snooper Timer" daemon [_thread_blocked, id=1760, stack(0x4fa60000,0x4fab0000)]
0x4e4d8000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1040, stack(0x4f4b0000,0x4f500000)]
0x4e4d5c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4580, stack(0x4f3f0000,0x4f440000)]
0x4e3dcc00 JavaThread "Thread-1" daemon [_thread_blocked, id=2772, stack(0x4eac0000,0x4eb10000)]
0x4dedf400 JavaThread "Service Thread" daemon [_thread_blocked, id=664, stack(0x4e1e0000,0x4e230000)]
0x4ded1c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4536, stack(0x4e190000,0x4e1e0000)]
0x4ded0800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6068, stack(0x4e0b0000,0x4e100000)]
0x4decd400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=644, stack(0x4dcf0000,0x4dd40000)]
0x4dea0400 JavaThread "Finalizer" daemon [_thread_blocked, id=888, stack(0x4ddc0000,0x4de10000)]
0x0198b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5280, stack(0x4de50000,0x4dea0000)]
=>0x01894400 JavaThread "Minecraft main thread" [_thread_in_native, id=5360, stack(0x00650000,0x006a0000)]
Other Threads:
0x01988c00 VMThread [stack: 0x4dc80000,0x4dcd0000] [id=4056]
0x4defa400 WatcherThread [stack: 0x4e310000,0x4e360000] [id=2600]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 224128K, used 172863K
eden space 199232K, 86% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Card table byte_map: [0x4da00000,0x4dc50000] byte_map_base: 0x4d9e2000
Polling page: 0x002d0000
Code Cache
total_blobs=4285 nmethods=3769 adapters=452 free_code_cache=25358Kb largest_free_block=25932032
Compilation events (10 events):
Event: 147.699 Thread 0x4ded1c00 3885 com.google.gson.JsonObject::get (37 bytes)
Event: 147.699 Thread 0x4ded1c00 nmethod 3885 0x020e2f48 code [0x020e3070, 0x020e3264]
Event: 149.122 Thread 0x4ded1c00 3886 com.google.gson.internal.StringMap::<init> (34 bytes)
Event: 149.122 Thread 0x4ded1c00 nmethod 3886 0x020fa8c8 code [0x020fa9d0, 0x020fab4c]
Event: 149.123 Thread 0x4ded1c00 3887 com.google.gson.internal.StringMap$LinkedEntry::<init> (21 bytes)
Event: 149.123 Thread 0x4ded1c00 nmethod 3887 0x020fa688 code [0x020fa790, 0x020fa86c]
Event: 150.218 Thread 0x4ded1c00 3888 java.util.ComparableTimSort::mergeCollapse (101 bytes)
Event: 150.218 Thread 0x4ded1c00 nmethod 3888 0x020fa208 code [0x020fa330, 0x020fa4b4]
Event: 156.076 Thread 0x4ded1c00 3889 net.minecraft.client.renderer.texture.Stitcher::func_94309_g (127 bytes)
Event: 156.077 Thread 0x4ded1c00 nmethod 3889 0x020f99c8 code [0x020f9b50, 0x020f9e78]
GC Heap History (10 events):
Event: 148.465 GC heap before
{Heap before GC invocations=93 (full 1):
def new generation total 224128K, used 222858K
eden space 199232K, 100% used
from space 24896K, 94% used
to space 24896K, 0% used
tenured generation total 497952K, used 381248K
the space 497952K, 76% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 148.608 GC heap after
Heap after GC invocations=94 (full 1):
def new generation total 224128K, used 21582K
eden space 199232K, 0% used
from space 24896K, 86% used
to space 24896K, 0% used
tenured generation total 497952K, used 402455K
the space 497952K, 80% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 150.574 GC heap before
{Heap before GC invocations=94 (full 1):
def new generation total 224128K, used 220814K
eden space 199232K, 100% used
from space 24896K, 86% used
to space 24896K, 0% used
tenured generation total 497952K, used 402455K
the space 497952K, 80% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 150.674 GC heap after
Heap after GC invocations=95 (full 1):
def new generation total 224128K, used 15066K
eden space 199232K, 0% used
from space 24896K, 60% used
to space 24896K, 0% used
tenured generation total 497952K, used 421623K
the space 497952K, 84% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 152.082 GC heap before
{Heap before GC invocations=95 (full 1):
def new generation total 224128K, used 214298K
eden space 199232K, 100% used
from space 24896K, 60% used
to space 24896K, 0% used
tenured generation total 497952K, used 421623K
the space 497952K, 84% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 152.133 GC heap after
Heap after GC invocations=96 (full 1):
def new generation total 224128K, used 188K
eden space 199232K, 0% used
from space 24896K, 0% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 153.541 GC heap before
{Heap before GC invocations=96 (full 1):
def new generation total 224128K, used 199420K
eden space 199232K, 100% used
from space 24896K, 0% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 153.550 GC heap after
Heap after GC invocations=97 (full 1):
def new generation total 224128K, used 310K
eden space 199232K, 0% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 154.931 GC heap before
{Heap before GC invocations=97 (full 1):
def new generation total 224128K, used 199542K
eden space 199232K, 100% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 154.940 GC heap after
Heap after GC invocations=98 (full 1):
def new generation total 224128K, used 404K
eden space 199232K, 0% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 126.858 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.858 Thread 0x01894400 Threw 0x0419dce0 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.861 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.861 Thread 0x01894400 Threw 0x041e5e90 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.865 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.865 Thread 0x01894400 Threw 0x0422b410 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.868 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.868 Thread 0x01894400 Threw 0x04270008 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.871 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.871 Thread 0x01894400 Threw 0x042bdfe8 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Events (10 events):
Event: 148.465 Executing VM operation: GenCollectForAllocation
Event: 148.608 Executing VM operation: GenCollectForAllocation done
Event: 150.573 Executing VM operation: GenCollectForAllocation
Event: 150.674 Executing VM operation: GenCollectForAllocation done
Event: 152.082 Executing VM operation: GenCollectForAllocation
Event: 152.133 Executing VM operation: GenCollectForAllocation done
Event: 153.541 Executing VM operation: GenCollectForAllocation
Event: 153.550 Executing VM operation: GenCollectForAllocation done
Event: 154.930 Executing VM operation: GenCollectForAllocation
Event: 154.941 Executing VM operation: GenCollectForAllocation done
Dynamic libraries:
0x00140000 - 0x0016f000 C:\Program Files\Java\jre7\bin\javaw.exe
0x77c10000 - 0x77d4c000 C:\Windows\SYSTEM32\ntdll.dll
0x77860000 - 0x77934000 C:\Windows\system32\kernel32.dll
0x75f50000 - 0x75f9b000 C:\Windows\system32\KERNELBASE.dll
0x75a90000 - 0x75b01000 C:\Windows\System32\SYSFER.DLL
0x77940000 - 0x779e0000 C:\Windows\system32\ADVAPI32.dll
0x77a90000 - 0x77b3c000 C:\Windows\system32\msvcrt.dll
0x771f0000 - 0x77209000 C:\Windows\SYSTEM32\sechost.dll
0x779e0000 - 0x77a82000 C:\Windows\system32\RPCRT4.dll
0x77b40000 - 0x77c09000 C:\Windows\system32\USER32.dll
0x774e0000 - 0x7752e000 C:\Windows\system32\GDI32.dll
0x76c70000 - 0x76c7a000 C:\Windows\system32\LPK.dll
0x77440000 - 0x774dd000 C:\Windows\system32\USP10.dll
0x74c50000 - 0x74dee000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x77800000 - 0x77857000 C:\Windows\system32\SHLWAPI.dll
0x77da0000 - 0x77dbf000 C:\Windows\system32\IMM32.DLL
0x77590000 - 0x7765c000 C:\Windows\system32\MSCTF.dll
0x6a7e0000 - 0x6a89f000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x557c0000 - 0x55b48000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x6e100000 - 0x6e107000 C:\Windows\system32\WSOCK32.dll
0x77d60000 - 0x77d95000 C:\Windows\system32\WS2_32.dll
0x77d50000 - 0x77d56000 C:\Windows\system32\NSI.dll
0x695c0000 - 0x695f2000 C:\Windows\system32\WINMM.dll
0x77210000 - 0x77215000 C:\Windows\system32\PSAPI.DLL
0x74050000 - 0x7405c000 C:\Program Files\Java\jre7\bin\verify.dll
0x73fe0000 - 0x74000000 C:\Program Files\Java\jre7\bin\java.dll
0x73e80000 - 0x73e93000 C:\Program Files\Java\jre7\bin\zip.dll
0x58f10000 - 0x59053000 C:\Program Files\Java\jre7\bin\awt.dll
0x76f70000 - 0x76fff000 C:\Windows\system32\OLEAUT32.dll
0x77000000 - 0x7715c000 C:\Windows\system32\ole32.dll
0x71bf0000 - 0x71c04000 C:\Program Files\Java\jre7\bin\net.dll
0x755c0000 - 0x755fc000 C:\Windows\system32\mswsock.dll
0x757b0000 - 0x757b6000 C:\Windows\System32\wship6.dll
0x73fd0000 - 0x73fdf000 C:\Program Files\Java\jre7\bin\nio.dll
0x74ad0000 - 0x74b10000 C:\Windows\system32\uxtheme.dll
0x51100000 - 0x52b43000 C:\Program Files\Razer\Razer Game Booster\K_FPS.dll
0x6ad10000 - 0x6adfb000 C:\Windows\system32\dbghelp.dll
0x543a0000 - 0x5459f000 C:\Program Files\Razer\Razer Game Booster\d3dx9_43.dll
0x54320000 - 0x54394000 C:\Program Files\Razer\Razer Game Booster\d3dx10_43.dll
0x542e0000 - 0x5431f000 C:\Program Files\Razer\Razer Game Booster\d3dx11_43.dll
0x549a0000 - 0x549e7000 C:\Program Files\Razer\Razer Game Booster\D3DX8Wrapper.dll
0x540d0000 - 0x542d7000 C:\Program Files\Razer\Razer Game Booster\D3DCOMPILER_43.dll
0x74940000 - 0x74ad0000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853\gdiplus.dll
0x54000000 - 0x540c8000 C:\Windows\system32\OPENGL32.dll
0x53fd0000 - 0x53ff2000 C:\Windows\system32\GLU32.dll
0x53ee0000 - 0x53fc7000 C:\Windows\system32\DDRAW.dll
0x57cf0000 - 0x57cf6000 C:\Windows\system32\DCIMAN32.dll
0x77660000 - 0x777fd000 C:\Windows\system32\SETUPAPI.dll
0x75cc0000 - 0x75ce7000 C:\Windows\system32\CFGMGR32.dll
0x75ca0000 - 0x75cb2000 C:\Windows\system32\DEVOBJ.dll
0x747a0000 - 0x747b3000 C:\Windows\system32\dwmapi.dll
0x76bf0000 - 0x76c6b000 C:\Windows\system32\COMDLG32.dll
0x75fa0000 - 0x76bea000 C:\Windows\system32\SHELL32.dll
0x00310000 - 0x0032b000 C:\Program Files\Razer\Razer Game Booster\EasyHook32.dll
0x54de0000 - 0x54e52000 C:\Windows\system32\DSOUND.dll
0x745a0000 - 0x745c5000 C:\Windows\system32\POWRPROF.dll
0x75ba0000 - 0x75bac000 C:\Windows\system32\CRYPTBASE.dll
0x6b9c0000 - 0x6b9c8000 C:\Program Files\Synergy\synwinhk.DLL
0x6b5e0000 - 0x6b619000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x5af80000 - 0x5b143000 C:\Windows\system32\d3d9.dll
0x750b0000 - 0x750b9000 C:\Windows\system32\VERSION.dll
0x62380000 - 0x62386000 C:\Windows\system32\d3d8thk.dll
0x698b0000 - 0x69c6e000 C:\Windows\system32\atiumdag.dll
0x5aab0000 - 0x5af7e000 C:\Windows\system32\atiumdva.dll
0x6e140000 - 0x6e170000 C:\Program Files\Java\jre7\bin\t2k.dll
0x6e1c0000 - 0x6e1d1000 C:\Program Files\Java\jre7\bin\unpack.dll
0x4e100000 - 0x4e14d000 C:\Users\normal use\Desktop\MultiMC\instances\1.6.4\natives\lwjgl.dll
0x75600000 - 0x75616000 C:\Windows\system32\CRYPTSP.dll
0x753b0000 - 0x753eb000 C:\Windows\system32\rsaenh.dll
0x75d00000 - 0x75d17000 C:\Windows\system32\USERENV.dll
0x75c90000 - 0x75c9b000 C:\Windows\system32\profapi.dll
0x73c90000 - 0x73cac000 C:\Windows\system32\IPHLPAPI.DLL
0x73c80000 - 0x73c87000 C:\Windows\system32\WINNSI.DLL
0x72320000 - 0x7232d000 C:\Windows\system32\dhcpcsvc6.DLL
0x725c0000 - 0x725d2000 C:\Windows\system32\dhcpcsvc.DLL
0x53350000 - 0x53e84000 C:\Windows\system32\atioglxx.dll
0x4dc50000 - 0x4dc71000 C:\Windows\system32\atiadlxx.dll
0x6df00000 - 0x6df9b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll
0x77160000 - 0x771e3000 C:\Windows\system32\CLBCatQ.DLL
0x4f5e0000 - 0x4f659000 C:\Windows\system32\mscms.dll
0x4de10000 - 0x4de48000 C:\Windows\system32\icm32.dll
0x73e70000 - 0x73e7a000 C:\Program Files\Java\jre7\bin\management.dll
0x75140000 - 0x75145000 C:\Windows\System32\wshtcpip.dll
0x75490000 - 0x754d4000 C:\Windows\system32\DNSAPI.dll
0x71c70000 - 0x71c76000 C:\Windows\system32\rasadhlp.dll
0x724a0000 - 0x724d8000 C:\Windows\System32\fwpuclnt.dll
0x6b670000 - 0x6b690000 C:\Program Files\Java\jre7\bin\sunec.dll
0x71be0000 - 0x71be9000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x75e20000 - 0x75f40000 C:\Windows\system32\CRYPT32.dll
0x75c80000 - 0x75c8c000 C:\Windows\system32\MSASN1.dll
0x74150000 - 0x74160000 C:\Windows\system32\NLAapi.dll
0x6cda0000 - 0x6cdb0000 C:\Windows\system32\napinsp.dll
0x6cd80000 - 0x6cd92000 C:\Windows\system32\pnrpnsp.dll
0x6cd70000 - 0x6cd78000 C:\Windows\System32\winrnr.dll
VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m -XX:PermSize=128m -Duser.language=en
java_command: C:/Users/normal use/Desktop/MultiMC/jars/NewLaunch.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static
USERNAME=normal use
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 47 Stepping 2, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows 7 Build 7601 Service Pack 1
CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 47 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
Memory: 4k page, physical 2095672k(153148k free), swap 4191344k(704476k free)
vm_info: Java HotSpot(TM) Client VM (24.60-b09) for windows-x86 JRE (1.7.0_60-b19), built on May 7 2014 13:09:52 by "java_re" with unknown MS VC++:1600
time: Mon Jul 28 15:30:49 2014
elapsed time: 156 seconds
can anyone help?
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x53812831, pid=6140, tid=5360
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode windows-x86 )
# Problematic frame:
# C [atioglxx.dll+0x4c2831]
#
# 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 (0x01894400): JavaThread "Minecraft main thread" [_thread_in_native, id=5360, stack(0x00650000,0x006a0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
Registers:
EAX=0x00000000, EBX=0x4fe62c08, ECX=0x53afb825, EDX=0x4c47a6ff
ESP=0x0069e840, EBP=0x00000000, ESI=0x4fc57bb0, EDI=0x4fefa6b8
EIP=0x53812831, EFLAGS=0x00010202
Top of Stack: (sp=0x0069e840)
0x0069e840: 00000000 00000000 4fc51800 4fc51a50
0x0069e850: 0069eacc 4fc57bb0 00000000 00000000
0x0069e860: 00000000 00000000 00000000 4fea27a8
0x0069e870: 4fc57bcc 4fc22898 4fefa6b8 00000000
0x0069e880: 01894e78 01894e78 01894e68 00000000
0x0069e890: fffffffe 538082ed 4fea26d0 4fc51800
0x0069e8a0: 00000001 00000000 00000000 00000000
0x0069e8b0: 00000000 00000000 00000000 00000200
Instructions: (pc=0x53812831)
0x53812811: 90 00 00 00 50 8b 84 24 98 00 00 00 50 51 8b 8c
0x53812821: 24 a4 00 00 00 52 56 e8 73 95 03 00 89 44 24 24
0x53812831: 8b 00 33 c9 eb 5b 8b 47 08 8b 57 0c 8b 74 24 30
0x53812841: 8d 0c c5 00 00 00 00 2b c8 8d 04 8a 8b 04 85 28
Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x4fe62c08 is an unknown value
ECX=0x53afb825 is an unknown value
EDX=0x4c47a6ff is an unallocated location in the heap
ESP=0x0069e840 is pointing into the stack for thread: 0x01894400
EBP=0x00000000 is an unknown value
ESI=0x4fc57bb0 is an unknown value
EDI=0x4fefa6b8 is an unknown value
Stack: [0x00650000,0x006a0000], sp=0x0069e840, free space=314k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0x4c2831]
[error occurred during error reporting (printing native stack), id 0xc0000005]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 3002 org.lwjgl.opengl.GL11.nglTexSubImage2D(IIIIIIIIJJ)V (0 bytes) @ 0x01f96597 [0x01f96510+0x87]
J 3000 C1 org.lwjgl.opengl.GL11.glTexSubImage2D(IIIIIIIILjava/nio/IntBuffer;)V (64 bytes) @ 0x01f955db [0x01f953b0+0x22b]
J 2975 C1 net.minecraft.client.renderer.texture.TextureUtil.func_110998_a([0x01f8e5f0+0xf0]
J 3882% C1 net.minecraft.client.renderer.texture.TextureMap.func_110571_b(Lnet/minecraft/client/resources/ResourceManager;)V (529 bytes) @ 0x02161e87 [0x02161030+0xe57]
j net.minecraft.client.renderer.texture.TextureMap.func_110551_a(Lnet/minecraft/client/resources/ResourceManager;)V+6
j net.minecraft.client.renderer.texture.TextureManager.func_110579_a(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/client/renderer/texture/TextureObject;)Z+7
j net.minecraft.client.renderer.texture.TextureManager.func_110549_a(Lnet/minecraft/client/resources/ResourceManager;)V+53
j net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b()V+31
j net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(Ljava/util/List;)V+86
j net.minecraft.client.Minecraft.func_110436_a()V+65
j cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading()V+89
j net.minecraft.client.Minecraft.func_71384_a()V+970
j net.minecraft.client.Minecraft.func_99999_d()V+6
j net.minecraft.client.main.Main.main(
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
j java.lang.reflect.Method.invoke(Ljava/lang/Object;
j net.minecraft.launchwrapper.Launch.launch(
j net.minecraft.launchwrapper.Launch.main(
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
j java.lang.reflect.Method.invoke(Ljava/lang/Object;
j org.multimc.onesix.OneSixLauncher.launchWithMainClass()I+180
j org.multimc.onesix.OneSixLauncher.launch(Lorg/multimc/ParamBucket;)I+364
j org.multimc.EntryPoint.listen()I+156
j org.multimc.EntryPoint.main(
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x6fce3800 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=4488, stack(0x50230000,0x50280000)]
0x70240c00 JavaThread "JM-svr-1" [_thread_in_native, id=4792, stack(0x4fcc0000,0x4fd10000)]
0x7023f400 JavaThread "RupyWorker-4" [_thread_blocked, id=3860, stack(0x55b50000,0x55ba0000)]
0x70240400 JavaThread "RupyWorker-3" [_thread_blocked, id=4628, stack(0x4fae0000,0x4fb30000)]
0x7023f800 JavaThread "RupyWorker-2" [_thread_blocked, id=4156, stack(0x4fd10000,0x4fd60000)]
0x70240000 JavaThread "RupyWorker-1" [_thread_blocked, id=2532, stack(0x55c50000,0x55ca0000)]
0x70244c00 JavaThread "RupyWorker-0" [_thread_blocked, id=1676, stack(0x55bc0000,0x55c10000)]
0x70245000 JavaThread "RupyHeart" [_thread_blocked, id=5584, stack(0x4fa10000,0x4fa60000)]
0x4e5e6400 JavaThread "Thread-8" [_thread_blocked, id=5828, stack(0x55770000,0x557c0000)]
0x55060000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5520, stack(0x4f9a0000,0x4f9f0000)]
0x55049c00 JavaThread "Snooper Timer" daemon [_thread_blocked, id=1760, stack(0x4fa60000,0x4fab0000)]
0x4e4d8000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1040, stack(0x4f4b0000,0x4f500000)]
0x4e4d5c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4580, stack(0x4f3f0000,0x4f440000)]
0x4e3dcc00 JavaThread "Thread-1" daemon [_thread_blocked, id=2772, stack(0x4eac0000,0x4eb10000)]
0x4dedf400 JavaThread "Service Thread" daemon [_thread_blocked, id=664, stack(0x4e1e0000,0x4e230000)]
0x4ded1c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4536, stack(0x4e190000,0x4e1e0000)]
0x4ded0800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6068, stack(0x4e0b0000,0x4e100000)]
0x4decd400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=644, stack(0x4dcf0000,0x4dd40000)]
0x4dea0400 JavaThread "Finalizer" daemon [_thread_blocked, id=888, stack(0x4ddc0000,0x4de10000)]
0x0198b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5280, stack(0x4de50000,0x4dea0000)]
=>0x01894400 JavaThread "Minecraft main thread" [_thread_in_native, id=5360, stack(0x00650000,0x006a0000)]
Other Threads:
0x01988c00 VMThread [stack: 0x4dc80000,0x4dcd0000] [id=4056]
0x4defa400 WatcherThread [stack: 0x4e310000,0x4e360000] [id=2600]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 224128K, used 172863K
eden space 199232K, 86% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Card table byte_map: [0x4da00000,0x4dc50000] byte_map_base: 0x4d9e2000
Polling page: 0x002d0000
Code Cache
total_blobs=4285 nmethods=3769 adapters=452 free_code_cache=25358Kb largest_free_block=25932032
Compilation events (10 events):
Event: 147.699 Thread 0x4ded1c00 3885 com.google.gson.JsonObject::get (37 bytes)
Event: 147.699 Thread 0x4ded1c00 nmethod 3885 0x020e2f48 code [0x020e3070, 0x020e3264]
Event: 149.122 Thread 0x4ded1c00 3886 com.google.gson.internal.StringMap::<init> (34 bytes)
Event: 149.122 Thread 0x4ded1c00 nmethod 3886 0x020fa8c8 code [0x020fa9d0, 0x020fab4c]
Event: 149.123 Thread 0x4ded1c00 3887 com.google.gson.internal.StringMap$LinkedEntry::<init> (21 bytes)
Event: 149.123 Thread 0x4ded1c00 nmethod 3887 0x020fa688 code [0x020fa790, 0x020fa86c]
Event: 150.218 Thread 0x4ded1c00 3888 java.util.ComparableTimSort::mergeCollapse (101 bytes)
Event: 150.218 Thread 0x4ded1c00 nmethod 3888 0x020fa208 code [0x020fa330, 0x020fa4b4]
Event: 156.076 Thread 0x4ded1c00 3889 net.minecraft.client.renderer.texture.Stitcher::func_94309_g (127 bytes)
Event: 156.077 Thread 0x4ded1c00 nmethod 3889 0x020f99c8 code [0x020f9b50, 0x020f9e78]
GC Heap History (10 events):
Event: 148.465 GC heap before
{Heap before GC invocations=93 (full 1):
def new generation total 224128K, used 222858K
eden space 199232K, 100% used
from space 24896K, 94% used
to space 24896K, 0% used
tenured generation total 497952K, used 381248K
the space 497952K, 76% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 148.608 GC heap after
Heap after GC invocations=94 (full 1):
def new generation total 224128K, used 21582K
eden space 199232K, 0% used
from space 24896K, 86% used
to space 24896K, 0% used
tenured generation total 497952K, used 402455K
the space 497952K, 80% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 150.574 GC heap before
{Heap before GC invocations=94 (full 1):
def new generation total 224128K, used 220814K
eden space 199232K, 100% used
from space 24896K, 86% used
to space 24896K, 0% used
tenured generation total 497952K, used 402455K
the space 497952K, 80% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 150.674 GC heap after
Heap after GC invocations=95 (full 1):
def new generation total 224128K, used 15066K
eden space 199232K, 0% used
from space 24896K, 60% used
to space 24896K, 0% used
tenured generation total 497952K, used 421623K
the space 497952K, 84% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 152.082 GC heap before
{Heap before GC invocations=95 (full 1):
def new generation total 224128K, used 214298K
eden space 199232K, 100% used
from space 24896K, 60% used
to space 24896K, 0% used
tenured generation total 497952K, used 421623K
the space 497952K, 84% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 152.133 GC heap after
Heap after GC invocations=96 (full 1):
def new generation total 224128K, used 188K
eden space 199232K, 0% used
from space 24896K, 0% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 153.541 GC heap before
{Heap before GC invocations=96 (full 1):
def new generation total 224128K, used 199420K
eden space 199232K, 100% used
from space 24896K, 0% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 153.550 GC heap after
Heap after GC invocations=97 (full 1):
def new generation total 224128K, used 310K
eden space 199232K, 0% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Event: 154.931 GC heap before
{Heap before GC invocations=97 (full 1):
def new generation total 224128K, used 199542K
eden space 199232K, 100% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
Event: 154.940 GC heap after
Heap after GC invocations=98 (full 1):
def new generation total 224128K, used 404K
eden space 199232K, 0% used
from space 24896K, 1% used
to space 24896K, 0% used
tenured generation total 497952K, used 434979K
the space 497952K, 87% used
compacting perm gen total 131072K, used 62351K
the space 131072K, 47% used
No shared spaces configured.
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 126.858 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.858 Thread 0x01894400 Threw 0x0419dce0 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.861 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.861 Thread 0x01894400 Threw 0x041e5e90 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.865 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.865 Thread 0x01894400 Threw 0x0422b410 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.868 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.868 Thread 0x01894400 Threw 0x04270008 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Event: 126.871 Thread 0x01894400 Implicit null exception at 0x01d8eb69 to 0x01d8ed9f
Event: 126.871 Thread 0x01894400 Threw 0x042bdfe8 at C:\re\jdk7u60\1081\hotspot\src\share\vm\runtime\sharedRuntime.cpp:591
Events (10 events):
Event: 148.465 Executing VM operation: GenCollectForAllocation
Event: 148.608 Executing VM operation: GenCollectForAllocation done
Event: 150.573 Executing VM operation: GenCollectForAllocation
Event: 150.674 Executing VM operation: GenCollectForAllocation done
Event: 152.082 Executing VM operation: GenCollectForAllocation
Event: 152.133 Executing VM operation: GenCollectForAllocation done
Event: 153.541 Executing VM operation: GenCollectForAllocation
Event: 153.550 Executing VM operation: GenCollectForAllocation done
Event: 154.930 Executing VM operation: GenCollectForAllocation
Event: 154.941 Executing VM operation: GenCollectForAllocation done
Dynamic libraries:
0x00140000 - 0x0016f000 C:\Program Files\Java\jre7\bin\javaw.exe
0x77c10000 - 0x77d4c000 C:\Windows\SYSTEM32\ntdll.dll
0x77860000 - 0x77934000 C:\Windows\system32\kernel32.dll
0x75f50000 - 0x75f9b000 C:\Windows\system32\KERNELBASE.dll
0x75a90000 - 0x75b01000 C:\Windows\System32\SYSFER.DLL
0x77940000 - 0x779e0000 C:\Windows\system32\ADVAPI32.dll
0x77a90000 - 0x77b3c000 C:\Windows\system32\msvcrt.dll
0x771f0000 - 0x77209000 C:\Windows\SYSTEM32\sechost.dll
0x779e0000 - 0x77a82000 C:\Windows\system32\RPCRT4.dll
0x77b40000 - 0x77c09000 C:\Windows\system32\USER32.dll
0x774e0000 - 0x7752e000 C:\Windows\system32\GDI32.dll
0x76c70000 - 0x76c7a000 C:\Windows\system32\LPK.dll
0x77440000 - 0x774dd000 C:\Windows\system32\USP10.dll
0x74c50000 - 0x74dee000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x77800000 - 0x77857000 C:\Windows\system32\SHLWAPI.dll
0x77da0000 - 0x77dbf000 C:\Windows\system32\IMM32.DLL
0x77590000 - 0x7765c000 C:\Windows\system32\MSCTF.dll
0x6a7e0000 - 0x6a89f000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x557c0000 - 0x55b48000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x6e100000 - 0x6e107000 C:\Windows\system32\WSOCK32.dll
0x77d60000 - 0x77d95000 C:\Windows\system32\WS2_32.dll
0x77d50000 - 0x77d56000 C:\Windows\system32\NSI.dll
0x695c0000 - 0x695f2000 C:\Windows\system32\WINMM.dll
0x77210000 - 0x77215000 C:\Windows\system32\PSAPI.DLL
0x74050000 - 0x7405c000 C:\Program Files\Java\jre7\bin\verify.dll
0x73fe0000 - 0x74000000 C:\Program Files\Java\jre7\bin\java.dll
0x73e80000 - 0x73e93000 C:\Program Files\Java\jre7\bin\zip.dll
0x58f10000 - 0x59053000 C:\Program Files\Java\jre7\bin\awt.dll
0x76f70000 - 0x76fff000 C:\Windows\system32\OLEAUT32.dll
0x77000000 - 0x7715c000 C:\Windows\system32\ole32.dll
0x71bf0000 - 0x71c04000 C:\Program Files\Java\jre7\bin\net.dll
0x755c0000 - 0x755fc000 C:\Windows\system32\mswsock.dll
0x757b0000 - 0x757b6000 C:\Windows\System32\wship6.dll
0x73fd0000 - 0x73fdf000 C:\Program Files\Java\jre7\bin\nio.dll
0x74ad0000 - 0x74b10000 C:\Windows\system32\uxtheme.dll
0x51100000 - 0x52b43000 C:\Program Files\Razer\Razer Game Booster\K_FPS.dll
0x6ad10000 - 0x6adfb000 C:\Windows\system32\dbghelp.dll
0x543a0000 - 0x5459f000 C:\Program Files\Razer\Razer Game Booster\d3dx9_43.dll
0x54320000 - 0x54394000 C:\Program Files\Razer\Razer Game Booster\d3dx10_43.dll
0x542e0000 - 0x5431f000 C:\Program Files\Razer\Razer Game Booster\d3dx11_43.dll
0x549a0000 - 0x549e7000 C:\Program Files\Razer\Razer Game Booster\D3DX8Wrapper.dll
0x540d0000 - 0x542d7000 C:\Program Files\Razer\Razer Game Booster\D3DCOMPILER_43.dll
0x74940000 - 0x74ad0000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853\gdiplus.dll
0x54000000 - 0x540c8000 C:\Windows\system32\OPENGL32.dll
0x53fd0000 - 0x53ff2000 C:\Windows\system32\GLU32.dll
0x53ee0000 - 0x53fc7000 C:\Windows\system32\DDRAW.dll
0x57cf0000 - 0x57cf6000 C:\Windows\system32\DCIMAN32.dll
0x77660000 - 0x777fd000 C:\Windows\system32\SETUPAPI.dll
0x75cc0000 - 0x75ce7000 C:\Windows\system32\CFGMGR32.dll
0x75ca0000 - 0x75cb2000 C:\Windows\system32\DEVOBJ.dll
0x747a0000 - 0x747b3000 C:\Windows\system32\dwmapi.dll
0x76bf0000 - 0x76c6b000 C:\Windows\system32\COMDLG32.dll
0x75fa0000 - 0x76bea000 C:\Windows\system32\SHELL32.dll
0x00310000 - 0x0032b000 C:\Program Files\Razer\Razer Game Booster\EasyHook32.dll
0x54de0000 - 0x54e52000 C:\Windows\system32\DSOUND.dll
0x745a0000 - 0x745c5000 C:\Windows\system32\POWRPROF.dll
0x75ba0000 - 0x75bac000 C:\Windows\system32\CRYPTBASE.dll
0x6b9c0000 - 0x6b9c8000 C:\Program Files\Synergy\synwinhk.DLL
0x6b5e0000 - 0x6b619000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x5af80000 - 0x5b143000 C:\Windows\system32\d3d9.dll
0x750b0000 - 0x750b9000 C:\Windows\system32\VERSION.dll
0x62380000 - 0x62386000 C:\Windows\system32\d3d8thk.dll
0x698b0000 - 0x69c6e000 C:\Windows\system32\atiumdag.dll
0x5aab0000 - 0x5af7e000 C:\Windows\system32\atiumdva.dll
0x6e140000 - 0x6e170000 C:\Program Files\Java\jre7\bin\t2k.dll
0x6e1c0000 - 0x6e1d1000 C:\Program Files\Java\jre7\bin\unpack.dll
0x4e100000 - 0x4e14d000 C:\Users\normal use\Desktop\MultiMC\instances\1.6.4\natives\lwjgl.dll
0x75600000 - 0x75616000 C:\Windows\system32\CRYPTSP.dll
0x753b0000 - 0x753eb000 C:\Windows\system32\rsaenh.dll
0x75d00000 - 0x75d17000 C:\Windows\system32\USERENV.dll
0x75c90000 - 0x75c9b000 C:\Windows\system32\profapi.dll
0x73c90000 - 0x73cac000 C:\Windows\system32\IPHLPAPI.DLL
0x73c80000 - 0x73c87000 C:\Windows\system32\WINNSI.DLL
0x72320000 - 0x7232d000 C:\Windows\system32\dhcpcsvc6.DLL
0x725c0000 - 0x725d2000 C:\Windows\system32\dhcpcsvc.DLL
0x53350000 - 0x53e84000 C:\Windows\system32\atioglxx.dll
0x4dc50000 - 0x4dc71000 C:\Windows\system32\atiadlxx.dll
0x6df00000 - 0x6df9b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll
0x77160000 - 0x771e3000 C:\Windows\system32\CLBCatQ.DLL
0x4f5e0000 - 0x4f659000 C:\Windows\system32\mscms.dll
0x4de10000 - 0x4de48000 C:\Windows\system32\icm32.dll
0x73e70000 - 0x73e7a000 C:\Program Files\Java\jre7\bin\management.dll
0x75140000 - 0x75145000 C:\Windows\System32\wshtcpip.dll
0x75490000 - 0x754d4000 C:\Windows\system32\DNSAPI.dll
0x71c70000 - 0x71c76000 C:\Windows\system32\rasadhlp.dll
0x724a0000 - 0x724d8000 C:\Windows\System32\fwpuclnt.dll
0x6b670000 - 0x6b690000 C:\Program Files\Java\jre7\bin\sunec.dll
0x71be0000 - 0x71be9000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x75e20000 - 0x75f40000 C:\Windows\system32\CRYPT32.dll
0x75c80000 - 0x75c8c000 C:\Windows\system32\MSASN1.dll
0x74150000 - 0x74160000 C:\Windows\system32\NLAapi.dll
0x6cda0000 - 0x6cdb0000 C:\Windows\system32\napinsp.dll
0x6cd80000 - 0x6cd92000 C:\Windows\system32\pnrpnsp.dll
0x6cd70000 - 0x6cd78000 C:\Windows\System32\winrnr.dll
VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx1024m -XX:PermSize=128m -Duser.language=en
java_command: C:/Users/normal use/Desktop/MultiMC/jars/NewLaunch.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static
USERNAME=normal use
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 47 Stepping 2, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows 7 Build 7601 Service Pack 1
CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 47 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
Memory: 4k page, physical 2095672k(153148k free), swap 4191344k(704476k free)
vm_info: Java HotSpot(TM) Client VM (24.60-b09) for windows-x86 JRE (1.7.0_60-b19), built on May 7 2014 13:09:52 by "java_re" with unknown MS VC++:1600
time: Mon Jul 28 15:30:49 2014
elapsed time: 156 seconds
can anyone help?
3
im not sure if theyre up to date or not, if i posted my dxdiag would that help?
"Failed to write core dump" isn't the error, it's just saying that you have error dumping disabled so it is skipping that step.
The issue here is video-related. The top of the stack is an OpenGL function. Be sure your drivers are all up to date.
The issue here is video-related. The top of the stack is an OpenGL function. Be sure your drivers are all up to date.
Core dumps.
I did it
I did it
