The error is the following:
LowLevelFatalError [File:Unknown] [Line: 153]
ICU data directory was not discovered:
…/…/…/Engine/Content/Internationalization
…/…/…/Engine/Content/Internationalization
So, I made my game, export the exe, and the game works fine. I tried changing the name of the project in Windows Explorer, and when I export that, it has the new name, but when I try to launch it, I get that error. What might I be doing wrong? Is it because the name has a space and an exclamation point in it?
Also, sorry if this is the wrong place to ask this.
1 Like
Have you figured this out? I’m stumbling into this error as well and have no idea how to solve it currently. Thanks!
Yes, you should name your project with the same Unreal Engine naming rules when building the project. For example: there should be no spaces in the name, such as newgame not new game, no special characters, etc.