Just Dance 4 (PS3) .bin - QuickBMS Script Error

Textures, recreate headers, conversions, algorithms and parsing of image files
yunyl
Posts: 25
Joined: Sat Aug 18, 2018 3:22 pm

Just Dance 4 (PS3) .bin - QuickBMS Script Error

Post by yunyl »

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

Re: Just Dance 4 (PS3) .bin - QuickBMS Script Error

Post by AlarodJD »

Yunyl, if i tell, will you be my friend?
yunyl
Posts: 25
Joined: Sat Aug 18, 2018 3:22 pm

Re: Just Dance 4 (PS3) .bin - QuickBMS Script Error

Post by yunyl »

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

Re: Just Dance 4 (PS3) .bin - QuickBMS Script Error

Post by aluigi »

AlarodJD
Posts: 70
Joined: Thu Mar 21, 2019 1:02 am

Re: Just Dance 4 (PS3) .bin - QuickBMS Script Error

Post by AlarodJD »

I am alarod
yunyl
Posts: 25
Joined: Sat Aug 18, 2018 3:22 pm

Re: Just Dance 4 (PS3) .bin - QuickBMS Script Error

Post by yunyl »

aluigi wrote:Script 0.1.1:
http://aluigi.org/bms/just_dance_4.bms


Thank you so much, it works now.