Project:
• Compiles successfully
• Runs successfully from the IDE
• Make an inno installer
• Copy installer to a different computer
• Run installer
• Run app
→ Runtime Error: Common\plugin.cpp:1002 Failure Condition: plginEntryTable.GetEntry(… Can’t find plugin method _GZZipfFile._init
Check if the installer is adding all the DLLs from the Libs folder and putting them in the same folder as the exe file. If it still doesn’t work, make sure no plugin files are missing or skipped during the build
In setting up the inno script on the adding folders step and added the libs and resources folders separately. What inno then does is use the contents of the folders but not the folders themselves. This means the path used by Xojo to locate things simply isn’t there.
I set up an inno script including the .exe and the folder containing the libs and resources folders, and things are happy.