Rama
(Rama)
June 16, 2016, 10:47pm
1675
Hi,
I noticed crash on in 4534 line in VictoryBPFunctionLibrary.cpp file (/EverNewJoy/VictoryPlugin/blob//Source/VictoryBPLibrary/Private/VictoryBPFunctionLibrary.cpp#L4534) when I try to load cooked texture larger than 500x500.
I get the error:
and nothing more… Any additional message and even not stack trace.
What’s interesting, the same texture but downloaded by DownloadImage node works good.
So let’s me introduce cases:
500x500 with DownloadImage works
960x960 with DownloadImage works
500x500 with cooked texture works
960x960 with cooked texture doesn’t work
Anyone knows what’s wrong?
Strange that that only happens on Android, re: large textures, I will investigate at my nearest opportunity and let you know what I uncover, if anyone else has any contributions on the matter let us know!