Página 1 de 1

Problema de sonido

Publicado: 06 Oct 2011, 18:15
por vicentg

Saludos compañeros.... lo he probado todo ya.... pero el audio del minecraft no me funciona :( no se porque!!!!! Me sale error:

Spoiler

#

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

#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000774a33dd, pid=6800, tid=5800
#

JRE version: 6.0_27-b07

Java VM: Java HotSpot(TM) 64-Bit Server VM (20.2-b06 mixed mode windows-amd64 compressed oops)

Problematic frame:

C  [ntdll.dll+0x533dd]

#

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 (0x0000000009ddb800):  JavaThread "Thread-15" daemon [_thread_in_native, id=5800, stack(0x0000000011020000,0x0000000011120000)]

siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff

Registers:
RAX=0x7fffffffffffffff, RBX=0x0000000000000040, RCX=0xd11fde4205872aa6, RDX=0x0000000000000000
RSP=0x000000001111f420, RBP=0x0000000000000000, RSI=0x0000000000000040, RDI=0x0000000000000040
R8 =0x0000000000000040, R9 =0x0000000011257f18, R10=0x000007feea107600, R11=0x000000001111f480
R12=0xd11fde4205872aa6, R13=0x0000000000000000, R14=0x000000001111f648, R15=0x0000000009ddb800
RIP=0x00000000774a33dd, EFLAGS=0x0000000000010297

Top of Stack: (sp=0x000000001111f420)
0x000000001111f420:  000007feea104e1c 000007feea0f0bea
0x000000001111f430:  000007feea10cfb0 00000000113f5640
0x000000001111f440:  00000000113f4ba0 66f37263694d2001
0x000000001111f450:  0000000000000000 000007feea0f0561
0x000000001111f460:  000007feea104e1c 0000000000000000
0x000000001111f470:  00000000113f4ba0 00000000113f5601
0x000000001111f480:  000000001111f648 00000000bbeac2d8
0x000000001111f490:  000007feea0e0000 000007feea0ec746
0x000000001111f4a0:  000007feea104e1c 000000001111f628
0x000000001111f4b0:  0000000000000015 0000000000000003
0x000000001111f4c0:  000000001111f648 00000000bbeac2d8
0x000000001111f4d0:  000007feea0e0000 000007feea0e729f
0x000000001111f4e0:  000007feea104e1c 000000001111f628
0x000000001111f4f0:  0000000009ddb800 000000001111f648
0x000000001111f500:  00000000bbeac2d8 0000000000000000
0x000000001111f510:  0000000000000040 0000000000000040

Instructions: (pc=0x00000000774a33dd)
0x00000000774a33bd:  78 c8 48 b8 ff ff ff ff ff ff ff 7f 45 33 ed 49
0x00000000774a33cd:  8b f0 8b ea 4c 8b e1 4c 3b c0 0f 87 6f 96 04 00
0x00000000774a33dd:  8b 41 74 44 8b b1 98 00 00 00 33 db 0b e8 4c 8d
0x00000000774a33ed:  3d 1e 20 0c 00 45 85 f6 0f 85 6d 97 04 00 f7 c5

Register to memory mapping:

RAX=0x7fffffffffffffff is an unknown value
RBX=0x0000000000000040 is an unknown value
RCX=0xd11fde4205872aa6 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x000000001111f420 is pointing into the stack for thread: 0x0000000009ddb800
RBP=0x0000000000000000 is an unknown value
RSI=0x0000000000000040 is an unknown value
RDI=0x0000000000000040 is an unknown value
R8 =0x0000000000000040 is an unknown value
R9 =0x0000000011257f18 is an unknown value
R10=0x000007feea107600 is an unknown value
R11=0x000000001111f480 is pointing into the stack for thread: 0x0000000009ddb800
R12=0xd11fde4205872aa6 is an unknown value
R13=0x0000000000000000 is an unknown value
R14=0x000000001111f648 is pointing into the stack for thread: 0x0000000009ddb800
R15=0x0000000009ddb800 is a thread

Stack: [0x0000000011020000,0x0000000011120000],  sp=0x000000001111f420,  free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ntdll.dll+0x533dd]  RtlAllocateHeap+0x3d

[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+260
j  paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z+1079
j  paulscode.sound.CommandThread.run()V+51
StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000000ce3b000 JavaThread "Thread-16" daemon [thread_blocked, id=5556, stack(0x0000000011120000,0x0000000011220000)]
=>0x0000000009ddb800 JavaThread "Thread-15" daemon [
thread_in_native, id=5800, stack(0x0000000011020000,0x0000000011120000)]
  0x0000000009b20800 JavaThread "Thread-14" daemon [thread_in_native, id=3516, stack(0x0000000010f20000,0x0000000011020000)]
  0x0000000006748000 JavaThread "Minecraft main thread" daemon [
thread_blocked, id=4128, stack(0x000000000c880000,0x000000000c980000)]
  0x000000000a70a000 JavaThread "Timer hack thread" daemon [thread_blocked, id=5136, stack(0x000000000c680000,0x000000000c780000)]
  0x0000000009e3e800 JavaThread "Keep-Alive-Timer" daemon [
thread_blocked, id=6088, stack(0x000000000c780000,0x000000000c880000)]
  0x00000000005fb000 JavaThread "DestroyJavaVM" [thread_blocked, id=5864, stack(0x0000000002520000,0x0000000002620000)]
  0x0000000009d24000 JavaThread "D3D Screen Updater" daemon [
thread_blocked, id=5640, stack(0x000000000be90000,0x000000000bf90000)]
  0x0000000009d20000 JavaThread "AWT-EventQueue-0" [thread_blocked, id=6220, stack(0x000000000ad10000,0x000000000ae10000)]
  0x0000000006664000 JavaThread "AWT-Windows" daemon [
thread_in_native, id=448, stack(0x0000000007400000,0x0000000007500000)]
  0x0000000006663800 JavaThread "AWT-Shutdown" [thread_blocked, id=4936, stack(0x0000000007300000,0x0000000007400000)]
  0x0000000006661000 JavaThread "Java2D Disposer" daemon [
thread_blocked, id=6708, stack(0x0000000007200000,0x0000000007300000)]
  0x000000000661f000 JavaThread "Low Memory Detector" daemon [thread_blocked, id=4660, stack(0x0000000006cc0000,0x0000000006dc0000)]
  0x000000000661e000 JavaThread "C2 CompilerThread1" daemon [
thread_blocked, id=4512, stack(0x0000000006bc0000,0x0000000006cc0000)]
  0x0000000006619800 JavaThread "C2 CompilerThread0" daemon [thread_blocked, id=6268, stack(0x0000000006ac0000,0x0000000006bc0000)]
  0x0000000006616800 JavaThread "Attach Listener" daemon [
thread_blocked, id=4136, stack(0x00000000069c0000,0x0000000006ac0000)]
  0x0000000006611000 JavaThread "Signal Dispatcher" daemon [thread_blocked, id=6168, stack(0x00000000068c0000,0x00000000069c0000)]
  0x000000000052f000 JavaThread "Finalizer" daemon [
thread_blocked, id=4244, stack(0x00000000067c0000,0x00000000068c0000)]
  0x0000000000527800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6772, stack(0x00000000064c0000,0x00000000065c0000)]

Other Threads:
  0x000000000051b800 VMThread [stack: 0x00000000063c0000,0x00000000064c0000] [id=1040]
  0x000000000663a000 WatcherThread [stack: 0x0000000006dc0000,0x0000000006ec0000] [id=5392]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
PSYoungGen      total 19136K, used 5310K [0x00000000eaab0000, 0x00000000ed010000, 0x0000000100000000)
  eden space 16448K, 16% used [0x00000000eaab0000,0x00000000ead43840,0x00000000ebac0000)
  from space 2688K, 99% used [0x00000000ebd60000,0x00000000ebffc050,0x00000000ec000000)
  to  space 2688K, 0% used [0x00000000ebac0000,0x00000000ebac0000,0x00000000ebd60000)
PSOldGen        total 43712K, used 21430K [0x00000000c0000000, 0x00000000c2ab0000, 0x00000000eaab0000)
  object space 43712K, 49% used [0x00000000c0000000,0x00000000c14ed8f0,0x00000000c2ab0000)
PSPermGen      total 21248K, used 17081K [0x00000000bae00000, 0x00000000bc2c0000, 0x00000000c0000000)
  object space 21248K, 80% used [0x00000000bae00000,0x00000000bbeae4f0,0x00000000bc2c0000)

Code Cache  [0x0000000002620000, 0x0000000002890000, 0x0000000005620000)
total_blobs=828 nmethods=269 adapters=512 free_code_cache=49100032 largest_free_block=8256

Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 C:\Program Files\Java\jre6\bin\javaw.exe
0x0000000077450000 - 0x00000000775f9000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000077020000 - 0x000000007713f000 C:\Windows\system32\kernel32.dll
0x000007fefdc10000 - 0x000007fefdc7c000 C:\Windows\system32\KERNELBASE.dll
0x0000000064d00000 - 0x0000000064d3f000 C:\Program Files\Alwil Software\Avast5\snxhk64.dll
0x000007feff420000 - 0x000007feff4fb000 C:\Windows\system32\ADVAPI32.dll
0x000007fefe250000 - 0x000007fefe2ef000 C:\Windows\system32\msvcrt.dll
0x000007fefdde0000 - 0x000007fefddff000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdcb0000 - 0x000007fefdddd000 C:\Windows\system32\RPCRT4.dll
0x0000000077350000 - 0x000000007744a000 C:\Windows\system32\USER32.dll
0x000007fefe0b0000 - 0x000007fefe117000 C:\Windows\system32\GDI32.dll
0x000007fefe000000 - 0x000007fefe00e000 C:\Windows\system32\LPK.dll
0x000007fefe180000 - 0x000007fefe249000 C:\Windows\system32\USP10.dll
0x000007fefdc80000 - 0x000007fefdcae000 C:\Windows\system32\IMM32.DLL
0x000007fefe2f0000 - 0x000007fefe3f9000 C:\Windows\system32\MSCTF.dll
0x000000006d7f0000 - 0x000000006dfa8000 C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fefb4b0000 - 0x000007fefb4eb000 C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 C:\Program Files\Java\jre6\bin\java.dll
0x000000006d7b0000 - 0x000000006d7c2000 C:\Program Files\Java\jre6\bin\zip.dll
0x000000006d000000 - 0x000000006d1c3000 C:\Program Files\Java\jre6\bin\awt.dll
0x000007fef4d00000 - 0x000007fef4d71000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefe480000 - 0x000007fefe683000 C:\Windows\system32\ole32.dll
0x000007fefe690000 - 0x000007feff418000 C:\Windows\system32\SHELL32.dll
0x000007feff680000 - 0x000007feff6f1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefc310000 - 0x000007fefc504000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefbfd0000 - 0x000007fefbfe8000 C:\Windows\system32\DWMAPI.DLL
0x000007fefbf50000 - 0x000007fefbfa6000 C:\Windows\system32\uxtheme.dll
0x000000006d2a0000 - 0x000000006d306000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x000007fef2480000 - 0x000007fef24ff000 C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
0x000007feff5a0000 - 0x000007feff677000 C:\Windows\system32\OLEAUT32.dll
0x000007fefc9a0000 - 0x000007fefc9ac000 C:\Windows\system32\version.dll
0x000007fefd7e0000 - 0x000007fefd7ef000 C:\Windows\system32\CRYPTBASE.dll
0x000007fefb050000 - 0x000007fefb24f000 C:\Windows\system32\d3d9.dll
0x000007fefb040000 - 0x000007fefb047000 C:\Windows\system32\d3d8thk.dll
0x000007fee8a10000 - 0x000007fee9606000 C:\Windows\system32\nvd3dumx.dll
0x000007fefc230000 - 0x000007fefc25c000 C:\Windows\system32\powrprof.dll
0x000007fefde20000 - 0x000007fefdff7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefdaf0000 - 0x000007fefdb26000 C:\Windows\system32\CFGMGR32.dll
0x000007fefdad0000 - 0x000007fefdaea000 C:\Windows\system32\DEVOBJ.dll
0x000007fefd140000 - 0x000007fefd157000 C:\Windows\system32\CRYPTSP.dll
0x000007fefce40000 - 0x000007fefce87000 C:\Windows\system32\rsaenh.dll
0x000007fefcbb0000 - 0x000007fefcbce000 C:\Windows\system32\USERENV.dll
0x000007fefd810000 - 0x000007fefd81f000 C:\Windows\system32\profapi.dll
0x000000006d600000 - 0x000000006d617000 C:\Program Files\Java\jre6\bin\net.dll
0x000007feff700000 - 0x000007feff74d000 C:\Windows\system32\WS2_32.dll
0x000007feff750000 - 0x000007feff758000 C:\Windows\system32\NSI.dll
0x000007fefd0e0000 - 0x000007fefd135000 C:\Windows\system32\mswsock.dll
0x000007fefd0d0000 - 0x000007fefd0d7000 C:\Windows\System32\wship6.dll
0x000007fefb450000 - 0x000007fefb465000 C:\Windows\system32\NLAapi.dll
0x000007fef5a30000 - 0x000007fef5a45000 C:\Windows\system32\napinsp.dll
0x000007fef5a10000 - 0x000007fef5a29000 C:\Windows\system32\pnrpnsp.dll
0x000007fef7b10000 - 0x000007fef7b3e000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x0000000077610000 - 0x0000000077617000 C:\Windows\system32\PSAPI.DLL
0x0000000071370000 - 0x00000000713a5000 C:\Program Files\Bonjour\mdnsNSP.dll
0x000007fefaf90000 - 0x000007fefafb7000 C:\Windows\system32\Iphlpapi.DLL
0x000007fefaf80000 - 0x000007fefaf8b000 C:\Windows\system32\WINNSI.DLL
0x000007fefcf60000 - 0x000007fefcfbb000 C:\Windows\system32\DNSAPI.dll
0x000007fef59e0000 - 0x000007fef59eb000 C:\Windows\System32\winrnr.dll
0x000007fefca70000 - 0x000007fefca77000 C:\Windows\System32\wshtcpip.dll
0x000007fef6e30000 - 0x000007fef6e38000 C:\Windows\system32\rasadhlp.dll
0x000007fefadc0000 - 0x000007fefae13000 C:\Windows\System32\fwpuclnt.dll
0x000000006d620000 - 0x000000006d62b000 C:\Program Files\Java\jre6\bin\nio.dll
0x000007feff500000 - 0x000007feff599000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefb6c0000 - 0x000007fefb714000 C:\Windows\system32\oleacc.dll
0x0000000180000000 - 0x0000000180048000 C:\Users\Vicent\AppData\Roaming\.minecraft\bin\natives\lwjgl64.dll
0x000007feebe40000 - 0x000007feebf5d000 C:\Windows\system32\OPENGL32.dll
0x000007fef1940000 - 0x000007fef196d000 C:\Windows\system32\GLU32.dll
0x000007fef0cb0000 - 0x000007fef0da1000 C:\Windows\system32\DDRAW.dll
0x000007fefaa00000 - 0x000007fefaa08000 C:\Windows\system32\DCIMAN32.dll
0x000000006d3f0000 - 0x000000006d3f7000 C:\Program Files\Java\jre6\bin\jawt.dll
0x0000000069500000 - 0x000000006a766000 C:\Windows\system32\nvoglv64.DLL
0x000007fefdb30000 - 0x000007fefdb6a000 C:\Windows\system32\WINTRUST.dll
0x000007fefd960000 - 0x000007fefdac7000 C:\Windows\system32\CRYPT32.dll
0x000007fefd950000 - 0x000007fefd95f000 C:\Windows\system32\MSASN1.dll
0x00000000077b0000 - 0x00000000077c6000 C:\Users\Vicent\AppData\Roaming\.minecraft\bin\natives\jinput-dx8_64.dll
0x000007fef0bd0000 - 0x000007fef0c0c000 C:\Windows\system32\DINPUT8.dll
0x000007fefbff0000 - 0x000007fefbffb000 C:\Windows\system32\HID.DLL
0x00000000077f0000 - 0x0000000007804000 C:\Users\Vicent\AppData\Roaming\.minecraft\bin\natives\jinput-raw_64.dll
0x000007feea0e0000 - 0x000007feea202000 C:\Users\Vicent\AppData\Roaming\.minecraft\bin\natives\OpenAL64.dll
0x000007feea050000 - 0x000007feea0d8000 C:\Windows\system32\dsound.dll
0x000007fefc1e0000 - 0x000007fefc22b000 C:\Windows\System32\MMDevApi.dll
0x000007fefc080000 - 0x000007fefc1ac000 C:\Windows\System32\PROPSYS.dll
0x000007fefb470000 - 0x000007fefb4ab000 C:\Windows\system32\wdmaud.drv
0x0000000074cf0000 - 0x0000000074cf6000 C:\Windows\system32\ksuser.dll
0x000007fefc050000 - 0x000007fefc059000 C:\Windows\system32\AVRT.dll
0x000007fefb3a0000 - 0x000007fefb3ef000 C:\Windows\system32\AUDIOSES.DLL
0x000007fefb010000 - 0x000007fefb01a000 C:\Windows\system32\msacm32.drv
0x000007fefaff0000 - 0x000007fefb008000 C:\Windows\system32\MSACM32.dll
0x000007fefafe0000 - 0x000007fefafe9000 C:\Windows\system32\midimap.dll
0x000007fef67b0000 - 0x000007fef68d5000 C:\Windows\system32\dbghelp.dll

VM Arguments:
java_command: C:\Users\Vicent\AppData\Roaming\.minecraft\MinecraftSP.jar
Launcher Type: SUN_STANDARD

Environment Variables:
CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Common Files\Autodesk Shared;C:\Program Files (x86)\Autodesk\Backburner;C:\Program Files\Common Files\Autodesk Shared;C:\Program Files (x86)\ESTsoft\ALZip;C:\Program Files (x86)\Common Files\Adobe\AGL;C:\Program Files (x86)\Common Files\Autodesk Shared\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\ESTsoft\ALZip
USERNAME=Vicent
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, 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 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1

Memory: 4k page, physical 4193528k(1423696k free), swap 11505088k(7230004k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (20.2-b06) for windows-amd64 JRE (1.6.0_27-b07), built on Jul 19 2011 01:08:22 by "java_re" with MS VC++ 8.0 (VS2005)

time: Tue Oct 04 21:38:48 2011
elapsed time: 25 seconds

Tengo un W7 64bits

Espero que me podais ayudar...

Saludos