Assertion failed: HasFoundDataDirectory ICUInternationalization.cpp [Line: 137]

I’m trying to solve the problem as following link.

After I added following code to engine,

#if UE_BUILD_SHIPPING
GFilePathBase = GExternalFilePath;
#endif

I built a blank c++ project and installed it on my phone.

I could not open my project on phone.

I caught some error messages by monitor.

[Error Messages][1]

I need help plz.

My phone is .

113248-log.txt (33.5 KB)

MikeChan,

According to the logs provided, you ran into a Signal 11 crash. This is typically due to a memory or a driver crash with the GPU on the device. Please make sure that the phone is properly updated and test other devices too, to see if you run into the same crash.

Please check to see whether or not a blueprint blank project also causes the same issue. With your next reply, please inform me exactly how you packaged your project for .

Thank you!

Thank you for your reply.

Did you make that method work?

I tried Zenfone 3 with 6.0.1 and HM NOTE 1LTE with 4.4.4.

Both of them and the blueprint blank project crashed with the same problem.

File>Package Project>>

We do not have any devices that are the same as what you’re testing on. However, I have tested on a and a Samsung Galaxy S6 and have not ran into any trouble. The error seen in the logs provided relate back to a memory, gpu or a driver crash. I would suggest updating your device and seeing if that helps.

Thanks!

Again, thank you for your reply.

May I check one thing?

Did you add those code into engine, build shipping version project and make the folder be created under the GExternalFilePath?

Because without changing code in engine, everything works fine.

I just want to make sure that the problem is caused by my device.

Thank you.

,

Apparently I made a mistake when I entered the code in and I didn’t see the issue. So, yes I am getting the same error that you are. We’ll reply back once we have additional information.

Thanks!

I’ve posted the fix in the original AnswerHub.

It works!
Thank you!