hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
11.38k stars 2.19k forks source link

Project Diva Extend: Can't play Edit PV songs #4946

Closed GamerzHell9137 closed 10 years ago

GamerzHell9137 commented 10 years ago

Its imposible to play the Edited PV songs.

Normally you copy the Edited PV and get the MP3 file from NicoNicoDouga. Put the Edited PV in memstick>PSP>SAVEDATA and the MP3 file in memstick>MUSIC> XX.mp3 ( XX is the name of song, you can name it whatever you want)

Aftyer you do that you open the game, go in Edit mode,choose second option and you choose the Edited PV, afterwards you gotta choose the MP3 file. You press R to chage to Memory Stick and choose the MP3 file.

Now the problem is that you can't choose the MP3 file cause it can't be find anywhere. The game only shows 2 maps which are unnamed and which are empty,

ss 2013-12-30 at 10 58 18

Here are the files that i have used:

Edited PV Song: http://www.projectdiva.fr/editplay/kokoro-game-box.zip (You gotta put it in memstick>PSP>SAVEDATA; NPJH50465EDIT89 folder not the 12 KOKORO-GAME-BOX folder)

Song: http://www.youtube.com/watch?v=d5gloLvQiMM ( In description is niconicodouga link; You gotta put the MP3 song in memstick>PSP>MUSIC )

unknownbrackets commented 10 years ago

Does this functionality exist in the demo? Is anything interesting logged to the console / log file?

-[Unknown]

Fei-Lix commented 10 years ago

I just checked the log console but idk if this is interesting.. the yellow box mark was logged when I enter the Edit data and then choosing for a bgm for the edit play. it doesnt log when I press those empty folders. untitled

oh and keep entering the empty folder (9 times) until it stops showing the folders and showing "Musics not found" in japanese. it seems there is a certain directory that has 9 directory in each 2 folders? this is just my opinion.

GamerzHell9137 commented 10 years ago

I don't know if the Demo has Play Mode and i can't access the log for some reason, when i load it i just get a black screen in cmd, would like to help but it seems only RinkuFO can.

Fei-Lix commented 10 years ago

i think demo version doesnt have edit mode?

EDIT: yep, it doesnt have edit mode in demo version according to this demo gameplay: http://www.youtube.com/watch?v=OXsqZbBBbnQ

GamerzHell9137 commented 10 years ago

@RinkuFO Thanks for checking that.

I can confirm too that the Demo doesn't have Edit Mode.

Fei-Lix commented 10 years ago

@GamerzHell9137 you're welcome, i think we dont have chance to fix this cuz of without any interesting log coming from it.. :( plus @unknownbrackets cant help with it without edit mode on demo version.

GamerzHell9137 commented 10 years ago

@unknownbrackets No way for us to help somehow?

unknownbrackets commented 10 years ago

A debug log would help (from PPSSPPDebug, but you'll probably need to install Visual Studio 2010 Express for it.)

-[Unknown]

GamerzHell9137 commented 10 years ago

@unknownbrackets Have installed it but still can't open it

ss 2014-01-07 at 01 49 22 0

unknownbrackets commented 10 years ago

Sorry, needs to be Visual C++ 2010 Express.

-[Unknown]

GamerzHell9137 commented 10 years ago

@unknownbrackets Works now, and the Log is giving too much information. scrols every 0.1 second. Is it possible to send the whole log somehow?

GamerzHell9137 commented 10 years ago

@unknownbrackets Somehow i found the version that gives less information, here's what that says

log

And if there's a way to get the longer log then just show me how to get it.

unknownbrackets commented 10 years ago

You'll need to log to a file, I think there's a batch file that does it. Then just upload the file to gist.github.com.

This shorter long simply doesn't include anything helpful.

-[Unknown]

GamerzHell9137 commented 10 years ago

@unknownbrackets Gotta upload it somewhere, Google Chrome and Mozzila are crasing when posting the log(Its over 60 MB)

Can i post it to Mega or somewhere else? I hope i'm not violating the rules or something?

unknownbrackets commented 10 years ago

Mega or etc. should be fine. I don't know of any rules that would violate.

I suggest compressing it (zip, 7z, whatever), it will compress well.

-[Unknown]

GamerzHell9137 commented 10 years ago

@unknownbrackets here https://mega.co.nz/#!A5BRxaYQ!Kdh5H2QLO30dfeoS1O2fnWUBLhMztPSwamwo_pPlm7Q

unknownbrackets commented 10 years ago

sceIoDopen("ms0:/PSP/MUSIC/") sceIoDread( 421 0bffec00 ) = 1.mp3 sceIoDclose(421)

sceIoDopen("ms0:/PSP/MUSIC/////////") sceIoDread( 483 0bffec30 ) = 1.mp3 sceIoDclose(483)

Hmm, weird. A JpcspTrace would be helpful:

sceIoDopen 0xb29ddf9c 1 s sceIoDread 0xe3eb004c 2 xx sceIoDclose 0xeb092469 1 x

-[Unknown]

GamerzHell9137 commented 10 years ago

JpcspTrace? Tell me how to get it and i will do it! And i have put the MP3 of the song in more places

1 2 3 4 5

unknownbrackets commented 10 years ago

https://code.google.com/p/jpcsp/source/browse/trunk/ms0/JpcspTrace/README.txt https://code.google.com/p/jpcsp/source/browse/trunk/ms0/JpcspTrace/

-[Unknown]

GamerzHell9137 commented 10 years ago

Ahh i can't do that sadly, i don't have a PSP.

maybe @RinkuFO has one?

GamerzHell9137 commented 10 years ago

@unknownbrackets Have a friend with PSP, he's gonna test it now so ur gonna get the results in couple of minutes. Btw what does he need to do after he installs the plugin?

unknownbrackets commented 10 years ago

Change JpcspTrace.config to include those lines, run the game, do the mp3 thing in the game, quit the game, and then copy "log.txt" to gist.github.com or somewhere.

-[Unknown]

GamerzHell9137 commented 10 years ago

@unknownbrackets Thanks, he has some copying problems atm so we will do it tomorrow.

GamerzHell9137 commented 10 years ago

@unknownbrackets Mind if you edit the JpcspTrace.config? I just opened it with notepad but idk where to put the lines.

unknownbrackets commented 10 years ago

Just go to the end of the file, hit enter a few times, and paste those three lines:

sceIoDopen 0xb29ddf9c 1 s sceIoDread 0xe3eb004c 2 xx sceIoDclose 0xeb092469 1 x

-[Unknown]

Fei-Lix commented 10 years ago

@GamerzHell9137 nah, I sold away my PSP since past, but i still kept my UMDs though. so from now I am using this emulator for HD resolution lol

GamerzHell9137 commented 10 years ago

@unknownbrackets So its fine to open with Notepad and paste it like you said? Or should i use Microsoft Visual C++ 2010 Express to edit it?

@RinkuFO I see, the games do look lot better on PC lol Sold my PSP years ago, iirc when i beat KH BBS.

GamerzHell9137 commented 10 years ago

@unknownbrackets Well we tried and we don't get any log from it. Here's the files we used http://www64.zippyshare.com/v/22906567/file.html

EDIT: Then we tried with this config file http://www77.zippyshare.com/v/95437032/file.html

unknownbrackets commented 10 years ago

The second config file is correct. It should always generate a log.txt on the root of the memory stick, unless you didn't put seplugins on the root or something.

-[Unknown]

GamerzHell9137 commented 10 years ago

@unknownbrackets He says that he put them in ms0:/seplugins These are the files

ss 2014-01-09 at 04 46 17

And he enabled the plugin but it still doesn't give him a log file.

And he's on 6.60 PRO-C2

unknownbrackets commented 10 years ago

Hmm. I think in the vsh menu you can turn on/off plugins globally, maybe they're off?

Also, I made some tweaks to JpcspTrace, you can find a slightly altered / maybe improved one here: https://github.com/unknownbrackets/JpcspTrace

-[Unknown]

GamerzHell9137 commented 10 years ago

@unknownbrackets The improved one works, don't know why

Here's the log file

https://gist.github.com/GamerzHell9137/9175681

GamerzHell9137 commented 10 years ago

Uhh... bump?

unknownbrackets commented 10 years ago

Well, the log file is useful because it shows that things aren't supposed to happen, but I'm not sure why yet. Probably need to do a lot of testing in sceMp3.

-[Unknown]

Rin2020 commented 10 years ago

I'm having the same problem, were you able to fix it?

GamerzHell9137 commented 10 years ago

@Rin2020 Nope, not yet fixed.

dbz400 commented 10 years ago

Humm this one should be already working in latest buildbot ? not too sure if mix up anything here.

npjh50465_00000

GamerzHell9137 commented 10 years ago

Ohhh~ It is fixed, awesome.

ghost commented 10 years ago

Hello @raven02 can you help me i have the same problem and i don't know how to fix it and some files have been delated

ghost commented 10 years ago

@Rin2020 good news in the new version of ppsspp you can add the mp3 in the memory stick ! i'm so happy