Why quickbms.exe couldn't extract .bin file perfectlly?

Results 1 to 5 of 5
  1. #1
    Breshit bara Elohim loveomg is offline
    MemberRank
    Mar 2007 Join Date
    642Posts

    Why quickbms.exe couldn't extract .bin file perfectlly?

    whenever I extract with quickbms.exe, it works about 50%
    I can't extract WZ_03.bin and WZ_04.bin...
    I have to modify quick_WarZ.txt ?


  2. #2
    Member renildomarcio is offline
    MemberRank
    Mar 2013 Join Date
    BR, USALocation
    57Posts

    Re: Why quickbms.exe couldn't extract .bin file perfectlly?

    Code:
    # BY ReildoMarcio (script 0.1.1)		# script for QuickBMS http://quickbms.aluigi.org
    
    
    		getdstring SIGN 4
    		if SIGN != "arfl"
    			print "you must open only the first file, WZ_00.bin"
    			cleanexit
    		endif
    
    
    		get VER long
    		get DUMMY long
    		get FILES long
    		get SIZE long
    		get DUMMY long
    		savepos OFFSET
    		comtype unzip_dynamic
    		clog MEMORY_FILE OFFSET SIZE SIZE
    		comtype zlib
    
    
    		get PACK_EXT extension
    		get PACK_BASENAME basename
    		string PACK_BASENAME >>= "_"
    
    
    		math LAST_PACK = -1
    		for i = 0 < FILES
    			getdstring NAME 260 MEMORY_FILE
    			get TYPE byte MEMORY_FILE
    			get PACK byte MEMORY_FILE
    			get OFFSET long MEMORY_FILE
    			get SIZE long MEMORY_FILE
    			get ZSIZE long MEMORY_FILE
    			get CRC long MEMORY_FILE
    			getdstring DUMMY 0x12 MEMORY_FILE
    			math PACK += 1
    
    
    			if PACK != LAST_PACK
    				string PACK_NAME p= "%s_%02d.%s" PACK_BASENAME PACK PACK_EXT
    				open FDSE PACK_NAME 1
    				math LAST_PACK = PACK
    			endif
    			math OFFSET += 4    # arfd
    
    
    			if TYPE == 2
    				clog NAME OFFSET ZSIZE SIZE 1
    			elif TYPE == 1
    				log NAME OFFSET SIZE 1
    			else
    				print "unknown TYPE %TYPE%, contact me"
    				cleanexit
    			endif
    		next i

  3. #3
    Breshit bara Elohim loveomg is offline
    MemberRank
    Mar 2007 Join Date
    642Posts

    Re: Why quickbms.exe couldn't extract .bin file perfectlly?

    Thank you ReildoMarcio,
    it am testing... ^^

    It gives bellow error at about 50% extracting..

    - error in src\xalloc.h line 600: xdbg_malloc()
    Error: memory allocation problem
    bla bla..

    How can I fix it?
    I am extracting 5 files (WZ_00.bin ~ WZ_04.bin)

  4. #4
    Enthusiast iceman1987 is offline
    MemberRank
    Apr 2013 Join Date
    MarsLocation
    37Posts

    Re: Why quickbms.exe couldn't extract .bin file perfectlly?

    why u just dont use WZ extract

  5. #5
    Harro Syxn is offline
    MemberRank
    Mar 2013 Join Date
    767Posts

    Re: Why quickbms.exe couldn't extract .bin file perfectlly?

    If you want animations i posted them here.

    http://forum.ragezone.com/f790/infes...0/#post7838307



Advertisement