09-21-2011, 07:18 AM (This post was last modified: 06-12-2013, 07:25 AM by nash67.)
aka
SMT: Persona 2: Innocent Sin
tested under r2319
game so far works great
working:
movies, audio, bgm and gfx are all working, battle voices .
broken:
some event voices don't work (mono at3+).
Tested Game settings
For more info on these settings consult the readme or see this thread
Code:
|Video|
[-] Disable VBO (automatically disabled if not supported)
[X] Only GE graphhics (not recommended for homebrew)
[X] Use vertex cache
[x] Use shaders (experimental)
[-] Use a Geometry Shader for 2D rendering (only relevant when using shaders)
[-] Disable UBO (automatically disabled if not supported, only relevant when using shaders)
[-] Enable VAO (only relevant when using shaders and vertex cache)
[x] Enable saving GE screen to Textures instead of Memory
[-] Enable decoding of indexed textures (using CLUT) in shader (only relevant when using shaders)
[x] Enable dynamic shader generation (only relevant when using shaders rec for AMD/ATI)
[-] Enable the shader implementation for the "Stencil Test" (more accurate but slower) //fix brightness
[-] Enable the shader implementation for the "Color Mask" (more accurate but slower)
|Media|
[x] Use Media Engine
[-] Extract media files to tmp folder
[x] Decode audio files with sonic stage (you must have ss installed for this to work)
[x] Use non-native fonts from flash0 folder
|Compiler|
[x] Use compiler (dynarec)
[-] Output profiler into to profiler.txt (only for compiler)
[500] Maximum method size
Legend
[-] = Unchecked
[x] = Checked
[!] = Optional, use at own risk (possibly a speedup, can cause crashes / bugs, disable this first if you run into problems)
Update::
to make the game brighter you can enable the "Stencil Test" option Jpcsp.
09-21-2011, 01:17 PM (This post was last modified: 09-21-2011, 01:23 PM by IVXXX.)
r2319
Places/dungeon with visible character sprites should be brighter, now it looks like all exploration takes at late evening. Emu sets wrong brightness or some sort of missing effect?
Some bgms disappear after played partly/once? Like one right at the beginning in seven sisters high.
09-21-2011, 08:35 PM (This post was last modified: 09-21-2011, 08:59 PM by hyakki.)
(09-21-2011, 01:17 PM)IVXXX Wrote: r2319
Places/dungeon with visible character sprites should be brighter, now it looks like all exploration takes at late evening. Emu sets wrong brightness or some sort of missing effect?
If you enable the stencil test option in Jpcsp it will fix the brightness problem. (though this option might only work with Nvidia cards)
Quote:Some bgms disappear after played partly/once? Like one right at the beginning in seven sisters high.
yea I noticed that too, maybe something with the looping code or some other audio breaks it
There seems to be some graphic glitch during game play. Weird character and images would appear on the top left corner of the screen during game play. Any fixes for this?
10-05-2011, 05:48 PM (This post was last modified: 10-05-2011, 06:17 PM by victor sant.)
I cant make musics to play. The sound effects plays right. This happens only to Persona 1 and 2, but not to other games. so i guess the problem isn't my audio card.
Also game don't load when i check the "Stencil Test" option.
EDIT: I just tested some more games and the music is lost on them, only FFTactics still have music. (although it's a bit glithy, but it was always like this)
I'm using the r2324 build, the music played on the builds before that.
10-05-2011, 07:51 PM (This post was last modified: 10-05-2011, 09:53 PM by victor sant.)
i'm testing Persona 1, 2 and 3, Breath of Fire, Final Fantasy Tactics and Final Fantasy IV Complete Collection
The music returned to Persona 3 and Breath of Fire. Although sound of videos still missing.
Persona 1, 2 and FFIV now lost the sound effects (before, there was sound effects, just the background music was missing)
The prompt window went crazy showing the same error infinite times:
Code:
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
at jpcsp.sound.SampleSourceWithADSR$ExponentDecrease.getNextCurveValue(S
ampleSourceWithADSR.java:222)
at jpcsp.sound.SampleSourceWithADSR$EnvelopeState.getNextEnvelopeValue(S
ampleSourceWithADSR.java:358)
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
at jpcsp.sound.SampleSourceWithADSR$ExponentDecrease.getNextCurveValue(S
ampleSourceWithADSR.java:222)
at jpcsp.sound.SampleSourceWithADSR$EnvelopeState.getNextEnvelopeValue(S
ampleSourceWithADSR.java:358)
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
at jpcsp.sound.SampleSourceWithADSR$ExponentDecrease.getNextCurveValue(S
ampleSourceWithADSR.java:222)
at jpcsp.sound.SampleSourceWithADSR$EnvelopeState.getNextEnvelopeValue(S
ampleSourceWithADSR.java:358)
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
at jpcsp.sound.SampleSourceWithADSR$ExponentDecrease.getNextCurveValue(S
ampleSourceWithADSR.java:222)
at jpcsp.sound.SampleSourceWithADSR$EnvelopeState.getNextEnvelopeValue(S
ampleSourceWithADSR.java:358)
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
at jpcsp.sound.SampleSourceWithADSR$ExponentDecrease.getNextCurveValue(S
ampleSourceWithADSR.java:222)
at jpcsp.sound.SampleSourceWithADSR$EnvelopeState.getNextEnvelopeValue(S
ampleSourceWithADSR.java:358)
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
at jpcsp.sound.SampleSourceWithADSR$ExponentDecrease.getNextCurveValue(S
ampleSourceWithADSR.java:222)
at jpcsp.sound.SampleSourceWithADSR$EnvelopeState.getNextEnvelopeValue(S
ampleSourceWithADSR.java:358)
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
at jpcsp.sound.SampleSourceWithADSR$ExponentDecrease.getNextCurveValue(S
ampleSourceWithADSR.java:222)
at jpcsp.sound.SampleSourceWithADSR$EnvelopeState.getNextEnvelopeValue(S
ampleSourceWithADSR.java:358)
at jpcsp.sound.SampleSourceWithADSR.getNextSample(SampleSourceWithADSR.j
ava:416)
at jpcsp.sound.SampleSourceWithDelay.getNextSample(SampleSourceWithDelay
.java:41)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:53)
at jpcsp.sound.SoundMixer.mix(SoundMixer.java:96)
at jpcsp.sound.SoundMixer.synthesize(SoundMixer.java:117)
at jpcsp.HLE.modules150.sceSasCore.__sceSasCore(sceSasCore.java:675)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.executeInner(HLEModuleF
unctionReflection.java:395)
at jpcsp.HLE.modules.HLEModuleFunctionReflection.execute(HLEModuleFuncti
onReflection.java:345)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.jav
a:388)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:111)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:67
9)
at _S1_3_8B572C0.s(_S1_3_8B572C0.java:4)
at _S1_3_8B554E4.s(_S1_3_8B554E4.java:72)
at _S1_3_8B53B74.s(_S1_3_8B53B74.java:76)
at _S1_3_8B50294.s(_S1_3_8B50294.java:52)
at _S1_3_8847A7C.s(_S1_3_8847A7C.java:112)
at _S1_3_8847A7C.exec(_S1_3_8847A7C.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:
710)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:51)
java.lang.ArrayIndexOutOfBoundsException: 2147483647
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.extrapolateSample(S
ampleSourceWithADSR.java:193)
at jpcsp.sound.SampleSourceWithADSR$ExponentIncrease.getNextCurveValue(S
ampleSourceWithADSR.java:200)
Here is the log that generated when i closed the game.
Code:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x519cc5b5, pid=2980, tid=2532
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode windows-x86 )
# Problematic frame:
# C [OpenAL32.dll+0x1c5b5]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x4ede1000): VMThread [stack: 0x4ee70000,0x4eec0000] [id=2532]
EAX=
[error occurred during error reporting (printing register info), id 0xc0000005]
Stack: [0x4ee70000,0x4eec0000], sp=0x4eebf9cc, free space=318k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [OpenAL32.dll+0x1c5b5]
C [OpenAL32.dll+0x21b6c]
C [ntdll.dll+0x118a] LdrInitializeThunk+0x24
C [ntdll.dll+0x23aba] RtlDestroyEnvironment+0x178
C [kernel32.dll+0x1ca96] IsValidLocale+0x8eb
C [kernel32.dll+0x1cb0e] ExitProcess+0x14
C [msvcr71.dll+0x8d04] exit+0x0
C [msvcr71.dll+0x8d11] exit+0xd
V [jvm.dll+0x11da2d]
V [jvm.dll+0x11cd4e]
V [jvm.dll+0x11d070]
V [jvm.dll+0x11d472]
V [jvm.dll+0x1411ac]
C [msvcr71.dll+0x9565] endthreadex+0xa0
C [kernel32.dll+0xb713] GetModuleFileNameA+0x1b4
VM_Operation (0x54a0fb40): Exit, mode: safepoint, requested by thread 0x4fbe6000
Other Threads:
=>0x4ede1000 VMThread [stack: 0x4ee70000,0x4eec0000] [id=2532]
VM state:at safepoint (shutting down)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x003055d8] Threads_lock - owner thread: 0x4ede1000
Heap
def new generation total 165184K, used 11049K [0x04b70000, 0x0fea0000, 0x1a0c0000)
eden space 146880K, 1% used [0x04b70000, 0x04da81b8, 0x0dae0000)
from space 18304K, 47% used [0x0dae0000, 0x0e3724e0, 0x0ecc0000)
to space 18304K, 0% used [0x0ecc0000, 0x0ecc0000, 0x0fea0000)
tenured generation total 366788K, used 270506K [0x1a0c0000, 0x306f1000, 0x44b70000)
the space 366788K, 73% used [0x1a0c0000, 0x2a8ea9c0, 0x2a8eaa00, 0x306f1000)
compacting perm gen total 25600K, used 25380K [0x44b70000, 0x46470000, 0x4cb70000)
the space 25600K, 99% used [0x44b70000, 0x46439218, 0x46439400, 0x46470000)
No shared spaces configured.
Environment Variables:
JAVA_HOME=C:\Arquivos de programas\Java\jre6
PATH=C:\Ruby192\bin;C:\Arquivos de programas\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;lib\;lib\windows-x86\
USERNAME=Victor
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 3
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1