As per Luke's response in the comments, fcon.dll does not include pagehashes in its signature.
fcon.dll
On investigation, this DLL is required by the panic!() macro, so removing this prevents the error.
panic!()