warhammer space marine 40k extraction error
-
- Posts: 8
- Joined: Thu May 20, 2021 9:24 pm
warhammer space marine 40k extraction error
When i try to extract the oppc files from the game i get this error.
offset filesize filename
--------------------------------------
- error in src\extra\xalloc.c line 618: xdbg_malloc()
Error: memory allocation problem
Not enough memory resources are available to process this command.
offset filesize filename
--------------------------------------
- error in src\extra\xalloc.c line 618: xdbg_malloc()
Error: memory allocation problem
Not enough memory resources are available to process this command.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: warhammer space marine 40k extraction error
Probably the script is not fully compatible with that format.
Is that file very big?
If not so big you can upload it on a file hoster and we can analyze it.
You can also try the following scripts:
http://aluigi.org/bms/darksiders.bms
http://aluigi.org/bms/devils_third.bms
Is that file very big?
If not so big you can upload it on a file hoster and we can analyze it.
You can also try the following scripts:
http://aluigi.org/bms/darksiders.bms
http://aluigi.org/bms/devils_third.bms
-
- Posts: 8
- Joined: Thu May 20, 2021 9:24 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: warhammer space marine 40k extraction error
Please change the share restrictions of the download, it requires sign-in.
-
- Posts: 8
- Joined: Thu May 20, 2021 9:24 pm
Re: warhammer space marine 40k extraction error
Sorry , changed it.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: warhammer space marine 40k extraction error
There is no download button, maybe there is another option to activate?
-
- Posts: 8
- Joined: Thu May 20, 2021 9:24 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 8
- Joined: Thu May 20, 2021 9:24 pm
Re: warhammer space marine 40k extraction error
works fine now , than you.
-
- Posts: 8
- Joined: Thu May 20, 2021 9:24 pm
Re: warhammer space marine 40k extraction error
Hi again , I tried to reimport the modified files back into the chunk file , but it gives me a error.
Error: script invalid for reimporting, it uses MEMORY_FILEs
You can use the -. option or quickbmsver "-." if this script is meant
to act as a header/data builder (for example if it adds a RIFF header
to raw PCM data embedded in the file, and so on), the MEMORY_FILE data
will be skipped automatically allowing to reimport the real file data
Last script line before the error or that produced the error:
86 log NAME OFFSET SIZE MEMORY_FILE
Error: script invalid for reimporting, it uses MEMORY_FILEs
You can use the -. option or quickbmsver "-." if this script is meant
to act as a header/data builder (for example if it adds a RIFF header
to raw PCM data embedded in the file, and so on), the MEMORY_FILE data
will be skipped automatically allowing to reimport the real file data
Last script line before the error or that produced the error:
86 log NAME OFFSET SIZE MEMORY_FILE
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: warhammer space marine 40k extraction error
The script is not valid for reimporting because the whole data in the archive is compressed so the script decompresses it first in memory and then dumps the files from the memory.