Textures, recreate headers, conversions, algorithms and parsing of image files
yunyl
Posts: 25 Joined: Sat Aug 18, 2018 3:22 pm
Post
by yunyl » Sun Aug 18, 2019 4:35 pm
Hey guys! I'm trying to extract JD4's .bin files from PS3 with Aluigi's Just Dance 4 .bin script from his website. The script gives this error when I'm trying to extract some specific files.
Code:
Code: Select all
Error: the compressed LZO input is wrong or incomplete (-6) Info: algorithm 8 offset 0012efaa input size 0x00027fc5 163781 output size 0x00040000 262144 result 0xffffffff -1 Error: the uncompressed data (-1) is bigger than the allocated buffer (10758818) Last script line before the error or that produced the error: 18 clog MEMORY_FILE OFFSET CHUNK_ZSIZE CHUNK_SIZE
Here's the file that gives an error:
https://www.dropbox.com/s/bt6p3h09cwjok ... 9.bin?dl=0
Thanks!
Last edited by
yunyl on Wed Mar 04, 2020 2:59 pm, edited 1 time in total.
AlarodJD
Posts: 70 Joined: Thu Mar 21, 2019 1:02 am
Post
by AlarodJD » Tue Aug 20, 2019 2:58 am
Yunyl, if i tell, will you be my friend?
yunyl
Posts: 25 Joined: Sat Aug 18, 2018 3:22 pm
Post
by yunyl » Tue Aug 20, 2019 4:14 pm
AlarodJD wrote: Yunyl, if i tell, will you be my friend?
Who are you?
aluigi
Site Admin
Posts: 12984 Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi » Sun Aug 25, 2019 11:44 pm
AlarodJD
Posts: 70 Joined: Thu Mar 21, 2019 1:02 am
Post
by AlarodJD » Thu Aug 29, 2019 11:54 pm
I am alarod
yunyl
Posts: 25 Joined: Sat Aug 18, 2018 3:22 pm
Post
by yunyl » Mon Sep 02, 2019 5:08 pm
Thank you so much, it works now.