Pixelc icon indicating copy to clipboard operation
Pixelc copied to clipboard

Broken file management

Open hacknorris-code opened this issue 2 years ago • 7 comments

On android build if you try to save file all app crashes and exits. In web build app restarts instead with message of "unable to complete operation due to low memory". App doesnt autosave and there is consistent error of "failed to load import.png file" in save dialog In google play build there is also a bug that there is missing save/load files permission (such is not visible on google play page) and app doesnt request memory access. canvas tried to use was default (64x64). Browser is mobile chrome and android OS is 13. also - system marks thia app as outdated

hacknorris-code avatar Apr 25 '23 07:04 hacknorris-code

Hey, thanks for the issue. What phone do you use? Its the first time I here these problems and around 25% of all devices running my Google Play App, run on Android 13. May you try the debug Web Version:

http://horsimann.de/pixelc/debug

That site contains terminal output text.

renehorstmann avatar Apr 25 '23 08:04 renehorstmann

Also, Pixelc dont needs save/load files permission, because files are saved and loaded via an official android save and load "activity" (these file pickers). This way I dont need the permission.

renehorstmann avatar Apr 25 '23 08:04 renehorstmann

idk. Thats all i could capture with phone...

hacknorris-code avatar Apr 25 '23 09:04 hacknorris-code

and this one :)

hacknorris-code avatar Apr 25 '23 09:04 hacknorris-code

And here we go with os info :

hacknorris-code avatar Apr 25 '23 09:04 hacknorris-code

Can´t find any problem in my code. Maybe I add some more error handlers on the android google play App, which would not help you, but stop crashing the whole app... Do you have problems with other apps / websites as well? Seems to me like you are running out of memory on your device

renehorstmann avatar Apr 26 '23 08:04 renehorstmann

No i dont have problems...

hacknorris-code avatar Apr 26 '23 08:04 hacknorris-code