We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This game has voices, but the sound stops early every time a voice file is played. It usually cuts off around 3/4 of the way through the file.
In the log I see a lot of stuff like this:
44:18:207 user_main I[ME]: HLE\sceMp3.cpp:182 sceMp3ReserveMp3Handle(09fff5b8) 44:18:223 user_main I[KERNEL]: HLE\sceKernelThread.cpp:2014 0=sceKernelStartThread(280, 4, 08a621ac) 44:18:240 ThreadCtrl I[KERNEL]: HLE\sceKernelThread.cpp:2066 sceKernelExitThread(0) 44:18:258 user_main I[ME]: HLE\sceMp3.cpp:314 sceMp3Init(09fff5b8) 44:18:258 user_main I[ME]: HLE\sceMp3.cpp:332 sceMp3Init(): channels=1, samplerate=32000Hz, bitrate=48kbps 44:32:878 user_main I[ME]: HLE\sceMp3.cpp:461 sceMp3ReleaseMp3Handle(09FFF5B8) 44:35:631 user_main I[ME]: HLE\sceMp3.cpp:461 sceMp3ReleaseMp3Handle(09FFF5B8) 44:35:631 user_main E[ME]: HLE\sceMp3.cpp:465 sceMp3ReleaseMp3Handle: bad mp3 handle 09fff5b8 44:35:831 user_main I[ME]: HLE\sceMp3.cpp:182 sceMp3ReserveMp3Handle(09fff5b8) 44:35:848 user_main I[KERNEL]: HLE\sceKernelThread.cpp:2014 0=sceKernelStartThread(280, 4, 08a621ac) 44:35:866 ThreadCtrl I[KERNEL]: HLE\sceKernelThread.cpp:2066 sceKernelExitThread(0) 44:35:883 user_main I[ME]: HLE\sceMp3.cpp:314 sceMp3Init(09fff5b8) 44:35:883 user_main I[ME]: HLE\sceMp3.cpp:332 sceMp3Init(): channels=1, samplerate=32000Hz, bitrate=48kbps
The text was updated successfully, but these errors were encountered:
Closing this as a duplicate of #5213.
-[Unknown]
Sorry, something went wrong.
No branches or pull requests
This game has voices, but the sound stops early every time a voice file is played. It usually cuts off around 3/4 of the way through the file.
In the log I see a lot of stuff like this:
44:18:207 user_main I[ME]: HLE\sceMp3.cpp:182 sceMp3ReserveMp3Handle(09fff5b8)
44:18:223 user_main I[KERNEL]: HLE\sceKernelThread.cpp:2014 0=sceKernelStartThread(280, 4, 08a621ac)
44:18:240 ThreadCtrl I[KERNEL]: HLE\sceKernelThread.cpp:2066 sceKernelExitThread(0)
44:18:258 user_main I[ME]: HLE\sceMp3.cpp:314 sceMp3Init(09fff5b8)
44:18:258 user_main I[ME]: HLE\sceMp3.cpp:332 sceMp3Init(): channels=1, samplerate=32000Hz, bitrate=48kbps
44:32:878 user_main I[ME]: HLE\sceMp3.cpp:461 sceMp3ReleaseMp3Handle(09FFF5B8)
44:35:631 user_main I[ME]: HLE\sceMp3.cpp:461 sceMp3ReleaseMp3Handle(09FFF5B8)
44:35:631 user_main E[ME]: HLE\sceMp3.cpp:465 sceMp3ReleaseMp3Handle: bad mp3 handle 09fff5b8
44:35:831 user_main I[ME]: HLE\sceMp3.cpp:182 sceMp3ReserveMp3Handle(09fff5b8)
44:35:848 user_main I[KERNEL]: HLE\sceKernelThread.cpp:2014 0=sceKernelStartThread(280, 4, 08a621ac)
44:35:866 ThreadCtrl I[KERNEL]: HLE\sceKernelThread.cpp:2066 sceKernelExitThread(0)
44:35:883 user_main I[ME]: HLE\sceMp3.cpp:314 sceMp3Init(09fff5b8)
44:35:883 user_main I[ME]: HLE\sceMp3.cpp:332 sceMp3Init(): channels=1, samplerate=32000Hz, bitrate=48kbps
The text was updated successfully, but these errors were encountered: