fmptools icon indicating copy to clipboard operation
fmptools copied to clipboard

Unrecognized code in fmp12 file

Open sonovice opened this issue 2 years ago • 0 comments

Hi,

Thank you for your great tools. I am trying to dump the content of an fmp12 file made with FileMaker Pro 7.0. Unfortunately, fmpdump exits with the following msg: (I have uncommented the additional debug output lines mentioned in #3)

Version: File Maker Pro 7.0
Released: 1999-10-01
== 0 -> [ BLOCK 2 ] -> 3 ==
        [ Len: 4076 ]
-- data simple (0x1B): [1] --
-- field (0x04): [32] => "XzÝYYZ" --
 **** UNRECOGNIZED CODE 0xdb @ [64] *****
ERROR processing block, reporting partial results...
== 2 -> [ BLOCK 3 ] -> 0 ==
        [ Len: 4076 ]
-- PUSH 0x28 [ 0x80 0x03  ] --
-- PUSH 0x20 [ 0x01  ] --
-- PUSH 0xE0 [ 0x05  ] --
-- PUSH 0x20 [ 0x00  ] --
-- PUSH 0x38 [ 0x01 0x07 0xE5 0x06 0xCF 0x07 0xED 0x02 0x26 0x01 0x01 0x07 0xE5 0x06 0xCF 0x07 0xED 0x08 0x8D 0x06 0xCF 0x07 0xBD 0x07 0x8D 0x08 0x75 0x07 0x1F 0x08 0x35 0x01 0x09 0x02 0x3E 0x07 0xE5 0x08 0x05 0x07 0x1F 0x07 0x53 0x07 0xBD 0x07 0x8D 0x06 0xF7 0x07 0x73 0x02 0x3F  ] --
Error code: 11


Is there anything I can do about this?

EDIT: Dump of block 2 can be found here: https://gist.github.com/sonovice/6902dc351daa8b938c02d2459ceb9db8

EDIT2: An important information might be that the dataset consists of actually 3 fmp12 files that are somehow linked.

sonovice avatar Jun 22 '22 09:06 sonovice