Jump to content
  • 0

Minecraft 1.7.2 Forge Shadermod startet nicht/Fehlermeldung


PerfectCereal

Frage

Mein Problem ist es, dass ich, sobald ich Minecraft mit Forge 1040 und dem dieser Version entsprechenden Shadermod starten will, erscheint eine Fehlermeldung die ich unten angebe. Ich verwende Java 7u71. Forge ohne den Mod lässt sich starten, der Fehler tritt nur in Verbindung mit dem Mod auf.

Ich hoffe mir kann damit jemand helfen.

Vielen Dank im Voraus

Fehlermeldung:

-----------------------------------------------------------------------------------------------------------------------------------------------------------

#

# A fatal error has been detected by the Java Runtime Environment:

#

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000014a9e1b5, pid=7092, tid=1176

#

# JRE version: Java SE Runtime Environment (7.0_71-b14) (build 1.7.0_71-b14)

# Java VM: Java HotSpot 64-Bit Server VM (24.71-b01 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C [atio6axx.dll+0xdde1b5]

#

# 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 (0x000000000013f000): JavaThread "Client thread" [_thread_in_native, id=1176, stack(0x0000000002460000,0x0000000002560000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:

RAX=0x0000000000000000, RBX=0x00000000174bdc70, RCX=0x00000000174b79e0, RDX=0x0000000400000c00

RSP=0x000000000255bf30, RBP=0x000000001784a1d0, RSI=0x0000000000730000, RDI=0x0000000000000000

R8 =0x0000000000000000, R9 =0x00000000174bf0d8, R10=0x0000000000000000, R11=0x00000000174bdc80

R12=0x0000000000000000, R13=0x0000000013cc0000, R14=0x0000000000000000, R15=0x00000000174b79e0

RIP=0x0000000014a9e1b5, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000000255bf30)

0x000000000255bf30: 00000000004602e8 0000000077aa3448

0x000000000255bf40: 0000000000730000 000000001528e198

0x000000000255bf50: 0000000400000c00 000000000046b010

0x000000000255bf60: 0000000000000000 00000000161f7a01

0x000000000255bf70: 0000000000000000 000000001537a108

0x000000000255bf80: 00000000161f5ca0 00000000174b79e0

0x000000000255bf90: 00000000174be4d0 0000000014a9e98e

0x000000000255bfa0: 00000000174bdc70 00000000174b79e0

0x000000000255bfb0: 0000000000000001 00000000174bdc80

0x000000000255bfc0: 0000000000000000 0000000000000000

0x000000000255bfd0: 000000001785b300 00000000174be4d8

0x000000000255bfe0: 00000000174bec98 0000000014a9dac1

0x000000000255bff0: 0000000000000000 0000000014b9072a

0x000000000255c000: 0000000000000000 0000000000000000

0x000000000255c010: 00000000174c0030 0000000000000000

0x000000000255c020: 0000000000000000 0000000000000008

Instructions: (pc=0x0000000014a9e1b5)

0x0000000014a9e195: 8b 53 20 48 89 44 24 10 41 8b 83 90 00 00 00 48

0x0000000014a9e1a5: 89 54 24 20 49 0f af 41 18 4c 2b c0 49 8b 41 40

0x0000000014a9e1b5: 8b 08 49 0f be 41 22 4c 0b c1 41 83 7f 0c 02 4a

0x0000000014a9e1c5: 8d 3c 06 4c 89 44 24 18 75 0a 41 8b 94 85 50 41

Register to memory mapping:

RAX=0x0000000000000000 is an unknown value

RBX=0x00000000174bdc70 is an unknown value

RCX=0x00000000174b79e0 is an unknown value

RDX=0x0000000400000c00 is an unknown value

RSP=0x000000000255bf30 is pointing into the stack for thread: 0x000000000013f000

RBP=0x000000001784a1d0 is an unknown value

RSI=0x0000000000730000 is an unknown value

RDI=0x0000000000000000 is an unknown value

R8 =0x0000000000000000 is an unknown value

R9 =0x00000000174bf0d8 is an unknown value

R10=0x0000000000000000 is an unknown value

R11=0x00000000174bdc80 is an unknown value

R12=0x0000000000000000 is an unknown value

R13=0x0000000013cc0000 is an unknown value

R14=0x0000000000000000 is an unknown value

R15=0x00000000174b79e0 is an unknown value

Stack: [0x0000000002460000,0x0000000002560000], sp=0x000000000255bf30, free space=1007k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C [atio6axx.dll+0xdde1b5]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j org.lwjgl.opengl.GL11.nglTexSubImage2D(IIIIIIIIJJ)V+0

j org.lwjgl.opengl.GL11.glTexSubImage2D(IIIIIIIILjava/nio/IntBuffer;)V+60

j shadersmodcore.client.ShadersTex.updateSubImage1([iIIIIII)V+151

j shadersmodcore.client.ShadersTex.updateDynamicTexture(I[iIILnet/minecraft/client/renderer/texture/DynamicTexture;)V+26

j net.minecraft.client.renderer.texture.DynamicTexture.func_110564_a()V+17

j net.minecraft.client.renderer.texture.TextureUtil.<clinit>()V+241

v ~StubRoutines::call_stub

j net.minecraft.client.shader.Framebuffer.func_147605_b(II)V+39

j net.minecraft.client.shader.Framebuffer.func_147613_a(II)V+37

j net.minecraft.client.shader.Framebuffer.<init>(IIZ)V+62

j net.minecraft.client.Minecraft.func_71384_a()V+324

j net.minecraft.client.Minecraft.func_99999_d()V+6

j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+826

v ~StubRoutines::call_stub

j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0

j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87

j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6

j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57

j net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+664

j net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8

v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )

0x0000000011b41800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6972, stack(0x00000000128f0000,0x00000000129f0000)]

0x000000000f7fd800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4388, stack(0x00000000101c0000,0x00000000102c0000)]

0x000000001127e800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3256, stack(0x00000000105f0000,0x00000000106f0000)]

0x000000000e0c7800 JavaThread "Service Thread" daemon [_thread_blocked, id=6208, stack(0x000000000f1b0000,0x000000000f2b0000)]

0x000000000e0c4000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=6320, stack(0x000000000f0a0000,0x000000000f1a0000)]

0x000000000e0bb000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3836, stack(0x000000000eb50000,0x000000000ec50000)]

0x000000000e0ba000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6768, stack(0x000000000ee10000,0x000000000ef10000)]

0x000000000e0b9800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5584, stack(0x000000000ec50000,0x000000000ed50000)]

0x000000000e0b8800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=312, stack(0x000000000ea10000,0x000000000eb10000)]

0x000000000e09c800 JavaThread "Finalizer" daemon [_thread_blocked, id=5000, stack(0x000000000e4d0000,0x000000000e5d0000)]

0x000000000e09b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6376, stack(0x000000000e390000,0x000000000e490000)]

=>0x000000000013f000 JavaThread "Client thread" [_thread_in_native, id=1176, stack(0x0000000002460000,0x0000000002560000)]

Other Threads:

0x000000000e091800 VMThread [stack: 0x000000000e1b0000,0x000000000e2b0000] [id=6508]

0x000000000e0de000 WatcherThread [stack: 0x000000000f390000,0x000000000f490000] [id=1160]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap

par new generation total 118016K, used 46937K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 32% used [0x00000006fae00000, 0x00000006fcf16830, 0x0000000701480000)

from space 13056K, 99% used [0x0000000702140000, 0x0000000702dfff50, 0x0000000702e00000)

to space 13056K, 0% used [0x0000000701480000, 0x0000000701480000, 0x0000000702140000)

concurrent mark-sweep generation total 53212K, used 35431K [0x0000000702e00000, 0x00000007061f7000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 30008K, used 21219K [0x00000007fae00000, 0x00000007fcb4e000, 0x0000000800000000)

Card table byte_map: [0x0000000005ea0000,0x00000000066d0000] byte_map_base: 0x00000000026c9000

Polling page: 0x0000000000120000

Code Cache [0x0000000002560000, 0x0000000002840000, 0x0000000005560000)

total_blobs=1119 nmethods=611 adapters=459 free_code_cache=46474Kb largest_free_block=47346752

Compilation events (10 events):

Event: 4.916 Thread 0x000000000e0c4000 nmethod 649 0x000000000264dd90 code [0x000000000264df40, 0x000000000264e4a0]

Event: 4.962 Thread 0x000000000e0bb000 653 ! java.util.zip.InflaterInputStream::read (138 bytes)

Event: 4.969 Thread 0x000000000e0bb000 nmethod 653 0x00000000026fd510 code [0x00000000026fd6c0, 0x00000000026fe698]

Event: 4.970 Thread 0x000000000e0c4000 654 % org.objectweb.asm.ClassReader::a @ 1225 (2680 bytes)

Event: 4.993 Thread 0x000000000e0bb000 655 org.objectweb.asm.tree.MethodNode::visitLdcInsn (16 bytes)

Event: 4.995 Thread 0x000000000e0bb000 nmethod 655 0x00000000026ffdd0 code [0x00000000026fff20, 0x0000000002700098]

Event: 4.995 Thread 0x000000000e0bb000 656 org.objectweb.asm.tree.LdcInsnNode::<init> (12 bytes)

Event: 4.995 Thread 0x000000000e0bb000 nmethod 656 0x00000000026ffbd0 code [0x00000000026ffd00, 0x00000000026ffd78]

Event: 5.023 Thread 0x000000000e0bb000 657 java.nio.charset.CharsetEncoder::reset (11 bytes)

Event: 5.024 Thread 0x000000000e0bb000 nmethod 657 0x000000000276f7d0 code [0x000000000276f920, 0x000000000276f998]

GC Heap History (10 events):

Event: 1.502 GC heap before

{Heap before GC invocations=0 (full 0):

par new generation total 118016K, used 104960K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 100% used [0x00000006fae00000, 0x0000000701480000, 0x0000000701480000)

from space 13056K, 0% used [0x0000000701480000, 0x0000000701480000, 0x0000000702140000)

to space 13056K, 0% used [0x0000000702140000, 0x0000000702140000, 0x0000000702e00000)

concurrent mark-sweep generation total 5376K, used 0K [0x0000000702e00000, 0x0000000703340000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 21248K, used 12007K [0x00000007fae00000, 0x00000007fc2c0000, 0x0000000800000000)

Event: 1.515 GC heap after

Heap after GC invocations=1 (full 0):

par new generation total 118016K, used 13056K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 0% used [0x00000006fae00000, 0x00000006fae00000, 0x0000000701480000)

from space 13056K, 100% used [0x0000000702140000, 0x0000000702e00000, 0x0000000702e00000)

to space 13056K, 0% used [0x0000000701480000, 0x0000000701480000, 0x0000000702140000)

concurrent mark-sweep generation total 5952K, used 4682K [0x0000000702e00000, 0x00000007033d0000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 21248K, used 12007K [0x00000007fae00000, 0x00000007fc2c0000, 0x0000000800000000)

}

Event: 2.226 GC heap before

{Heap before GC invocations=1 (full 1):

par new generation total 118016K, used 118016K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 100% used [0x00000006fae00000, 0x0000000701480000, 0x0000000701480000)

from space 13056K, 100% used [0x0000000702140000, 0x0000000702e00000, 0x0000000702e00000)

to space 13056K, 0% used [0x0000000701480000, 0x0000000701480000, 0x0000000702140000)

concurrent mark-sweep generation total 5952K, used 4682K [0x0000000702e00000, 0x00000007033d0000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 21248K, used 12427K [0x00000007fae00000, 0x00000007fc2c0000, 0x0000000800000000)

Event: 2.256 GC heap after

Heap after GC invocations=2 (full 1):

par new generation total 118016K, used 13056K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 0% used [0x00000006fae00000, 0x00000006fae00000, 0x0000000701480000)

from space 13056K, 100% used [0x0000000701480000, 0x0000000702140000, 0x0000000702140000)

to space 13056K, 0% used [0x0000000702140000, 0x0000000702140000, 0x0000000702e00000)

concurrent mark-sweep generation total 21900K, used 20594K [0x0000000702e00000, 0x0000000704363000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 21248K, used 12427K [0x00000007fae00000, 0x00000007fc2c0000, 0x0000000800000000)

}

Event: 3.253 GC heap before

{Heap before GC invocations=2 (full 1):

par new generation total 118016K, used 118016K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 100% used [0x00000006fae00000, 0x0000000701480000, 0x0000000701480000)

from space 13056K, 100% used [0x0000000701480000, 0x0000000702140000, 0x0000000702140000)

to space 13056K, 0% used [0x0000000702140000, 0x0000000702140000, 0x0000000702e00000)

concurrent mark-sweep generation total 28804K, used 17280K [0x0000000702e00000, 0x0000000704a21000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 22312K, used 14089K [0x00000007fae00000, 0x00000007fc3ca000, 0x0000000800000000)

Event: 3.267 GC heap after

Heap after GC invocations=3 (full 1):

par new generation total 118016K, used 13055K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 0% used [0x00000006fae00000, 0x00000006fae00000, 0x0000000701480000)

from space 13056K, 99% used [0x0000000702140000, 0x0000000702dffff8, 0x0000000702e00000)

to space 13056K, 0% used [0x0000000701480000, 0x0000000701480000, 0x0000000702140000)

concurrent mark-sweep generation total 35908K, used 29211K [0x0000000702e00000, 0x0000000705111000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 22312K, used 14089K [0x00000007fae00000, 0x00000007fc3ca000, 0x0000000800000000)

}

Event: 4.220 GC heap before

{Heap before GC invocations=3 (full 2):

par new generation total 118016K, used 118015K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 100% used [0x00000006fae00000, 0x0000000701480000, 0x0000000701480000)

from space 13056K, 99% used [0x0000000702140000, 0x0000000702dffff8, 0x0000000702e00000)

to space 13056K, 0% used [0x0000000701480000, 0x0000000701480000, 0x0000000702140000)

concurrent mark-sweep generation total 35908K, used 29211K [0x0000000702e00000, 0x0000000705111000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 22312K, used 16680K [0x00000007fae00000, 0x00000007fc3ca000, 0x0000000800000000)

Event: 4.228 GC heap after

Heap after GC invocations=4 (full 2):

par new generation total 118016K, used 9304K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 0% used [0x00000006fae00000, 0x00000006fae00000, 0x0000000701480000)

from space 13056K, 71% used [0x0000000701480000, 0x0000000701d963c0, 0x0000000702140000)

to space 13056K, 0% used [0x0000000702140000, 0x0000000702140000, 0x0000000702e00000)

concurrent mark-sweep generation total 46152K, used 39451K [0x0000000702e00000, 0x0000000705b12000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 22312K, used 16680K [0x00000007fae00000, 0x00000007fc3ca000, 0x0000000800000000)

}

Event: 4.734 GC heap before

{Heap before GC invocations=4 (full 2):

par new generation total 118016K, used 114264K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 100% used [0x00000006fae00000, 0x0000000701480000, 0x0000000701480000)

from space 13056K, 71% used [0x0000000701480000, 0x0000000701d963c0, 0x0000000702140000)

to space 13056K, 0% used [0x0000000702140000, 0x0000000702140000, 0x0000000702e00000)

concurrent mark-sweep generation total 53212K, used 31927K [0x0000000702e00000, 0x00000007061f7000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 30008K, used 19882K [0x00000007fae00000, 0x00000007fcb4e000, 0x0000000800000000)

Event: 4.743 GC heap after

Heap after GC invocations=5 (full 2):

par new generation total 118016K, used 13055K [0x00000006fae00000, 0x0000000702e00000, 0x0000000702e00000)

eden space 104960K, 0% used [0x00000006fae00000, 0x00000006fae00000, 0x0000000701480000)

from space 13056K, 99% used [0x0000000702140000, 0x0000000702dfff50, 0x0000000702e00000)

to space 13056K, 0% used [0x0000000701480000, 0x0000000701480000, 0x0000000702140000)

concurrent mark-sweep generation total 53212K, used 35431K [0x0000000702e00000, 0x00000007061f7000, 0x00000007fae00000)

concurrent-mark-sweep perm gen total 30008K, used 19882K [0x00000007fae00000, 0x00000007fcb4e000, 0x0000000800000000)

}

Deoptimization events (10 events):

Event: 4.716 Thread 0x000000000013f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000266352c method=java.io.FilterInputStream.read()I @ 4

Event: 4.716 Thread 0x000000000013f000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002633a5c method=java.util.zip.InflaterInputStream.read([bII)I @ 100

Event: 4.717 Thread 0x000000000013f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000266352c method=java.io.FilterInputStream.read()I @ 4

Event: 4.717 Thread 0x000000000013f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000266352c method=java.io.FilterInputStream.read()I @ 4

Event: 4.717 Thread 0x000000000013f000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000000266352c method=java.io.FilterInputStream.read()I @ 4

Event: 4.717 Thread 0x000000000013f000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002633a5c method=java.util.zip.InflaterInputStream.read([bII)I @ 100

Event: 4.718 Thread 0x000000000013f000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002633a5c method=java.util.zip.InflaterInputStream.read([bII)I @ 100

Event: 4.718 Thread 0x000000000013f000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000002633a5c method=java.util.zip.InflaterInputStream.read([bII)I @ 100

Event: 4.959 Thread 0x000000000013f000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000027ca590 method=org.objectweb.asm.ClassReader.a(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;I)V @ 1945

Event: 4.970 Thread 0x000000000013f000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000027cbb30 method=org.objectweb.asm.ClassReader.a(Lorg/objectweb/asm/MethodVisitor;Lorg/objectweb/asm/Context;I)V @ 1990

Internal exceptions (10 events):

Event: 4.881 Thread 0x000000000013f000 Threw 0x00000006fb9df9a8 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.882 Thread 0x000000000013f000 Threw 0x00000006fb9e3c38 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.882 Thread 0x000000000013f000 Threw 0x00000006fb9e7dd8 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.887 Thread 0x000000000013f000 Threw 0x00000006fba212a8 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.888 Thread 0x000000000013f000 Threw 0x00000006fba29750 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.892 Thread 0x000000000013f000 Threw 0x00000006fba58bf0 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.942 Thread 0x000000000013f000 Threw 0x00000006fbaff680 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.947 Thread 0x000000000013f000 Threw 0x00000006fbb041a8 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 4.951 Thread 0x000000000013f000 Threw 0x00000006fbbd55d8 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Event: 5.023 Thread 0x000000000013f000 Threw 0x00000006fce13910 at C:\re\jdk7u71\1605\hotspot\src\share\vm\prims\jvm.cpp:1281

Events (10 events):

Event: 4.991 Executing VM operation: CMS_Initial_Mark done

Event: 4.991 loading class 0x0000000011f01960

Event: 4.991 loading class 0x0000000011f01960 done

Event: 4.992 loading class 0x0000000011d59e60

Event: 4.992 loading class 0x0000000011d59e60 done

Event: 4.995 Thread 0x000000000e0bb000 flushing nmethod 0x000000000276f7d0

Event: 5.021 loading class 0x0000000011f01e20

Event: 5.021 loading class 0x0000000011f01e20 done

Event: 5.023 loading class 0x000000000fc66790

Event: 5.023 loading class 0x000000000fc66790 done

Dynamic libraries:

0x000000013f260000 - 0x000000013f293000 C:\Program Files\Java\jre7\bin\javaw.exe

0x0000000077a50000 - 0x0000000077bf9000 C:\Windows\SYSTEM32\ntdll.dll

0x0000000077930000 - 0x0000000077a4f000 C:\Windows\system32\kernel32.dll

0x000007fefd930000 - 0x000007fefd99c000 C:\Windows\system32\KERNELBASE.dll

0x000007fefe920000 - 0x000007fefe9fb000 C:\Windows\system32\ADVAPI32.dll

0x000007fefe770000 - 0x000007fefe80f000 C:\Windows\system32\msvcrt.dll

0x000007fefeb00000 - 0x000007fefeb1f000 C:\Windows\SYSTEM32\sechost.dll

0x000007fefe460000 - 0x000007fefe58d000 C:\Windows\system32\RPCRT4.dll

0x0000000077830000 - 0x000000007792a000 C:\Windows\system32\USER32.dll

0x000007fefe050000 - 0x000007fefe0b7000 C:\Windows\system32\GDI32.dll

0x000007fefe810000 - 0x000007fefe81e000 C:\Windows\system32\LPK.dll

0x000007fefe850000 - 0x000007fefe919000 C:\Windows\system32\USP10.dll

0x000007fefc430000 - 0x000007fefc624000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll

0x000007fefedf0000 - 0x000007fefee61000 C:\Windows\system32\SHLWAPI.dll

0x000007fefe820000 - 0x000007fefe84e000 C:\Windows\system32\IMM32.DLL

0x000007fefdf40000 - 0x000007fefe049000 C:\Windows\system32\MSCTF.dll

0x0000000069ef0000 - 0x0000000069fc2000 C:\Program Files\Java\jre7\bin\msvcr100.dll

0x000000005fa20000 - 0x00000000601f3000 C:\Program Files\Java\jre7\bin\server\jvm.dll

0x000007fefc270000 - 0x000007fefc279000 C:\Windows\system32\WSOCK32.dll

0x000007fefe410000 - 0x000007fefe45d000 C:\Windows\system32\WS2_32.dll

0x000007fefdc40000 - 0x000007fefdc48000 C:\Windows\system32\NSI.dll

0x000007fefbff0000 - 0x000007fefc02b000 C:\Windows\system32\WINMM.dll

0x0000000077c20000 - 0x0000000077c27000 C:\Windows\system32\PSAPI.DLL

0x0000000075480000 - 0x000000007548f000 C:\Program Files\Java\jre7\bin\verify.dll

0x0000000069d80000 - 0x0000000069da8000 C:\Program Files\Java\jre7\bin\java.dll

0x000000006a350000 - 0x000000006a365000 C:\Program Files\Java\jre7\bin\zip.dll

0x000000006a710000 - 0x000000006a71b000 C:\Program Files\Java\jre7\bin\management.dll

0x000000006a050000 - 0x000000006a069000 C:\Program Files\Java\jre7\bin\net.dll

0x000007fefd080000 - 0x000007fefd0d5000 C:\Windows\system32\mswsock.dll

0x000007fefd070000 - 0x000007fefd077000 C:\Windows\System32\wship6.dll

0x000000006a210000 - 0x000000006a221000 C:\Program Files\Java\jre7\bin\nio.dll

0x000007fefbad0000 - 0x000007fefbae5000 C:\Windows\system32\NLAapi.dll

0x000007fef7250000 - 0x000007fef7265000 C:\Windows\system32\napinsp.dll

0x000007fef7230000 - 0x000007fef7249000 C:\Windows\system32\pnrpnsp.dll

0x000007fefcf00000 - 0x000007fefcf5b000 C:\Windows\system32\DNSAPI.dll

0x000007fef7220000 - 0x000007fef722b000 C:\Windows\System32\winrnr.dll

0x000007fef7170000 - 0x000007fef7180000 C:\Windows\system32\wshbth.dll

0x000000006ae20000 - 0x000000006ae46000 C:\Program Files\Bonjour\mdnsNSP.dll

0x000007fefac70000 - 0x000007fefac97000 C:\Windows\system32\Iphlpapi.DLL

0x000007fefac60000 - 0x000007fefac6b000 C:\Windows\system32\WINNSI.DLL

0x000007fefca40000 - 0x000007fefca47000 C:\Windows\System32\wshtcpip.dll

0x000007fef7e70000 - 0x000007fef7e78000 C:\Windows\system32\rasadhlp.dll

0x000007fefab10000 - 0x000007fefab63000 C:\Windows\System32\fwpuclnt.dll

0x000000006a030000 - 0x000000006a044000 C:\Program Files\Java\jre7\bin\unpack.dll

0x0000000180000000 - 0x0000000180050000 C:\Users\Philipp\AppData\Roaming\.minecraft\versions\1.7.2-Forge10.12.0.1040\1.7.2-Forge10.12.0.1040-natives-4037704545800\lwjgl64.dll

0x000007fef75e0000 - 0x000007fef76fd000 C:\Windows\system32\OPENGL32.dll

0x000007fef5c30000 - 0x000007fef5c5d000 C:\Windows\system32\GLU32.dll

0x000007fee6cb0000 - 0x000007fee6da1000 C:\Windows\system32\DDRAW.dll

0x000007fefc280000 - 0x000007fefc288000 C:\Windows\system32\DCIMAN32.dll

0x000007fefe590000 - 0x000007fefe767000 C:\Windows\system32\SETUPAPI.dll

0x000007fefd8f0000 - 0x000007fefd926000 C:\Windows\system32\CFGMGR32.dll

0x000007fefea20000 - 0x000007fefeaf7000 C:\Windows\system32\OLEAUT32.dll

0x000007fefdd30000 - 0x000007fefdf33000 C:\Windows\system32\ole32.dll

0x000007fefd8c0000 - 0x000007fefd8da000 C:\Windows\system32\DEVOBJ.dll

0x000007fefb8d0000 - 0x000007fefb8e8000 C:\Windows\system32\dwmapi.dll

0x000007fefc970000 - 0x000007fefc97c000 C:\Windows\system32\VERSION.dll

0x000007fefd0e0000 - 0x000007fefd0f7000 C:\Windows\system32\CRYPTSP.dll

0x000007fefcde0000 - 0x000007fefce27000 C:\Windows\system32\rsaenh.dll

0x000007fefcb50000 - 0x000007fefcb6e000 C:\Windows\system32\USERENV.dll

0x000007fefd810000 - 0x000007fefd81f000 C:\Windows\system32\profapi.dll

0x000007fefd740000 - 0x000007fefd74f000 C:\Windows\system32\CRYPTBASE.dll

0x000007fefaa80000 - 0x000007fefaa98000 C:\Windows\system32\dhcpcsvc.DLL

0x000007fefaa60000 - 0x000007fefaa71000 C:\Windows\system32\dhcpcsvc6.DLL

0x0000000061080000 - 0x0000000061215000 C:\Program Files\Java\jre7\bin\awt.dll

0x000007fefbe10000 - 0x000007fefbe66000 C:\Windows\system32\uxtheme.dll

0x000007fef3370000 - 0x000007fef3388000 C:\Windows\system32\atig6pxx.dll

0x0000000013cc0000 - 0x000000001586e000 C:\Windows\system32\atio6axx.dll

0x000007feeb500000 - 0x000007feeb638000 C:\Windows\system32\atiadlxx.dll

0x000007fefefd0000 - 0x000007feffd58000 C:\Windows\system32\SHELL32.dll

0x000007fefc030000 - 0x000007fefc15c000 C:\Windows\system32\PROPSYS.dll

0x000007fefc950000 - 0x000007fefc961000 C:\Windows\system32\WTSAPI32.dll

0x000007fefd9b0000 - 0x000007fefd9ea000 C:\Windows\system32\WINTRUST.dll

0x000007fefdac0000 - 0x000007fefdc2c000 C:\Windows\system32\CRYPT32.dll

0x000007fefd8b0000 - 0x000007fefd8bf000 C:\Windows\system32\MSASN1.dll

0x000007feee460000 - 0x000007feee489000 C:\Windows\system32\atig6txx.dll

0x000007fefe0c0000 - 0x000007fefe159000 C:\Windows\system32\CLBCatQ.DLL

0x000007fee2f00000 - 0x000007fee2f9c000 C:\Windows\system32\mscms.dll

0x000007fee2e60000 - 0x000007fee2ea2000 C:\Windows\system32\icm32.dll

0x000007feebd50000 - 0x000007feebe75000 C:\Windows\system32\dbghelp.dll

VM Arguments:

jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\Philipp\AppData\Roaming\.minecraft\versions\1.7.2-Forge10.12.0.1040\1.7.2-Forge10.12.0.1040-natives-4037704545800

java_command: net.minecraft.launchwrapper.Launch --username Mir954 --version 1.7.2-Forge10.12.0.1040 --gameDir C:\Users\Philipp\AppData\Roaming\.minecraft --assetsDir C:\Users\Philipp\AppData\Roaming\.minecraft\assets\virtual\legacy --uuid 514f0e22dee443ec87b14e6ab42b38c6 --accessToken 7fd9989f1a164ddc85cbd0b444931b35 --tweakClass cpw.mods.fml.common.launcher.FMLTweaker

Launcher Type: SUN_STANDARD

Environment Variables:

PATH=C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\OpenVPN\bin;C:\Program Files (x86)\AMD\ATI.ACE\Core-Static;C:\Program Files\Java\jre1.8.0_25\bin

USERNAME=Philipp

OS=Windows_NT

PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel

--------------- 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 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, tsc, tscinvbit

Memory: 4k page, physical 8279588k(4837588k free), swap 16557312k(12376272k free)

vm_info: Java HotSpot 64-Bit Server VM (24.71-b01) for windows-amd64 JRE (1.7.0_71-b14), built on Sep 26 2014 16:16:12 by "java_re" with unknown MS VC++:1600

time: Mon Jan 05 13:00:16 2015

elapsed time: 5 seconds

Link zu diesem Kommentar
Auf anderen Seiten teilen

0 Antworten auf diese Frage

Empfohlene Beiträge

Es gibt aktuell noch keine Antworten

Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren

Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können

Benutzerkonto erstellen

Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!

Neues Benutzerkonto erstellen

Anmelden

Du hast bereits ein Benutzerkonto? Melde dich hier an.

Jetzt anmelden
×
×
  • Neu erstellen...
B
B