Errore No output_folder
-
- Posts: 7
- Joined: Tue Jun 04, 2019 4:29 pm
Errore No output_folder
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
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Errore No output_folder
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
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
-
- Posts: 7
- Joined: Tue Jun 04, 2019 4:29 pm
Re: Errore No output_folder
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?
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?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Errore No output_folder
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:
to
Let me know if now it works.
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
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.
-
- Posts: 7
- Joined: Tue Jun 04, 2019 4:29 pm
Re: Errore No output_folder
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
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
-
- Posts: 7
- Joined: Tue Jun 04, 2019 4:29 pm
Re: Errore No output_folder
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 ?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Errore No output_folder
Sorry but I have no other ideas at the moment, contact who made that bat file.
-
- Posts: 7
- Joined: Tue Jun 04, 2019 4:29 pm
Re: Errore No output_folder
Ok thank you for your help if you have an idea contact me please. I'm going to continue but looking for my side.
-
- Posts: 7
- Joined: Tue Jun 04, 2019 4:29 pm
Re: Errore No output_folder
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
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Errore No output_folder
It's clearly written: "Starting quickbms without parameters for testing".
-
- Posts: 7
- Joined: Tue Jun 04, 2019 4:29 pm
Re: Errore No output_folder
ok thanks, so if I understood correctly I must parameters quickbms?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Errore No output_folder
Yes but in this specific case you have a bat file that should do it automatically.
Again, contact the author of that mod/bat
Again, contact the author of that mod/bat