Archive 17/01/2023.

Resource from outside the the main thread

sabotage3d

Hi,
I have a callback form Android that returns a filepath. After that it passes the filepath to an Image.

But I am getting a crash with this error:

Sir_Nate

See if GetTempResource would work for your situation. Otherwise, you will probably have to create some sort of thread-safe queuing mechanism to store these strings so that you can process them in the main thread.