Product Feature: Build/Publish
Issue
Attempting to build a HIP file for AFP failed with the following error:
ERROR FixRpkGuids.cpp 228 FixLogError : ERROR: IMAGE S1G00011 GUID 4F4404BCCACA455DBE9A5EB3E66453B2 not fixed up
ERROR FixRpkGuids.cpp 228 FixLogError : ERROR: IMAGE S1G0001F GUID AA1B9BE12A3943BFA31FF97A567AE3AC not fixed up
ERROR FixRpkGuids.cpp 228 FixLogError : ERROR: 2 Image GUIDs not fixed up
ERROR FixRpkGuids.cpp 228 FixLogError : ERROR: IMAGE S1G00011 GUID 4F4404BCCACA455DBE9A5EB3E66453B2 not fixed up
ERROR FixRpkGuids.cpp 228 FixLogError : ERROR: IMAGE S1G0001F GUID AA1B9BE12A3943BFA31FF97A567AE3AC not fixed up
ERROR FixRpkGuids.cpp 228 FixLogError : ERROR: 2 Image GUIDs not fixed up
Cause
The typical reason for this is that you have two input images mapped to the same output image name, in this instance it is verified by the following entries in the log:
DoImageConversion: logical name 06312C2FA0AB4E56A77A8FFAC56592C3, map name S1G00011, rotation 0 original image path C:\DOC1\DOC1 WorkCenter\LOCALCACHE\06312C2FA0AB4E56A77A8FFAC56592C3.bmp
DoImageConversion: logical name 4F4404BCCACA455DBE9A5EB3E66453B2, map name S1G00011, rotation 0 original image path C:\DOC1\DOC1 WorkCenter\LOCALCACHE\4F4404BCCACA455DBE9A5EB3E66453B2.bmp
So here you can see that both image 06312C2FA0AB4E56A77A8FFAC56592C3.bmp, and 4F4404BCCACA455DBE9A5EB3E66453B2.bmp are mapped to S1G00011
DoImageConversion: logical name 06312C2FA0AB4E56A77A8FFAC56592C3, map name S1G00011, rotation 0 original image path C:\DOC1\DOC1 WorkCenter\LOCALCACHE\06312C2FA0AB4E56A77A8FFAC56592C3.bmp
DoImageConversion: logical name 4F4404BCCACA455DBE9A5EB3E66453B2, map name S1G00011, rotation 0 original image path C:\DOC1\DOC1 WorkCenter\LOCALCACHE\4F4404BCCACA455DBE9A5EB3E66453B2.bmp
So here you can see that both image 06312C2FA0AB4E56A77A8FFAC56592C3.bmp, and 4F4404BCCACA455DBE9A5EB3E66453B2.bmp are mapped to S1G00011
Resolution
UPDATED: November 3, 2017You will need to create a User Defined Resource Map that has an entry for each image, and each of these images must be mapped to a unique output name.