This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add support MP3 as BGM
#1
Reported from my freind onelight

Some games can use the PSP above ms0:/PSP/MUSIC or ms0:/MUSIC or another folder inside the mp3 file as the game BGM or audio source, such as Hatsune Miku edit mode, gundam g generation over world's custom BGM

Try Hatsune Miku: Inside the ms0 ,create Music folder ,put MP3 into it ,go to Project DIVA Extend 's edit mode,the result is that the game could not find MP3 files,1.jpg,get log1 (JPCSP r3115)

seem this probrem
Code:
00:01:24 WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/PSP/MUSIC' not a directory! (could be missing)
00:01:24 WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/MUSIC' not a directory! (could be missing)


Attached Files Thumbnail(s)
   

.zip   log1.zip (Size: 17.98 KB / Downloads: 140)
Reply
#2
Hmm, odd...
It looks like it can't find the MP3 folder. Could you please check if your friend did the following:
- Open ms0 folder;
- Open PSP folder;
- Create a new folder called MUSIC (must be capitalized, "MUSIC" and not "Music");
- Place the MP3 files inside this folder.

Thanks! Smile
Reply
#3
log2 this instruction
(04-25-2013, 12:24 AM)Hykem Wrote: Hmm, odd...
It looks like it can't find the MP3 folder. Could you please check if your friend did the following:
- Open ms0 folder;
- Open PSP folder;
- Create a new folder called MUSIC (must be capitalized, "MUSIC" and not "Music");
- Place the MP3 files inside this folder.

Thanks! Smile
log3 also do in ms0\MUSIC

Both case still can't find the mp3 file.


Attached Files
.zip   log2.zip (Size: 17.52 KB / Downloads: 121)
.zip   log3.zip (Size: 17.5 KB / Downloads: 125)
Reply
#4
(04-26-2013, 01:50 PM)sum2012 Wrote: log2 this instruction
(04-25-2013, 12:24 AM)Hykem Wrote: Hmm, odd...
It looks like it can't find the MP3 folder. Could you please check if your friend did the following:
- Open ms0 folder;
- Open PSP folder;
- Create a new folder called MUSIC (must be capitalized, "MUSIC" and not "Music");
- Place the MP3 files inside this folder.

Thanks! Smile
log3 also do in ms0\MUSIC

Both case still can't find the mp3 file.

what is different between "ms0\MUSIC" and “ms0:/MUSIC” ?
I text AKB 1/48 and found this in log :

14:38:54 INFO hle.IoFileMgrForUser - SOUND:STRThread - hleIoOpen filename = ms0:/MUSIC/AKB48/AKB48-君について.mp3 flags = 1 permissions = 00
14:38:54 INFO hle.IoFileMgrForUser - SOUND:STRThread - hleIoOpen filename = ms0:/MUSIC/AKB48/AKB48-桜の花びらたち.mp3 flags = 1 permissions = 00
Reply
#5
Code:
00:01:24 WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/PSP/MUSIC' not a directory! (could be missing)
00:01:24 WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/MUSIC' not a directory! (could be missing)
I've discovered a new parameter for these functions and implemented it in r3468. Could you retest?

Thank you!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#6
(03-25-2014, 08:42 PM)gid15 Wrote:
Code:
00:01:24 WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/PSP/MUSIC' not a directory! (could be missing)
00:01:24 WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/MUSIC' not a directory! (could be missing)
I've discovered a new parameter for these functions and implemented it in r3468. Could you retest?

Thank you!
Thank you! I am waiting this for a long time.
text r3469, can find mp3 file now.
Project DIVA Extend
can load 48000 kHz MP3 , but can not load 44100kHz mp3
Code:
20:44:58  WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/PSP/MUSIC' not a directory! (could be missing)
20:45:04  INFO compiler - user_main - Splitting _S1_2_898E1C8 (80/50)
20:45:04  INFO compiler - user_main - Splitting _S1_2_895FD04 (77/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_895FE38 (170/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_880419C (80/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_88085B8 (122/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8807A64 (211/50)
20:45:08  INFO hle.IoFileMgrForUser - user_main - hleIoOpen filename = ms0:/MUSIC/追加楽曲集1/1/6 -d2 mix-(追加楽曲集1).mp3 flags = 1 permissions = 00
20:45:08  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0304) PSP_MODULE_AV_MP3 loaded
20:45:08  INFO hle.sceMp3 - user_main - sceMp3InitResource
20:45:08  INFO compiler - user_main - Splitting _S1_2_8806750 (107/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_88068FC (83/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8808C10 (127/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8807EC8 (187/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8807644 (56/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8805EA8 (111/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_88087E4 (151/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8807724 (163/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8806064 (103/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8806CD8 (313/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_88063C4 (56/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_88071BC (194/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8804B7C (196/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_88049B4 (75/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_88048BC (62/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8808A44 (115/50)
20:45:08  INFO hle.sceMp3 - user_main - Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.
20:45:08  INFO compiler - user_main - Splitting _S1_2_8806A48 (153/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8806524 (139/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8804000 (75/50)
20:45:08  INFO hle.sceMp3 - user_main - sceMp3TermResource
20:45:08  INFO compiler - user_main - Splitting _S1_2_880832C (86/50)
20:45:08  INFO compiler - user_main - Splitting _S1_2_8807DB0 (54/50)
20:45:08  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0304) PSP_MODULE_AV_MP3 unloaded
20:45:08  INFO compiler - user_main - Splitting _S1_2_898E308 (140/50)
20:45:18  INFO compiler - user_main - Splitting _S1_2_8960324 (93/50)
20:45:18  INFO compiler - user_main - Splitting _S1_2_8960A90 (95/50)
20:45:18  WARN hle.IoFileMgrForUser - user_main - sceIoDopen 'ms0/PSP/MUSIC' not a directory! (could be missing)
20:45:24  INFO hle.IoFileMgrForUser - user_main - hleIoOpen filename = ms0:/MUSIC/追加楽曲集1 48000kHz/1/6 -d2 mix-(追加楽曲集1).mp3 flags = 1 permissions = 00
20:45:24  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0304) PSP_MODULE_AV_MP3 loaded
20:45:24  INFO hle.sceMp3 - user_main - sceMp3InitResource
20:45:24  INFO hle.sceMp3 - user_main - Initializing Mp3 data: channels=2, samplerate=48000kHz, bitrate=128kbps.
20:45:24  INFO hle.sceMp3 - user_main - sceMp3TermResource
20:45:24  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0304) PSP_MODULE_AV_MP3 unloaded
20:45:24  INFO compiler - user_main - Splitting _S1_2_88A1F18 (69/50)
20:45:24  INFO compiler - user_main - Splitting _S1_2_8986044 (684/50)
20:45:24  INFO compiler - user_main - Splitting _S1_2_887604C (136/50)
20:45:24  INFO compiler - user_main - Splitting _S1_2_897B6FC (56/50)
20:45:24  INFO compiler - user_main - Splitting _S1_2_897F418 (71/50)
20:45:24  INFO compiler - user_main - Splitting _S1_2_897FB88 (121/50)
20:45:25  INFO compiler - user_main - Splitting _S1_2_8866CA0 (91/50)
20:45:25  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0300) PSP_MODULE_AV_AVCODEC unloaded
20:45:25  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0305) PSP_MODULE_AV_VAUDIO unloaded
20:45:25  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0305) PSP_MODULE_AV_VAUDIO loaded
20:45:25  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0300) PSP_MODULE_AV_AVCODEC loaded
20:45:25  INFO compiler - user_main - Splitting _S1_2_88052D4 (672/50)
20:45:25  INFO hle.IoFileMgrForUser - user_main - hleIoOpen filename = ms0:/MUSIC/追加楽曲集1 48000kHz/1/6 -d2 mix-(追加楽曲集1).mp3 flags = 1 permissions = 00
20:45:25  INFO hle.sceUtility - user_main - sceUtilityLoadModule(module=0x0304) PSP_MODULE_AV_MP3 loaded
20:45:25  INFO hle.sceMp3 - user_main - sceMp3InitResource
20:46:28  INFO compiler - user_main - Splitting _S1_2_880C4FC (151/50)
20:46:28  INFO hle.sceMp3 - user_main - sceMp3TermResource
20:46:28  INFO hle.sceUtility - user_main - sceUtilityUnloadModule(module=0x0304) PSP_MODULE_AV_MP3 unloaded
20:46:29  INFO compiler - user_main - Splitting _S1_2_8876310 (240/50)
20:46:29  INFO compiler - user_main - Splitting _S1_2_887169C (278/50)
20:46:29  INFO compiler - user_main - Splitting _S1_2_8BB4FD4 (147/50)
20:46:55  INFO compiler - user_main - Splitting _S1_2_8876D68 (86/50)
20:46:56  INFO compiler - user_main - Splitting _S1_2_8876F08 (63/50)
20:46:56  INFO compiler - user_main - Splitting _S1_2_88A2C9C (105/50)
20:46:56  INFO compiler - user_main - Splitting _S1_2_88AD510 (540/50)
20:46:56  INFO compiler - user_main - Splitting _S1_2_8AB2838 (179/50)
20:46:56  INFO compiler - user_main - Splitting _S1_2_88A6598 (58/50)
20:46:57  INFO compiler - user_main - Splitting _S1_2_88A5A3C (58/50)
20:46:57  INFO compiler - user_main - Splitting _S1_2_88A3910 (52/50)
20:46:57  INFO compiler - user_main - Splitting _S1_2_88AE490 (646/50)
20:46:57  INFO compiler - user_main - Splitting _S1_2_89B59EC (85/50)
20:46:57  INFO compiler - user_main - Splitting _S1_2_89AD07C (221/50)
20:46:59  INFO compiler - user_main - Splitting _S1_2_88A8944 (97/50)
20:47:00  INFO compiler - user_main - Splitting _S1_2_8877110 (355/50)
20:47:00  INFO compiler - user_main - Splitting _S1_2_887795C (97/50)
20:47:00  INFO compiler - user_main - Splitting _S1_2_88A2BBC (56/50)
20:47:00  INFO compiler - user_main - Splitting _S1_2_89AFBCC (64/50)
20:47:00  INFO compiler - user_main - Splitting _S1_2_89B4CE4 (59/50)
20:47:00  INFO compiler - user_main - Splitting _S1_2_8862114 (134/50)
20:47:00  INFO compiler - user_main - Splitting _S1_2_8959F88 (96/50)
20:47:00  INFO       ge - GUI - Compiling VertexInfoReader for GU_TEXTURE_32BITF|GU_NORMAL_8BIT|GU_VERTEX_32BITF|GU_TRANSFORM_3D size=24
20:47:01  INFO compiler - user_main - Splitting _S1_2_8877ADC (68/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_8877BE0 (404/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_89167D8 (345/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_89168C8 (61/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_8916A0C (121/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_8916B08 (66/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_8916B28 (69/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_8916C24 (144/50)
20:47:01  INFO compiler - user_main - Splitting _S1_2_8901924 (469/50)
text AKB1/48 guam NPJH50472
skip 48000 kHz mp3, just play 441000 kHz mp3.
Code:
20:54:54  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = ms0:/MUSIC/AKB48/二息歩行(追加楽曲集1).mp3 flags = 1 permissions = 00
20:54:54  INFO compiler - SOUND:STRInitThread - Splitting _S1_2_8921518 (51/50)
20:54:54  INFO hle.sceMp3 - SOUND:STRInitThread - Initializing Mp3 data: channels=2, samplerate=48000kHz, bitrate=128kbps.
20:54:54  INFO compiler - SOUND:STRInitThread - Splitting _S1_2_8921338 (69/50)
20:54:55  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = ms0:/MUSIC/AKB48/最後の女王 - 巡音ルカ.mp3 flags = 1 permissions = 00
20:54:55  INFO hle.sceMp3 - SOUND:STRInitThread - Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.
20:54:55  INFO compiler - SOUND:STRInitThread - Splitting _S1_2_892144C (51/50)
20:54:55  WARN hle.sceMp3 - SOUND:STRInitThread - Unimplemented sceMp3GetFrameNum mp3Stream=Mp3Stream(maxSize=2095680, availableSize=2095680, readPos=0, writePos=0)
20:54:55  INFO compiler - SOUND:STRMainThread - Splitting _S1_2_892104C (53/50)
20:54:55  INFO compiler - SOUND:STRMainThread - Splitting _S1_2_8920E3C (125/50)
20:54:55  INFO compiler - SOUND:STRMainThread - Splitting _S1_2_89211A0 (57/50)
20:54:58  INFO compiler - user_main - Splitting _S1_2_883F8C4 (62/50)
20:55:17  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = ms0:/MUSIC/AKB48/歌に形はないけれど(追加楽曲集1).mp3 flags = 1 permissions = 00
20:55:17  INFO hle.sceMp3 - SOUND:STRInitThread - Initializing Mp3 data: channels=2, samplerate=48000kHz, bitrate=128kbps.
20:55:17  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = ms0:/MUSIC/AKB48/裏表ラバーズ(追加楽曲集1).mp3 flags = 1 permissions = 00
20:55:18  INFO hle.sceMp3 - SOUND:STRInitThread - Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.
20:55:18  WARN hle.sceMp3 - SOUND:STRInitThread - Unimplemented sceMp3GetFrameNum mp3Stream=Mp3Stream(maxSize=2095680, availableSize=2095680, readPos=0, writePos=0)
20:55:28  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/bgm/bgm14.at3 flags = 1 permissions = 00
20:55:29  INFO hle.sceAtrac3plus - SOUND:STRInitThread - hleAtracSetData atID=0x0, buffer=0x08CB1E40, readSize=0x11EFB0, bufferSize=0x11EFB0, fileSize=0x11EFB0
20:55:37  INFO compiler - user_main - Splitting _S1_2_892A290 (138/50)
20:55:38  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = disc0:/PSP_GAME/USRDIR/bgm/bgm14.at3 flags = 1 permissions = 00
20:55:38  INFO compiler - user_main - Splitting _S1_2_892AB54 (56/50)
20:55:38  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = ms0:/MUSIC/AKB48/裏表ラバーズ(追加楽曲集1).mp3 flags = 1 permissions = 00
20:55:38  INFO hle.sceMp3 - SOUND:STRInitThread - Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.
20:55:38  WARN hle.sceMp3 - SOUND:STRInitThread - Unimplemented sceMp3GetFrameNum mp3Stream=Mp3Stream(maxSize=2095680, availableSize=2095680, readPos=0, writePos=0)
20:55:39  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = ms0:/MUSIC/AKB48/最後の女王 - 巡音ルカ.mp3 flags = 1 permissions = 00
20:55:39  INFO hle.sceMp3 - SOUND:STRInitThread - Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.
20:55:39  WARN hle.sceMp3 - SOUND:STRInitThread - Unimplemented sceMp3GetFrameNum mp3Stream=Mp3Stream(maxSize=2095680, availableSize=2095680, readPos=0, writePos=0)
20:58:55  INFO hle.IoFileMgrForUser - SOUND:STRInitThread - hleIoOpen filename = ms0:/MUSIC/AKB48/裏表ラバーズ(追加楽曲集1).mp3 flags = 1 permissions = 00
20:58:55  INFO hle.sceMp3 - SOUND:STRInitThread - Initializing Mp3 data: channels=2, samplerate=44100kHz, bitrate=128kbps.
20:58:55  WARN hle.sceMp3 - SOUND:STRInitThread - Unimplemented sceMp3GetFrameNum mp3Stream=Mp3Stream(maxSize=2095680, availableSize=2095680, readPos=0, writePos=0)
and not show mp3 image.
   

text SD Gundam G Generation Over World
this game not allow you add 48000 kHz mp3. I text 44100 kHz mp3 , but I just hear something like !..@..#..$..%..^..&..*..

Code:
0 [UserMain] INFO  compiler - Splitting _S1_2_886733C (174/50)
174 [CRI Server Manager] INFO  hle.sceAtrac3plus - sceAtracLowLevelInitDecoder atID=0x2, paramsAddr=0x09F9C8A0
205 [CRI Atom Atrac Decode] INFO  hle.sceAtrac3plus - hleAtracSetData atID=0x2, buffer=0x09DDB400, readSize=0x150, bufferSize=0xC0, fileSize=0x99D50
206 [CRI Atom Atrac Decode] INFO  hle.sceAtrac3plus - Decodable AT3 data detected.
207 [CRI Atom Atrac Decode] INFO  hle.sceAtrac3plus - Playing AT3 file 'PartialVirtualFile[UmdIsoVirtualFile[UmdIsoFile(name='DATAUMD.CPK', length=0x1A0320AD, startSector=0xE4E0), sectorBlockMode=false], startPosition=0x9987000, length=0x99D50]'
226 [UserMain] INFO  compiler - Splitting _S1_2_8872690 (94/50)
286 [UserMain] INFO  compiler - Splitting _S1_2_886F800 (133/50)
288 [UserMain] INFO  compiler - Splitting _S1_2_8A87D94 (57/50)
291 [UserMain] INFO  compiler - Splitting _S1_2_8A5985C (68/50)
294 [UserMain] INFO  compiler - Splitting _S1_2_8B9D97C (51/50)
1796 [UserMain] INFO  compiler - Splitting _S1_2_88865E0 (63/50)
1801 [UserMain] INFO  compiler - Splitting _S1_2_88866DC (57/50)
1836 [UserMain] INFO  compiler - Splitting _S1_2_88872A8 (269/50)
1904 [UserMain] INFO  compiler - Splitting _S1_2_88894C4 (56/50)
1906 [UserMain] INFO  compiler - Splitting _S1_2_88868C0 (72/50)
1961 [UserMain] INFO  compiler - Splitting _S1_2_88869E8 (66/50)
2009 [UserMain] INFO  hle.sceUtility - sceUtilitySavedataInitStart 0x08D30F2C-0x08D3152C: Address 0x08D30F2C, mode=12(FILES), gameName=NPJH50681, saveName=INSTALL, fileName=, secureVersion=0
2691 [UserMain] INFO  hle.sceUtility - sceUtilitySavedataInitStart 0x08D3374C-0x08D33D4C: Address 0x08D3374C, mode=8(SIZES), gameName=NPJH50681, saveName=, fileName=SYSTEM.DAT, secureVersion=0
3309 [UserMain] INFO  hle.sceUtility - sceUtilitySavedataInitStart 0x08D37254-0x08D37854: Address 0x08D37254, mode=11(LIST), gameName=NPJH50681, saveName=*, fileName=, secureVersion=0
4259 [UserMain] INFO  compiler - Splitting _S1_2_8886AF8 (69/50)
4298 [UserMain] INFO  compiler - Splitting _S1_2_8886C14 (56/50)
4300 [UserMain] INFO  compiler - Splitting _S1_2_888BB84 (69/50)
4303 [UserMain] INFO  compiler - Splitting _S1_2_888C070 (150/50)
4305 [UserMain] INFO  hle.sceUtility - sceUtilitySavedataInitStart 0x08D30D4C-0x08D3134C: Address 0x08D30D4C, mode=1(AUTOSAVE), gameName=NPJH50681, saveName=SYSTEM, fileName=SYSTEM.DAT, secureVersion=0
5184 [UserMain] INFO  compiler - Splitting _S1_2_888712C (93/50)
19186 [UserMain] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/星屑ユートピア - otetsu,巡音ルカ.mp3 flags = 1 permissions = 00
22270 [UserMain] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/最後の女王 - 巡音ルカ.mp3 flags = 1 permissions = 00
24287 [UserMain] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/歌に形はないけれど(追加楽曲集1).mp3 flags = 1 permissions = 00
26503 [UserMain] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/裏表ラバーズ(追加楽曲集1).mp3 flags = 1 permissions = 00
29487 [UserMain] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/裏表ラバーズ(追加楽曲集1).mp3 flags = 1 permissions = 00
29555 [CRI FS File Access 0] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/裏表ラバーズ(追加楽曲集1).mp3 flags = 4001 permissions = 020644
29589 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA5414 [0x1B839B83] Module 'sceMp3' - $a0=0x0000A300 $a1=0x00000000 $a2=0x00000000
29590 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA542C [0xE3EE2C81] Module 'sceMp3' - $a0=0x0000A300 $a1=0x09DA3854 $a2=0x09F9C8C0
32240 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA5414 [0x1B839B83] Module 'sceMp3' - $a0=0x0000A300 $a1=0x00000000 $a2=0x00000000
32256 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA5414 [0x1B839B83] Module 'sceMp3' - $a0=0x0000A300 $a1=0x00000000 $a2=0x00000000
32271 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA5414 [0x1B839B83] Module 'sceMp3' - $a0=0x0000A300 $a1=0x00000000 $a2=0x00000000
39921 [UserMain] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/裏表ラバーズ(追加楽曲集1).mp3 flags = 1 permissions = 00
39991 [CRI FS File Access 0] INFO  hle.IoFileMgrForUser - hleIoOpen filename = ms0:/MUSIC/OVERWORLD/裏表ラバーズ(追加楽曲集1).mp3 flags = 4001 permissions = 020644
40022 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA5414 [0x1B839B83] Module 'sceMp3' - $a0=0x0000A300 $a1=0x00000000 $a2=0x00000000
40023 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA542C [0xE3EE2C81] Module 'sceMp3' - $a0=0x0000A300 $a1=0x09DA3854 $a2=0x09F9C8C0
54006 [CRI Server Manager] ERROR runtime - Catched Throwable in RuntimeThread:
java.lang.ArrayIndexOutOfBoundsException: 41943040        at _S1_2_8AC2CDC.s8ac2ed8(_S1_2_8AC2CDC.java:512)        at _S1_2_8AC2CDC.s(_S1_2_8AC2CDC.java:508)        at _S1_2_8AC2CDC.exec(_S1_2_8AC2CDC.java)        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)        at _S1_2_8AC33B0.s(_S1_2_8AC33B0.java:28)        at _S1_2_8ACECCC.s8acedb4(_S1_2_8ACECCC.java:272)        at _S1_2_8ACECCC.s(_S1_2_8ACECCC.java:232)        at _S1_2_8ACE928.s8acea04(_S1_2_8ACE928.java:292)        at _S1_2_8ACE928.s(_S1_2_8ACE928.java:220)        at _S1_2_8ACE760.s8ace834(_S1_2_8ACE760.java:216)        at _S1_2_8ACE760.s(_S1_2_8ACE760.java:212)        at _S1_2_8ACE760.exec(_S1_2_8ACE760.java)        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)        at _S1_2_8B010B8.s(_S1_2_8B010B8.java:52)        at _S1_2_8ACE6D8.s(_S1_2_8ACE6D8.java:108)        at _S1_2_8ACE6BC.s(_S1_2_8ACE6BC.java:12)        at _S1_2_8AAFEA0.s(_S1_2_8AAFEA0.java:84)        at _S1_2_8ABB18C.s(_S1_2_8ABB18C.java:92)        at _S1_2_8ABB124.s(_S1_2_8ABB124.java:72)        at _S1_2_8ABB108.s(_S1_2_8ABB108.java:12)        at _S1_2_8ABB108.exec(_S1_2_8ABB108.java)        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)        at _S1_2_8B04E88.s(_S1_2_8B04E88.java:284)        at _S1_2_8B0510C.s(_S1_2_8B0510C.java:12)        at _S1_2_8B0510C.exec(_S1_2_8B0510C.java)        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)        at _S1_2_8B01D30.s(_S1_2_8B01D30.java:100)        at _S1_2_8B01D30.exec(_S1_2_8B01D30.java)        at jpcsp.Allegrex.compiler.RuntimeContext.jumpCall(RuntimeContext.java:157)        at jpcsp.Allegrex.compiler.RuntimeContext.call(RuntimeContext.java:210)        at _S1_2_8B054D4.s(_S1_2_8B054D4.java:68)        at _S1_2_8B054D4.exec(_S1_2_8B054D4.java)        at jpcsp.Allegrex.compiler.RuntimeContext.execWithReturnAddress(RuntimeContext.java:668)        at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:709)        at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:50)
Reply
#7
Code:
40022 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA5414 [0x1B839B83] Module 'sceMp3' - $a0=0x0000A300 $a1=0x00000000 $a2=0x00000000
40023 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA542C [0xE3EE2C81] Module 'sceMp3' - $a0=0x0000A300 $a1=0x09DA3854 $a2=0x09F9C8C0
It would be interesting if you could generate a log file at INFO level with the following line added to your LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
It looks like these unimplemented calls are related to low level mp3 decoding...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#8
(03-26-2014, 02:57 PM)gid15 Wrote:
Code:
40022 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA5414 [0x1B839B83] Module 'sceMp3' - $a0=0x0000A300 $a1=0x00000000 $a2=0x00000000
40023 [CRI Server Manager] WARN  hle - IGNORING: Unmapped import at 0x08BA542C [0xE3EE2C81] Module 'sceMp3' - $a0=0x0000A300 $a1=0x09DA3854 $a2=0x09F9C8C0
It would be interesting if you could generate a log file at INFO level with the following line added to your LogSettings.xml:
Code:
<logger name='compiler'> <level value='debug' /> </logger>
It looks like these unimplemented calls are related to low level mp3 decoding...
OK
log

.zip   log.zip (Size: 1.12 MB / Downloads: 142)
Reply
#9
From the information in the log file, I've implemented empty functions for sceMp3LowLevelInit and sceMp3LowLevelDecode. Could you generate a new log using r3470 (or newer)?

Thank you!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#10
(03-26-2014, 08:35 PM)gid15 Wrote: From the information in the log file, I've implemented empty functions for sceMp3LowLevelInit and sceMp3LowLevelDecode. Could you generate a new log using r3470 (or newer)?

Thank you!
ok r3472 log

.zip   compiler sceMp3 debug log.zip (Size: 1.17 MB / Downloads: 143)

BTW, I remember r2809 or older jpcsp run SD Gundam G Generation Over World with no bgm error.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)