<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 12:16:40 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MC-8101] when i login to minecraft it goes to an black screen n crashes, i am getting err: hr_err_pid6416.log</title>
                <link>https://bugs.mojang.com/browse/MC-8101</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;hr_err_pid6416.log&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;#
# A fatal error has been detected by the Java &lt;span class=&quot;code-object&quot;&gt;Runtime&lt;/span&gt; Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x50e1d800, pid=6416, tid=2416
#
# JRE version: 7.0_09-b05
# Java VM: Java HotSpot(TM) Client VM (23.5-b02 mixed mode windows-x86 )
# Problematic frame:
# C  0x50e1d800
#
# Failed to write core dump. Minidumps are not enabled by &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; on client versions of Windows
#
# If you would like to submit a bug report, please visit:
#   http:&lt;span class=&quot;code-comment&quot;&gt;//bugreport.sun.com/bugreport/crash.jsp
&lt;/span&gt;# The crash happened outside the Java Virtual Machine in &lt;span class=&quot;code-keyword&quot;&gt;native&lt;/span&gt; code.
# See problematic frame &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; where to report the bug.
#

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

Current thread (0x4a1aa000):  JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Minecraft main thread&quot;&lt;/span&gt; daemon [_thread_in_native, id=2416, stack(0x4ef80000,0x4efd0000)]

siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x00000008 0x50e1d800

Registers:
EAX=0x71c49476, EBX=0x50c84e40, ECX=0x50c3a3c0, EDX=0x00000004
ESP=0x4efcf244, EBP=0x50bbef88, ESI=0x503ee840, EDI=0x4efcf294
EIP=0x50e1d800, EFLAGS=0x00010246

Top of Stack: (sp=0x4efcf244)
0x4efcf244:   4f6380e2 50c84e40 00000002 50bbef88
0x4efcf254:   4efcf2f4 00000000 00000001 00000004
0x4efcf264:   50bc01a8 515a3c60 00000000 00000000
0x4efcf274:   00000001 00000001 00000000 50e1d800
0x4efcf284:   00000000 50bbef88 503ee840 50c3a3c0
0x4efcf294:   71c49476 00000992 7dccccce 7dccccce
0x4efcf2a4:   7dccccce fdccccce fdccccce fdccccce
0x4efcf2b4:   4f5ed2b5 4efcf294 00000000 00001fa0 

Instructions: (pc=0x50e1d800)
0x50e1d7e0:   00 00 00 00 03 00 0b 00 00 00 00 0f 00 00 00 00
0x50e1d7f0:   02 00 00 00 00 00 0b 00 00 00 00 00 00 00 00 00
0x50e1d800:   55 8b ec 53 56 57 8b d9 8b ca 8b 75 08 81 e1 fc
0x50e1d810:   ff ff ff 0f 28 83 90 04 00 00 0f 28 8b d0 04 00 


Register to memory mapping:

EAX=0x71c49476 is an unknown value
EBX=0x50c84e40 is an unknown value
ECX=0x50c3a3c0 is an unknown value
EDX=0x00000004 is an unknown value
ESP=0x4efcf244 is pointing into the stack &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; thread: 0x4a1aa000
EBP=0x50bbef88 is an unknown value
ESI=0x503ee840 is an unknown value
EDI=0x4efcf294 is pointing into the stack &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; thread: 0x4a1aa000


Stack: [0x4ef80000,0x4efd0000],  sp=0x4efcf244,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=&lt;span class=&quot;code-keyword&quot;&gt;native&lt;/span&gt; code)
C  0x50e1d800

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.lwjgl.opengl.GL11.nglClear(IJ)V+0
j  org.lwjgl.opengl.GL11.glClear(I)V+15
j  org.lwjgl.opengl.Display.initContext()V+16
j  org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+97
j  org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+9
j  net.minecraft.client.Minecraft.a()V+174
j  asq.a()V+94
j  net.minecraft.client.Minecraft.run()V+6
j  java.lang.&lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;.run()V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( =&amp;gt; current thread )
=&amp;gt;0x4a1aa000 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Minecraft main thread&quot;&lt;/span&gt; daemon [_thread_in_native, id=2416, stack(0x4ef80000,0x4efd0000)]
  0x4a1a9800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Timer hack thread&quot;&lt;/span&gt; daemon [_thread_blocked, id=3296, stack(0x4eed0000,0x4ef20000)]
  0x4a1a9000 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Snooper Timer&quot;&lt;/span&gt; daemon [_thread_blocked, id=7804, stack(0x4e5c0000,0x4e610000)]
  0x4a1a8000 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Keep-Alive-Timer&quot;&lt;/span&gt; daemon [_thread_blocked, id=8104, stack(0x4b050000,0x4b0a0000)]
  0x4b3d2c00 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;D3D Screen Updater&quot;&lt;/span&gt; daemon [_thread_blocked, id=4948, stack(0x4ae80000,0x4aed0000)]
  0x0019a800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;DestroyJavaVM&quot;&lt;/span&gt; [_thread_blocked, id=4208, stack(0x01bb0000,0x01c00000)]
  0x4b1fe000 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;AWT-EventQueue-0&quot;&lt;/span&gt; [_thread_blocked, id=6224, stack(0x4d270000,0x4d2c0000)]
  0x4b1e8800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;TimerQueue&quot;&lt;/span&gt; daemon [_thread_blocked, id=3808, stack(0x4a5e0000,0x4a630000)]
  0x4b1c6800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;SwingWorker-pool-1-thread-1&quot;&lt;/span&gt; daemon [_thread_blocked, id=7408, stack(0x4c6f0000,0x4c740000)]
  0x4a278800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;AWT-Windows&quot;&lt;/span&gt; daemon [_thread_in_native, id=7764, stack(0x00b30000,0x00b80000)]
  0x4a278000 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;AWT-Shutdown&quot;&lt;/span&gt; [_thread_blocked, id=5692, stack(0x4a680000,0x4a6d0000)]
  0x4a275800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Java2D Disposer&quot;&lt;/span&gt; daemon [_thread_blocked, id=7976, stack(0x4a590000,0x4a5e0000)]
  0x4a111800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Service &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt;&quot;&lt;/span&gt; daemon [_thread_blocked, id=7392, stack(0x00ac0000,0x00b10000)]
  0x4a10b800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;C1 CompilerThread0&quot;&lt;/span&gt; daemon [_thread_blocked, id=5004, stack(0x4a2f0000,0x4a340000)]
  0x4a10a400 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Attach Listener&quot;&lt;/span&gt; daemon [_thread_blocked, id=812, stack(0x4a380000,0x4a3d0000)]
  0x4a107000 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Signal Dispatcher&quot;&lt;/span&gt; daemon [_thread_blocked, id=3120, stack(0x49fa0000,0x49ff0000)]
  0x4a0b3800 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Finalizer&quot;&lt;/span&gt; daemon [_thread_blocked, id=260, stack(0x49f20000,0x49f70000)]
  0x01cfbc00 JavaThread &lt;span class=&quot;code-quote&quot;&gt;&quot;Reference Handler&quot;&lt;/span&gt; daemon [_thread_blocked, id=1772, stack(0x4a060000,0x4a0b0000)]

Other Threads:
  0x01cf7000 VMThread [stack: 0x49ff0000,0x4a040000] [id=7464]
  0x4a12dc00 WatcherThread [stack: 0x4a4f0000,0x4a540000] [id=3520]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; generation   total 157248K, used 116771K [0x03d60000, 0x0e800000, 0x192b0000)
  eden space 139776K,  83% used [0x03d60000, 0x0af68dd0, 0x0c5e0000)
  from space 17472K,   0% used [0x0c5e0000, 0x0c5e0000, 0x0d6f0000)
  to   space 17472K,   0% used [0x0d6f0000, 0x0d6f0000, 0x0e800000)
 tenured generation   total 349568K, used 0K [0x192b0000, 0x2e810000, 0x43d60000)
   the space 349568K,   0% used [0x192b0000, 0x192b0000, 0x192b0200, 0x2e810000)
 compacting perm gen  total 13312K, used 13179K [0x43d60000, 0x44a60000, 0x47d60000)
   the space 13312K,  99% used [0x43d60000, 0x44a3ef20, 0x44a3f000, 0x44a60000)
No shared spaces configured.

Card table byte_map: [0x49b60000,0x49d90000] byte_map_base: 0x49b41500

Polling page: 0x001d0000

Code Cache  [0x01d60000, 0x01fc0000, 0x03d60000)
 total_blobs=1539 nmethods=1212 adapters=260 free_code_cache=30341Kb largest_free_block=31069120

Compilation events (10 events):
Event: 17.302 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 1214             java.net.URL::getAuthority (5 bytes)
Event: 17.302 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 nmethod 1214 0x01fbae08 code [0x01fbaf00, 0x01fbaf80]
Event: 17.444 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 1215             java.util.concurrent.ConcurrentHashMap::putIfAbsent (79 bytes)
Event: 17.444 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 nmethod 1215 0x01fbafc8 code [0x01fbb0f0, 0x01fbb2b0]
Event: 17.469 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 1216             java.nio.charset.CharsetEncoder::maxBytesPerChar (5 bytes)
Event: 17.469 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 nmethod 1216 0x01fbe688 code [0x01fbe780, 0x01fbe800]
Event: 17.502 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 1217             java.util.HashSet::contains (9 bytes)
Event: 17.502 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 nmethod 1217 0x01fbe848 code [0x01fbe950, 0x01fbe9ec]
Event: 17.506 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 1218             java.io.FilterInputStream::&amp;lt;init&amp;gt; (10 bytes)
Event: 17.507 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a10b800 nmethod 1218 0x01fbea48 code [0x01fbeb40, 0x01fbebe0]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 17.465 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae60cf8 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.465 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae610b8 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.502 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae82170 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.502 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae82598 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.503 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae855a8 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.503 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae859a0 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.504 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae88b58 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.504 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae88f80 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.506 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae8c648 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 17.506 &lt;span class=&quot;code-object&quot;&gt;Thread&lt;/span&gt; 0x4a1aa000 Threw 0x0ae8ca08 at C:\jdk7u1_32P\jdk7u9_3984_new\hotspot\src\share\vm\prims\jvm.cpp:1166

Events (10 events):
Event: 17.465 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7b5cf8
Event: 17.465 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7b5cf8 done
Event: 17.502 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7a7868
Event: 17.502 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7a7868 done
Event: 17.503 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7b4048
Event: 17.503 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7b4048 done
Event: 17.504 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7a82e8
Event: 17.504 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4e7a82e8 done
Event: 17.506 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4b41c1c8
Event: 17.506 loading &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;0x4b41c1c8 done


Dynamic libraries:
0x00bc0000 - 0x00bef000 	C:\Program Files\Java\jre7\bin\javaw.exe
0x77400000 - 0x77528000 	C:\Windows\system32\ntdll.dll
0x76520000 - 0x765fc000 	C:\Windows\system32\kernel32.dll
0x75af0000 - 0x75bb6000 	C:\Windows\system32\ADVAPI32.dll
0x763a0000 - 0x76463000 	C:\Windows\system32\RPCRT4.dll
0x75ef0000 - 0x75f8d000 	C:\Windows\system32\USER32.dll
0x76130000 - 0x7617b000 	C:\Windows\system32\GDI32.dll
0x74870000 - 0x74a0e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18305_none_5cb72f2a088b0ed3\COMCTL32.dll
0x75f90000 - 0x7603a000 	C:\Windows\system32\msvcrt.dll
0x75d80000 - 0x75dd9000 	C:\Windows\system32\SHLWAPI.dll
0x76470000 - 0x7648e000 	C:\Windows\system32\IMM32.DLL
0x75e10000 - 0x75ed8000 	C:\Windows\system32\MSCTF.dll
0x75ee0000 - 0x75ee9000 	C:\Windows\system32\LPK.DLL
0x75d00000 - 0x75d7d000 	C:\Windows\system32\USP10.dll
0x631e0000 - 0x6329e000 	C:\Program Files\Java\jre7\bin\msvcr100.dll
0x61dd0000 - 0x6211d000 	C:\Program Files\Java\jre7\bin\client\jvm.dll
0x6efe0000 - 0x6efe7000 	C:\Windows\system32\WSOCK32.dll
0x75de0000 - 0x75e0d000 	C:\Windows\system32\WS2_32.dll
0x77650000 - 0x77656000 	C:\Windows\system32\NSI.dll
0x73960000 - 0x73992000 	C:\Windows\system32\WINMM.dll
0x76600000 - 0x76745000 	C:\Windows\system32\ole32.dll
0x76490000 - 0x7651d000 	C:\Windows\system32\OLEAUT32.dll
0x747e0000 - 0x7481e000 	C:\Windows\system32\OLEACC.dll
0x75a00000 - 0x75a07000 	C:\Windows\system32\PSAPI.DLL
0x6b120000 - 0x6b12c000 	C:\Program Files\Java\jre7\bin\verify.dll
0x65260000 - 0x65280000 	C:\Program Files\Java\jre7\bin\java.dll
0x650e0000 - 0x650f3000 	C:\Program Files\Java\jre7\bin\zip.dll
0x60910000 - 0x60a52000 	C:\Program Files\Java\jre7\bin\awt.dll
0x74790000 - 0x747cf000 	C:\Windows\system32\uxtheme.dll
0x60d20000 - 0x60d88000 	C:\PROGRAM FILES\NORTON SECURITY SUITE\ENGINE\5.2.2.3\ASOEHOOK.DLL
0x6f5e0000 - 0x6f683000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x6f050000 - 0x6f0de000 	C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x5ad00000 - 0x5ad1e000 	C:\PROGRA~1\Raptr\ltc_help32-68721.dll
0x76750000 - 0x77261000 	C:\Windows\system32\SHELL32.dll
0x73880000 - 0x738ad000 	C:\Windows\system32\WINTRUST.dll
0x753f0000 - 0x754e3000 	C:\Windows\system32\CRYPT32.dll
0x755c0000 - 0x755d2000 	C:\Windows\system32\MSASN1.dll
0x75950000 - 0x7596e000 	C:\Windows\system32\USERENV.dll
0x75930000 - 0x75944000 	C:\Windows\system32\Secur32.dll
0x76180000 - 0x761aa000 	C:\Windows\system32\imagehlp.dll
0x4a480000 - 0x4a4e6000 	C:\Windows\system32\GIDHook.dll
0x00b80000 - 0x00bae000 	C:\Windows\system32\GIDBIN1.dll
0x775c0000 - 0x77633000 	C:\Windows\system32\COMDLG32.dll
0x76040000 - 0x76126000 	C:\Windows\system32\WININET.dll
0x77640000 - 0x77643000 	C:\Windows\system32\Normaliz.dll
0x75bc0000 - 0x75cf3000 	C:\Windows\system32\urlmon.dll
0x761b0000 - 0x7639b000 	C:\Windows\system32\iertutil.dll
0x74d80000 - 0x74d88000 	C:\Windows\system32\VERSION.dll
0x01b70000 - 0x01b8b000 	C:\Windows\system32\EasyHook32.dll
0x74db0000 - 0x74dd1000 	C:\Windows\system32\NTMARTA.DLL
0x75aa0000 - 0x75ae9000 	C:\Windows\system32\WLDAP32.dll
0x755e0000 - 0x755f1000 	C:\Windows\system32\SAMLIB.dll
0x73370000 - 0x7337c000 	C:\Windows\system32\DWMAPI.DLL
0x68250000 - 0x6840a000 	C:\Windows\system32\d3d9.dll
0x73340000 - 0x73346000 	C:\Windows\system32\d3d8thk.dll
0x67f40000 - 0x68249000 	C:\Windows\system32\atiumdag.dll
0x4b7b0000 - 0x4bb6d000 	C:\Windows\system32\atiumdva.dll
0x64f20000 - 0x64f4a000 	C:\Program Files\Java\jre7\bin\fontmanager.dll
0x64970000 - 0x64984000 	C:\Program Files\Java\jre7\bin\net.dll
0x75060000 - 0x7509b000 	C:\Windows\system32\mswsock.dll
0x75120000 - 0x75125000 	C:\Windows\System32\wship6.dll
0x6b100000 - 0x6b10f000 	C:\Program Files\Java\jre7\bin\nio.dll
0x732d0000 - 0x732df000 	C:\Windows\system32\NLAapi.dll
0x75340000 - 0x75359000 	C:\Windows\system32\IPHLPAPI.DLL
0x752f0000 - 0x75325000 	C:\Windows\system32\dhcpcsvc.DLL
0x75680000 - 0x756ac000 	C:\Windows\system32\DNSAPI.dll
0x751f0000 - 0x751f7000 	C:\Windows\system32\WINNSI.DLL
0x752c0000 - 0x752e2000 	C:\Windows\system32\dhcpcsvc6.DLL
0x6f860000 - 0x6f86f000 	C:\Windows\system32\napinsp.dll
0x6f820000 - 0x6f832000 	C:\Windows\system32\pnrpnsp.dll
0x6f850000 - 0x6f858000 	C:\Windows\System32\winrnr.dll
0x6fdb0000 - 0x6fdb6000 	C:\Windows\system32\rasadhlp.dll
0x74d20000 - 0x74d25000 	C:\Windows\System32\wshtcpip.dll
0x74fd0000 - 0x7500b000 	C:\Windows\system32\rsaenh.dll
0x648c0000 - 0x648e0000 	C:\Program Files\Java\jre7\bin\sunec.dll
0x642f0000 - 0x64321000 	C:\Program Files\Java\jre7\bin\t2k.dll
0x4a2c0000 - 0x4a2c6000 	C:\Program Files\MyWebSearch\bar\1.bin\f3hkstub.dll
0x77530000 - 0x775b4000 	C:\Windows\system32\CLBCatQ.DLL
0x6ae70000 - 0x6af64000 	C:\Windows\system32\WindowsCodecs.dll
0x758d0000 - 0x758fc000 	C:\Windows\system32\apphelp.dll
0x719f0000 - 0x71a0f000 	C:\Windows\system32\EhStorShell.dll
0x734c0000 - 0x7357b000 	C:\Windows\system32\PROPSYS.dll
0x6f180000 - 0x6f3c8000 	C:\Program Files\Norton Security Suite\Engine\5.2.2.3\buShell.dll
0x73680000 - 0x7382b000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6002.18581_none_9e591052ca1013d0\gdiplus.dll
0x4d590000 - 0x4d638000 	C:\Program Files\Norton Security Suite\Engine\5.2.2.3\ccL100U.dll
0x69380000 - 0x69392000 	C:\Program Files\Norton Security Suite\Engine\5.2.2.3\EFACli.dll
0x4ad20000 - 0x4ad2b000 	C:\Program Files\MyWebSearch\bar\1.bin\mwsoestb.dll
0x6ad70000 - 0x6ad79000 	C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x4afd0000 - 0x4b03b000 	C:\Users\devilsknght\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll
0x623e0000 - 0x624ab000 	C:\Windows\system32\OPENGL32.dll
0x64890000 - 0x648b3000 	C:\Windows\system32\GLU32.dll
0x62f40000 - 0x63025000 	C:\Windows\system32\DDRAW.dll
0x71900000 - 0x71906000 	C:\Windows\system32\DCIMAN32.dll
0x77270000 - 0x773fa000 	C:\Windows\system32\SETUPAPI.dll
0x652e0000 - 0x652e6000 	C:\Program Files\Java\jre7\bin\jawt.dll
0x4f560000 - 0x4fe19000 	C:\Windows\system32\atioglxx.dll
0x71780000 - 0x7185c000 	C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xms512m -Xmx1024m 
java_command: C:\Users\devilsknght\Desktop\Minecraft(1).exe
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\PROGRA~1\COMMON~1\ULEADS~1\MPEG;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Windows Live\Shared;C:\Program Files\Java\jre7\bin
USERNAME=devilsknght
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 104 Stepping 2, AuthenticAMD



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

OS: Windows Vista Build 6002 Service Pack 2

CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 104 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc

Memory: 4k page, physical 3011468k(1357544k free), swap 6240308k(3447020k free)

vm_info: Java HotSpot(TM) Client VM (23.5-b02) &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; windows-x86 JRE (1.7.0_09-b05), built on Sep 24 2012 22:01:33 by &lt;span class=&quot;code-quote&quot;&gt;&quot;java_re&quot;&lt;/span&gt; with unknown MS VC++:1600

time: Mon Jan 21 23:26:00 2013
elapsed time: 17 seconds&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>&lt;br/&gt;
</environment>
        <key id="20970">MC-8101</key>
            <summary>when i login to minecraft it goes to an black screen n crashes, i am getting err: hr_err_pid6416.log</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="ga89tor">brendan thomas lobdell</reporter>
                        <labels>
                    </labels>
                <created>Tue, 22 Jan 2013 05:40:29 +0100</created>
                <updated>Sun, 12 May 2013 02:34:57 +0200</updated>
                            <resolved>Mon, 6 May 2013 00:19:00 +0200</resolved>
                                    <version>Minecraft 1.4.7</version>
                                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="39063" author="bljat" created="Tue, 22 Jan 2013 15:44:07 +0100"  >&lt;p&gt;This is a technical support issue; this site is for bug reports only. For technical support please use the &lt;a href=&quot;http://help.mojang.com/customer/portal/articles/364794-where-can-i-find-more-help-and-technical-support-&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Mojang Support Center&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="39036" author="kumasasa" created="Tue, 22 Jan 2013 08:26:30 +0100"  >&lt;p&gt;The crash is somewhat graphics related. Please update your graphics card drivers to the latest release. See &lt;a href=&quot;http://www.amd.com/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://www.amd.com/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39030" author="ga89tor" created="Tue, 22 Jan 2013 05:58:21 +0100"  >&lt;p&gt;ill really need help to fix this issue n i delete and uninstalled and re installled the game sevrel times to try to fix the problem, even do an full system restore and re install still the err: returns i&apos;m open for ideas.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10102">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="11860">MC-589</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                        <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01m1j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>