Jump to content

Crash a MOJANG Screen


KAV3R

Recommended Posts

Hi guys im new here so sorry if this is posted in the wrong section.

The problem is when i load tekkit or voltz even Feed The Beast it just crash when i get to the Mojang screen!

Error pid down below:

#

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

#

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fb80b5effb, pid=224, tid=9680

#

# JRE version: 6.0_43-b01

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

# Problematic frame:

# C [OpenAL64.dll+0x2effb]

#

# If you would like to submit a bug report, please visit:

# http://java.sun.com/webapps/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 (0x000000000741d000): JavaThread "Thread-10" [_thread_in_native, id=9680, stack(0x0000000008b70000,0x0000000008c70000)]

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

Registers:

RAX=0x000000000f0e0d00, RBX=0x000000000f0e0cb0, RCX=0x0000000000000000, RDX=0x000000000f0e0d00

RSP=0x0000000008c6f298, RBP=0x0000000000000028, RSI=0x000000000f0e0cb0, RDI=0x000000000f0e0d00

R8 =0x0000000000000000, R9 =0x0000000000000000, R10=0x0000000000000001, R11=0x0000000000000028

R12=0x0000000000000000, R13=0x0000000000000000, R14=0x0000000000000000, R15=0x0000000000000001

RIP=0x000007fb80b5effb, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x0000000008c6f298)

0x0000000008c6f298: 000007fb80b3e842 000007fb80b54e1c

0x0000000008c6f2a8: 000007fb80b40557 0000000000000000

0x0000000008c6f2b8: 0000000000000003 0000000008c6f448

0x0000000008c6f2c8: 0000000000000000 0000000000000000

0x0000000008c6f2d8: 0000000000000000 0000000000000000

0x0000000008c6f2e8: 0000000000000000 000000077de813f8

0x0000000008c6f2f8: 0000000000000000 0000000000000040

0x0000000008c6f308: 000000000741d000 0000000008c6f448

0x0000000008c6f318: 0000442bb706f98a 000000000741d000

0x0000000008c6f328: 0000000008c6f448 000000077de813f8

0x0000000008c6f338: 0000000000000000 0000000000000000

0x0000000008c6f348: 000007fb80b5bef8 0000000000000000

0x0000000008c6f358: 000007fb80b383b6 000000000f0e0cb0

0x0000000008c6f368: 0000000008c6f428 000000000f0e0cb0

0x0000000008c6f378: 0000000000000000 0000000000000000

0x0000000008c6f388: 000000000a7d62d7 0000000000000000

Instructions: (pc=0x000007fb80b5effb)

0x000007fb80b5efdb: 74 77 61 72 65 20 6f 6e 20 48 f8 6a 74 74 61 6c

0x000007fb80b5efeb: 65 72 65 20 28 53 6e 64 54 41 75 64 69 6f 29 00

0x000007fb80b5effb: 44 69 72 65 63 74 53 6f 75 6e 64 20 53 6f 66 74

0x000007fb80b5f00b: 77 61 72 65 20 6f 6e 20 48 f8 6a 74 74 61 6c 65

Register to memory mapping:

RAX=0x000000000f0e0d00 is an unknown value

RBX=0x000000000f0e0cb0 is an unknown value

RCX=0x0000000000000000 is an unknown value

RDX=0x000000000f0e0d00 is an unknown value

RSP=0x0000000008c6f298 is pointing into the stack for thread: 0x000000000741d000

RBP=0x0000000000000028 is an unknown value

RSI=0x000000000f0e0cb0 is an unknown value

RDI=0x000000000f0e0d00 is an unknown value

R8 =0x0000000000000000 is an unknown value

R9 =0x0000000000000000 is an unknown value

R10=0x0000000000000001 is an unknown value

R11=0x0000000000000028 is an unknown value

R12=0x0000000000000000 is an unknown value

R13=0x0000000000000000 is an unknown value

R14=0x0000000000000000 is an unknown value

R15=0x0000000000000001 is an unknown value

Stack: [0x0000000008b70000,0x0000000008c70000], sp=0x0000000008c6f298, free space=1020k

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

C [OpenAL64.dll+0x2effb] alcProcessContext+0x20baf

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

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

j org.lwjgl.openal.ALC10.nalcOpenDevice(Ljava/lang/String;)J+0

j org.lwjgl.openal.ALC10.alcOpenDevice(Ljava/lang/String;)Lorg/lwjgl/openal/ALCdevice;+1

j org.lwjgl.openal.AL.init(Ljava/lang/String;IIZZ)V+12

j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZZ)V+233

j org.lwjgl.openal.AL.create(Ljava/lang/String;IIZ)V+5

j org.lwjgl.openal.AL.create()V+6

j paulscode.sound.libraries.LibraryLWJGLOpenAL.init()V+2

j paulscode.sound.SoundSystem.CommandNewLibrary(Ljava/lang/Class;)V+273

j paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z+1206

j paulscode.sound.CommandThread.run()V+51

v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )

0x0000000007422000 JavaThread "Thread-11" [_thread_blocked, id=12432, stack(0x000000000c190000,0x000000000c290000)]

=>0x000000000741d000 JavaThread "Thread-10" [_thread_in_native, id=9680, stack(0x0000000008b70000,0x0000000008c70000)]

0x000000000741e800 JavaThread "Railcraft Version Check" [_thread_in_native, id=5080, stack(0x000000000a6d0000,0x000000000a7d0000)]

0x000000000741c000 JavaThread "Minecraft main thread" [_thread_blocked, id=4036, stack(0x000000000c660000,0x000000000c760000)]

0x0000000007423800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=7544, stack(0x000000000c490000,0x000000000c590000)]

0x0000000007422800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=4480, stack(0x000000000aac0000,0x000000000abc0000)]

0x0000000007421000 JavaThread "Thread-6" [_thread_blocked, id=12708, stack(0x000000000a9c0000,0x000000000aac0000)]

0x000000000741d800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2004, stack(0x0000000001b70000,0x0000000001c70000)]

0x0000000006d48000 JavaThread "TimerQueue" daemon [_thread_blocked, id=1220, stack(0x000000000d150000,0x000000000d250000)]

0x00000000079c5800 JavaThread "Log Flush Thread" daemon [_thread_blocked, id=7492, stack(0x000000000b680000,0x000000000b780000)]

0x0000000006f9e800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5332, stack(0x000000000b180000,0x000000000b280000)]

0x00000000069ac000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6008, stack(0x000000000af80000,0x000000000b080000)]

0x0000000007b22800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4084, stack(0x0000000009080000,0x0000000009180000)]

0x0000000006eef000 JavaThread "AWT-Shutdown" [_thread_blocked, id=14796, stack(0x0000000008f80000,0x0000000009080000)]

0x0000000007384000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=9424, stack(0x0000000008e80000,0x0000000008f80000)]

0x00000000067bb000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=14588, stack(0x0000000006ab0000,0x0000000006bb0000)]

0x00000000067b5800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8092, stack(0x00000000069b0000,0x0000000006ab0000)]

0x000000000208d800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=9944, stack(0x00000000066b0000,0x00000000067b0000)]

0x0000000002089000 JavaThread "Attach Listener" daemon [_thread_blocked, id=10692, stack(0x00000000065b0000,0x00000000066b0000)]

0x0000000002088000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11256, stack(0x00000000064b0000,0x00000000065b0000)]

0x000000000204f800 JavaThread "Finalizer" daemon [_thread_blocked, id=11528, stack(0x00000000063b0000,0x00000000064b0000)]

0x000000000204b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=14740, stack(0x00000000062b0000,0x00000000063b0000)]

Other Threads:

0x0000000002044800 VMThread [stack: 0x00000000061b0000,0x00000000062b0000] [id=5256]

0x00000000067cf000 WatcherThread [stack: 0x0000000006bb0000,0x0000000006cb0000] [id=7156]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap

PSYoungGen total 285248K, used 34398K [0x00000007d5760000, 0x00000007e8890000, 0x0000000800000000)

eden space 265024K, 10% used [0x00000007d5760000,0x00000007d72cbfb8,0x00000007e5a30000)

from space 20224K, 31% used [0x00000007e74d0000,0x00000007e7afbac0,0x00000007e8890000)

to space 23744K, 0% used [0x00000007e5a30000,0x00000007e5a30000,0x00000007e7160000)

PSOldGen total 118592K, used 66053K [0x0000000780600000, 0x00000007879d0000, 0x00000007d5760000)

object space 118592K, 55% used [0x0000000780600000,0x0000000784681468,0x00000007879d0000)

PSPermGen total 68416K, used 43533K [0x000000077b400000, 0x000000077f6d0000, 0x0000000780600000)

object space 68416K, 63% used [0x000000077b400000,0x000000077de836d0,0x000000077f6d0000)

Code Cache [0x0000000002090000, 0x00000000023e0000, 0x0000000005090000)

total_blobs=1378 nmethods=680 adapters=651 free_code_cache=47216448 largest_free_block=111680

Dynamic libraries:

0x0000000000400000 - 0x000000000042f000C:\Program Files\Java\jre6\bin\javaw.exe

0x000007fb8eb30000 - 0x000007fb8ecee000C:\Windows\SYSTEM32\ntdll.dll

0x000007fb8cb90000 - 0x000007fb8ccc6000C:\Windows\system32\KERNEL32.DLL

0x000007fb8bd90000 - 0x000007fb8be83000C:\Windows\system32\KERNELBASE.dll

0x000007fb856f0000 - 0x000007fb8578f000C:\Windows\system32\apphelp.dll

0x000007fb8c1b0000 - 0x000007fb8c28e000C:\Windows\system32\ADVAPI32.dll

0x000007fb8e790000 - 0x000007fb8e8dc000C:\Windows\system32\USER32.dll

0x000007fb8e6c0000 - 0x000007fb8e765000C:\Windows\system32\msvcrt.dll

0x000007fb8c410000 - 0x000007fb8c458000C:\Windows\SYSTEM32\sechost.dll

0x000007fb8d0c0000 - 0x000007fb8d200000C:\Windows\system32\RPCRT4.dll

0x000007fb8ca50000 - 0x000007fb8cb90000C:\Windows\system32\GDI32.dll

0x000007fb8eaf0000 - 0x000007fb8eb29000C:\Windows\system32\IMM32.DLL

0x000007fb8bfe0000 - 0x000007fb8c0f5000C:\Windows\system32\MSCTF.dll

0x000000006d810000 - 0x000000006dfcc000C:\Program Files\Java\jre6\bin\server\jvm.dll

0x000007fb88ae0000 - 0x000007fb88b00000C:\Windows\SYSTEM32\WINMM.dll

0x000007fb88740000 - 0x000007fb88772000C:\Windows\SYSTEM32\WINMMBASE.dll

0x000000006d780000 - 0x000000006d78e000C:\Program Files\Java\jre6\bin\verify.dll

0x000000006d3b0000 - 0x000000006d3d7000C:\Program Files\Java\jre6\bin\java.dll

0x000000006d7d0000 - 0x000000006d7e2000C:\Program Files\Java\jre6\bin\zip.dll

0x000000006d610000 - 0x000000006d627000C:\Program Files\Java\jre6\bin\net.dll

0x000007fb8c750000 - 0x000007fb8c7a8000C:\Windows\system32\WS2_32.dll

0x000007fb8e780000 - 0x000007fb8e789000C:\Windows\system32\NSI.dll

0x000007fb8b250000 - 0x000007fb8b2ac000C:\Windows\system32\mswsock.dll

0x000007fb8b090000 - 0x000007fb8b128000C:\Windows\SYSTEM32\DNSAPI.dll

0x000007fb848e0000 - 0x000007fb848e8000C:\Windows\System32\rasadhlp.dll

0x000007fb86cd0000 - 0x000007fb86cfa000C:\Windows\SYSTEM32\IPHLPAPI.DLL

0x000007fb86cc0000 - 0x000007fb86cca000C:\Windows\SYSTEM32\WINNSI.DLL

0x000007fb86c00000 - 0x000007fb86c5f000C:\Windows\System32\fwpuclnt.dll

0x000000006d000000 - 0x000000006d1c4000C:\Program Files\Java\jre6\bin\awt.dll

0x000007fb860f0000 - 0x000007fb8616d000C:\Windows\SYSTEM32\WINSPOOL.DRV

0x000007fb8c290000 - 0x000007fb8c40e000C:\Windows\system32\ole32.dll

0x000007fb8d210000 - 0x000007fb8e4ee000C:\Windows\system32\SHELL32.dll

0x000007fb87a90000 - 0x000007fb87cf9000C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_none_418c2a697189c07f\COMCTL32.dll

0x000007fb8c7b0000 - 0x000007fb8c960000C:\Windows\SYSTEM32\combase.dll

0x000007fb8c160000 - 0x000007fb8c1b0000C:\Windows\system32\SHLWAPI.dll

0x000007fb8a1f0000 - 0x000007fb8a211000C:\Windows\system32\DWMAPI.DLL

0x000007fb8a2c0000 - 0x000007fb8a3a6000C:\Windows\system32\uxtheme.dll

0x000007fb88070000 - 0x000007fb8808e000C:\Program Files\BullGuard Ltd\BullGuard\spamfilter\LittleHook.dll

0x000007fb8b920000 - 0x000007fb8b92a000C:\Windows\SYSTEM32\CRYPTBASE.dll

0x000007fb8b7e0000 - 0x000007fb8b83c000C:\Windows\SYSTEM32\bcryptPrimitives.dll

0x000000006d2a0000 - 0x000000006d307000C:\Program Files\Java\jre6\bin\fontmanager.dll

0x000007fb7dfe0000 - 0x000007fb7e1e0000C:\Windows\system32\d3d9.dll

0x000007fb88a70000 - 0x000007fb88a79000C:\Windows\SYSTEM32\VERSION.dll

0x000007fb73610000 - 0x000007fb74747000C:\Windows\SYSTEM32\nvd3dumx.dll

0x000007fb8e770000 - 0x000007fb8e777000C:\Windows\system32\PSAPI.DLL

0x000007fb8b8d0000 - 0x000007fb8b913000C:\Windows\SYSTEM32\powrprof.dll

0x0000000180000000 - 0x0000000180139000C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll

0x000007fb8e4f0000 - 0x000007fb8e6c0000C:\Windows\system32\SETUPAPI.dll

0x000007fb8bb30000 - 0x000007fb8bb7f000C:\Windows\system32\CFGMGR32.dll

0x000007fb8bb80000 - 0x000007fb8bba2000C:\Windows\system32\DEVOBJ.dll

0x000007fb8abc0000 - 0x000007fb8ac56000C:\Windows\SYSTEM32\shcore.dll

0x000000006d630000 - 0x000000006d63c000C:\Program Files\Java\jre6\bin\nio.dll

0x000007fb83f70000 - 0x000007fb83f84000C:\Windows\system32\napinsp.dll

0x000007fb83f90000 - 0x000007fb83fa8000C:\Windows\system32\pnrpnsp.dll

0x000007fb89e10000 - 0x000007fb89e26000C:\Windows\system32\NLAapi.dll

0x000007fb83fb0000 - 0x000007fb83fc2000C:\Windows\System32\winrnr.dll

0x000007fb84000000 - 0x000007fb84014000C:\Windows\system32\wshbth.dll

0x000007fb8b2b0000 - 0x000007fb8b2ca000C:\Windows\SYSTEM32\CRYPTSP.dll

0x000007fb8af30000 - 0x000007fb8af79000C:\Windows\system32\rsaenh.dll

0x000007fb8b030000 - 0x000007fb8b04f000C:\Windows\SYSTEM32\USERENV.dll

0x000007fb8ba00000 - 0x000007fb8ba15000C:\Windows\SYSTEM32\profapi.dll

0x000000006d4d0000 - 0x000000006d505000C:\Program Files\Java\jre6\bin\jpeg.dll

0x000000006d210000 - 0x000000006d238000C:\Program Files\Java\jre6\bin\dcpr.dll

0x000000006d750000 - 0x000000006d75b000C:\Program Files\Java\jre6\bin\sunmscapi.dll

0x000007fb8bbb0000 - 0x000007fb8bd87000C:\Windows\system32\CRYPT32.dll

0x000007fb8bab0000 - 0x000007fb8bac6000C:\Windows\system32\MSASN1.dll

0x000000000a7d0000 - 0x000000000a818000C:\Users\Nicholas\AppData\Roaming\.technic\voltz\bin\natives\lwjgl64.dll

0x000007fb7aac0000 - 0x000007fb7abdf000C:\Windows\SYSTEM32\OPENGL32.dll

0x000007fb83d60000 - 0x000007fb83d8c000C:\Windows\SYSTEM32\GLU32.dll

0x000007fb7a9d0000 - 0x000007fb7aaba000C:\Windows\SYSTEM32\DDRAW.dll

0x000007fb873e0000 - 0x000007fb873e8000C:\Windows\SYSTEM32\DCIMAN32.dll

0x000000006d3f0000 - 0x000000006d3f7000C:\Program Files\Java\jre6\bin\jawt.dll

0x0000000063d90000 - 0x0000000065774000C:\Windows\SYSTEM32\nvoglv64.DLL

0x000007fb8bad0000 - 0x000007fb8bb25000C:\Windows\system32\WINTRUST.dll

0x000007fb866c0000 - 0x000007fb866ee000C:\Windows\SYSTEM32\ntmarta.dll

0x000007fb89ae0000 - 0x000007fb89b54000C:\Windows\SYSTEM32\dxgi.dll

0x000007fb88fa0000 - 0x000007fb8919c000C:\Windows\SYSTEM32\d3d11.dll

0x000007fb7ace0000 - 0x000007fb7bb37000C:\Windows\SYSTEM32\nvwgf2umx.dll

0x000007fb80b30000 - 0x000007fb80c52000C:\Users\Nicholas\AppData\Roaming\.technic\voltz\bin\natives\OpenAL64.dll

0x000007fb80f00000 - 0x000007fb80f8b000C:\Windows\SYSTEM32\dsound.dll

0x000007fb8bf40000 - 0x000007fb8bfd6000C:\Windows\SYSTEM32\clbcatq.dll

0x000007fb8c960000 - 0x000007fb8ca23000C:\Windows\system32\OLEAUT32.dll

0x000007fb87920000 - 0x000007fb87982000C:\Windows\System32\MMDevApi.dll

0x000007fb86f30000 - 0x000007fb86f69000C:\Windows\SYSTEM32\wdmaud.drv

0x000007fb8a7f0000 - 0x000007fb8a7f7000C:\Windows\SYSTEM32\ksuser.dll

0x000007fb88010000 - 0x000007fb88019000C:\Windows\SYSTEM32\AVRT.dll

0x000007fb87830000 - 0x000007fb878a2000C:\Windows\SYSTEM32\AUDIOSES.DLL

0x000007fb89520000 - 0x000007fb8952b000C:\Windows\SYSTEM32\msacm32.drv

0x000007fb887b0000 - 0x000007fb887c9000C:\Windows\SYSTEM32\MSACM32.dll

0x000007fb894e0000 - 0x000007fb894e9000C:\Windows\SYSTEM32\midimap.dll

0x000007fb7d8b0000 - 0x000007fb7da13000C:\Windows\system32\dbghelp.dll

VM Arguments:

java_command: org.spoutcraft.launcher.entrypoint.Start

Launcher Type: SUN_STANDARD

Environment Variables:

PATH=C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Java\jre6\bin

USERNAME=Nicholas

OS=Windows_NT

PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel

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

OS: Windows 8 , 64 bit Build 9200

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

Memory: 4k page, physical 8363076k(5369876k free), swap 16751684k(12929824k free)

vm_info: Java HotSpot 64-Bit Server VM (20.14-b01) for windows-amd64 JRE (1.6.0_43-b01), built on Mar 1 2013 01:52:33 by "java_re" with MS VC++ 8.0 (VS2005)

time: Tue Apr 30 15:47:47 2013

elapsed time: 24 seconds

Link to comment
Share on other sites

4 hours? Wow. That's just painful.

Of course, if you'd filled out a bug report in the right section, you might have gotten an answer quite a bit faster.

Yes, I can tell you two things wrong by looking at that for about 10 seconds. No, I'm not going to tell you what they are, because you clearly haven't read the Common Problems thread available in any of the bug boards. You also certainly haven't read around on the forums at all, Google-searched or otherwise.

Link to comment
Share on other sites

You should really put those in the Mandatory Reading section Torezu, maybe then it will be read more...

Take a closer look at the rules post, before all the sections. See that part where it says to read the stickies? Guess what this guy didn't do.

Link to comment
Share on other sites

4 hours? Wow. That's just painful.

Of course, if you'd filled out a bug report in the right section, you might have gotten an answer quite a bit faster.

Yes, I can tell you two things wrong by looking at that for about 10 seconds. No, I'm not going to tell you what they are, because you clearly haven't read the Common Problems thread available in any of the bug boards. You also certainly haven't read around on the forums at all, Google-searched or otherwise.

-_- now ive been there and i cant find anything!!! only MAC fixes......

Link to comment
Share on other sites

-_- now ive been there and i cant find anything!!! only MAC fixes......

Posting in there is your next option. Hint: Your Java version is badly out of date, for a PC anyway. That's the first thing you should fix.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...