Nate River

Results 151 comments of Nate River

Hi! I have no device for test at this moment, and it's too expensive for me to buy it. Sorry, this issue will be delayed.

Would be cool! I will contact you after my vacation. Good luck!

Hi! Press Menu/Save and enter the name of a file to save. пн, 22 июн. 2020 г., 17:07 EKNorrent : > Hi, > I downloaded the free app of pixel...

Thanks for replying! It doesn't matter, you can just print this to Console. It's just to confirm that you can access and read files by all possible input URLs. It...

Ah, I understand. I'll try your suggestions and will reply soon. Thanks.

I'm trying to open a PSP file from Files app using "Open with" feature. The file is located outside of Pixel Studio persistentDataPath. Application.absoluteURL=file:///private/var/mobile/Containers/Shared/AppGroup/867471D1-2921-42A5-B986-A6247986BEBA/File%20Provider%20Storage/256_2.psp Assuming path="file:///private/var/mobile/Containers/Shared/AppGroup/867471D1-2921-42A5-B986-A6247986BEBA/File%20Provider%20Storage/256_2.psp" and passing this to...

Hello! I've tried this with no luck. Application.absoluteURL=file:///private/var/mobile/Containers/Shared/AppGroup/867471D1-2921-42A5-B986-A6247986BEBA/File%20Provider%20Storage/256_2.psp _PixelStudio_StartAccessFile = 0 path=/private/var/mobile/Containers/Shared/AppGroup/867471D1-2921-42A5-B986-A6247986BEBA/File%20Provider%20Storage/256_2.psp File.Exists=False _PixelStudio_StartAccessFile = 0 path=var/mobile/Containers/Shared/AppGroup/867471D1-2921-42A5-B986-A6247986BEBA/File%20Provider%20Storage/256_2.psp File.Exists=False Here is my code:

I've noticed that the second path starts with "var" instead of "/var". Checking it again...

2021-10-30 13:24:05.122074+0300 PixelStudio[9337:1007047] [connection] nw_read_request_report [C1] Receive failed with error "Software caused connection abort" 2021-10-30 13:24:05.126054+0300 PixelStudio[9337:1007047] [connection] nw_read_request_report [C3] Receive failed with error "Software caused connection abort" 2021-10-30 13:24:05.127445+0300...

Please note that application.persistentpath is like /var/mobile/Containers/Data/Application/GUID, but the path I can't access has "/Shared/AppGroup/" insted of "/Data/Application/" (which is accessible).