Errore No output_folder

Doubts, help and support about QuickBMS and other game research tools
genji1993
Posts: 7
Joined: Tue Jun 04, 2019 4:29 pm

Errore No output_folder

Post by genji1993 »

Hello sorry for my english

I use a special build for undub a ps3 game (Tales of grace F) EU version : http://zupimages.net/viewer.php?id=19/23/2jdj.png
Once I arrive at the CRI Packed file maker for console step I have an error: Could not start quickbms correctly: http://zupimages.net/viewer.php?id=19/23/lxzp.png
I think the problem comes from no oupluck_folder

could you help me solve my problem
Thank you
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Errore No output_folder

Post by aluigi »

I guess you are using a custom .bat file or an external tool.
The problem is that it's missing some arguments required by quickbms.
Maybe the bat/tool used to launch quickbms.exe doesn't delimit the paths and a file like "c:\folder\my file.txt" will be two arguments, if that's the case would be enough to move all that folder in a path like c:\tempdir

Honestly I can't work on the errors of other people :)
genji1993
Posts: 7
Joined: Tue Jun 04, 2019 4:29 pm

Re: Errore No output_folder

Post by genji1993 »

yes it is a bat customize for undub tales of graces f undub EU.
this is the only one I found on the ned unfortunately there is no tutorial ...
I am you my folder with the bat in attached piece
is it possible that someone is looking to find the problem please?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Errore No output_folder

Post by aluigi »

Try the following.

Open BUILD_UNDUB_FILES.BAT with a text editor.

Search the following:
quickbms -f

You will see 3 occurrences of that string.
Replace the * character in these lines with {}

For example, from:

Code: Select all

quickbms -f "*debug_*.chd" cpk_ndc.bms rootR_EU.cpk eu_files
if not %ERRORLEVEL% EQU 0 goto error

rem uncompress chd files
title TOGF EURO UNDUB - uncompressing skit files
quickbms -f "*.chd" cpk.bms rootR_EU.cpk chd_unc_eu
if not %ERRORLEVEL% EQU 0 goto error
quickbms -f "*.chd" cpk.bms rootR_JP.cpk chd_unc_jp
to

Code: Select all

quickbms -f "{}debug_{}.chd" cpk_ndc.bms rootR_EU.cpk eu_files
if not %ERRORLEVEL% EQU 0 goto error

rem uncompress chd files
title TOGF EURO UNDUB - uncompressing skit files
quickbms -f "{}.chd" cpk.bms rootR_EU.cpk chd_unc_eu
if not %ERRORLEVEL% EQU 0 goto error
quickbms -f "{}.chd" cpk.bms rootR_JP.cpk chd_unc_jp

Let me know if now it works.
genji1993
Posts: 7
Joined: Tue Jun 04, 2019 4:29 pm

Re: Errore No output_folder

Post by genji1993 »

thank you for your help

I did as you show me: http://zupimages.net/viewer.php?id=19/23/sszz.png
(I did not wrong ? I changed with the windows notepad)
unfortunately it does not always work the same error
genji1993
Posts: 7
Joined: Tue Jun 04, 2019 4:29 pm

Re: Errore No output_folder

Post by genji1993 »

Do you want me to put in piece together the 2 files rootR. cpk (eu and jap) to be able to start the . bat and see if you have the same problème as me ?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Errore No output_folder

Post by aluigi »

Sorry but I have no other ideas at the moment, contact who made that bat file.
genji1993
Posts: 7
Joined: Tue Jun 04, 2019 4:29 pm

Re: Errore No output_folder

Post by genji1993 »

Ok thank you for your help if you have an idea contact me please. I'm going to continue but looking for my side.
genji1993
Posts: 7
Joined: Tue Jun 04, 2019 4:29 pm

Re: Errore No output_folder

Post by genji1993 »

Hello
I did some research and I think I found my problem.
on this image : http://zupimages.net/viewer.php?id=19/23/5otz.png
I have the impression that there is a problem between cpkmakec and quickbms
my error comes just after: http://zupimages.net/viewer.php?id=19/23/lxzp.png

Do you think there is a problem between the two?

Thank you
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Errore No output_folder

Post by aluigi »

It's clearly written: "Starting quickbms without parameters for testing".
genji1993
Posts: 7
Joined: Tue Jun 04, 2019 4:29 pm

Re: Errore No output_folder

Post by genji1993 »

ok thanks, so if I understood correctly I must parameters quickbms?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Errore No output_folder

Post by aluigi »

Yes but in this specific case you have a bat file that should do it automatically.
Again, contact the author of that mod/bat