Hi there. I’m having trouble shipping my game and it seems to be a problem with version 4.7.5. Whenever I try to make a shipping build it gives me this error:
UE4Game-Redist-AppFramework-Win32-Shipping.lib(Module.AppFramework.cpp.obj) : fatal error LNK1179: invalid or corrupt file: duplicate COMDAT ’ '
Note how there is nothing between the quotes.
Things I tried (4.7.5 Engine):
- Search and replace any function that could cause the error (duplicate function name).
- Ship an older version of the game (from 2 weeks ago, that was shipping correctly; didn’t work).
- Created an empty project and pasted my code. Didn’t work.
- Create a new project, with the c++ fps template and tried to ship with no modifications. Still getting the same error.
While writting this I created a project on version 4.5 and shipped just fine.
Maybe I’m missing something or doing something wrong (2 weeks ago it was working perfectly).