Blue Reflection memory problem

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
kyon
Posts: 4
Joined: Sat Jun 23, 2018 5:19 am

Blue Reflection memory problem

Post by kyon »

Hi!
I'm trying to export some locations from Blue Reflection, but the large files are giving me this error.
This script works with the small files using a 0.8.1 version.
Here is the script: https://pastebin.com/VtE5DMgS
Here is the file: https://mega.nz/#!JJlm2S7S!_ZAXdWBH73D0 ... NLbbPyVHuk

Error:

Code: Select all

error in src\extra\xalloc.c line 618: xdbg_malloc()

Error: memory allocation problem
       Not enough storage is available to process this command.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Blue Reflection memory problem

Post by aluigi »

kyon
Posts: 4
Joined: Sat Jun 23, 2018 5:19 am

Re: Blue Reflection memory problem

Post by kyon »

aluigi wrote:Script 0.3.1:
http://aluigi.org/bms/futuremark.bms

Thank you!
kyon
Posts: 4
Joined: Sat Jun 23, 2018 5:19 am

Re: Blue Reflection memory problem

Post by kyon »

aluigi wrote:Script 0.3.1:
http://aluigi.org/bms/futuremark.bms

Hm, it worked with the file above, but another bigger file gave me the same error. https://mega.nz/#!oFNXGQqQ!s7JI3HLVNtiI ... K_wBpZEEW4
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Blue Reflection memory problem

Post by aluigi »

Because s88_s_hinako_room01.elixir.gz is not compressed even if it has the gz extension... mah senseless.
Script 0.3.1a
kyon
Posts: 4
Joined: Sat Jun 23, 2018 5:19 am

Re: Blue Reflection memory problem

Post by kyon »

aluigi wrote:Because s88_s_hinako_room01.elixir.gz is not compressed even if it has the gz extension... mah senseless.
Script 0.3.1a

Is it the Archeage script? It gave me this error:

Code: Select all

- signature of 4 bytes at offset 0x0000000000000000 doesn't match the one
  expected by the script:

  this one: "$��"
  24 f5 f3 aa                                       $...

  expected: "WIBO"
  57 49 42 4f                                       WIBO

- 0 files found in 0 seconds
  coverage file 0     0%   512        147688552  . offset 0000000008cd8c68
  coverage file -1    0%   4          512        . offset 0000000000000004
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Blue Reflection memory problem

Post by aluigi »

???